graph
- 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
- Added notes from e-mail on desktop window implementation2009-12-15, by Sam Lantinga
- Need to test the multi-draw APIs2009-12-15, by Sam Lantinga
- Added svn checkout install step2009-12-14, by Sam Lantinga
- The SDL 1.3 tests have been cleaned up not to include any 1.2 compatibility code.2009-12-14, by Sam Lantinga
- Implemented read/write pixels for the X11 renderer2009-12-14, by Sam Lantinga
- Added a test to check the read/write pixels API2009-12-14, by Sam Lantinga
- Added support for SDL_PIXELFORMAT_RGB24 and SDL_PIXELFORMAT_BGR24 to SDL_PixelFormatEnumToMasks()2009-12-14, by Sam Lantinga
- Added a BLENDMODE_MASK pixel shader so render tests succeed2009-12-14, by Sam Lantinga
- The SDL_PaletteWatch structure is really internal-only.2009-12-13, by Sam Lantinga
- Name the audio callback for documentation clarity.2009-12-13, by Sam Lantinga
- Note that the WritePixels call is unsupported right now.2009-12-13, by Sam Lantinga
- Fixed windows.h include2009-12-13, by Sam Lantinga
- Fixed line drawing for D3D2009-12-12, by Sam Lantinga
- Minor documentation fix2009-12-12, by Sam Lantinga
- Finished implementing RenderReadPixels()2009-12-12, by Sam Lantinga
- Removed the obsolete testcdrom target2009-12-12, by Sam Lantinga
- Fixed building on iPhone2009-12-12, by Sam Lantinga