log

age author description
2006-01-19 Sam Lantinga *** empty log message ***
2006-01-19 Sam Lantinga Implemented ToUnicode() support on Windows 95/98/ME/NT/2000/XP
2006-01-19 Ryan C. Gordon Added .cvsignore to the XME directory.
2006-01-19 Ryan C. Gordon Updated Windows CE/PocketPC support...adds GAPI driver, landscape mode,
2006-01-19 Ryan C. Gordon Fixed up build script to catch some of the newer files in a "make dist" run.
2006-01-19 Sam Lantinga *** empty log message ***
2006-01-14 Ryan C. Gordon Catch X11 extension errors...since most of these are notifications that we
2006-01-13 Ryan C. Gordon Don't trample SDL_LoadObject()'s error message in GL loader.
2006-01-13 Ryan C. Gordon Make error message meaningful if dlopen() fails on libX11.
2006-01-13 Ryan C. Gordon Patched to compile with debugging enabled.
2006-01-13 Ryan C. Gordon More dynamic X11 work.
2006-01-12 Ryan C. Gordon Patched to compile.
2006-01-12 Ryan C. Gordon Add XME hooks to X11 driver instead of relying on libxme...libxme hasn't
2006-01-10 Ryan C. Gordon Properly restore vidmode when switching back to SDL's virtual terminal with
2006-01-08 Ryan C. Gordon From Bug #36:
2006-01-08 Patrice Mandin Rollback
2006-01-08 Patrice Mandin Load default OpenGL library if needed at driver initialization
2006-01-06 Patrice Mandin Disable XBIOS driver for mouse and joystick under MiNT. Will write a driver for /dev/mouse later.
2006-01-06 Ryan C. Gordon Minor bit of debug output added to dynamic X11 code.
2006-01-06 Ryan C. Gordon Make some dynamic X11 symbols option. _XData32 and _XRead32 are only available
2006-01-06 Ryan C. Gordon For sanity's sake, removed the '&' when passing copy_row array to asm.
2006-01-06 Ryan C. Gordon Patched to compile.
2006-01-05 Ryan C. Gordon Added optimized C 32bit RGB<->RGBA alpha masking blitter from Alex Volkov.
2006-01-05 Ryan C. Gordon testblitspeed.c improvements: cleaned up output, and allow user to set surface
2006-01-05 Ryan C. Gordon From Mike Frysinger and/or Gentoo:
2006-01-05 Ryan C. Gordon Patch from Michael Bonfils to add CPUID support for x86 Solaris.
2006-01-05 Ryan C. Gordon From Mike Frysinger and/or Gentoo:
2006-01-05 Ryan C. Gordon From Mike Frysinger and/or Gentoo:
2006-01-04 Ryan C. Gordon More dynamic X11 fixes...catches some code in Xlib headers that caused
2006-01-04 Ryan C. Gordon Windows should use _beginthreadex() instead of CreateThread(), to avoid a
2006-01-04 Ryan C. Gordon Debug code should check right function names.
2006-01-04 Ryan C. Gordon Removed some incorrect comments in the "dc" driver that survived the
2006-01-04 Sam Lantinga Bumped the version number for the next release
2006-01-02 Patrice Mandin Use a simple table for Unicode translation
2006-01-02 Ryan C. Gordon Quartz driver: Make sure we pass a pointer to the right type.
2006-01-02 Ryan C. Gordon Quartz driver: Correctly handle SDL_DOUBLEBUF|SDL_FULLSCREEN when the
2006-01-02 Ryan C. Gordon Quartz target: set x and y field of mode list to 0 in SDL_ListMode call.
2006-01-02 Sam Lantinga Oops, actually use the timings in the modes db. :)
2006-01-02 Sam Lantinga *** empty log message ***
2006-01-02 Sam Lantinga Added support for parsing /etc/fb.modes, based on Stephane Marchesin's patch
2006-01-02 Ryan C. Gordon Toggle flip debugging in testsprite.c on the command line, not as a hardcoded
2006-01-02 Ryan C. Gordon Quartz target shouldn't crash if an event thread is used.
2006-01-02 Ryan C. Gordon To: sdl@libsdl.org
2006-01-01 Ryan C. Gordon To: sdl@libsdl.org
2006-01-01 Ryan C. Gordon Bumped windib's priority above DirectX, since both DirectDraw and DirectInput
2006-01-01 Patrice Mandin Added preliminary missingtranslation from Atari to Unicode charset
2005-12-23 Sam Lantinga From: "alan buckley" <alan_baa@hotmail.com>
2005-12-21 Ryan C. Gordon To: sdl@libsdl.org
2005-12-19 Ryan C. Gordon Patched to compile on gcc 2.95.3.
2005-12-14 Sam Lantinga Updated to the latest glext.h
2005-12-13 Sam Lantinga Date: Tue, 13 Dec 2005 13:33:50 +0000
2005-12-12 Ryan C. Gordon Fixed configure script on latest Mac OS X developer tools (and hopefully
2005-12-12 Ryan C. Gordon Matched SDL_AllowRW and SDL_FreeRW calls in SDL_rwops.c ...
2005-12-12 Ryan C. Gordon Date: Sat, 10 Dec 2005 18:29:41 +0100
2005-12-12 Ryan C. Gordon Date: Sun, 11 Dec 2005 20:37:04 +0100
2005-12-12 Ryan C. Gordon From: Mike Frysinger <vapier@gentoo.org>
2005-12-08 Sam Lantinga Fixed gcc 4 warnings
2005-12-08 Sam Lantinga Fixed compiling with gcc 4, patch applied from Gentoo Bugzilla:
2005-12-08 Sam Lantinga Fixed compile warnings with gcc 4
2005-12-06 Ryan C. Gordon Fixed OpenGL usage in Quartz target when SDL_SetVideoMode() is called without