graph
- Merged r2962:2963 from branches/SDL-1.2: wrong SDK path in fatbuild.sh.2007-02-13, by Ryan C. Gordon
- Merged r2960:2961 from branches/SDL-1.2...free all cursors in test/testcursor.c2007-02-13, by Ryan C. Gordon
- Merged r2956:2957 from branches/SDL-1.2: Digital Mars stdint.h usage.2007-02-12, by Ryan C. Gordon
- Merged r2954:2955 from branches/SDL-1.2: Altivec alpha blitter alignment fix.2007-02-12, by Ryan C. Gordon
- make enable match name2007-02-08, by Patrice Mandin
- Merged Bugzilla #354 fix into trunk.2007-02-03, by Ryan C. Gordon
- Updated svn repository2007-01-23, by Sam Lantinga
- Alpha sort the test list, add missing ones, remove removed ones2007-01-05, by Patrice Mandin
- Look for an exact match first when setting a video mode on BeOS.2006-12-08, by Ryan C. Gordon
- Logic error in BeOS video mode selection ("width" where it should be "height").2006-12-08, by Ryan C. Gordon
- From: Torsten Giebl2006-12-01, by Ryan C. Gordon
- Apparently it's possible that MSVC will want to call a built-in function to2006-11-29, by Ryan C. Gordon
- Merge r2918:2919 from 1.2 branch: alloca macro params in parentheses.2006-11-29, by Ryan C. Gordon
- Use SDL_strcmp(), not strcmp().2006-11-29, by Ryan C. Gordon
- Logic error in SDL_video.c (used bitwise OR instead of logical OR).2006-11-29, by Ryan C. Gordon
- Merged r2913:2914 from SDL-1.2 branch into trunk: alpha blit GCC MMX asm fix.2006-11-21, by Ryan C. Gordon
- Save/restore current video mode and palette2006-11-13, by Patrice Mandin
- xbios: preliminary video mode init2006-11-13, by Patrice Mandin
- Merged r2906:2907 from 1.2 branch to trunk: power of two channels in dsp backend.2006-11-13, by Ryan C. Gordon
- Fixed building of Windows waveout audio.2006-11-11, by Ryan C. Gordon
- Merged r2903:2904 from SDL-1.2 branch to trunk: BeOS loadso updates.2006-11-07, by Ryan C. Gordon
- Merged r2901:2902 from SDL-1.2 branch to trunk: printf stupidity fixes.2006-11-07, by Ryan C. Gordon
- Merged r2899:2900 from SDL-1.2 branch to trunk: testloadso program.2006-11-07, by Ryan C. Gordon
- Use dummy joystick backend if subsystem is enabled but no better driver was2006-11-03, by Ryan C. Gordon
- @#$% indent2006-10-29, by Sam Lantinga
- (none)2006-10-29, by Sam Lantinga
- Merged Ryan's fix, in case we need it later.2006-10-29, by Sam Lantinga
- Removed AmigaOS code for 1.3 branch.2006-10-29, by Ryan C. Gordon
- Win32 joystick fix, ported from 1.2 branch r2887:2888. (Thanks, Ondrej!)2006-10-29, by Ryan C. Gordon
- indent is evil2006-10-28, by Sam Lantinga
- Fixed mouse enter/leave events for a single window.2006-10-28, by Sam Lantinga
- Fixed focus comptability bug2006-10-28, by Sam Lantinga
- Oh for crying out loud...2006-10-28, by Ryan C. Gordon
- Whoops, wrong variable name.2006-10-28, by Ryan C. Gordon
- Fix potential memory leaks if CoreAudio initialization fails.2006-10-28, by Ryan C. Gordon
- Patched to compile.2006-10-28, by Ryan C. Gordon
- 1.3 branch version of revision 2878.2006-10-27, by Ryan C. Gordon
- Also save/restore fpu register in vbl interrupt2006-10-21, by Patrice Mandin
- Whoops, need a pointer to an LPDIRECTSOUNDBUFFER and not the2006-10-20, by Ryan C. Gordon
- Patched to compile again (thanks, Rasmus!).2006-10-18, by Ryan C. Gordon
- Merged SDL-ryan-multiple-audio-device branch r2803:2871 into the trunk.2006-10-17, by Ryan C. Gordon
- Double Whoops. :P2006-10-01, by Ryan C. Gordon
- Whoops. :)2006-10-01, by Sam Lantinga
- Replaced strncmp for SDL_VIDEODRIVER test with strcasecmp2006-10-01, by Sam Lantinga
- Replaced strncmp for SDL_AUDIODRIVER test with strcasecmp.2006-10-01, by Ryan C. Gordon
- Minor cleanup in the mint driver that was sitting on my laptop (sorry!).2006-10-01, by Ryan C. Gordon
- Formatting update2006-09-24, by Sam Lantinga
- Fixed bug #2922006-09-24, by Sam Lantinga
- Fixed bug #3162006-09-24, by Sam Lantinga
- Fixed bug #3212006-09-24, by Sam Lantinga
- Fixed bug #2702006-09-24, by Sam Lantinga
- (none)2006-09-23, by Sam Lantinga
- Fixed bug #3292006-09-23, by Sam Lantinga
- Pfiou, all of it to update, faster to rewrite from scratch?2006-09-22, by Patrice Mandin
- Started update for 1.32006-09-20, by Patrice Mandin
- Oops, don't need to check that2006-09-20, by Patrice Mandin
- More work for 1.32006-09-20, by Patrice Mandin
- Started work to update for 1.3 api2006-09-20, by Patrice Mandin
- Reenable mouse usage using xbios vectors under MiNT2006-09-20, by Patrice Mandin
- Forward keyboard reworking from 1.22006-09-20, by Patrice Mandin