log

age author description
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
2005-12-05 Ryan C. Gordon Date: Sun, 04 Dec 2005 21:43:46 -0500
2005-12-01 Ryan C. Gordon Don't need to link against libstdc++ on Mac OS X now.
2005-11-28 Ryan C. Gordon To: sdl@libsdl.org
2005-11-23 Ryan C. Gordon Seperate glX from HAVE_OPENGL, for platforms that have both an X server and
2005-11-23 Ryan C. Gordon OS/2 port!
2005-11-23 Ryan C. Gordon Moved Quartz SDL_GL_LoadLibrary() to SDL_loadso interface.
2005-11-23 Ryan C. Gordon Added #include "SDL_loadso.h" to SDL.h.
2005-11-22 Ryan C. Gordon To: sdl@libsdl.org
2005-11-22 Ryan C. Gordon Patched OpenBSD audio to compile on newer GCC versions.
2005-11-22 Ryan C. Gordon Apparently some bits of the BSD joystick code are x86 only...joystick.h
2005-11-22 Ryan C. Gordon Date: Tue, 22 Nov 2005 14:11:06 +0100 (MET)
2005-11-22 Ryan C. Gordon Fixed bug reported here:
2005-11-22 Ryan C. Gordon X11 driver now chooses "libGL.so.1" as a default when a NULL is passed to
2005-11-22 Ryan C. Gordon Quartz driver OpenGL updates:
2005-11-22 Ryan C. Gordon From: Tyler Montbriand <tsm@accesscomm.ca>
2005-11-21 Ryan C. Gordon Don't use X11 unicode keys on anything but keypress events.
2005-11-21 Ryan C. Gordon Real Unicode support for X11. Based on updated version of this patch:
2005-11-20 Ryan C. Gordon SDL_GL_LoadLibrary() was returning 1, and not 0, to signify "success" on the
2005-11-19 Ryan C. Gordon Date: Mon, 17 Oct 2005 20:09:03 -0400
2005-11-17 Ryan C. Gordon Fixed Altivec support on Mac OS X.
2005-11-17 Ryan C. Gordon Enable dynamic X11 on Mac OS X.
2005-11-17 Ryan C. Gordon Split up src/SDL_loadso.c into platform directories.
2005-11-17 Ryan C. Gordon Don't crash if a NULL is passed for a "%s" parameter to SDL_SetError(),
2005-11-17 Ryan C. Gordon Fixed crash when dynamic X11 fails to load system Xlib libraries at runtime.
2005-11-08 Ryan C. Gordon Use the right libs in dynamic X11 loading.
2005-11-06 Ryan C. Gordon Date: Sun, 06 Nov 2005 18:23:03 +0900
2005-11-05 Ryan C. Gordon Dynamically load X11 libraries like we currently do for alsa, esd, etc.
2005-11-05 Sam Lantinga Date: Sat, 05 Nov 2005 17:46:48 +0900
2005-11-01 Sam Lantinga Date: Tue, 1 Nov 2005 20:25:10 +0100
2005-11-01 Ryan C. Gordon Date: Tue, 1 Nov 2005 02:51:09 +0000
2005-11-01 Ryan C. Gordon Date: Mon, 31 Oct 2005 14:23:34 +0100
2005-10-30 Ryan C. Gordon Prevent division-by-zero in WarpMouse if surface's pitch is zero (a GL surface?).
2005-10-20 Ryan C. Gordon Enable altivec blitters on PowerPC Linux, and some fixes for recent