log

age author description
Fri, 06 Jul 2007 15:45:28 +0000 Bob Pendleton fixed code for printing mousewheel events to match the new format of mousewheel events.
Fri, 06 Jul 2007 13:45:10 +0000 Sam Lantinga Reverted mousewheel support in 1.2, since it breaks binary compatibility.
Fri, 06 Jul 2007 09:22:18 +0000 Sam Lantinga Fixed bug #382
Thu, 05 Jul 2007 06:35:40 +0000 Sam Lantinga Fixed bug #436
Thu, 05 Jul 2007 06:14:26 +0000 Sam Lantinga Fixed bug #77
Thu, 05 Jul 2007 05:57:31 +0000 Sam Lantinga Fixed mode code under VMware running Windows 98
Thu, 05 Jul 2007 05:28:08 +0000 Sam Lantinga I'm not sure this is a good idea yet, since it adds a unicows.dll redistribution requirement on windows, but adding unicows allows SDL 1.3 to run on Windows 98.
Thu, 05 Jul 2007 04:34:48 +0000 Sam Lantinga Removed campatibility behavior for 1.3
Thu, 05 Jul 2007 02:47:54 +0000 Ryan C. Gordon Replaced a few memset/memcpy calls with SDL_memset/SDL_memcpy.
Thu, 05 Jul 2007 02:45:47 +0000 Ryan C. Gordon Merged r3140:3141 from branches/SDL-1.2: loopwave fix.
Thu, 05 Jul 2007 02:30:10 +0000 Ryan C. Gordon Merged r3138:3139 from branches/SDL-1.2: Don't init audio callback buffer.
Wed, 04 Jul 2007 08:01:04 +0000 Sam Lantinga Fix for bug #447 merged from SDL 1.2
Wed, 04 Jul 2007 07:08:16 +0000 Sam Lantinga Fixed bug #349
Tue, 03 Jul 2007 09:55:29 +0000 Sam Lantinga stupid indent
Tue, 03 Jul 2007 09:54:27 +0000 Ryan C. Gordon Merged r3125:3126 from branches/SDL-1.2: yasm/nasm warning fix.
Mon, 02 Jul 2007 02:49:34 +0000 Sam Lantinga Fixed assembly relocation problems, so we can check for NASM on Mac OS X.
Sat, 30 Jun 2007 08:11:02 +0000 Sam Lantinga Merged change from 1.2 to add X11 path for OpenGL detection
Fri, 29 Jun 2007 11:08:53 +0000 Ryan C. Gordon Patched to compile (missing #endif from a mismerge). Thanks to Peter Mackay
Thu, 28 Jun 2007 08:35:35 +0000 Sam Lantinga iconv() doesn't write to the data, just make compilers happy
Thu, 28 Jun 2007 06:57:08 +0000 Sam Lantinga Merge iconv const changes from 1.2
Wed, 27 Jun 2007 10:17:35 +0000 Ryan C. Gordon Merged r3106:3107 from branches/SDL-1.2: Hermes PIC fixes.
Thu, 21 Jun 2007 18:50:00 +0000 Ryan C. Gordon Fixed previous VC6 patch.
Thu, 21 Jun 2007 18:21:49 +0000 Ryan C. Gordon Merged r3094:3095 from branches/SDL-1.2: Visual C++ 6.0 fixes.
Wed, 20 Jun 2007 00:01:04 +0000 Bob Pendleton Added a WindowID to the user event and cleaned up a little bit of formating
Tue, 19 Jun 2007 05:53:56 +0000 Sam Lantinga Fixes for compiling with Visual C++ 8.0 Express Edition
Sat, 16 Jun 2007 15:32:04 +0000 Sam Lantinga Key repeat is handled by the OS, since text input is now decoupled from physical key events.
Sat, 16 Jun 2007 05:52:34 +0000 Ryan C. Gordon Merged r3088:3089 from branches/SDL-1.2: yasm/nasm command line fix.
Sat, 16 Jun 2007 05:29:28 +0000 Ryan C. Gordon Merged r3087:3089 from branches/SDL-1.2: WM_XBUTTON support.
Fri, 15 Jun 2007 15:54:07 +0000 Ryan C. Gordon Removed EPOC port from the 1.3 branch.
Fri, 15 Jun 2007 12:27:43 +0000 Ryan C. Gordon Merge r3079:3080 from branches/SDL-1.2: disable glX if no glu.h header.