graph
- Fixed bug #810SDL-1.2 2009-09-26, by Sam Lantinga
- Fixed 32-bit buildSDL-1.2 2009-09-26, by Sam Lantinga
- Fixed bug #806SDL-1.2 2009-09-26, by Sam Lantinga
- Fixed bug #797SDL-1.2 2009-09-26, by Sam Lantinga
- Fixed bug #734SDL-1.2 2009-09-26, by Sam Lantinga
- Fixed crash with right side up BMP filesSDL-1.2 2009-09-26, by Sam Lantinga
- Fixed bug #719SDL-1.2 2009-09-23, by Sam Lantinga
- Fixed bug #732SDL-1.2 2009-09-23, by Sam Lantinga
- Fixed bug #803SDL-1.2 2009-09-23, by Sam Lantinga
- Potentially fixed bug #774SDL-1.2 2009-09-23, by Sam Lantinga
- Fixed endianness issues with fullscreen modeSDL-1.2 2009-09-23, by Sam Lantinga
- Possibly fixed bug #601, definitely fixed a potential issue with threadsSDL-1.2 2009-09-23, by Sam Lantinga
- Added some extra headersSDL-1.2 2009-09-23, by Sam Lantinga
- Added cast macros so SDL_net will compile with SDL 1.2SDL-1.2 2009-09-22, by Sam Lantinga
- Fixed compile error on Win32SDL-1.2 2009-09-22, by Sam Lantinga
- Added missing newlineSDL-1.2 2009-09-22, by Sam Lantinga
- Max correctly pointed out that this will cause unexpected change in applicationSDL-1.2 2009-09-22, by Sam Lantinga
- Whoops, this breaks building on Mac OS X 10.4SDL-1.2 2009-09-22, by Sam Lantinga
- Added header guards for SDLMain.hSDL-1.2 2009-09-21, by Sam Lantinga
- Fix for expression error by Torsten Giebl - Thanks! :)SDL-1.2 2009-09-21, by Sam Lantinga
- Fixed bug #638SDL-1.2 2009-09-21, by Sam Lantinga
- Fixed bug #637SDL-1.2 2009-09-21, by Sam Lantinga
- Whoops, need both the header and the library!SDL-1.2 2009-09-21, by Sam Lantinga
- Fixed bug #727SDL-1.2 2009-09-21, by Sam Lantinga
- Fixed bug #714SDL-1.2 2009-09-21, by Sam Lantinga
- Fixed bug #674SDL-1.2 2009-09-21, by Sam Lantinga
- Fixed bug #795SDL-1.2 2009-09-21, by Sam Lantinga
- Fixed bug #695SDL-1.2 2009-09-21, by Sam Lantinga
- Fixed bug #778SDL-1.2 2009-09-21, by Sam Lantinga
- Fixed bug #706SDL-1.2 2009-09-21, by Sam Lantinga
- Fixed bug #698SDL-1.2 2009-09-21, by Sam Lantinga
- Fixed bug #615SDL-1.2 2009-09-21, by Sam Lantinga
- Oh yeah, we have GLX support too.SDL-1.2 2009-09-21, by Sam Lantinga
- Fixed bug #577SDL-1.2 2009-09-21, by Sam Lantinga
- Fixed bug #591SDL-1.2 2009-09-21, by Sam Lantinga
- Fixed bug #572SDL-1.2 2009-09-21, by Sam Lantinga
- Fixed bug #571.. I think. :)SDL-1.2 2009-09-21, by Sam Lantinga
- Fixed bug #570SDL-1.2 2009-09-21, by Sam Lantinga
- Updated the version to 1.2.14 for the next release.SDL-1.2 2009-09-21, by Sam Lantinga
- Fixed bug #562SDL-1.2 2009-09-21, by Sam Lantinga
- The sound manager code is outdated and should only be used on Mac OS 9 now.SDL-1.2 2009-09-21, by Sam Lantinga
- Use correct value when calculating audio conversion length.SDL-1.2 2009-09-21, by Ryan C. Gordon
- 1.2 Quartz video: Ripped out QuickDraw and QuickTime.SDL-1.2 2009-09-21, by Ryan C. Gordon
- Patched to compile on Mac OS X <= 10.4 SDKs.SDL-1.2 2009-09-21, by Ryan C. Gordon
- Make the list NULL terminated.SDL-1.2 2009-09-20, by Patrice Mandin
- Forgot to allocate memory for native video mode data.SDL-1.2 2009-09-20, by Patrice Mandin
- Oops, need to compile first, before commit.SDL-1.2 2009-09-20, by Patrice Mandin
- Set video mode, allocate buffers, and enable new Milan video xbios support, need a tester now :).SDL-1.2 2009-09-20, by Patrice Mandin
- Define flags for double line and c2p operations. More Milan video work.SDL-1.2 2009-09-20, by Patrice Mandin
- Use loop to allocate needed buffers, instead of code duplication. Add missing header.SDL-1.2 2009-09-19, by Patrice Mandin
- Enumerates custom modesSDL-1.2 2009-09-19, by Patrice Mandin
- Start Milan video supportSDL-1.2 2009-09-19, by Patrice Mandin
- Preliminary work to support the Milan video bios, that will gives access to 24 or 32 bpp modes. I used the svga driver as model to dynamically build video modes list.SDL-1.2 2009-09-19, by Patrice Mandin
- GCC 3.03 support on OS/2.SDL-1.2 2009-09-14, by Ryan C. Gordon
- Made NAS target dynamic, so you can safely include it in shipping binaries.SDL-1.2 2009-09-13, by Ryan C. Gordon
- Put some extra parentheses around some logic, to clarify order of operations.SDL-1.2 2009-09-12, by Ryan C. Gordon
- Fixed CD-ROM code to work with Mac OS X 10.6 SDK and 64-bit targets.SDL-1.2 2009-09-12, by Ryan C. Gordon
- Fixed CoreAudio to compile with Mac OS X 10.6 SDK and 64-bit targets.SDL-1.2 2009-09-12, by Ryan C. Gordon
- Updated some URLs in the comments.SDL-1.2 2009-09-12, by Ryan C. Gordon
- Fixed compiler warning on 64-bit systems (but this is still broken, really).SDL-1.2 2009-09-12, by Ryan C. Gordon