graph
- Corrects dynamic X11 code on Tru64 systems.2006-01-30, by Ryan C. Gordon
- This library is now available under the LGPL 2.1, the major change of which2006-01-30, by Sam Lantinga
- *** empty log message ***2006-01-30, by Sam Lantinga
- Fixed crash:2006-01-30, by Sam Lantinga
- Date: Sun, 6 Mar 2005 17:06:20 +01002006-01-30, by Sam Lantinga
- Date: Fri, 18 Feb 2005 20:49:35 +0200 (EET)2006-01-29, by Sam Lantinga
- Added some useful command line arguments for testing2006-01-29, by Sam Lantinga
- Fixed palette bug on non-WinCE2006-01-29, by Sam Lantinga
- Only save the window position if we're in windowed mode2006-01-29, by Sam Lantinga
- The event code was fine, and calculated the SDL_windowX/Y correctly.2006-01-29, by Sam Lantinga
- Date: Fri, 18 Feb 2005 07:58:00 +02002006-01-29, by Sam Lantinga
- Cleaned up the app registration stuff a bit2006-01-29, by Sam Lantinga
- Date: Tue, 15 Feb 2005 21:28:48 +0900 (JST)2006-01-29, by Sam Lantinga
- Use the executable directory, not the current directory, for stdio output files2006-01-29, by Sam Lantinga
- *** empty log message ***2006-01-29, by Sam Lantinga
- Report both absolute and relative motion2006-01-29, by Sam Lantinga
- Date: Fri, 14 Jan 2005 21:52:46 +01002006-01-29, by Sam Lantinga
- Date: Sat, 15 Jan 2005 02:01:51 +0000 (UTC)2006-01-29, by Sam Lantinga
- *** empty log message ***2006-01-29, by Sam Lantinga
- Re-query the SDL_WINDOWID each time we initialize the video2006-01-29, by Sam Lantinga
- *** empty log message ***2006-01-28, by Sam Lantinga
- Avoid warnings in Visual C++ 20052006-01-27, by Sam Lantinga
- *** empty log message ***2006-01-27, by Sam Lantinga
- Wacky! :)2006-01-27, by Sam Lantinga
- Fixed to match the docs2006-01-27, by Sam Lantinga
- Date: Mon, 23 Feb 2004 23:29:20 -05002006-01-27, by Sam Lantinga
- Who'd have thought that Windows CE wouldn't have the environment APIs?2006-01-26, by Sam Lantinga
- Compile fix for Window CE2006-01-26, by Sam Lantinga
- Whoops! (hope this compiles...)2006-01-26, by Sam Lantinga
- Updated config* from CVS2006-01-26, by Sam Lantinga
- Some explanation on why SDL_RWFromFP doesn't always work on Win322006-01-26, by Sam Lantinga
- Use Win32 API for putenv/getenv to avoid C runtime conflicts2006-01-26, by Sam Lantinga
- Correctly manage mouse relative motion2006-01-25, by Patrice Mandin
- SDL_GetVideoMode, part 3: pixel count compare was failing when only 1 video mode was present2006-01-25, by Patrice Mandin
- Date: Mon, 22 Sep 2003 23:31:54 -0700 (PDT)2006-01-25, by Sam Lantinga
- Date: Sun, 21 Sep 2003 19:52:42 -06002006-01-25, by Sam Lantinga
- *** empty log message ***2006-01-25, by Sam Lantinga
- Hopefully the X servers have been fixed (in 5 years) :)2006-01-25, by Sam Lantinga
- Date: Thu, 04 Sep 2003 02:12:35 +02002006-01-25, by Sam Lantinga
- Date: 10 Jun 2003 15:30:59 -04002006-01-24, by Sam Lantinga
- te: Thu, 17 Apr 2003 11:25:26 -07002006-01-24, by Sam Lantinga
- Date: Thu, 19 Jan 2006 20:02:29 +02002006-01-20, by Sam Lantinga
- [PATCH] SDL_GetVideoMode() does not find best mode, part 22006-01-19, by Patrice Mandin
- Rollback 1.28 change, but only for UpdateRects function this time2006-01-19, by Patrice Mandin
- Fixed MPW include file order2006-01-19, by Sam Lantinga
- *** empty log message ***2006-01-19, by Sam Lantinga
- Implemented ToUnicode() support on Windows 95/98/ME/NT/2000/XP2006-01-19, by Sam Lantinga
- 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