graph
- Merge r2921:2922 from SDL trunk to 1.2 branch: mingw alloca.h workaround.SDL-1.2 2006-12-01, by Ryan C. Gordon
- Wrapped some macro params in parentheses for alloca wrappers.SDL-1.2 2006-11-29, by Ryan C. Gordon
- From: Gabriel GambettaSDL-1.2 2006-11-21, by Ryan C. Gordon
- Added sdl.pc to svn:ignore.SDL-1.2 2006-11-21, by Ryan C. Gordon
- Check video driver mouse cursor pointers before using themSDL-1.2 2006-11-19, by Patrice Mandin
- X11 backend: tell app that mouse focus has been obtained when grabbing theSDL-1.2 2006-11-13, by Ryan C. Gordon
- Block fruity channel values in dspaudio, or the fragment size won't be aSDL-1.2 2006-11-12, by Ryan C. Gordon
- BeOS loadso code now reports failure correctly from SDL_LoadObject(), and usesSDL-1.2 2006-11-07, by Ryan C. Gordon
- Man, who let this moron near printf()?! :)SDL-1.2 2006-11-07, by Ryan C. Gordon
- Added a test program for loadso subsystem.SDL-1.2 2006-11-07, by Ryan C. Gordon
- Chopped out some code to match changes in revision #2793 to fix build...butSDL-1.2 2006-11-07, by Ryan C. Gordon
- Merged r2896:2897 from trunk (use dummy joystick if subsystem enabled andSDL-1.2 2006-11-03, by Ryan C. Gordon
- A few more AmigaOS things.SDL-1.2 2006-10-29, by Ryan C. Gordon
- Removed broken AmigaOS support.SDL-1.2 2006-10-29, by Ryan C. Gordon
- Added some newer binaries to svn:ignore.SDL-1.2 2006-10-29, by Ryan C. Gordon
- joyGetPosEx() was using the wrong variable for specifying a device; this isSDL-1.2 2006-10-29, by Ryan C. Gordon
- Closing minor memory leak in XME code.SDL-1.2 2006-10-29, by Ryan C. Gordon
- Fix for buffer overflow in audio code, when feeding a device that needsSDL-1.2 2006-10-27, by Ryan C. Gordon
- Also save/restore fpu register in vbl interruptSDL-1.2 2006-10-21, by Patrice Mandin
- backport from 1.3SDL-1.2 2006-10-01, by Sam Lantinga
- 1.2 backport: Replaced strncmp for SDL_AUDIODRIVER test with strcasecmp.SDL-1.2 2006-10-01, by Ryan C. Gordon
- Fixed bug #292SDL-1.2 2006-09-24, by Sam Lantinga
- Fixed formattingSDL-1.2 2006-09-24, by Sam Lantinga
- Fixed bug #286SDL-1.2 2006-09-24, by Sam Lantinga
- Fixed bug #281SDL-1.2 2006-09-24, by Sam Lantinga
- Fixed bug #316SDL-1.2 2006-09-24, by Sam Lantinga
- Fixed bug #321SDL-1.2 2006-09-24, by Sam Lantinga
- Fixed bug #270SDL-1.2 2006-09-24, by Sam Lantinga
- Bumped the version in subversion to 1.2.12SDL-1.2 2006-09-24, by Sam Lantinga
- Fixed bug #278SDL-1.2 2006-09-24, by Sam Lantinga
- Fixed bug #276SDL-1.2 2006-09-24, by Sam Lantinga
- (none)SDL-1.2 2006-09-23, by Sam Lantinga
- Fixed bug #304SDL-1.2 2006-09-23, by Sam Lantinga
- Fixed bug #294SDL-1.2 2006-09-23, by Sam Lantinga
- Forgot cpu boundariesSDL-1.2 2006-09-16, by Patrice Mandin
- Save/restore fpu registers if neededSDL-1.2 2006-09-16, by Patrice Mandin
- Add function to check FPU presenceSDL-1.2 2006-09-16, by Patrice Mandin
- Only saved non preserved registersSDL-1.2 2006-09-16, by Patrice Mandin
- Only convert endianness if both src and dest are 16bitsSDL-1.2 2006-09-16, by Patrice Mandin
- Update to reflect driver changesSDL-1.2 2006-09-15, by Patrice Mandin
- Use new keyboard mapping routinesSDL-1.2 2006-09-13, by Patrice Mandin
- Factorize keyboard mapping between driversSDL-1.2 2006-09-13, by Patrice Mandin
- Allow grabing mouse by locking its positionSDL-1.2 2006-09-12, by Patrice Mandin
- Reenable xbios usage to get relative mouse motionSDL-1.2 2006-09-12, by Patrice Mandin
- Allow mouse to be locked when grabbed with GEM driverSDL-1.2 2006-09-12, by Patrice Mandin
- Disable MiNT thread usage and use hw access for updating DMA audio pointersSDL-1.2 2006-09-12, by Patrice Mandin
- Forgot to reshow mouse cursor when exiting grab/hide modeSDL-1.2 2006-09-08, by Patrice Mandin
- /me dumb, sizeof(keymap) != number of elementsSDL-1.2 2006-09-07, by Patrice Mandin
- Use correct function to free allocated memSDL-1.2 2006-09-05, by Patrice Mandin
- Removed some new 1.3 symbols from code backported to 1.2.SDL-1.2 2006-09-03, by Ryan C. Gordon
- Backport from 1.3: most of the audio drivers can now handle dataSDL-1.2 2006-09-01, by Ryan C. Gordon
- Add teamtap support (4 joypads adapter on 1 port)SDL-1.2 2006-08-02, by Patrice Mandin
- Patched to compile. Fixes Bugzilla #285.SDL-1.2 2006-07-24, by Ryan C. Gordon
- Updated the snapshot build target to reflect the new source locationSDL-1.2 2006-07-10, by Sam Lantinga
- SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.SDL-1.2 2006-07-10, by Sam Lantinga
- Removed distinction between "available" and "init" in audio backends, sinceSDL-ryan-multiple-audio-device 2006-10-17, by Ryan C. Gordon
- ALSA's availability test was wrong in multi-device land. If the ALSA librariesSDL-ryan-multiple-audio-device 2006-10-17, by Ryan C. Gordon
- I really don't want to update these last two audio backends...I added anSDL-ryan-multiple-audio-device 2006-10-17, by Ryan C. Gordon
- Added a FIXME.SDL-ryan-multiple-audio-device 2006-10-17, by Ryan C. Gordon
- Moved DirectSound audio target to SDL 1.3 API and did some house cleaning.SDL-ryan-multiple-audio-device 2006-10-17, by Ryan C. Gordon