graph
- Initial revision of SDL_Surface testsuite.gsoc2009_unit_tests 2009-07-01, by Edgar Simo
- Test target should build if needed.gsoc2009_unit_tests 2009-06-20, by Edgar Simo
- Better output.gsoc2009_unit_tests 2009-06-20, by Edgar Simo
- Make makefile a bit more complete.gsoc2009_unit_tests 2009-06-19, by Edgar Simo
- First revision of the automated test suite.gsoc2009_unit_tests 2009-06-19, by Edgar Simo
- Creating GSoC 2009 code branchgsoc2009_unit_tests 2009-05-23, by Sam Lantinga
- Removed reference to compatibility function2010-02-26, by Sam Lantinga
- Fixed typo in the comment2010-02-26, by Sam Lantinga
- Adam Strzelecki to SDL2010-02-17, by Sam Lantinga
- Make sure STRICT is defined so the window proc has the correct prototype2010-02-14, by Sam Lantinga
- Fixed compile error using Borland C++2010-02-14, by Sam Lantinga
- Merged r5549:5550 from branches/SDL-1.2: ALSA 6-channel swizzle fix.2010-02-12, by Ryan C. Gordon
- Merged r5547:5548 from branches/SDL-1.2: FreeBSD joystick uninit'd var fix.2010-02-05, by Ryan C. Gordon
- Migrated most of the TODO list to the SDL 1.3 Roadmap wiki2010-02-01, by Sam Lantinga
- Fixed showing and hiding fullscreen windows2010-02-01, by Sam Lantinga
- Fixed bug #7432010-01-27, by Sam Lantinga
- Removed test for "driver is valid, but doesn't see any audio devices."2010-01-26, by Ryan C. Gordon
- Fixed bug #9282010-01-24, by Sam Lantinga
- Fixed bug #9262010-01-24, by Sam Lantinga
- Fixed bug #9352010-01-24, by Sam Lantinga
- Added magic to detect already freed or otherwise invalid windows and textures.2010-01-24, by Sam Lantinga
- Fixed bug #9162010-01-24, by Sam Lantinga
- update window prev links2010-01-22, by Sam Lantinga
- Fixed infinite loop at shutdown - update texture prev links2010-01-22, by Sam Lantinga
- Documentation consistency2010-01-22, by Sam Lantinga
- Fixed compilation on iPhone2010-01-21, by Sam Lantinga
- Fixed crash when there was no mouse focus for some reason (iPhone bug?)2010-01-21, by Sam Lantinga
- Fixed Cocoa and OpenGL builds2010-01-21, by Sam Lantinga
- Fixed compile warning on 64-bit Mac OS X2010-01-21, by Sam Lantinga
- Fixed compile warning2010-01-21, by Sam Lantinga
- Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance.2010-01-21, by Sam Lantinga
- Fixed compiler warnings on 32-bit Linux2010-01-21, by Sam Lantinga
- From: Jjgod Jiang2010-01-19, by Sam Lantinga
- Added Xcode-iPhoneOS to make dist2010-01-19, by Sam Lantinga
- Removed obsolete checks for ipod Linux2010-01-18, by Sam Lantinga
- Fixed bug #9202010-01-18, by Sam Lantinga
- Updated Mac OS X projects with new assertion code2010-01-18, by Sam Lantinga
- Fixed bug #9302010-01-18, by Sam Lantinga
- Fixed compiler warning2010-01-18, by Sam Lantinga
- Fixed compile error on Mac OS X 10.42010-01-18, by Sam Lantinga
- Fixed bug #9322010-01-18, by Sam Lantinga
- Minor cleanups in PulseAudio code, to keep this 80-column-friendly.2010-01-17, by Ryan C. Gordon
- Attempt to clean up PulseAudio dynamic loading support.2010-01-17, by Ryan C. Gordon
- Merged r4210:5510 from branches/SDL-1.2/src/audio/pulse: PulseAudio updates.2010-01-17, by Ryan C. Gordon
- Fixed building under Visual Studio2010-01-15, by Sam Lantinga
- Clean up assertion API for public use.2010-01-13, by Ryan C. Gordon
- Whoops, that should be vfprintf(), not fprintf(). :)2010-01-13, by Ryan C. Gordon
- Friendly warning comment.2010-01-13, by Ryan C. Gordon
- Fixed compiler warning.2010-01-13, by Ryan C. Gordon
- Whitespace tweak.2010-01-13, by Ryan C. Gordon
- Fixed comment.2010-01-13, by Ryan C. Gordon
- Handle assert init/quit better.2010-01-13, by Ryan C. Gordon
- Moved the assertion tests to testplatform2010-01-13, by Sam Lantinga
- Handle assertion failures when SDL_Init() isn't called.2010-01-13, by Ryan C. Gordon
- Handle assertion failures during assertion handler.2010-01-13, by Ryan C. Gordon
- Fixed Mac OS X assertion code.2010-01-13, by Ryan C. Gordon
- Don't forget to install the new header. :)2010-01-13, by Sam Lantinga
- Quiet tests shouldn't prompt during assertions2010-01-13, by Sam Lantinga
- Leave fullscreen mode to pop an assertion dialog2010-01-13, by Sam Lantinga
- Assume _exit() is available. It may be, even if unix isn't defined.2010-01-13, by Sam Lantinga