1. 2187d4f Xcode/mac: fix building standalone static and shared libraries. by Ryan C. Gordon · 8 years ago
  2. cb7aa24 emscripten: get even more aggressive about audio device closing. by Ryan C. Gordon · 8 years ago
  3. 7b1f125 Recommended settings from Xcode 7.3.0 by Sam Lantinga · 8 years ago
  4. 77502b8 Fixed warning with Xcode 7.3.0 by Sam Lantinga · 8 years ago
  5. d5e542f Updated URL in a comment by Alex Szpakowski · 8 years ago
  6. 4b3ab09 Added a new hint SDL_HINT_APPLE_TV_REMOTE_ALLOW_ROTATION. by Alex Szpakowski · 8 years ago
  7. 9e4ae37 tvOS: Add drop-file support by Alex Szpakowski · 8 years ago
  8. 53a3927 Fixed set of libraries needed to build on Mac OS X by Sam Lantinga · 8 years ago
  9. e8ddf23 Hopefully fixed the cmake build on Mac OS X by Sam Lantinga · 8 years ago
  10. 6c6a621 Fixed building new coreaudio driver on Mac OS X by Sam Lantinga · 8 years ago
  11. a7f495e CoreAudio iOS/tvOS: Use AVFoundation instead of AudioSession. Fixes audio on tvOS. by Alex Szpakowski · 8 years ago
  12. 99a3061 Fixed building for both iOS and tvOS on Xcode 8 by Sam Lantinga · 8 years ago
  13. c222971 Fixed including OpenGL ES on iOS without any other SDL headers by Sam Lantinga · 8 years ago
  14. d832600 Allow targeting tvOS by Sam Lantinga · 8 years ago
  15. 75858b4 Fixed spacing by Sam Lantinga · 8 years ago
  16. 5b900f0 Fixed accidental call to SDL_PrivateJoystickHat() by Sam Lantinga · 8 years ago
  17. 3c00f37 Initial Apple TV / tvOS support. by Alex Szpakowski · 8 years ago
  18. 8d19332 Enable more compiler warnings in the Xcode projects (based on Xcode 8's suggestion), made some integer downcasts explicit. by Alex Szpakowski · 8 years ago
  19. 57c4083 Only prevent the default browser event handling when the specific event types aren't disabled by the user, patch contributed by Jonas Platte by Sam Lantinga · 8 years ago
  20. b8a5180 Add mapping for media keys by Charlie Birks · 8 years ago
  21. ee3bfd9 use Module.createContext for 2D rendering in emscripten by Alon Zakai · 8 years ago
  22. b63ea70 add some detail to fullscreen workaround comment; version 6 by Alon Zakai · 8 years ago
  23. a0d3787 only unset fullscreen flags if fullscreen failed by Charlie Birks · 8 years ago
  24. 2adfac6 use screen resolution instead of canvas size by Charlie Birks · 8 years ago
  25. c13c154 Fix full screen mode in Firefox, which was broken by 9d4beb2 by Boris Gjenero · 8 years ago
  26. 8f0ca3b Support SDL_SetWindowTitle() via Module['setWindowTitle']() by Boris Gjenero · 8 years ago
  27. 7b2b068 Remove unused variable warning from Emscripten build in Emscripten_HandleFullscreenChange(). by Jukka Jylänki · 8 years ago
  28. 4166ec5 Fix CMake CMAKE_REQUIRED_FLAGS handling to preserve existing CMake flags required by Emscripten toolchain. by Jukka Jylänki · 8 years ago
  29. 5701fc1 Unpress all keys on blur to avoid stuck keys by Boris Gjenero · 8 years ago
  30. cef2534 Listen for blur and focus events on window instead of canvas by Boris Gjenero · 8 years ago
  31. 7627be5 Mouse events use CSS coordinates, so don't scale by pixel_ratio by Boris Gjenero · 8 years ago
  32. d9922d2 Accumulate subpixel mouse motion so motion is not lost. by Boris Gjenero · 8 years ago
  33. 43d3d98 Fix of mouse events in browser without pointer locks by TelpeNight · 8 years ago
  34. 4a8d46c optimize Emscripten_UpdateWindowFramebuffer by Alon Zakai · 8 years ago
  35. 925727b optimize a getValue by Alon Zakai · 8 years ago
  36. 95edd25 Include timers when using cmake (#29) by Charlie Birks · 8 years ago
  37. 0c00d99 send mouse move on enter/leave by Charlie Birks · 8 years ago
  38. 787efce listen for mouse up on document (fixes mouseup outside canvas) by Charlie Birks · 8 years ago
  39. aded973 use SDL_SetMouseFocus by Charlie Birks · 8 years ago
  40. 6d08415 simplify fullscreen handling using new fullscreen_strategy api, patch contributed by Charlie Birks by Sam Lantinga · 8 years ago
  41. e4833a7 use css size for touch normalisation by Charlie Birks · 8 years ago
  42. c77e367 Reverted previous commit which breaks game controller input processing. by Sam Lantinga · 8 years ago
  43. f1b2296 Suggestion from Apple: use kCFRunLoopCommonModes which does more complete event processing by Sam Lantinga · 8 years ago
  44. e733ea5 emscripten: special case to make SDL_ShowSimpleMessageBox() work. by Ryan C. Gordon · 8 years ago
  45. 4c380cb emscripten-buildbot.sh: exit with an error if configure/make fail. by Ryan C. Gordon · 8 years ago
  46. b095f28 mac: Patched to compile with CMake project. by Ryan C. Gordon · 8 years ago
  47. 5dcf7a6 coreaudio: Move from AudioUnits to AudioQueues. by Ryan C. Gordon · 8 years ago
  48. 7c154e4 coreaudio: capture devices should let the system allocate the render buffer. by Ryan C. Gordon · 8 years ago
  49. f661105 coreaudio: Replaced an int with an SDL_bool. by Ryan C. Gordon · 8 years ago
  50. 32bb00d coreaudio: Move some variable declarations to the top of the scope. by Ryan C. Gordon · 8 years ago
  51. ba78422 Fixes building SDL on Ubuntu 16.04 with Mir headers installed by Gabriel Jacobo · 8 years ago
  52. 9b3b239 wayland: Add support for relative mouse mode, by Jonas Ådahl <jadahl@gmail.com> by Sam Lantinga · 8 years ago
  53. 595e1ed wayland: Build own version of core protocol by Jonas Ådahl · 8 years ago
  54. 84463e7 Wayland: Set "class" for each window we create by Bastien Nocera · 8 years ago
  55. ade458d emscripten: Be more aggressive when closing audio capture devices. by Ryan C. Gordon · 8 years ago
  56. 025a9fd WinRT: added an extra NULL pointer check for SDL_*ScreenSaver() backend code by David Ludwig · 8 years ago
  57. 549acb8 Mir: Add mouse grab support (requires mir 0.24) by Brandon Schaefer · 8 years ago
  58. 46e3c30 Fixed log message in audio capture test program. by Philipp Wiesemann · 8 years ago
  59. 4887072 Android: Removed unused internal function. by Philipp Wiesemann · 8 years ago
  60. 2e4cb3b Android: Fixed misleading warning in log output (thanks, Sylvain!). by Philipp Wiesemann · 8 years ago
  61. 6fa3560 Android: Fixed missing mouse motion events while button down (thanks, Sylvain!). by Philipp Wiesemann · 8 years ago
  62. bbde8f7 Fixed compiling if filesystem is disabled (thanks, Elias!). by Philipp Wiesemann · 8 years ago
  63. fc6551e WinRT: added SDL_*ScreenSaver() support; fixed crash when restoring app from screensaver by David Ludwig · 8 years ago
  64. 226d618 Fixed sorting and name of XBox wireless controller entry by Sam Lantinga · 8 years ago
  65. 625de67 Merged Change: 3576099 from rel/streaming_client by Sam Lantinga · 8 years ago
  66. 460f782 WinRT: patched to compile by David Ludwig · 8 years ago
  67. ef73319 cocoa: Fixed incorrect autorelease, noted by static analysis. by Ryan C. Gordon · 8 years ago
  68. fb9d8c8 nacl: Patched to compile. by Ryan C. Gordon · 8 years ago
  69. 6333df2 Patched to compile on Haiku. by Ryan C. Gordon · 8 years ago
  70. 125ab7c Merge audio capture work back into the mainline. by Ryan C. Gordon · 8 years ago
  71. 7a96de7 Patched to compile. by Ryan C. Gordon · 8 years ago
  72. 76a7e24 alsa: Implemented hotplug support, cleaned up device names. by Ryan C. Gordon · 8 years ago
  73. 1b5edef ios: patched to compile. by Ryan C. Gordon · 8 years ago
  74. c637646 alsa: don't enumerate virtual devices, just physical hardware. by Ryan C. Gordon · 8 years ago
  75. 3ec06a3 Added SDL_PrivateJoystickAdded() and SDL_PrivateJoystickRemoved() by Sam Lantinga · 8 years ago
  76. 54a8266 commit 1170112da3776fdb06425f62d57b63144c33dc51 by Sam Lantinga · 8 years ago
  77. 8f5ec26 Emscripten: Fixed crash if closing removed joystick (thanks, Sylvain!). by Philipp Wiesemann · 8 years ago
  78. 08a83ac Android: Fixed crash if closing removed joystick (thanks, Sylvain!). by Philipp Wiesemann · 8 years ago
  79. defecec WinRT: fixed bug where Win10 GameBar, when shown + hidden, might not restore a cursor's hidden state by David Ludwig · 8 years ago
  80. baaf969 Added link in header comment. by Philipp Wiesemann · 8 years ago
  81. b4e6545 Emscripten: Fixed opening previously closed joystick. by Philipp Wiesemann · 8 years ago
  82. 5ecc9f8 Android: Fixed opening previously closed joystick (thanks, Sylvain!). by Philipp Wiesemann · 8 years ago
  83. 7962a3a testaudiocapture: ask for way more output samples. by Ryan C. Gordon · 8 years ago
  84. ac1feb1 emscripten: send fake mouse events for touches, like other targets do. by Ryan C. Gordon · 8 years ago
  85. 25f0426 emscripten audio: check for an "undefined" object, remove some console.log(). by Ryan C. Gordon · 8 years ago
  86. ed606ff audio: Cleaned up "extern AudioBootStrap" list. by Ryan C. Gordon · 8 years ago
  87. 12e8b7a audio: Renamed some internal driver symbols in various targets. by Ryan C. Gordon · 8 years ago
  88. 823be35 android: implement audio capture support. by Ryan C. Gordon · 8 years ago
  89. 0ff02b4 directsound: Implemented audio capture support. by Ryan C. Gordon · 8 years ago
  90. 77a11cd windows: directsound should also map audio device GUIDs to proper names. by Ryan C. Gordon · 8 years ago
  91. e17f3a0 audio: Patched to compile on C89 compilers. by Ryan C. Gordon · 8 years ago
  92. 8d36e96 emscripten audio: fix timer on capture's silence callback. by Ryan C. Gordon · 8 years ago
  93. c247d40 directsound: recalculate audiospec size before creating secondary buffer. by Ryan C. Gordon · 8 years ago
  94. 8452c94 emscripten audio: Added audio capture support. by Ryan C. Gordon · 8 years ago
  95. 3899714 Added a FIXME. by Ryan C. Gordon · 8 years ago
  96. 6ade555 testaudiocapture: open capture device to same spec as output device. by Ryan C. Gordon · 8 years ago
  97. c739fad audio: Only allocate fake_stream if we're using the standard audio threads. by Ryan C. Gordon · 8 years ago
  98. 2ea033b audio: simplifed check for internal callback. by Ryan C. Gordon · 8 years ago
  99. f3e7c8c [ OSX ] enables Xbox One S Guide (System Main Menu) button detection. the one possible impact is that since button identifiers on OSX are just their sequence in the HID report descriptor we might change the button order, and any existing/saved mappings may get their order changed. by Sam Lantinga · 8 years ago
  100. 70cd2fd dsp: Implemented audio capture support. by Ryan C. Gordon · 8 years ago