Sam Lantinga <slouken@libsdl.org> [Mon, 08 May 2006 03:49:51 +0000] rev 1776
SDL_strncpy doesn't exist
Sam Lantinga <slouken@libsdl.org> [Mon, 08 May 2006 02:09:34 +0000] rev 1775
Date: Sun, 7 May 2006 19:22:33 -0400
From: Mike Frysinger
Subject: [SDL] [patch] fix building with DirectFB-0.9.25.1
another DirectFB release, another small bit of API breakage :)
this time around, DIKI_ALTGR has been removed and DIKI_ALT_R is supposed to be
used ... DIKI_ALT_R is not a new define, so there shouldnt be any need for
checking the DirectFB version ... it should work with older DirectFB's as
well
thanks to Sascha Schwarz for pointing this out on the Gentoo bugzilla:
http://bugs.gentoo.org/132571
-mike
Sam Lantinga <slouken@libsdl.org> [Sun, 07 May 2006 19:02:07 +0000] rev 1774
(none)
Sam Lantinga <slouken@libsdl.org> [Sun, 07 May 2006 15:15:40 +0000] rev 1773
(none)
Sam Lantinga <slouken@libsdl.org> [Sun, 07 May 2006 06:20:39 +0000] rev 1772
Fixed bug #102
Improved GPM mouse protocol detection.
The original patch had a bunch of bugs, so I completely rewrote it to hopefully fix them, and to support more protocols.
Sam Lantinga <slouken@libsdl.org> [Sun, 07 May 2006 04:02:48 +0000] rev 1771
Fixed bug #217
Sort the DirectX video modes largest to smallest
Sam Lantinga <slouken@libsdl.org> [Sun, 07 May 2006 03:44:58 +0000] rev 1770
Fixed bug #216
The attached files allow building the SDL library and tests with the Open
Watcom compiler for Windows:
- static library or DLL
- Debug or Release builds available
- uses register calling convention of Open Watcom
- wmake target to build the SDL test samples
Following is a table that shows what works and what doesn't, yet:
checkkeys +
graywin +
loopwave +
testalpha +
testbitmap +
testdyngl +
testerror +
testfile +
testgamma +
testgl +
testhread +
testiconv - (all failed)
testkeys +
testlock + (after removing calls to raise() from signal handler)
testoverlay + (needs 'set SDL_VIDEODRIVER=directx')
testoverlay2 + (-"-)
testpalette +
testplatform +
testsem +
testsprite +
testtimer +
testver +
testvidinfo +
testwin - (fading doesn't seem right)
testwm +
torturethread +
testcdrom +
testjoystick not tested
threadwin +
TODO:
- make stack calling convention work (has linking issues with dxguid.lib)
- perform testjoystick (I don't have a joystick)
- investigate fading in testwin
- merge with OS/2 port
- add DOS target
Sam Lantinga <slouken@libsdl.org> [Sun, 07 May 2006 03:40:06 +0000] rev 1769
Fixed bug #215
The current SVN trunk is missing the SDLCALL specifier at numerous locations.
It has to be added for all (possibly user provided) callbacks.
I stumbled over this while creating a makefile for the OpenWatcom compiler for
Win32.
Sam Lantinga <slouken@libsdl.org> [Fri, 05 May 2006 05:50:26 +0000] rev 1768
Fixed bug #80
Date: 21 Apr 2003 17:20:20 +0100
From: Alan Swanson <swanson@uklinux.net>
Subject: [SDL] New XFree 4.3 Video Mode Patch
If you look at the unsorted list of modes returned by X, here's mine;
1280 x 1024 @ 85.0 >
1024 x 768 @ 100.3 > USER
800 x 600 @ 125.5 > SET
640 x 480 @ 124.9 >
1280 x 1024 @ 75.0 ]
1280 x 1024 @ 60.0 ]
1280 x 960 @ 85.0 ] X11
1280 x 960 @ 60.0 ] AUTO
1152 x 864 @ 75.0 ]=20
1152 x 768 @ 54.8 ]
960 x 720 @ 120.0 ]
...
640 x 400 @ 85.1 ] 256k
576 x 432 @ 150.0 ] 249k PIXEL
640 x 350 @ 85.1 ] 224k COUNT
576 x 384 @ 109.6 ] 221k
...
The user set modes come first followed by X set modes which are ordered
by decreasing number of pixels and refresh.
The reason why every other library or program not using SDL working is
due to SDL scanning the modes in reverse getting X11 provided modes
modes with the lowest refresh.
Sam Lantinga <slouken@libsdl.org> [Fri, 05 May 2006 05:09:10 +0000] rev 1767
Fixed bug #196
Use the title and icon stored in the SDL video info, when creating X11 windows.