Sam Lantinga <slouken@libsdl.org> [Wed, 16 Dec 2009 00:55:33 +0000] rev 3573
Fixed bug #666
Don't let the event queue overflow with resize events
Sam Lantinga <slouken@libsdl.org> [Wed, 16 Dec 2009 00:44:53 +0000] rev 3572
Fixed bug #642
Gerry JJ 2008-11-09 02:11:49 PST
The SDL_MouseMotionEvent struct has a field named "tilt" (currently marked "for
future use"), for tablet stylus tilt information. However, one value is not
enough for this, as tilt is two-dimensional. Reserving only one field for
future use is no good when you're going to need two, so there should be two
fields, tilt_x and tilt_y.
Sam Lantinga <slouken@libsdl.org> [Tue, 15 Dec 2009 20:53:09 +0000] rev 3571
Default to allow either accelerated or not
Sam Lantinga <slouken@libsdl.org> [Tue, 15 Dec 2009 20:36:31 +0000] rev 3570
OpenGL hardware acceleration defaults on
Sam Lantinga <slouken@libsdl.org> [Tue, 15 Dec 2009 20:14:50 +0000] rev 3569
Fixed bug #815
Daniele Forghieri 2009-10-12 02:57:03 PDT
Patch to use stdlib.h with Open Watcom
Open Watcom 1.8 has <stdlib.h> so instead of patch the single part when stdlib
features are used we use directly the include file as with GCC.
Sam Lantinga <slouken@libsdl.org> [Tue, 15 Dec 2009 20:11:29 +0000] rev 3568
Fixed bug #818
Daniele Forghieri 2009-10-12 02:52:02 PDT
Updated makefile & Doc for Open Watcom 1.8
Ryan C. Gordon <icculus@icculus.org> [Tue, 15 Dec 2009 18:00:16 +0000] rev 3567
Added a warning comment to SDL_putenv().
"Fixes" Bugzilla #779.
Sam Lantinga <slouken@libsdl.org> [Tue, 15 Dec 2009 09:20:10 +0000] rev 3566
Fixed bug #905
Give the foreign window message proc more control over Windows events.
This may need to be adjusted when we add the capability for the app to specify whether it wants SDL to handle input for the window or not.
Sam Lantinga <slouken@libsdl.org> [Tue, 15 Dec 2009 08:11:06 +0000] rev 3565
Fixed bug #906
Added better error reporting for OpenGL context creation failing.
Sam Lantinga <slouken@libsdl.org> [Tue, 15 Dec 2009 05:34:58 +0000] rev 3564
Add a dummy function if SDL doesn't have STDIO support