summaryrefslogtreecommitdiff
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-29Add sdl-config man pageWim Taymans2-0/+69
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
2019-04-29Multilib patchWim Taymans1-3/+2
2012-01-20Fixed bug 1387 - Patch: fix minor typos in SDL-1.2 HTML docsSam Lantinga3-3/+3
2012-01-19Fixed inline assembly warning for PPCSam Lantinga1-2/+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 Lantinga3-0/+29
2012-01-14Switched compatibility version to 1 since the ABI is compatible with previous...Sam Lantinga1-2/+2
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-09Fixed structure alignment mismatch between Visual Studio and gcc on 64-bit ar...Sam Lantinga1-0/+5
2012-01-09Fixed import library locationSam Lantinga1-12/+0
2012-01-09Fixed output directories for win32/x64 platform outputSam Lantinga3-30/+410
2012-01-08Updated Xcode projectSam Lantinga1-0/+1
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-03Updated to Visual Studio 2008Sam Lantinga3-10/+10
2012-01-03Minor project cleanupSam Lantinga1-6/+0
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-02Switched to @rpath for the install path and switched minimum OS to 10.5Sam Lantinga1-8/+8