summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-06-25CVE-2019-7637: Fix in integer overflow in SDL_CalculatePitchrhel-8Petr Písař8-7/+57
2019-06-25CVE-2019-7638, CVE-2019-7636: Refuse loading BMP images with too high number ...Petr Písař1-0/+4
2019-06-25CVE-2019-7635: Reject BMP images with pixel colors out the palettePetr Písař1-0/+16
2019-06-25CVE-2019-7575: Fix a buffer overwrite in MS_ADPCM_decodePetr Písař1-5/+8
2019-06-25CVE-2019-7573, CVE-2019-7576: Fix buffer overreads in InitMS_ADPCMPetr Písař1-3/+10
2019-06-25CVE-2019-7572: Fix a buffer overwrite in IMA_ADPCM_decodePetr Písař1-1/+5
2019-06-25CVE-2019-7577: Fix a buffer overread in MS_ADPCM_nibble and MS_ADPCM_decodePetr Písař1-0/+7
2019-06-25CVE-2019-7577: Fix a buffer overread in MS_ADPCM_decodePetr Písař1-1/+9
2019-06-25CVE-2019-7574: Fix a buffer overread in IMA_ADPCM_decodePetr Písař1-1/+8
2019-06-25CVE-2019-7578: Fix a buffer overread in InitIMA_ADPCMPetr Písař1-3/+9
2019-06-25CVE-2019-7572: Fix a buffer overread in IMA_ADPCM_nibblePetr Písař1-6/+8
2019-04-29fix small errors detected by coverityWim Taymans3-2/+4
2019-04-29Fixed bug 4108 - Missing break statements in SDL_CDResume and SDL_CDStopWim Taymans1-0/+2
2019-04-29Correct vec_perm() application on little-endian 64-bit PowerPCWim Taymans1-0/+44
2019-04-29Fixed bug 2325 - SDL_EnableUNICODE sometimes drops keyboard events completelyWim Taymans1-0/+22
2019-04-29Do not harness backing store by defaultWim Taymans1-1/+1
2019-04-29Linux evdev: ignore joystick axis events if they aren't in a sane rangeWim Taymans1-0/+3
2019-04-29libX11-1.5.99.901 has changed prototype of _XData32Wim Taymans1-1/+1
2019-04-29Makes SDL-1.2 SDL_WM_GrabInput() non-blockingWim Taymans1-1/+2
2012-01-19More gyrations trying to get SDL 1.2 to work correctly on all Mac OS X versions.Sam Lantinga1-1/+2
2012-01-18Minor tweak (use variable instead of macro).Ryan C. Gordon1-1/+1
2012-01-18Quartz: minor deprecated function cleanups.Ryan C. Gordon1-6/+10
2012-01-18Quartz: Fixed fullscreen OpenGL on 10.7, when built with 10.7 SDK.Ryan C. Gordon1-1/+0
2012-01-18Removed variables that current GCC builds warn on as set and never used.Ryan C. Gordon6-14/+12
2012-01-18X11: Remove GLX_BUFFER_SIZE attribute.Ryan C. Gordon1-5/+0
2012-01-18Add dynamic symbol for _XGetRequest, which libX11 1.4.99.1 added.Ryan C. Gordon2-0/+30
2012-01-16Quartz: Fix mouse warping freezing for 250+ milliseconds.Ryan C. Gordon1-3/+4
2012-01-15Check for sem_timedwait(), which isn't available on some systems (including O...Sam Lantinga1-0/+14
2012-01-10Fixed typo in mask comparisonSam Lantinga1-1/+1
2012-01-10Add and use SuperToUser macro to handle super->user mode switchPatrice Mandin5-11/+77
2012-01-07Fixed bug 1364 - Fullscreen OpenGL fails in OS 10.7 if deployment target is l...Sam Lantinga1-9/+7
2012-01-07Fixed C99 correctness and signed/unsigned compiler warningSam Lantinga1-12/+9
2011-06-28X11: Added support to _NET_WM_PID and WM_CLIENT_MACHINE atomsMarco Trevisan (Treviño)1-0/+19
2012-01-05Fixed bug 1363 - SDL 1.2 hg does not compile against the 10.5 SDKSam Lantinga2-17/+20
2012-01-02Quartz: Restore 1.2.14 behaviour of letting apps draw from background thread.Ryan C. Gordon2-5/+10
2012-01-02PulseAudio: Fixed infinite loop, due to iteration variable not incrementing.Ryan C. Gordon1-0/+1
2012-01-02Use arts_suspend() in a loop to wait for arts to become ready.Ryan C. Gordon1-2/+16
2012-01-01Throw around some QZ_UpdateCursor() calls to fix wrongly-shown system cursor.Ryan C. Gordon2-0/+3
2012-01-01Need to define this if we're targeting deployment on 10.4Sam Lantinga1-1/+1
2012-01-01Fixed bug 1337 - joystick crash due to heap corruption with btnxSam Lantinga1-0/+20
2011-12-31Happy New Year!Sam Lantinga535-547/+547
2011-12-30Disable attempt at saving the Cocoa GL context for now.Ryan C. Gordon1-0/+5
2011-12-02Fixed incorrect macro in fullscreen code.Ryan C. Gordon1-1/+1
2011-12-30Fixed bug 1058 - SDL: erroneously uses xrandr-style mode switchingSam Lantinga1-8/+3
2011-12-30Fixed bug 1082 - Crash on startup when using empty command-line argument.Sam Lantinga1-1/+1
2011-12-30Initialize timers first so the tick counter is valid by the time the audio an...Sam Lantinga1-25/+25
2011-12-30Fixed bug 1309 - Don't grab focus during ResizeWindow on Win32 when SDL windo...Sam Lantinga1-1/+3
2011-12-30Fixed bug 875 - Title bar unresponsive after video mode changeSam Lantinga2-5/+14
2011-12-30Fixed bug 907 - SDL window restore SDL_VIDEORESIZE event issue...Sam Lantinga1-12/+7
2011-12-30Added some sanity checks to prevent buffer overflows.Ryan C. Gordon1-0/+7