log

age author description
2009-06-19 Edgar Simo Make makefile a bit more complete. gsoc2009_unit_tests
2009-06-19 Edgar Simo First revision of the automated test suite. gsoc2009_unit_tests
2009-05-23 Sam Lantinga Creating GSoC 2009 code branch gsoc2009_unit_tests
2010-02-26 Sam Lantinga Removed reference to compatibility function
2010-02-26 Sam Lantinga Fixed typo in the comment
2010-02-17 Sam Lantinga Adam Strzelecki to SDL
2010-02-14 Sam Lantinga Make sure STRICT is defined so the window proc has the correct prototype
2010-02-14 Sam Lantinga Fixed compile error using Borland C++
2010-02-12 Ryan C. Gordon Merged r5549:5550 from branches/SDL-1.2: ALSA 6-channel swizzle fix.
2010-02-05 Ryan C. Gordon Merged r5547:5548 from branches/SDL-1.2: FreeBSD joystick uninit'd var fix.
2010-02-01 Sam Lantinga Migrated most of the TODO list to the SDL 1.3 Roadmap wiki
2010-02-01 Sam Lantinga Fixed showing and hiding fullscreen windows
2010-01-27 Sam Lantinga Fixed bug #743
2010-01-26 Ryan C. Gordon Removed test for "driver is valid, but doesn't see any audio devices."
2010-01-24 Sam Lantinga Fixed bug #928
2010-01-24 Sam Lantinga Fixed bug #926
2010-01-24 Sam Lantinga Fixed bug #935
2010-01-24 Sam Lantinga Added magic to detect already freed or otherwise invalid windows and textures.
2010-01-24 Sam Lantinga Fixed bug #916
2010-01-22 Sam Lantinga update window prev links
2010-01-22 Sam Lantinga Fixed infinite loop at shutdown - update texture prev links
2010-01-22 Sam Lantinga Documentation consistency
2010-01-21 Sam Lantinga Fixed compilation on iPhone
2010-01-21 Sam Lantinga Fixed crash when there was no mouse focus for some reason (iPhone bug?)
2010-01-21 Sam Lantinga Fixed Cocoa and OpenGL builds
2010-01-21 Sam Lantinga Fixed compile warning on 64-bit Mac OS X
2010-01-21 Sam Lantinga Fixed compile warning
2010-01-21 Sam Lantinga Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance.
2010-01-21 Sam Lantinga Fixed compiler warnings on 32-bit Linux
2010-01-19 Sam Lantinga From: Jjgod Jiang
2010-01-19 Sam Lantinga Added Xcode-iPhoneOS to make dist
2010-01-18 Sam Lantinga Removed obsolete checks for ipod Linux
2010-01-18 Sam Lantinga Fixed bug #920
2010-01-18 Sam Lantinga Updated Mac OS X projects with new assertion code
2010-01-18 Sam Lantinga Fixed bug #930
2010-01-18 Sam Lantinga Fixed compiler warning
2010-01-18 Sam Lantinga Fixed compile error on Mac OS X 10.4
2010-01-18 Sam Lantinga Fixed bug #932
2010-01-17 Ryan C. Gordon Minor cleanups in PulseAudio code, to keep this 80-column-friendly.
2010-01-17 Ryan C. Gordon Attempt to clean up PulseAudio dynamic loading support.
2010-01-17 Ryan C. Gordon Merged r4210:5510 from branches/SDL-1.2/src/audio/pulse: PulseAudio updates.
2010-01-15 Sam Lantinga Fixed building under Visual Studio
2010-01-13 Ryan C. Gordon Clean up assertion API for public use.
2010-01-13 Ryan C. Gordon Whoops, that should be vfprintf(), not fprintf(). :)
2010-01-13 Ryan C. Gordon Friendly warning comment.
2010-01-13 Ryan C. Gordon Fixed compiler warning.
2010-01-13 Ryan C. Gordon Whitespace tweak.
2010-01-13 Ryan C. Gordon Fixed comment.
2010-01-13 Ryan C. Gordon Handle assert init/quit better.
2010-01-13 Sam Lantinga Moved the assertion tests to testplatform
2010-01-13 Ryan C. Gordon Handle assertion failures when SDL_Init() isn't called.
2010-01-13 Ryan C. Gordon Handle assertion failures during assertion handler.
2010-01-13 Ryan C. Gordon Fixed Mac OS X assertion code.
2010-01-13 Sam Lantinga Don't forget to install the new header. :)
2010-01-13 Sam Lantinga Quiet tests shouldn't prompt during assertions
2010-01-13 Sam Lantinga Leave fullscreen mode to pop an assertion dialog
2010-01-13 Sam Lantinga Assume _exit() is available. It may be, even if unix isn't defined.
2010-01-13 Sam Lantinga Moved SDL_FUNCTION out so it's always available, and added SDL_FILE and SDL_LINE
2010-01-13 Sam Lantinga Allow configure to override assertion settings, but by default this comes from the build optimization level.
2010-01-13 Sam Lantinga Automatically figure out the appropriate assertion level