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