graph
- Windows should use _beginthreadex() instead of CreateThread(), to avoid a2006-01-04, by Ryan C. Gordon
- Debug code should check right function names.2006-01-04, by Ryan C. Gordon
- Removed some incorrect comments in the "dc" driver that survived the2006-01-04, by Ryan C. Gordon
- Bumped the version number for the next release2006-01-04, by Sam Lantinga
- Use a simple table for Unicode translation2006-01-02, by Patrice Mandin
- Quartz driver: Make sure we pass a pointer to the right type.2006-01-02, by Ryan C. Gordon
- Quartz driver: Correctly handle SDL_DOUBLEBUF|SDL_FULLSCREEN when the2006-01-02, by Ryan C. Gordon
- Quartz target: set x and y field of mode list to 0 in SDL_ListMode call.2006-01-02, by Ryan C. Gordon
- Oops, actually use the timings in the modes db. :)2006-01-02, by Sam Lantinga
- *** empty log message ***2006-01-02, by Sam Lantinga
- Added support for parsing /etc/fb.modes, based on Stephane Marchesin's patch2006-01-02, by Sam Lantinga
- Toggle flip debugging in testsprite.c on the command line, not as a hardcoded2006-01-02, by Ryan C. Gordon
- Quartz target shouldn't crash if an event thread is used.2006-01-02, by Ryan C. Gordon
- To: sdl@libsdl.org2006-01-02, by Ryan C. Gordon
- To: sdl@libsdl.org2006-01-01, by Ryan C. Gordon
- Bumped windib's priority above DirectX, since both DirectDraw and DirectInput2006-01-01, by Ryan C. Gordon
- Added preliminary missingtranslation from Atari to Unicode charset2006-01-01, by Patrice Mandin
- From: "alan buckley" <alan_baa@hotmail.com>2005-12-23, by Sam Lantinga
- To: sdl@libsdl.org2005-12-21, by Ryan C. Gordon
- Patched to compile on gcc 2.95.3.2005-12-19, by Ryan C. Gordon
- Updated to the latest glext.h2005-12-14, by Sam Lantinga
- Date: Tue, 13 Dec 2005 13:33:50 +00002005-12-13, by Sam Lantinga
- Fixed configure script on latest Mac OS X developer tools (and hopefully2005-12-12, by Ryan C. Gordon
- Matched SDL_AllowRW and SDL_FreeRW calls in SDL_rwops.c ...2005-12-12, by Ryan C. Gordon
- Date: Sat, 10 Dec 2005 18:29:41 +01002005-12-12, by Ryan C. Gordon
- Date: Sun, 11 Dec 2005 20:37:04 +01002005-12-12, by Ryan C. Gordon
- From: Mike Frysinger <vapier@gentoo.org>2005-12-12, by Ryan C. Gordon
- Fixed gcc 4 warnings2005-12-08, by Sam Lantinga
- Fixed compiling with gcc 4, patch applied from Gentoo Bugzilla:2005-12-08, by Sam Lantinga
- Fixed compile warnings with gcc 42005-12-08, by Sam Lantinga
- Fixed OpenGL usage in Quartz target when SDL_SetVideoMode() is called without2005-12-06, by Ryan C. Gordon
- Date: Sun, 04 Dec 2005 21:43:46 -05002005-12-05, by Ryan C. Gordon
- Don't need to link against libstdc++ on Mac OS X now.2005-12-01, by Ryan C. Gordon
- To: sdl@libsdl.org2005-11-28, by Ryan C. Gordon
- Seperate glX from HAVE_OPENGL, for platforms that have both an X server and2005-11-23, by Ryan C. Gordon
- OS/2 port!2005-11-23, by Ryan C. Gordon
- Moved Quartz SDL_GL_LoadLibrary() to SDL_loadso interface.2005-11-23, by Ryan C. Gordon
- Added #include "SDL_loadso.h" to SDL.h.2005-11-23, by Ryan C. Gordon
- To: sdl@libsdl.org2005-11-22, by Ryan C. Gordon
- Patched OpenBSD audio to compile on newer GCC versions.2005-11-22, by Ryan C. Gordon
- Apparently some bits of the BSD joystick code are x86 only...joystick.h2005-11-22, by Ryan C. Gordon
- Date: Tue, 22 Nov 2005 14:11:06 +0100 (MET)2005-11-22, by Ryan C. Gordon
- Fixed bug reported here:2005-11-22, by Ryan C. Gordon
- X11 driver now chooses "libGL.so.1" as a default when a NULL is passed to2005-11-22, by Ryan C. Gordon
- Quartz driver OpenGL updates:2005-11-22, by Ryan C. Gordon
- From: Tyler Montbriand <tsm@accesscomm.ca>2005-11-22, by Ryan C. Gordon
- Don't use X11 unicode keys on anything but keypress events.2005-11-21, by Ryan C. Gordon
- Real Unicode support for X11. Based on updated version of this patch:2005-11-21, by Ryan C. Gordon
- SDL_GL_LoadLibrary() was returning 1, and not 0, to signify "success" on the2005-11-20, by Ryan C. Gordon
- Date: Mon, 17 Oct 2005 20:09:03 -04002005-11-19, by Ryan C. Gordon
- Fixed Altivec support on Mac OS X.2005-11-17, by Ryan C. Gordon
- Enable dynamic X11 on Mac OS X.2005-11-17, by Ryan C. Gordon
- Split up src/SDL_loadso.c into platform directories.2005-11-17, by Ryan C. Gordon
- Don't crash if a NULL is passed for a "%s" parameter to SDL_SetError(),2005-11-17, by Ryan C. Gordon
- Fixed crash when dynamic X11 fails to load system Xlib libraries at runtime.2005-11-17, by Ryan C. Gordon
- Use the right libs in dynamic X11 loading.2005-11-08, by Ryan C. Gordon
- Date: Sun, 06 Nov 2005 18:23:03 +09002005-11-06, by Ryan C. Gordon
- Dynamically load X11 libraries like we currently do for alsa, esd, etc.2005-11-05, by Ryan C. Gordon
- Date: Sat, 05 Nov 2005 17:46:48 +09002005-11-05, by Sam Lantinga
- Date: Tue, 1 Nov 2005 20:25:10 +01002005-11-01, by Sam Lantinga