graph
- Added .cvsignore to the XME directory.2006-01-19, by Ryan C. Gordon
- Updated Windows CE/PocketPC support...adds GAPI driver, landscape mode,2006-01-19, by Ryan C. Gordon
- Fixed up build script to catch some of the newer files in a "make dist" run.2006-01-19, by Ryan C. Gordon
- *** empty log message ***2006-01-19, by Sam Lantinga
- Catch X11 extension errors...since most of these are notifications that we2006-01-14, by Ryan C. Gordon
- Don't trample SDL_LoadObject()'s error message in GL loader.2006-01-13, by Ryan C. Gordon
- Make error message meaningful if dlopen() fails on libX11.2006-01-13, by Ryan C. Gordon
- Patched to compile with debugging enabled.2006-01-13, by Ryan C. Gordon
- More dynamic X11 work.2006-01-13, by Ryan C. Gordon
- Patched to compile.2006-01-12, by Ryan C. Gordon
- Add XME hooks to X11 driver instead of relying on libxme...libxme hasn't2006-01-12, by Ryan C. Gordon
- Properly restore vidmode when switching back to SDL's virtual terminal with2006-01-10, by Ryan C. Gordon
- From Bug #36:2006-01-08, by Ryan C. Gordon
- Rollback2006-01-08, by Patrice Mandin
- Load default OpenGL library if needed at driver initialization2006-01-08, by Patrice Mandin
- Disable XBIOS driver for mouse and joystick under MiNT. Will write a driver for /dev/mouse later.2006-01-06, by Patrice Mandin
- Minor bit of debug output added to dynamic X11 code.2006-01-06, by Ryan C. Gordon
- Make some dynamic X11 symbols option. _XData32 and _XRead32 are only available2006-01-06, by Ryan C. Gordon
- For sanity's sake, removed the '&' when passing copy_row array to asm.2006-01-06, by Ryan C. Gordon
- Patched to compile.2006-01-06, by Ryan C. Gordon
- Added optimized C 32bit RGB<->RGBA alpha masking blitter from Alex Volkov.2006-01-05, by Ryan C. Gordon
- testblitspeed.c improvements: cleaned up output, and allow user to set surface2006-01-05, by Ryan C. Gordon
- From Mike Frysinger and/or Gentoo:2006-01-05, by Ryan C. Gordon
- Patch from Michael Bonfils to add CPUID support for x86 Solaris.2006-01-05, by Ryan C. Gordon
- From Mike Frysinger and/or Gentoo:2006-01-05, by Ryan C. Gordon
- From Mike Frysinger and/or Gentoo:2006-01-05, by Ryan C. Gordon
- More dynamic X11 fixes...catches some code in Xlib headers that caused2006-01-04, by Ryan C. Gordon
- 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