log

age author description
Fri, 03 Nov 2006 21:48:35 +0000 Ryan C. Gordon Use dummy joystick backend if subsystem is enabled but no better driver was
Sun, 29 Oct 2006 15:00:54 +0000 Sam Lantinga @#$% indent
Sun, 29 Oct 2006 14:47:20 +0000 Sam Lantinga (none)
Sun, 29 Oct 2006 14:45:46 +0000 Sam Lantinga Merged Ryan's fix, in case we need it later.
Sun, 29 Oct 2006 04:09:17 +0000 Ryan C. Gordon Removed AmigaOS code for 1.3 branch.
Sun, 29 Oct 2006 03:39:13 +0000 Ryan C. Gordon Win32 joystick fix, ported from 1.2 branch r2887:2888. (Thanks, Ondrej!)
Sat, 28 Oct 2006 16:48:03 +0000 Sam Lantinga indent is evil
Sat, 28 Oct 2006 16:41:54 +0000 Sam Lantinga Fixed mouse enter/leave events for a single window.
Sat, 28 Oct 2006 16:41:08 +0000 Sam Lantinga Fixed focus comptability bug
Sat, 28 Oct 2006 07:49:19 +0000 Ryan C. Gordon Oh for crying out loud...
Sat, 28 Oct 2006 07:45:33 +0000 Ryan C. Gordon Whoops, wrong variable name.
Sat, 28 Oct 2006 07:44:38 +0000 Ryan C. Gordon Fix potential memory leaks if CoreAudio initialization fails.
Sat, 28 Oct 2006 07:39:35 +0000 Ryan C. Gordon Patched to compile.
Fri, 27 Oct 2006 20:19:48 +0000 Ryan C. Gordon 1.3 branch version of revision 2878.
Sat, 21 Oct 2006 18:56:35 +0000 Patrice Mandin Also save/restore fpu register in vbl interrupt
Fri, 20 Oct 2006 00:15:18 +0000 Ryan C. Gordon Whoops, need a pointer to an LPDIRECTSOUNDBUFFER and not the
Wed, 18 Oct 2006 10:49:23 +0000 Ryan C. Gordon Patched to compile again (thanks, Rasmus!).
Tue, 17 Oct 2006 09:15:21 +0000 Ryan C. Gordon Merged SDL-ryan-multiple-audio-device branch r2803:2871 into the trunk.
Sun, 01 Oct 2006 16:10:41 +0000 Ryan C. Gordon Double Whoops. :P
Sun, 01 Oct 2006 16:07:32 +0000 Sam Lantinga Whoops. :)
Sun, 01 Oct 2006 02:28:41 +0000 Sam Lantinga Replaced strncmp for SDL_VIDEODRIVER test with strcasecmp
Sun, 01 Oct 2006 02:06:37 +0000 Ryan C. Gordon Replaced strncmp for SDL_AUDIODRIVER test with strcasecmp.
Sun, 01 Oct 2006 01:12:08 +0000 Ryan C. Gordon Minor cleanup in the mint driver that was sitting on my laptop (sorry!).
Sun, 24 Sep 2006 15:56:55 +0000 Sam Lantinga Formatting update
Sun, 24 Sep 2006 15:56:36 +0000 Sam Lantinga Fixed bug #292
Sun, 24 Sep 2006 00:55:19 +0000 Sam Lantinga Fixed bug #316
Sun, 24 Sep 2006 00:44:45 +0000 Sam Lantinga Fixed bug #321
Sun, 24 Sep 2006 00:36:49 +0000 Sam Lantinga Fixed bug #270
Sat, 23 Sep 2006 23:15:56 +0000 Sam Lantinga (none)
Sat, 23 Sep 2006 22:51:37 +0000 Sam Lantinga Fixed bug #329
Fri, 22 Sep 2006 21:52:20 +0000 Patrice Mandin Pfiou, all of it to update, faster to rewrite from scratch?
Wed, 20 Sep 2006 22:09:19 +0000 Patrice Mandin Started update for 1.3
Wed, 20 Sep 2006 21:38:06 +0000 Patrice Mandin Oops, don't need to check that
Wed, 20 Sep 2006 21:29:44 +0000 Patrice Mandin More work for 1.3
Wed, 20 Sep 2006 21:22:08 +0000 Patrice Mandin Started work to update for 1.3 api
Wed, 20 Sep 2006 19:49:23 +0000 Patrice Mandin Reenable mouse usage using xbios vectors under MiNT
Wed, 20 Sep 2006 19:47:09 +0000 Patrice Mandin Forward keyboard reworking from 1.2
Sat, 16 Sep 2006 17:13:41 +0000 Patrice Mandin Add teamtap support
Sat, 16 Sep 2006 17:02:38 +0000 Patrice Mandin Update for recent changes
Sat, 16 Sep 2006 16:59:46 +0000 Patrice Mandin Save/restore FPU registers in interrupt
Wed, 13 Sep 2006 04:47:46 +0000 Ryan C. Gordon Fixed typo in windib audio.
Tue, 12 Sep 2006 19:47:40 +0000 Patrice Mandin Allow grabing mouse by locking its position
Tue, 12 Sep 2006 19:44:51 +0000 Patrice Mandin Reenable xbios usage to get relative mouse motion
Tue, 12 Sep 2006 19:43:29 +0000 Patrice Mandin Allow mouse to be locked when grabbed with GEM driver
Tue, 12 Sep 2006 19:23:51 +0000 Patrice Mandin Disable MiNT thread usage and use hw access for updating DMA audio pointers
Tue, 12 Sep 2006 08:45:48 +0000 Sam Lantinga Temporarily disabled framebuffer console support for SDL 1.3
Fri, 08 Sep 2006 19:18:02 +0000 Patrice Mandin Forgot to reshow mouse cursor when exiting grab/hide mode
Thu, 07 Sep 2006 20:50:13 +0000 Patrice Mandin /me dumb, sizeof(keymap != number of elements
Tue, 05 Sep 2006 19:32:35 +0000 Patrice Mandin Use correct function to free allocated mem
Sat, 02 Sep 2006 21:50:04 +0000 Ryan C. Gordon Fixed macosx audio initialization (passed wrong struct to CoreAudio).
Sat, 02 Sep 2006 21:19:00 +0000 Ryan C. Gordon Compile fixes.
Fri, 01 Sep 2006 22:48:43 +0000 Ryan C. Gordon Added a FIXME and macro to sun audio.
Fri, 01 Sep 2006 19:29:49 +0000 Ryan C. Gordon Replaced unions with calls to SDL_SwapFloat...
Fri, 01 Sep 2006 19:17:05 +0000 Ryan C. Gordon Fixed S32 audio mixing, but I'm a bit nervous about the use of 64-bit
Fri, 01 Sep 2006 19:16:26 +0000 Ryan C. Gordon Continuing my quest to replace all the bitwise operations on SDL_AudioFormats
Fri, 01 Sep 2006 18:07:41 +0000 Ryan C. Gordon Fixed broken audio conversions between float and unsigned datatypes.
Fri, 01 Sep 2006 18:04:01 +0000 Ryan C. Gordon Whoops, wrong tokens for int32 support in ALSA driver (specified unsigned
Fri, 01 Sep 2006 17:49:27 +0000 Ryan C. Gordon ALSA was testing if (format) was set to zero as an error condition, but
Fri, 01 Sep 2006 07:50:36 +0000 Ryan C. Gordon int32 support for windib and windx5 audio backends.
Fri, 01 Sep 2006 06:55:41 +0000 Ryan C. Gordon QNX6 support for int32/float32 (isn't this just ALSA?!)