1. b240d57 winmm: Try to get full device names from the Windows Registry. by Ryan C. Gordon · 8 years ago
  2. 5727ec3 winmm: Added a FIXME for truncated device names. by Ryan C. Gordon · 8 years ago
  3. 22c32d8 winmm: Implemented audio capture support. by Ryan C. Gordon · 8 years ago
  4. 19f5d35 Add Xbox One controller GUIDs to the XInput filter in the DirectInput joystick driver. by Mikkel Krautz · 8 years ago
  5. 159ca24 disk audio: Make default i/o delay match what device is meant to be running at. by Ryan C. Gordon · 8 years ago
  6. 191b248 disk audio: Implemented "capture" support, cleaned up some things. by Ryan C. Gordon · 8 years ago
  7. 5bd6bbd testaudiocapture: use capture device buffer queueing, for better test coverage. by Ryan C. Gordon · 8 years ago
  8. 21274c9 audio: Implemented buffer queueing for capture devices (SDL_DequeueAudio()). by Ryan C. Gordon · 8 years ago
  9. 3f4ddee testaudiocapture: don't use fullscreen for the window. by Ryan C. Gordon · 8 years ago
  10. 0b77c7c audio: SDL_ClearQueuedAudio() should free everything but two packets. by Ryan C. Gordon · 8 years ago
  11. 791d7a8 nas: initial shot at audio capture support. Compiles, but not tested. by Ryan C. Gordon · 8 years ago
  12. 91571bd audio: Changed OnlyHasDefaultInputDevice to OnlyHasDefaultCaptureDevice. by Ryan C. Gordon · 8 years ago
  13. e0d534d audio: changed some SDL_memset() calls to SDL_zero(), other minor corrections. by Ryan C. Gordon · 8 years ago
  14. 18170e4 audio: Removed internal SDL_audiomem.h and macros. by Ryan C. Gordon · 8 years ago
  15. 926d354 audio: Clean up some CloseDevice() interface details. by Ryan C. Gordon · 8 years ago
  16. b94e51a arts: backed out audio capture support. by Ryan C. Gordon · 8 years ago
  17. 0d8446e dummy audio: Patched to compile. by Ryan C. Gordon · 8 years ago
  18. 91b273c Fixed two old identifiers in header comments. by Philipp Wiesemann · 8 years ago
  19. 4baee60 PSP: Fixed memory leak if video init failed. by Philipp Wiesemann · 8 years ago
  20. 00eb7a1 WinRT: Removed not needed SDL_zerop() after SDL_calloc(). by Philipp Wiesemann · 8 years ago
  21. 4c0c698 Added brackets to function names in header comments so that doxygen links them. by Philipp Wiesemann · 8 years ago
  22. 22f5ea2 dummy audio: Implemented dummy audio capture support. :) by Ryan C. Gordon · 8 years ago
  23. c001071 bsdaudio: first shot at audio capture support! by Ryan C. Gordon · 8 years ago
  24. 8b33cbc bsdaudio: this appears to be using the wrong variable...? by Ryan C. Gordon · 8 years ago
  25. 6f7216a arts: Patched to (maybe) compile. by Ryan C. Gordon · 8 years ago
  26. 15e0198 arts: implemented audio capture support. by Ryan C. Gordon · 8 years ago
  27. 5fbcec1 alsa: capture devices don't need a mixbuf allocated. by Ryan C. Gordon · 8 years ago
  28. 9e634fa testaudiocapture: made test app interactive. by Ryan C. Gordon · 8 years ago
  29. c15010c coreaudio: Implemented audio capture for iOS. by Ryan C. Gordon · 8 years ago
  30. b32bcf2 testaudiocapture: Make a simple green/red window when recording/playing. by Ryan C. Gordon · 8 years ago
  31. 7fb99cf alsa: Implemented audio capture support! by Ryan C. Gordon · 8 years ago
  32. 8d000c1 alsa: Cleaned up the 5.1 swizzle mess a little. by Ryan C. Gordon · 8 years ago
  33. 8d5dc76 audio: a little more robustness in the capture device's thread. by Ryan C. Gordon · 8 years ago
  34. 45422d3 pulseaudio: Implemented audio capture support! by Ryan C. Gordon · 8 years ago
  35. 2c01d95 audio: implemented higher level infrastructure for running capture devices. by Ryan C. Gordon · 8 years ago
  36. 084a22a audio: Made some SDL_AudioDevice fields atomic. by Ryan C. Gordon · 8 years ago
  37. 5329cb6 testaudiocapture: Let specific devices be opened. by Ryan C. Gordon · 8 years ago
  38. fc5bcdc BUGS.txt: Bugzilla supports SSL; changed link to https:// ... by Ryan C. Gordon · 8 years ago
  39. 0afb890 audio: changed some internal ints to be SDL_bools. by Ryan C. Gordon · 8 years ago
  40. ae05a55 nacl: unlock audio thread mutex when done with it. by Ryan C. Gordon · 8 years ago
  41. 86b3369 audio: Make SDL_AudioDevice::shutdown an atomic value. by Ryan C. Gordon · 8 years ago
  42. 28007a2 audio: Implemented capture support for Mac OS X CoreAudio. by Ryan C. Gordon · 8 years ago
  43. c6511b2 audio: Initial bits to enable audio capture support. by Ryan C. Gordon · 8 years ago
  44. 38faa0f Fixed information in touch README and changed identifiers so doxygen links them. by Philipp Wiesemann · 8 years ago
  45. 26658cf Android: Updated a comment. by Philipp Wiesemann · 8 years ago
  46. 7cbfedc Android: Replaced deprecated AbsoluteLayout with RelativeLayout. by Philipp Wiesemann · 8 years ago
  47. 559657e Linux: Fixed memory leak in haptic implementation (thanks, Martin!). by Philipp Wiesemann · 8 years ago
  48. d45c7ab Pandora: Fixed memory leak in video implementation. by Philipp Wiesemann · 8 years ago
  49. 3911f0a Pandora: Fixed compile warnings in video implementation (thanks, Bombo!). by Philipp Wiesemann · 8 years ago
  50. 9faa9af ALSA: Fixed adding wrong status to error message (thanks, romain145!). by Philipp Wiesemann · 8 years ago
  51. 895c339 Pandora: Fixed SDL version in debug output. by Philipp Wiesemann · 8 years ago
  52. 3d25ac2 Pandora: Updated SDL version in Makefile. by Philipp Wiesemann · 8 years ago
  53. 8d616ad Pandora: Fixed referring to no more existing atomic source file in Makefile. by Philipp Wiesemann · 8 years ago
  54. cce1dc3 Updated comments in video implementations. by Philipp Wiesemann · 8 years ago
  55. cf158b0 Pandora: Fixed compile error in video implementation (thanks, Bombo!). by Philipp Wiesemann · 8 years ago
  56. 6ff5693 Android: Fixed androidbuild.sh not working on OS X (thanks, Steffen!). by Philipp Wiesemann · 8 years ago
  57. 2707b90 Android: Fixed missing export of a JNI function (thanks, Andrii!). by Philipp Wiesemann · 8 years ago
  58. 471347e Android: Fixed compile warning about a missing prototype (thanks, Sylvain!). by Philipp Wiesemann · 8 years ago
  59. 34b15e7 Fixed compile warnings about evaluating undefined identifiers. by Philipp Wiesemann · 8 years ago
  60. 748e2a6 Tests: Would be wise to compile this by Brandon Schaefer · 8 years ago
  61. e9d830c Tests: Somehow tabs leaked in... by Brandon Schaefer · 8 years ago
  62. 17d3cbe Tests: Add a manual test for a custom cursor (Taken from the API docs) by Brandon Schaefer · 8 years ago
  63. b3256d6 Tests: Mir needs the window to swap at lease 1 frame for the cursor to show. So render in testwm2 by Brandon Schaefer · 8 years ago
  64. c7322ba MIR: Fix system cursors. Been broken since custom cursor support was added! by Brandon Schaefer · 8 years ago
  65. 4301391 Android: Added new key codes from API 24. by Philipp Wiesemann · 8 years ago
  66. 76efb6f iOS: Fix an OpenGL ES error when rotating the device if MSAA is used (thanks Cole Campbell!) by Alex Szpakowski · 8 years ago
  67. e70981b Fixed three source comments in tests. by Philipp Wiesemann · 8 years ago
  68. 6b0e567 Added a simple test case for SDL_sscanf() to tests. by Philipp Wiesemann · 8 years ago
  69. 4310a14 Fixed freeing strings created by strdup() with SDL_free(). by Philipp Wiesemann · 8 years ago
  70. ce24e8d Mac: Fixed crash if SDL_GetDisplayDPI() got NULL pointers for output parameters. by Philipp Wiesemann · 8 years ago
  71. 0f9ad39 Fixed compile warnings in test library about formats strings not being literals. by Philipp Wiesemann · 8 years ago
  72. 109080c Mac: Updated file name in README. by Philipp Wiesemann · 8 years ago
  73. 6b267eb Fixed Bug 3147 - Windows: Crash when resizing Window since hg 333216331863 by David Ludwig · 8 years ago
  74. 342ecfa Mac: Updated availability macro in build script. by Philipp Wiesemann · 8 years ago
  75. 2a6c247 MIR: Add better error handling for a failed connection by Brandon Schaefer · 8 years ago
  76. 406f0de MIR: Support relative mouse mode by Brandon Schaefer · 8 years ago
  77. d8316c6 Windows: Fix other window positions/sizes being changed when exiting exclusive fullscreen (bug #3315, thanks Simon Hug!) by Alex Szpakowski · 8 years ago
  78. 94d47e2 Mac: Fix a crash when SDL is compiled with SDL_MAC_NO_SANDBOX enabled, by increasing the stack size of the mouse tap thread back to OS X' default of 512 KB. by Alex Szpakowski · 8 years ago
  79. a7869df Removed Mac OS 10.5 support (bug #3137). Also fixed a warning about deprecated Carbon code when using SDL_audio (bug #3127, thanks Dominik!) by Alex Szpakowski · 8 years ago
  80. 16d0294 Updated documentation of SDL_IsScreenSaverEnabled(). by Philipp Wiesemann · 8 years ago
  81. c843067 Windows: Fixed missing error message if SDL_GetDisplayDPI() failed. by Philipp Wiesemann · 8 years ago
  82. e490edd X11: Fixed typos in error messages and source comments. by Philipp Wiesemann · 8 years ago
  83. 51cdd60 X11: Fixed missing error message if SDL_GetDisplayDPI() failed. by Philipp Wiesemann · 8 years ago
  84. 5dd0a0e WinRT: workaround a possible Windows bug, whereby hiding cursors, disables mouse-moved events by David Ludwig · 8 years ago
  85. 07effd9 X11: Fixed SDL_GL_GetSwapInterval() returning -1 if interval is unknown. by Philipp Wiesemann · 8 years ago
  86. 58a0f36 EGL: Fixed SDL_GL_GetSwapInterval() returning -1 on error. by Philipp Wiesemann · 8 years ago
  87. 9f54128 Updated documentation of SDL_CreateWindow() and SDL_CreateWindowFrom(). by Philipp Wiesemann · 8 years ago
  88. 3cda7fc iOS: Added brackets to function names in README so that doxygen links them. by Philipp Wiesemann · 8 years ago
  89. 5c22869 Fixed missing error message if SDL_GetDisplayDPI() is unsupported. by Philipp Wiesemann · 8 years ago
  90. bf77ac3 Fixed crash in shape test program if memory allocation failed. by Philipp Wiesemann · 8 years ago
  91. 8e56e54 Fixed error return values in filesystem test program. by Philipp Wiesemann · 8 years ago
  92. 98c4af0 WinRT: allow on-screen keyboard to be shown via SDL APIs, Win10/UWP only by David Ludwig · 8 years ago
  93. b034736 Fixed memory leak in game controller test program. by Philipp Wiesemann · 8 years ago
  94. a9936f1 Updated documentation of SDL_HINT_THREAD_STACK_SIZE in header file. by Philipp Wiesemann · 8 years ago
  95. 34be925 Added missing links at documentation of SDL_FreeCursor() in header file. by Philipp Wiesemann · 8 years ago
  96. c53333a Cocoa mouse code: Replaced NSPointInRect with NSMouseInRect (thanks Eric Wasylishen!) Fixes bug #3312. by Alex Szpakowski · 8 years ago
  97. 8d8dd4d Mac: replaced a deprecated CGSetLocalEventsSuppressionInterval call that I missed in commit f0645cd8fd39 by Alex Szpakowski · 8 years ago
  98. a8fcd17 Android: Updated name of README file. by Philipp Wiesemann · 8 years ago
  99. 5a61dd6 WinRT: another README tweak by David Ludwig · 8 years ago
  100. 0595508 WinRT: README tweaks by David Ludwig · 8 years ago