graph
- Reverted r5460 ... this was merged from 1.2, but was later reverted there.2010-01-10, by Ryan C. Gordon
- Merged r4784:4785 from branches/SDL-1.2: Mac OS X linker command line fixes.2010-01-10, by Ryan C. Gordon
- Made the comment more readable2010-01-07, by Sam Lantinga
- The OS/2 support has been removed, so we don't need this now.2010-01-07, by Sam Lantinga
- Removed comment referring to previously-removed CD-ROM subsystem.2010-01-06, by Ryan C. Gordon
- Merged r4717:4718 from branches/SDL-1.2: minor OS/2 DECLSPEC/SDLCALL fixes.2010-01-06, by Ryan C. Gordon
- Merged r4713:4714 from branches/SDL-1.2: CoreAudio 64-bit & Snow Leopard fixes.2010-01-06, by Ryan C. Gordon
- Merged r4710:4711 from branches/SDL-1.2: Mac OS X SDL_stdlib qsort build fixes.2010-01-06, by Ryan C. Gordon
- Merged r4433:4434 from branches/SDL-1.2: fbcon fgets() return value test fix.2010-01-06, by Ryan C. Gordon
- Merged r4412:4413 from branches/SDL-1.2: rwops documentation fix.2010-01-06, by Ryan C. Gordon
- Removed the obsolete SDL 1.2 GAPI driver2010-01-06, by Sam Lantinga
- I can't compile this, but it should be updated for the new rendering API now.2010-01-06, by Sam Lantinga
- Merged r4121:4122 from branches/SDL-1.2: more double-free fixes.2010-01-06, by Ryan C. Gordon
- Merged r4121:4122 from branches/SDL-1.2: win32 joystick double-free fix.2010-01-06, by Ryan C. Gordon
- Merged r3808:3809 from branches/SDL-1.2: install_name_tool fix for fatbuild.sh.2010-01-06, by Ryan C. Gordon
- Merged r3787:3788 from branches/SDL-1.2: better failures for joystick opening.2010-01-06, by Ryan C. Gordon
- Fixed GL_RenderWritePixels() - thanks Ryan!2010-01-06, by Sam Lantinga
- Fixed bug #9242010-01-06, by Sam Lantinga
- We're using GNU recursive mutexes2009-12-30, by Sam Lantinga
- Fixed bug #9152009-12-30, by Sam Lantinga
- Removed in the interest of actually finishing 1.3. :)2009-12-30, by Sam Lantinga
- Fixed buffer overflows in resamplers.2009-12-28, by Ryan C. Gordon
- Added missing include for stdio2009-12-24, by Sam Lantinga
- Updated to include new files2009-12-24, by Sam Lantinga
- Updated to compile on Windows2009-12-24, by Sam Lantinga
- Added rectangle test2009-12-24, by Sam Lantinga
- Fixed bug #9122009-12-23, by Sam Lantinga
- Added SDL_RenderClear() as a fast method of clearing the screen to the drawing color.2009-12-23, by Sam Lantinga
- Make it possible to slim SDL down quite a bit for people who just want OpenGL2009-12-18, by Sam Lantinga
- Added SDL_DrawRect(), SDL_DrawRects(), SDL_BlendRect() and SDL_BlendRects()2009-12-18, by Sam Lantinga
- In the process of adding rectangle drawing2009-12-18, by Sam Lantinga
- Fixed compile error on Windows.2009-12-17, by Sam Lantinga
- Updated test code to use SDL_setenv()2009-12-17, by Sam Lantinga
- Fixed crash in joystick handling code. Newer 2.6 kernels add an additional 'resolution' field to input_absinfo. Note that we don't use that structure since we want to have enough space for the values even when building with an older kernel.2009-12-17, by Sam Lantinga
- Fixed bug #8412009-12-17, by Sam Lantinga
- Fixed bug #8432009-12-17, by Sam Lantinga
- Implemented 64-bit version of cpuid code2009-12-17, by Sam Lantinga
- Added support for querying the number of CPUs available on Linux. This also happens to work on Mac OS X.2009-12-17, by Sam Lantinga
- Initial band-aids on SDL_GetMouseState() API breakage. More work to come.2009-12-16, by Ryan C. Gordon
- Fixed cpuid assembly to work on PIC code2009-12-16, by Sam Lantinga
- Allocate memory only if we're going to overwrite an environment variable2009-12-16, by Sam Lantinga
- Updated svn:ignore.2009-12-16, by Ryan C. Gordon
- Implemented SDL_setenv(), moved SDL_putenv() to compat.2009-12-16, by Ryan C. Gordon
- Implemented Windows version of SDL_GetCPUCount()2009-12-16, by Sam Lantinga
- Added SDL_GetCPUCount() to see how many cores are available.2009-12-16, by Sam Lantinga
- Fixed bug #7412009-12-16, by Sam Lantinga
- Fixed bug #7362009-12-16, by Sam Lantinga
- Added testfill to test raw fill performance2009-12-16, by Sam Lantinga
- Nuffin'2009-12-16, by Sam Lantinga
- Fixed bug #6852009-12-16, by Sam Lantinga
- Fixed bug #6662009-12-16, by Sam Lantinga
- Fixed bug #6422009-12-16, by Sam Lantinga
- Default to allow either accelerated or not2009-12-15, by Sam Lantinga
- OpenGL hardware acceleration defaults on2009-12-15, by Sam Lantinga
- Fixed bug #8152009-12-15, by Sam Lantinga
- Fixed bug #8182009-12-15, by Sam Lantinga
- Added a warning comment to SDL_putenv().2009-12-15, by Ryan C. Gordon
- Fixed bug #9052009-12-15, by Sam Lantinga
- Fixed bug #9062009-12-15, by Sam Lantinga
- Add a dummy function if SDL doesn't have STDIO support2009-12-15, by Sam Lantinga