graph
- Added information about doing a clean build2011-01-12, by Sam Lantinga
- Added info for building your code without optimizations on2011-01-12, by Sam Lantinga
- Added information about decoding native stack traces2011-01-12, by Sam Lantinga
- Fixed spacing in comments2011-01-12, by Sam Lantinga
- Updated headers to match wiki documentation2011-01-12, by Sam Lantinga
- Include the Android Makefile in the distribution files2011-01-10, by Sam Lantinga
- Need to include SDL_main.h ... eh, just include everything. :)2011-01-10, by Sam Lantinga
- Jcw87 to Sam2011-01-09, by Sam Lantinga
- Added some more information on how the port works2011-01-07, by Sam Lantinga
- Fixed return value2011-01-07, by Sam Lantinga
- Added the Android project and lots of info to README.android2011-01-06, by Sam Lantinga
- Build the SDL library as a shared object on Android, so it will work correctly with SDL_image and SDL_ttf.2011-01-06, by Sam Lantinga
- Fixed screen texture format on Android2011-01-05, by Sam Lantinga
- Backed down to NDK R4b2011-01-04, by Sam Lantinga
- Android has OpenGL ES too...2011-01-04, by Sam Lantinga
- Fixed 2D video on Android2011-01-04, by Sam Lantinga
- Don't continually print stub message for testgles2011-01-04, by Sam Lantinga
- We don't need these scripts anymore2011-01-04, by Sam Lantinga
- Need to set something valid for argc/argv2011-01-04, by Sam Lantinga
- Fixed problem with trailing space2011-01-04, by Sam Lantinga
- Change from jlunder:2011-01-04, by Sam Lantinga
- Added the step to edit local properties2011-01-04, by Sam Lantinga
- Fixed prototype for SDL_main()2011-01-04, by Sam Lantinga
- Android needs the SDL_main() redirect as well2011-01-04, by Sam Lantinga
- Fixes the following warning:2011-01-04, by Sam Lantinga
- Added the Android config include to the default config.h2011-01-04, by Sam Lantinga
- The source rectangle isn't modified in SDL_UpperBlit2011-01-04, by Sam Lantinga
- Fixed crash on Windows XP2011-01-03, by Sam Lantinga
- Fixed trying to create an XRender texture for YUV formats2011-01-01, by Sam Lantinga
- Missing math library for testgesture2011-01-01, by Sam Lantinga
- Final touches on renaming SDL_eventtouch to SDL_x11touch2011-01-01, by Sam Lantinga
- I am using SDL 1.3 on FreeBSD. I found two problems.2011-01-01, by Sam Lantinga
- Use a typedef instead of a #define, to handle syntax like: SDL_TextureID a, b2011-01-01, by Sam Lantinga
- Allow META-Enter to toggle fullscreen mode2011-01-01, by Sam Lantinga
- Updated for NDK R52011-01-01, by Sam Lantinga
- Android has atan() and atan2()2011-01-01, by Sam Lantinga
- Fixed restoring the desktop resolution when toggling fullscreen mode2011-01-01, by Sam Lantinga
- Fixed compiling on Android2010-12-31, by Sam Lantinga
- Don't crash when resizing non-shaped windows2010-12-31, by Sam Lantinga
- Don't overwrite SDL_revision.h with a bad revision if Mercurial isn't installed2010-12-31, by Sam Lantinga
- Return an error code if Mercurial isn't installed2010-12-31, by Sam Lantinga
- Fixed compiling X11 touch interface2010-12-30, by Sam Lantinga
- Hopefully fix X11 compile error2010-12-30, by Sam Lantinga
- Removed carriage returns2010-12-29, by Sam Lantinga
- Fixed SDL_VS2005.vcproj2010-12-15, by Jim Grandpre
- Reverted SDL_VS2005.vcproj to revision 4634.2010-12-15, by Jim Grandpre
- Use the enumerated type for blend and scale mode instead of int2010-12-12, by Sam Lantinga
- Patch from Haiku's Google Code-In student Daniel Marth, fixes an off-by-one issue in bwindow.SDL-1.2 2010-12-03, by Sam Lantinga
- Fixed touch events on Mac OS X 10.62010-12-02, by Sam Lantinga
- Fixed the gcc include path when building on Mac OS X 10.52010-12-01, by Sam Lantinga
- Removed support for 10.3.92010-12-01, by Sam Lantinga
- Allow the SDK path to be rebased2010-12-01, by Sam Lantinga
- Renamed X11 touch files for consistency2010-12-01, by Sam Lantinga
- Don't conflict with glext.h if it's already been included2010-12-01, by Sam Lantinga
- Fixed crash if the gesture coordinates go negative - FIXME: Should this protection be at a lower level?2010-11-30, by Sam Lantinga
- Fixed massive stack memory usage in the gesture functions2010-11-30, by Sam Lantinga
- First pass at Windows multi-touch gesture support2010-11-30, by Sam Lantinga
- Added a Visual Studio project for testgesture2010-11-30, by Sam Lantinga
- Removed references to testwm2010-11-30, by Sam Lantinga
- Better horizontal candidate list rendering.2010-11-28, by Daniel Wyatt