graph
- 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
- Add teamtap support2006-09-16, by Patrice Mandin
- Update for recent changes2006-09-16, by Patrice Mandin
- Save/restore FPU registers in interrupt2006-09-16, by Patrice Mandin
- Fixed typo in windib audio.2006-09-13, by Ryan C. Gordon
- Allow grabing mouse by locking its position2006-09-12, by Patrice Mandin
- Reenable xbios usage to get relative mouse motion2006-09-12, by Patrice Mandin
- Allow mouse to be locked when grabbed with GEM driver2006-09-12, by Patrice Mandin
- Disable MiNT thread usage and use hw access for updating DMA audio pointers2006-09-12, by Patrice Mandin
- Temporarily disabled framebuffer console support for SDL 1.32006-09-12, by Sam Lantinga
- Forgot to reshow mouse cursor when exiting grab/hide mode2006-09-08, by Patrice Mandin
- /me dumb, sizeof(keymap != number of elements2006-09-07, by Patrice Mandin
- Use correct function to free allocated mem2006-09-05, by Patrice Mandin
- Fixed macosx audio initialization (passed wrong struct to CoreAudio).2006-09-02, by Ryan C. Gordon
- Compile fixes.2006-09-02, by Ryan C. Gordon
- Added a FIXME and macro to sun audio.2006-09-01, by Ryan C. Gordon
- Replaced unions with calls to SDL_SwapFloat...2006-09-01, by Ryan C. Gordon
- Fixed S32 audio mixing, but I'm a bit nervous about the use of 64-bit2006-09-01, by Ryan C. Gordon
- Continuing my quest to replace all the bitwise operations on SDL_AudioFormats2006-09-01, by Ryan C. Gordon
- Fixed broken audio conversions between float and unsigned datatypes.2006-09-01, by Ryan C. Gordon
- Whoops, wrong tokens for int32 support in ALSA driver (specified unsigned2006-09-01, by Ryan C. Gordon
- ALSA was testing if (format) was set to zero as an error condition, but2006-09-01, by Ryan C. Gordon
- int32 support for windib and windx5 audio backends.2006-09-01, by Ryan C. Gordon
- QNX6 support for int32/float32 (isn't this just ALSA?!)2006-09-01, by Ryan C. Gordon
- Updated Tru64 audio to support int32.2006-09-01, by Ryan C. Gordon
- MiNT audio driver cleanups for clamping types and channels to supported2006-09-01, by Ryan C. Gordon
- Mac OS 9 support for int32/float32.2006-09-01, by Ryan C. Gordon
- Mac OS X audio backend now supports int32/float32.2006-09-01, by Ryan C. Gordon
- Cleaned up IRIX audio driver, added float32 support and fallbacks when2006-09-01, by Ryan C. Gordon