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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-01-24
Fixed bug #926
Sam Lantinga
435
-737
/
+730
2010-01-24
Fixed bug #935
Sam Lantinga
10
-490
/
+0
2010-01-24
Added magic to detect already freed or otherwise invalid windows and textures.
Sam Lantinga
2
-131
/
+128
2010-01-24
Fixed bug #916
Sam Lantinga
1
-4
/
+6
2010-01-22
update window prev links
Sam Lantinga
1
-0
/
+9
2010-01-22
Fixed infinite loop at shutdown - update texture prev links
Sam Lantinga
1
-0
/
+6
2010-01-22
Documentation consistency
Sam Lantinga
1
-4
/
+4
2010-01-21
Fixed compilation on iPhone
Sam Lantinga
3
-37
/
+39
2010-01-21
Fixed crash when there was no mouse focus for some reason (iPhone bug?)
Sam Lantinga
1
-4
/
+4
2010-01-21
Fixed Cocoa and OpenGL builds
Sam Lantinga
3
-40
/
+40
2010-01-21
Fixed compile warning on 64-bit Mac OS X
Sam Lantinga
1
-4
/
+8
2010-01-21
Fixed compile warning
Sam Lantinga
1
-1
/
+0
2010-01-21
Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* ...
Sam Lantinga
73
-1063
/
+849
2010-01-21
Fixed compiler warnings on 32-bit Linux
Sam Lantinga
1
-4
/
+4
2010-01-19
From: Jjgod Jiang
Sam Lantinga
3
-10
/
+13
2010-01-19
Added Xcode-iPhoneOS to make dist
Sam Lantinga
2
-2
/
+2
2010-01-18
Removed obsolete checks for ipod Linux
Sam Lantinga
1
-11
/
+0
2010-01-18
Fixed bug #920
Sam Lantinga
1
-10
/
+35
2010-01-18
Updated Mac OS X projects with new assertion code
Sam Lantinga
2
-6
/
+26
2010-01-18
Fixed bug #930
Sam Lantinga
13
-2808
/
+0
2010-01-18
Fixed compiler warning
Sam Lantinga
1
-1
/
+1
2010-01-18
Fixed compile error on Mac OS X 10.4
Sam Lantinga
2
-10
/
+10
2010-01-18
Fixed bug #932
Sam Lantinga
1
-0
/
+1
2010-01-17
Minor cleanups in PulseAudio code, to keep this 80-column-friendly.
Ryan C. Gordon
1
-33
/
+40
2010-01-17
Attempt to clean up PulseAudio dynamic loading support.
Ryan C. Gordon
1
-148
/
+142
2010-01-17
Merged r4210:5510 from branches/SDL-1.2/src/audio/pulse: PulseAudio updates.
Ryan C. Gordon
2
-62
/
+205
2010-01-15
Fixed building under Visual Studio
Sam Lantinga
4
-3
/
+86
2010-01-13
Clean up assertion API for public use.
Ryan C. Gordon
2
-23
/
+119
2010-01-13
Whoops, that should be vfprintf(), not fprintf(). :)
Ryan C. Gordon
1
-1
/
+1
2010-01-13
Friendly warning comment.
Ryan C. Gordon
1
-0
/
+1
2010-01-13
Fixed compiler warning.
Ryan C. Gordon
1
-2
/
+2
2010-01-13
Whitespace tweak.
Ryan C. Gordon
1
-1
/
+0
2010-01-13
Fixed comment.
Ryan C. Gordon
1
-1
/
+1
2010-01-13
Handle assert init/quit better.
Ryan C. Gordon
1
-8
/
+5
2010-01-13
Moved the assertion tests to testplatform
Sam Lantinga
2
-14
/
+23
2010-01-13
Handle assertion failures when SDL_Init() isn't called.
Ryan C. Gordon
1
-0
/
+11
2010-01-13
Handle assertion failures during assertion handler.
Ryan C. Gordon
1
-14
/
+26
2010-01-13
Fixed Mac OS X assertion code.
Ryan C. Gordon
1
-1
/
+2
2010-01-13
Don't forget to install the new header. :)
Sam Lantinga
1
-1
/
+1
2010-01-13
Quiet tests shouldn't prompt during assertions
Sam Lantinga
1
-0
/
+1
2010-01-13
Leave fullscreen mode to pop an assertion dialog
Sam Lantinga
1
-13
/
+33
2010-01-13
Assume _exit() is available. It may be, even if unix isn't defined.
Sam Lantinga
1
-4
/
+1
2010-01-13
Moved SDL_FUNCTION out so it's always available, and added SDL_FILE and SDL_LINE
Sam Lantinga
2
-29
/
+55
2010-01-13
Allow configure to override assertion settings, but by default this comes fro...
Sam Lantinga
9
-45
/
+25
2010-01-13
Automatically figure out the appropriate assertion level
Sam Lantinga
1
-1
/
+6
2010-01-13
Fixed release level assertions
Sam Lantinga
1
-2
/
+2
2010-01-13
Fixed include ordering
Sam Lantinga
1
-1
/
+1
2010-01-13
Check for signal.h before using it, don't assume unix is available or required
Sam Lantinga
1
-1
/
+1
2010-01-13
The config sets the default assertion level so people can override it for the...
Sam Lantinga
11
-20
/
+16
2010-01-13
Fixed build problems with gcc __attribute__.
Ryan C. Gordon
1
-3
/
+8
[next]