graph
- The config sets the default assertion level so people can override it for their own use in application code.2010-01-13, by Sam Lantinga
- Fixed build problems with gcc __attribute__.2010-01-13, by Ryan C. Gordon
- First pass at Ryan's assertion code, minor tweaks to come.2010-01-13, by Sam Lantinga
- Added a few basic things to svn:ignore.2010-01-13, by Ryan C. Gordon
- Don't warn about unused variables - there's a ton of them. :)2010-01-13, by Sam Lantinga
- Fixed compiler warning (missing prototype for SDL_Quit())2010-01-13, by Sam Lantinga
- Fixed function prototype2010-01-13, by Sam Lantinga
- Fixed Mac OS X Xcode build2010-01-13, by Sam Lantinga
- Fixed iPhone build2010-01-13, by Sam Lantinga
- DirectFB driver compiles again2010-01-11, by Couriersud
- Fix detection of directfb.h2010-01-11, by Couriersud
- Removed incorrect SDL_GetAudioDeviceName() call from loopwave.c.2010-01-11, by Ryan C. Gordon
- Since we're not using the CoreAudio HAL now, we don't need to use EnableIO.2010-01-11, by Ryan C. Gordon
- Patched to compile.2010-01-11, by Ryan C. Gordon
- Call SDL_Init() before SDL_GetNumAudioDrivers().2010-01-10, by Ryan C. Gordon
- Merged r4874:4875 from branches/SDL-1.2: testwm keyboard debug output.2010-01-10, by Ryan C. Gordon
- Merged r3576:3577 from branches/SDL-1.2: X11 Xlibint.h include fixes.2010-01-10, by Ryan C. Gordon
- Updated 1.2 revisions that need to be revisited2010-01-10, by Sam Lantinga
- Revert r5463: Alpha blend "correctness" patch.2010-01-10, by Ryan C. Gordon
- Merged r5194:5195 from branches/SDL-1.2: coldfire cpu arch support.2010-01-10, by Ryan C. Gordon
- Merge r5179:5180 from branches/SDL-1.2: fatbuild.sh Xcode 3.2 fix.2010-01-10, by Ryan C. Gordon
- Merged r5070:5071 from branches/SDL-1.2: forcibly disable buggy MMX mixers.2010-01-10, by Ryan C. Gordon
- Merged r4991:5154 from branches/SDL-1.2/src/audio/alsa: many 1.2.14 ALSA fixes.2010-01-10, by Ryan C. Gordon
- Merged r5016:5017 from branches/SDL-1.2: PS2 DMA mapping fix.2010-01-10, by Ryan C. Gordon
- Merged r4992:4993 from branches/SDL-1.2: increased alpha blend accuracy.2010-01-10, by Ryan C. Gordon
- Merged r4866:4867 from branches/SDL-1.2: 64-bit Mac OS X 10.5 SDK fix.2010-01-10, by Ryan C. Gordon
- 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