1. 76cdb7b Fixed bug 5323 - SDL_SetWindowMaximumSize fails if Width or Height is equal to minimum Height or Width by Sam Lantinga · 3 years, 7 months ago
  2. 5b623b3 geniconv/os2iconv.c: make it build correctly against os2tk headers. by Ozkan Sezer · 3 years, 7 months ago
  3. 6dd88c5 audio: fix popping sounds caused by signed/unsigned conversion by Manuel Vögele · 3 years, 8 months ago
  4. fd138c2 Removed debug log message by Sam Lantinga · 3 years, 7 months ago
  5. 9183b24 Implement keyboard repeat in wayland video driver by Yiding Jia · 3 years, 7 months ago
  6. 8eeb35a x11events: ignore UnmapNotify events from XReparentWindow by Alberts Muktupāvels · 3 years, 7 months ago
  7. 8d13790 Makefile.os2: remove duplicated OPTION QUIET directives from linker file by Ozkan Sezer · 3 years, 7 months ago
  8. ec4fd7e Fixed bug 5304 - add SDL_HasSurfaceRLE() (Thanks Rene Dudfield and Dan Lawrence) by Sylvain Becker · 3 years, 7 months ago
  9. 4061752 Fixed bug 5321 - crash in SDL_ConvertSurface with RLE surfaces by Sylvain Becker · 3 years, 7 months ago
  10. c921cbf SDL_os2video.c (OS2_CreateDevice): remove duplicated assignment. by Ozkan Sezer · 3 years, 7 months ago
  11. 2a23014 os2video.c: add missing FOURCC_R666 define, enable FOURCC_R666 case in _getSDLPixelFormatData(). by Ozkan Sezer · 3 years, 7 months ago
  12. f5f7847 Map the guide button by default on Android 11 by Sam Lantinga · 3 years, 7 months ago
  13. 955d12e Added mapping for Xbox One S controller and PS4 controller on Android 11, including guide button by Sam Lantinga · 3 years, 7 months ago
  14. b32d546 Added a note about Android 11 by Sam Lantinga · 3 years, 7 months ago
  15. b495c69 Backed out changeset 3e9022e23793 by Sam Lantinga · 3 years, 7 months ago
  16. 21d7199 minor update to os/2 config file and update. by Ozkan Sezer · 3 years, 7 months ago
  17. f77d59d Allow more than one window on iOS as long as they're on different displays by Sam Lantinga · 3 years, 7 months ago
  18. d246a65 os2: a _lot_ of coding style cleanup, sot that they match the SDL style. by Ozkan Sezer · 3 years, 7 months ago
  19. 6c5a0d0 Use a high priority dispatch queue for GCKeyboard and GCMouse events for the lowest latency possible by Sam Lantinga · 3 years, 7 months ago
  20. af08088 Added support for low latency mouse and keyboard handling in iOS 14 by Sam Lantinga · 3 years, 7 months ago
  21. 2f3b057 Update the existing haptic player when we rumble on iOS by Sam Lantinga · 3 years, 7 months ago
  22. 91ceb4c Fix iOS and tvOS builds by Sam Lantinga · 3 years, 7 months ago
  23. af0062e kmsdrm: merge GetDisplayDPI implementation by bms20 <brett@mynah-software.com> by Manuel Alfayate Corchete · 3 years, 7 months ago
  24. df11003 os2: integrate the port into main tree. by Ozkan Sezer · 3 years, 7 months ago
  25. 3ac44f8 added documentation docs/README-os2.md (based on original readme.os2). by Ozkan Sezer · 3 years, 7 months ago
  26. 79564e6 os2: remove dependency to gradd.h from IBM's ddk which is non-free: by Ozkan Sezer · 3 years, 7 months ago
  27. 7a80306 os2: Andrey Vasilkin agreed that his code to be put under Zlib license: by Ozkan Sezer · 3 years, 7 months ago
  28. 4862a8e os2: updated copyright dates for 2020. header guard fixes. by Ozkan Sezer · 3 years, 7 months ago
  29. 57579de SDL_os2audio.c (OS2_OpenDevice): change spec->samples assignment: by Ozkan Sezer · 3 years, 7 months ago
  30. 050e636 SDL_os2audio.c (OS2_OpenDevice): change {0} initializers to SDL_zero() by Ozkan Sezer · 3 years, 7 months ago
  31. 9fc9295 SDL_os2audio.c (OS2_OpenDevice): remove assignment to wrong spec member by Ozkan Sezer · 3 years, 7 months ago
  32. b916961 OS2_VideoQuit(): avoid double free()ing of displays. by Ozkan Sezer · 3 years, 7 months ago
  33. 9bef311 OS2_VideoInit: zero the stSDLDisplay and stSDLDisplayMode variables by Ozkan Sezer · 3 years, 7 months ago
  34. 94f18ec port from 2.0.12 to 2.0.13 / current SDL-hg repository. by Ozkan Sezer · 3 years, 7 months ago
  35. 291d6e4 os/2: port from SDL2-2.0.5 to SDL2-2.0.12 by Ozkan Sezer · 3 years, 7 months ago
  36. dcfc2a3 os2/SDL_sysfilesystem.c: fix crash if one of the parameters is NULL by Ozkan Sezer · 3 years, 7 months ago
  37. a42fb34 os/2: port from SDL2-2.0.4 to SDL2-2.0.5: by Ozkan Sezer · 3 years, 7 months ago
  38. 140eaa7 os2/SDL_sysfilesystem.c: use OS/2 api DosCreateDir() instead of mkdir(). by Ozkan Sezer · 3 years, 7 months ago
  39. c0dc75c os2: make testnative working -- imported from bitwiseworks' fork: by Ozkan Sezer · 3 years, 7 months ago
  40. 680dba1 os2: updates from Andrey Vasilkin's 2020-09-07 sources. by Ozkan Sezer · 3 years, 7 months ago
  41. 8e477d1 os2: several warning fixes. by Ozkan Sezer · 3 years, 7 months ago
  42. 10998d0 os2: updates to SDL_systhread.c: by Ozkan Sezer · 3 years, 7 months ago
  43. a5acd69 os2: added a 2-byte padding to os2 SDL_PrivateAudioData by Ozkan Sezer · 3 years, 7 months ago
  44. f148cb8 os2: better error reporting from loadso by Ozkan Sezer · 3 years, 7 months ago
  45. 3f686a7 os2: changes to debug macros by Ozkan Sezer · 3 years, 7 months ago
  46. c7b40f4 os2: update include paths. add missing libc includes to geniconv. by Ozkan Sezer · 3 years, 7 months ago
  47. e091cfd os2: add port files for SDL2-2.0.4 from Andrey Vasilkin by Ozkan Sezer · 3 years, 7 months ago
  48. 718ab3f SDL_waylanddatamanager.c (mime_data_list_add): constify the buffer param by Ozkan Sezer · 3 years, 7 months ago
  49. 457b42a Make the CoreHaptics framework optional on iOS and tvOS by Sam Lantinga · 3 years, 7 months ago
  50. cec7efa video: Refresh Windows display list on WM_DISPLAYCHANGE by Sam Lantinga · 3 years, 7 months ago
  51. 57b25b5 Only include CoreHaptics if we're building with rumble support by Sam Lantinga · 3 years, 7 months ago
  52. dbb02ac Fixed compiling with an older iOS SDK by Sam Lantinga · 3 years, 7 months ago
  53. 79a83ac Added support for controller battery status on iOS 14 by Sam Lantinga · 3 years, 7 months ago
  54. fd215c8 Added support for game controller rumble on iOS 14 by Sam Lantinga · 3 years, 7 months ago
  55. db31188 Added support for the controller home button on iOS 14 by Sam Lantinga · 3 years, 7 months ago
  56. 701fa74 cmake: look for iconv in libc, too (bug #5316.) by Ozkan Sezer · 3 years, 7 months ago
  57. f46c39b cmake: run updaterev.sh if(NOT CMAKE_HOST_WIN32) by Ozkan Sezer · 3 years, 7 months ago
  58. f667540 cmake: check for alloca() in stdlib.h and malloc.h, too (bug #5316) by Ozkan Sezer · 3 years, 7 months ago
  59. 17ca11a SDL_cpuinfo.h: add missing const to size parameter of SDL_SIMDRealloc() by Ozkan Sezer · 3 years, 7 months ago
  60. 5b50c80 Makefile.os2: remove some unnecessary stuff. by Ozkan Sezer · 3 years, 7 months ago
  61. 202ab47 cmake: reduce STDC_HEADER_NAMES list to only relevant headers, by Ozkan Sezer · 3 years, 7 months ago
  62. ef55805 build: fix / update sensors (windows) configuration by Ozkan Sezer · 3 years, 7 months ago
  63. 499ebe2 test/Makefile.os2: add testlocale.exe to build. by Ozkan Sezer · 3 years, 7 months ago
  64. c6087cc riscos: Implement SDL_OpenURL() by Cameron Cawley · 3 years, 7 months ago
  65. 2a4c271 SDL_cpuinfo.c (OS2): undefine HAVE_SYSCTLBYNAME by Ozkan Sezer · 3 years, 7 months ago
  66. a1dd114 Makefile.os2: minor re-order. by Ozkan Sezer · 3 years, 7 months ago
  67. 805c428 Only watch for display connect/disconnect events while the video subsystem is initialized by Sam Lantinga · 3 years, 7 months ago
  68. 6157493 dynapi: move SDL_SIMDRealloc down below, after SDL_GetPreferredLocales. by Ozkan Sezer · 3 years, 7 months ago
  69. a901ff2 minor tidy-up to Makefile.os2 by Ozkan Sezer · 3 years, 7 months ago
  70. 96720ce cocoa: Cut and paste from HTML strikes again! by Ryan C. Gordon · 3 years, 7 months ago
  71. c75dd29 Fix https://bugzilla.libsdl.org/show_bug.cgi?id=5306 by Ozkan Sezer · 3 years, 7 months ago
  72. def6815 Fix https://bugzilla.libsdl.org/show_bug.cgi?id=4877#c2 by Ozkan Sezer · 3 years, 7 months ago
  73. 85affda minor whitespace fix by Ozkan Sezer · 3 years, 7 months ago
  74. ea1a0c9 Fixed trying to build OSX SDL_OpenURL on iOS and tvOS by Sam Lantinga · 3 years, 7 months ago
  75. 32639e2 Removed unused variable by Sam Lantinga · 3 years, 7 months ago
  76. 096b712 SDL_video.c: fix whitespace by Ozkan Sezer · 3 years, 7 months ago
  77. 8e12967 SDL_video.h (SDL_DisplayEventID): remove comma at end of enumerator list by Ozkan Sezer · 3 years, 7 months ago
  78. 7c98b09 Added events for dynamically connecting and disconnecting displays, with an iOS implementation by Sam Lantinga · 3 years, 7 months ago
  79. c227d10 Fixed whitespace by Sam Lantinga · 3 years, 7 months ago
  80. 58ed108 k_rem_pio2.c: fix typo in second memset(): iq, not q. fixes bug #5309. by Ozkan Sezer · 3 years, 7 months ago
  81. 790e480 metal: Clear the framebuffer if presenting without any other operations. by Ryan C. Gordon · 3 years, 7 months ago
  82. ba74f79 Fixed bug 5307 - Crash when joysticks hats number is odd (Thanks Sockmonsters!) by Sylvain Becker · 3 years, 7 months ago
  83. 552d893 Android: better readibility for pollHapticDevices() by Sylvain Becker · 3 years, 7 months ago
  84. 1e099bc Android: better readibility for pollInputDevices() by Sylvain Becker · 3 years, 7 months ago
  85. 6f03ede wav: Make sure the data size is a multiple of blockalign, not an exact match. by Ryan C. Gordon · 3 years, 7 months ago
  86. d6da492 url: WinRT actually works now (and has been tested, hooray!). by Ryan C. Gordon · 3 years, 7 months ago
  87. 2181181 url: Attempt #23235 at WinRT support... by Ryan C. Gordon · 3 years, 7 months ago
  88. 2b25bf5 url: Another attempt at WinRT implementation. by Ryan C. Gordon · 3 years, 7 months ago
  89. 9bafde1 windows/SDL_syslocale.c: make it build against older SDKs. by Ozkan Sezer · 3 years, 7 months ago
  90. f3957ad url: Build WinRT-specific code as C++/CX instead of plain C++. by Ryan C. Gordon · 3 years, 7 months ago
  91. 5508c91 url: Add to Xcode project files, iOS/mac fixes. by Ryan C. Gordon · 3 years, 7 months ago
  92. 094b2f6 url: Attempt at WinRT support. by Ryan C. Gordon · 3 years, 7 months ago
  93. 81e701c url: ShellExecuteW returns an HINSTANCE, so deal with that more correctly. by Ryan C. Gordon · 3 years, 7 months ago
  94. 5359db4 url: Added to Visual Studio project files. by Ryan C. Gordon · 3 years, 7 months ago
  95. c213df5 url: Cleanups and compiler warning fixes. by Ryan C. Gordon · 3 years, 7 months ago
  96. fcc90ce url: removed "extern" from function declaration. by Ryan C. Gordon · 3 years, 7 months ago
  97. 37dbd7a url: Patched to compile on C89 compilers. by Ryan C. Gordon · 3 years, 7 months ago
  98. d7e9023 url: Patched to compile on OS/2. by Ozkan Sezer · 3 years, 7 months ago
  99. aee2ea2 url: More win32 fixes. by Ryan C. Gordon · 3 years, 7 months ago
  100. c589ec9 url: Patched to compile on OS/2. by Ryan C. Gordon · 3 years, 7 months ago