Commit History

Author SHA1 Message Date
  Alex Szpakowski 459102a5c0 Updated URL in a comment 8 years ago
  Alex Szpakowski a96b6f2104 Added a new hint SDL_HINT_APPLE_TV_REMOTE_ALLOW_ROTATION. 8 years ago
  Alex Szpakowski 4bcce330d1 tvOS: Add drop-file support 8 years ago
  Sam Lantinga e5070d20ee Fixed set of libraries needed to build on Mac OS X 8 years ago
  Sam Lantinga 93d42e2d3e Hopefully fixed the cmake build on Mac OS X 8 years ago
  Sam Lantinga 8c01d5886c Fixed building new coreaudio driver on Mac OS X 8 years ago
  Alex Szpakowski 4209a1fd4c CoreAudio iOS/tvOS: Use AVFoundation instead of AudioSession. Fixes audio on tvOS. 8 years ago
  Sam Lantinga dbe2997ac0 Fixed building for both iOS and tvOS on Xcode 8 8 years ago
  Sam Lantinga 7f28853b89 Fixed including OpenGL ES on iOS without any other SDL headers 8 years ago
  Sam Lantinga d0898b38fc Allow targeting tvOS 8 years ago
  Sam Lantinga 86d4b09914 Fixed spacing 8 years ago
  Sam Lantinga 925859aaa6 Fixed accidental call to SDL_PrivateJoystickHat() 8 years ago
  Alex Szpakowski f050576665 Initial Apple TV / tvOS support. 8 years ago
  Alex Szpakowski 86708c3cd8 Enable more compiler warnings in the Xcode projects (based on Xcode 8's suggestion), made some integer downcasts explicit. 8 years ago
  Sam Lantinga 00791f3a87 Only prevent the default browser event handling when the specific event types aren't disabled by the user, patch contributed by Jonas Platte 8 years ago
  Charlie Birks 993dd83510 Add mapping for media keys 8 years ago
  Alon Zakai 1b6565fcb7 use Module.createContext for 2D rendering in emscripten 8 years ago
  Alon Zakai bec5573476 add some detail to fullscreen workaround comment; version 6 8 years ago
  Charlie Birks 405d64b207 only unset fullscreen flags if fullscreen failed 8 years ago
  Charlie Birks c68cac89df use screen resolution instead of canvas size 8 years ago
  Boris Gjenero 791b946a42 Fix full screen mode in Firefox, which was broken by 9d4beb2 8 years ago
  Boris Gjenero b71208d452 Support SDL_SetWindowTitle() via Module['setWindowTitle']() 8 years ago
  Jukka Jyl?nki 7cf44f1b4a Remove unused variable warning from Emscripten build in Emscripten_HandleFullscreenChange(). 8 years ago
  Jukka Jyl?nki 264e996e0f Fix CMake CMAKE_REQUIRED_FLAGS handling to preserve existing CMake flags required by Emscripten toolchain. 8 years ago
  Boris Gjenero b54eb82c67 Unpress all keys on blur to avoid stuck keys 8 years ago
  Boris Gjenero a0a75f384f Listen for blur and focus events on window instead of canvas 8 years ago
  Boris Gjenero 3e5c4cec94 Mouse events use CSS coordinates, so don't scale by pixel_ratio 8 years ago
  Boris Gjenero a20c40c494 Accumulate subpixel mouse motion so motion is not lost. 8 years ago
  TelpeNight 443998ff33 Fix of mouse events in browser without pointer locks 8 years ago
  Alon Zakai 2b367cb6b0 optimize Emscripten_UpdateWindowFramebuffer 8 years ago