index
:
~wtay/SDL
SDL-1.2
fixes
master
pipewire-camera
rhel-7.9
rhel-8
rhel-8.0
rhel-8.0-SDL2
Unnamed repository; edit this file 'description' to name the repository.
wtay
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-25
CVE-2019-7637: Fix in integer overflow in SDL_CalculatePitch
rhel-8
Petr Písař
8
-7
/
+57
2019-06-25
CVE-2019-7638, CVE-2019-7636: Refuse loading BMP images with too high number ...
Petr Písař
1
-0
/
+4
2019-06-25
CVE-2019-7635: Reject BMP images with pixel colors out the palette
Petr Písař
1
-0
/
+16
2019-06-25
CVE-2019-7575: Fix a buffer overwrite in MS_ADPCM_decode
Petr Písař
1
-5
/
+8
2019-06-25
CVE-2019-7573, CVE-2019-7576: Fix buffer overreads in InitMS_ADPCM
Petr Písař
1
-3
/
+10
2019-06-25
CVE-2019-7572: Fix a buffer overwrite in IMA_ADPCM_decode
Petr Písař
1
-1
/
+5
2019-06-25
CVE-2019-7577: Fix a buffer overread in MS_ADPCM_nibble and MS_ADPCM_decode
Petr Písař
1
-0
/
+7
2019-06-25
CVE-2019-7577: Fix a buffer overread in MS_ADPCM_decode
Petr Písař
1
-1
/
+9
2019-06-25
CVE-2019-7574: Fix a buffer overread in IMA_ADPCM_decode
Petr Písař
1
-1
/
+8
2019-06-25
CVE-2019-7578: Fix a buffer overread in InitIMA_ADPCM
Petr Písař
1
-3
/
+9
2019-06-25
CVE-2019-7572: Fix a buffer overread in IMA_ADPCM_nibble
Petr Písař
1
-6
/
+8
2019-04-29
fix small errors detected by coverity
Wim Taymans
3
-2
/
+4
2019-04-29
Fixed bug 4108 - Missing break statements in SDL_CDResume and SDL_CDStop
Wim Taymans
1
-0
/
+2
2019-04-29
Correct vec_perm() application on little-endian 64-bit PowerPC
Wim Taymans
1
-0
/
+44
2019-04-29
Fixed bug 2325 - SDL_EnableUNICODE sometimes drops keyboard events completely
Wim Taymans
1
-0
/
+22
2019-04-29
Do not harness backing store by default
Wim Taymans
1
-1
/
+1
2019-04-29
Linux evdev: ignore joystick axis events if they aren't in a sane range
Wim Taymans
1
-0
/
+3
2019-04-29
libX11-1.5.99.901 has changed prototype of _XData32
Wim Taymans
1
-1
/
+1
2019-04-29
Makes SDL-1.2 SDL_WM_GrabInput() non-blocking
Wim Taymans
1
-1
/
+2
2012-01-19
More gyrations trying to get SDL 1.2 to work correctly on all Mac OS X versions.
Sam Lantinga
1
-1
/
+2
2012-01-18
Minor tweak (use variable instead of macro).
Ryan C. Gordon
1
-1
/
+1
2012-01-18
Quartz: minor deprecated function cleanups.
Ryan C. Gordon
1
-6
/
+10
2012-01-18
Quartz: Fixed fullscreen OpenGL on 10.7, when built with 10.7 SDK.
Ryan C. Gordon
1
-1
/
+0
2012-01-18
Removed variables that current GCC builds warn on as set and never used.
Ryan C. Gordon
6
-14
/
+12
2012-01-18
X11: Remove GLX_BUFFER_SIZE attribute.
Ryan C. Gordon
1
-5
/
+0
2012-01-18
Add dynamic symbol for _XGetRequest, which libX11 1.4.99.1 added.
Ryan C. Gordon
2
-0
/
+30
2012-01-16
Quartz: Fix mouse warping freezing for 250+ milliseconds.
Ryan C. Gordon
1
-3
/
+4
2012-01-15
Check for sem_timedwait(), which isn't available on some systems (including O...
Sam Lantinga
1
-0
/
+14
2012-01-10
Fixed typo in mask comparison
Sam Lantinga
1
-1
/
+1
2012-01-10
Add and use SuperToUser macro to handle super->user mode switch
Patrice Mandin
5
-11
/
+77
2012-01-07
Fixed bug 1364 - Fullscreen OpenGL fails in OS 10.7 if deployment target is l...
Sam Lantinga
1
-9
/
+7
2012-01-07
Fixed C99 correctness and signed/unsigned compiler warning
Sam Lantinga
1
-12
/
+9
2011-06-28
X11: Added support to _NET_WM_PID and WM_CLIENT_MACHINE atoms
Marco Trevisan (Treviño)
1
-0
/
+19
2012-01-05
Fixed bug 1363 - SDL 1.2 hg does not compile against the 10.5 SDK
Sam Lantinga
2
-17
/
+20
2012-01-02
Quartz: Restore 1.2.14 behaviour of letting apps draw from background thread.
Ryan C. Gordon
2
-5
/
+10
2012-01-02
PulseAudio: Fixed infinite loop, due to iteration variable not incrementing.
Ryan C. Gordon
1
-0
/
+1
2012-01-02
Use arts_suspend() in a loop to wait for arts to become ready.
Ryan C. Gordon
1
-2
/
+16
2012-01-01
Throw around some QZ_UpdateCursor() calls to fix wrongly-shown system cursor.
Ryan C. Gordon
2
-0
/
+3
2012-01-01
Need to define this if we're targeting deployment on 10.4
Sam Lantinga
1
-1
/
+1
2012-01-01
Fixed bug 1337 - joystick crash due to heap corruption with btnx
Sam Lantinga
1
-0
/
+20
2011-12-31
Happy New Year!
Sam Lantinga
535
-547
/
+547
2011-12-30
Disable attempt at saving the Cocoa GL context for now.
Ryan C. Gordon
1
-0
/
+5
2011-12-02
Fixed incorrect macro in fullscreen code.
Ryan C. Gordon
1
-1
/
+1
2011-12-30
Fixed bug 1058 - SDL: erroneously uses xrandr-style mode switching
Sam Lantinga
1
-8
/
+3
2011-12-30
Fixed bug 1082 - Crash on startup when using empty command-line argument.
Sam Lantinga
1
-1
/
+1
2011-12-30
Initialize timers first so the tick counter is valid by the time the audio an...
Sam Lantinga
1
-25
/
+25
2011-12-30
Fixed bug 1309 - Don't grab focus during ResizeWindow on Win32 when SDL windo...
Sam Lantinga
1
-1
/
+3
2011-12-30
Fixed bug 875 - Title bar unresponsive after video mode change
Sam Lantinga
2
-5
/
+14
2011-12-30
Fixed bug 907 - SDL window restore SDL_VIDEORESIZE event issue...
Sam Lantinga
1
-12
/
+7
2011-12-30
Added some sanity checks to prevent buffer overflows.
Ryan C. Gordon
1
-0
/
+7
[next]