log

age author description
2009-08-02 Edgar Simo Wrapper around return codes to check to see if is supported. gsoc2009_unit_tests
2009-08-02 Edgar Simo Changed placeholder for SDL_ReadPixels. gsoc2009_unit_tests
2009-08-02 Edgar Simo Made rwops tests a bit more complete. gsoc2009_unit_tests
2009-07-20 Edgar Simo Added platform test based ot testplatform.c. gsoc2009_unit_tests
2009-07-20 Edgar Simo Test for capabilities for each test. gsoc2009_unit_tests
2009-07-18 Edgar Simo Finished last of the render testcases. gsoc2009_unit_tests
2009-07-15 Edgar Simo Finished converting the blit testcase. gsoc2009_unit_tests
2009-07-15 Edgar Simo Better handling of makefile dependencies. gsoc2009_unit_tests
2009-07-15 Edgar Simo Converted another testcase to the render system. gsoc2009_unit_tests
2009-07-12 Edgar Simo * Added preliminary render tests, missing some SDL functions to work properly. gsoc2009_unit_tests
2009-07-12 Edgar Simo Minor fix. gsoc2009_unit_tests
2009-07-11 Edgar Simo Using common infrastructure. gsoc2009_unit_tests
2009-07-11 Edgar Simo Fixed accidentle broken compile. gsoc2009_unit_tests
2009-07-11 Edgar Simo Fix double free when destroying event thread for a second time. gsoc2009_unit_tests
2009-07-11 Edgar Simo Added SDL_ATvassert for printf style printing. gsoc2009_unit_tests
2009-07-11 Edgar Simo Use testsur as a parameter. gsoc2009_unit_tests
2009-07-09 Edgar Simo * Added mixture of blending modes test. gsoc2009_unit_tests
2009-07-09 Edgar Simo Added more strict warning flags. gsoc2009_unit_tests
2009-07-09 Edgar Simo Doing individual blend mode testing when blitting. gsoc2009_unit_tests
2009-07-09 Edgar Simo Changed the surface blit test to test colour and alpha mod individually. gsoc2009_unit_tests
2009-07-07 Edgar Simo Moved some code around. gsoc2009_unit_tests
2009-07-07 Edgar Simo Added 3 new tests: loadsurface, blitting, alpha blitting. gsoc2009_unit_tests
2009-07-07 Edgar Simo Fixed my setup, putting a more universal makefile up. gsoc2009_unit_tests
2009-07-01 Edgar Simo Added surfarce blend rendering functions testcase. gsoc2009_unit_tests
2009-07-01 Edgar Simo Initial revision of SDL_Surface testsuite. gsoc2009_unit_tests
2009-06-20 Edgar Simo Test target should build if needed. gsoc2009_unit_tests
2009-06-20 Edgar Simo Better output. gsoc2009_unit_tests
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