summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-12multilib patchrhel-8.0-SDL2Wim Taymans1-3/+2
2018-03-01Added patch note for Android Studio supportSam Lantinga1-0/+1
2018-03-01Temporarily disabled fullscreen switching code on Android, until we can resol...Sam Lantinga1-1/+8
2018-03-01Added a patch note for OpenGL ES support on MacSam Lantinga1-0/+1
2018-02-28Back out Task Dialog and TerminateProcess patches for 2.0.8.Ryan C. Gordon3-280/+4
2018-02-28windows: dos2unix'd messagebox code, and (hopefully) fixed on MingW.Ryan C. Gordon2-270/+270
2018-02-28windows: Message boxes use Task Dialogs if possible (thanks, Jack!).Ryan C. Gordon2-3/+275
2018-02-28assert: Use TerminateProcess() on Windows, vs ExitProcess (thanks, Jack!).Ryan C. Gordon1-1/+5
2018-02-26Added patch note about the Vulkan Mac SDKSam Lantinga1-1/+5
2018-02-25Support official Vulkan SDK for macOS.Mark Callow2-25/+60
2018-02-25Fixed bug 4097 - Segmentation fault by SDL_CreateThreadWithStackSizeSam Lantinga1-1/+4
2018-02-25cmake: Set debug library name suffix per target instead of setting it globall...Olli Kallioinen1-2/+11
2018-02-25SDL_test_fuzzer.c: fix strict aliasing warnings by using a union.Ozkan Sezer1-10/+16
2018-02-24Moved Android patch note into the Android sectionSam Lantinga1-1/+1
2018-02-24Fixed bug 4092 - CMake support for building everything in the "test" directorySam Lantinga2-0/+132
2018-02-24Fixed bug 4091 - Undefined references to Android audio functions when SDL_AUD...Sam Lantinga1-0/+5
2018-02-24Added patch note for Ryan's workSam Lantinga1-0/+1
2018-02-24Added missing file to tvOS buildSam Lantinga1-0/+2
2018-02-24Fixed MinGW-w64 buildSam Lantinga1-0/+5
2018-02-24Updated documentation with API changes in SDL 2.0.8Sam Lantinga2-2/+20
2018-02-23Backout the vulkan change in cd67e676bca7 breaks Mir buildsBrandon Schaefer1-0/+3
2018-02-23mir: Disable Mir by default as Mir supports Wayland clientsBrandon Schaefer2-5/+2
2018-02-21Backed out changeset bd976b7b2b43Ryan C. Gordon1-1/+1
2018-02-21android: apparently they fixed this header at some point.Ryan C. Gordon1-1/+1
2018-02-21vulkan: Possibly fix a compiler warning (-Wstrict-prototypes).Ryan C. Gordon1-2/+2
2018-02-21wasapi: let Windows do the resampling for us if possible.Ryan C. Gordon1-3/+16
2018-02-21wasapi: fixed typo in an assert message.Ryan C. Gordon1-1/+1
2018-02-21windows: added WIN_IsWindows7OrGreater().Ryan C. Gordon2-0/+12
2018-02-21Use new XInput mapping for Win10+ (Bugzilla #3960)Ethan Lee1-1/+2
2018-02-21Fix high-dpi support on macOS and simplify it and iOS variant.Mark Callow6-44/+43
2018-02-21Fixed bug 4034 - Don't include _DllMainCRTStartup() if SDL_STATIC_LIB is defi...Sam Lantinga1-2/+2
2018-02-20Fixed bug 4088 - Fix Metal link errors with test programs in SDLTest.xcodeprojSam Lantinga1-0/+106
2018-02-18Actually, this is needed for building with Visual Studio with both /MT and /MD.Sam Lantinga1-1/+5
2018-02-18Fixed bug 4034 - Do we really need _DllMainCRTStartup() in every Windows build?Sam Lantinga1-5/+1
2018-02-17pthread: fix error code checks (thanks, Andreas!).Ryan C. Gordon3-5/+5
2018-02-17yuv: patched to compile.Ryan C. Gordon2-22/+22
2018-02-17yuv: fixed variable declaration shadowing warnings.Ryan C. Gordon2-10/+10
2018-02-17pulseaudio: Just read/dump captured data in FlushCapture.Ryan C. Gordon1-7/+18
2018-02-16video: put a spinlock around a global linked list.Ryan C. Gordon1-0/+15
2018-02-16Fixed bug 4085 - X11: Allow configuring _NET_WM_BYPASS_COMPOSITOR through SDL...Sam Lantinga2-5/+18
2017-10-29bug #3739: handle %lu, %li and %ld in SDL_SetError.Ozkan Sezer2-0/+27
2018-02-13Don't attempt WM_NCCALCSIZE adjustment when in fullscreen window transitionSam Lantinga1-3/+5
2018-02-12fix building SDL_audiotypecvt.c with gcc < 4.0sezero1-0/+10
2018-02-12revert the recent typecast assignment changes (see bug #4079)sezero34-146/+174
2018-02-13Fixed bug 4027 - CheckLibSampleRate macro in sdlchecks.cmake never defines HA...Sam Lantinga1-0/+2
2018-02-13Fixed bug 3920 - IBus not work with SDL 2.0.7Sam Lantinga1-1/+2
2018-02-13Fixed bug 3947 - replace strlcpy with memcpy in SDL_strdup()Sam Lantinga1-1/+1
2018-02-13Fixed bug 3950 - Don't always call dbus_shutdown in SDL_DBusSam Lantinga1-0/+5
2018-02-13Fixed bug 4081 - sdlchecks.cmake: typo introduced by rev11848 breaks building...Sam Lantinga1-1/+1
2018-02-12kill C99'ism in SDL_waylandvulkan.csezero1-2/+2