Sam Lantinga <slouken@libsdl.org> [Thu, 19 Jan 2006 12:05:14 +0000] rev 1255
Fixed MPW include file order
Sam Lantinga <slouken@libsdl.org> [Thu, 19 Jan 2006 10:25:02 +0000] rev 1254
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Thu, 19 Jan 2006 09:09:32 +0000] rev 1253
Implemented ToUnicode() support on Windows 95/98/ME/NT/2000/XP
This is a collaborative effort between Alex Volkov and John Popplewell.
Thanks guys! (Fixes bug #39)
Ryan C. Gordon <icculus@icculus.org> [Thu, 19 Jan 2006 08:53:12 +0000] rev 1252
Added .cvsignore to the XME directory.
Ryan C. Gordon <icculus@icculus.org> [Thu, 19 Jan 2006 08:43:00 +0000] rev 1251
Updated Windows CE/PocketPC support...adds GAPI driver, landscape mode,
updated project files, VS2005 support, VGA mode, more device support, etc,
etc, etc.
Fixes Bugzilla #47 and #28.
--ryan.
Ryan C. Gordon <icculus@icculus.org> [Thu, 19 Jan 2006 08:36:41 +0000] rev 1250
Fixed up build script to catch some of the newer files in a "make dist" run.
Sam Lantinga <slouken@libsdl.org> [Thu, 19 Jan 2006 05:34:24 +0000] rev 1249
*** empty log message ***
Ryan C. Gordon <icculus@icculus.org> [Sat, 14 Jan 2006 08:15:38 +0000] rev 1248
Catch X11 extension errors...since most of these are notifications that we
queried for a missing extension (such as the XiG vidmode one that most
people don't have), and default Xlib behaviour is to write notification to
stderr, this tends to generate incorrect bug reports.
Since we'll actually deal with the missing extension when querying for it,
we ignore these errors in our hook. The rest continue to pass through to
the default handler.
Fixes Bugzilla #42.
--ryan.
Ryan C. Gordon <icculus@icculus.org> [Fri, 13 Jan 2006 02:36:35 +0000] rev 1247
Don't trample SDL_LoadObject()'s error message in GL loader.
Ryan C. Gordon <icculus@icculus.org> [Fri, 13 Jan 2006 02:32:07 +0000] rev 1246
Make error message meaningful if dlopen() fails on libX11.