graph
- 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
- Date: Tue, 1 Nov 2005 02:51:09 +00002005-11-01, by Ryan C. Gordon
- Date: Mon, 31 Oct 2005 14:23:34 +01002005-11-01, by Ryan C. Gordon
- Prevent division-by-zero in WarpMouse if surface's pitch is zero (a GL surface?).2005-10-30, by Ryan C. Gordon
- Enable altivec blitters on PowerPC Linux, and some fixes for recent2005-10-20, by Ryan C. Gordon
- Placate gcc's strict aliasing rules with an extra cast.2005-10-20, by Ryan C. Gordon
- Closed a memory leak caused when quitting video subsystem on Quartz target.2005-10-13, by Ryan C. Gordon
- Valgrind fix.2005-10-11, by Ryan C. Gordon
- POSIX clock_gettime() isn't available on Linux before 2.6, and the symbol may2005-10-11, by Ryan C. Gordon
- Date: Mon, 10 Oct 2005 13:09:32 +03002005-10-11, by Ryan C. Gordon
- Date: Tue, 11 Oct 2005 16:58:12 +0300 (EEST)2005-10-11, by Ryan C. Gordon
- Fixed some compiler warnings about "unreachable code" on Watcom C.2005-10-03, by Ryan C. Gordon
- Fixed compiler warnings in Watcom C.2005-10-03, by Ryan C. Gordon
- SDL_CDROMInit() shouldn't be a stub in the dummy driver, since that's2005-10-02, by Ryan C. Gordon
- Updates to PocketPC (WinCE) support, thanks to Dmitry Yakimov at2005-09-29, by Ryan C. Gordon
- Removed atexit() from most of the test programs; atexit(SDL_Quit) isn't safe2005-09-28, by Ryan C. Gordon
- Typo that broke Windows builds.2005-09-28, by Ryan C. Gordon
- Same inline asm bug in S8 mixer, fixed last night, is also in the MSVC version.2005-09-28, by Ryan C. Gordon
- Patched inline assembly to compile on gcc 4.0.1. Details are here:2005-09-28, by Ryan C. Gordon
- From: "Alex Volkov" <avcp-sdlmail@usa.net>2005-09-27, by Ryan C. Gordon
- Date: Sat, 17 Sep 2005 13:38:49 +02002005-09-27, by Ryan C. Gordon
- Patch from Martin Lange (mala-sdl at hotmail.com) to unregister SDL's win322005-09-27, by Ryan C. Gordon
- Date: Sun, 11 Sep 2005 14:41:07 +0300 (EEST)2005-09-27, by Ryan C. Gordon