log

age author description
2010-07-08 Sam Lantinga Simplified clipboard API for sanity's sake.
2010-07-08 Sam Lantinga Whoops, updated the copyright date
2010-07-08 Sam Lantinga First pass at clipboard API, still very much in progress
2010-07-08 Sam Lantinga Added SDL_FOURCC()
2010-07-08 Sam Lantinga Turn on blending if we're converting from a surface with colorkey enabled
2010-07-08 Sam Lantinga Updated iPhone keyboard code (which builds and runs on the iPad and iPhone simulator now)
2010-07-07 Sam Lantinga The arguments to main() should be NULL terminated (SuS v3 compliant)
2010-07-07 Sam Lantinga Re-implemented single mouse touches on the iPhone/iPad
2010-07-06 Sam Lantinga Removed obsolete header file
2010-07-06 Sam Lantinga Fixed fullscreen window position
2010-07-06 Sam Lantinga Merged changes from default
2010-07-06 Sam Lantinga Cleaned up the mouse window focus handling: you always pass in the relative window when sending a mouse event.
2010-07-06 Sam Lantinga Removed obsolete test program. Ryan may resurrect it when the new multi-mouse code is implemented.
2010-07-06 Sam Lantinga Fixed usage message - it shouldn't have a printf format specifier
2010-07-06 Sam Lantinga Removed SDL.lib and SDLmain.lib from the projects since the dependencies are set up properly.
2010-07-06 Sam Lantinga Added dependencies on SDL.lib and SDLmain.lib to the test programs
2010-07-06 Sam Lantinga Split out the Visual C++ 2005 and 2008 projects explicitly.
2010-07-05 Sam Lantinga Fixed revision type for SDL 1.3
2010-07-05 Sam Lantinga Added missing file to the automated test project
2010-07-05 Sam Lantinga Make sure SDL gets installed to the correct prefix for the new cross-compiler tools.
2010-07-05 Sam Lantinga Fixed compile warning with latest mingw32 compiler
2010-06-28 Sam Lantinga Typo in documentation
2010-06-26 Sam Lantinga Removed one more use of ()
2010-06-26 Sam Lantinga Mostly cleaned up warnings with -Wmissing-prototypes