graph
- Date: Mon, 20 Feb 2006 19:54:51 -05002006-02-21, by Sam Lantinga
- *** empty log message ***2006-02-20, by Sam Lantinga
- Whoops. :)2006-02-20, by Sam Lantinga
- Added rules to build libSDLmain.a2006-02-20, by Sam Lantinga
- Add missing include directories2006-02-20, by Patrice Mandin
- Hum badly edited source2006-02-20, by Patrice Mandin
- Set the install permissions correctly2006-02-20, by Sam Lantinga
- Pass LDFLAGS to the build system2006-02-20, by Sam Lantinga
- *** empty log message ***2006-02-20, by Sam Lantinga
- Blargle-fnargle dependencies and build rules2006-02-20, by Sam Lantinga
- Added DESTDIR support2006-02-20, by Sam Lantinga
- Fixed X11 library detection2006-02-20, by Sam Lantinga
- Fixed build dependencies... ugh2006-02-20, by Sam Lantinga
- Tests require SDL 1.2.102006-02-20, by Sam Lantinga
- Pick the right default GL library on IRIX2006-02-20, by Sam Lantinga
- Fixed defaults for 8 bpp visuals2006-02-20, by Sam Lantinga
- build fixes for IRIX 6.5 - dynamic X11 loading works! :)2006-02-20, by Sam Lantinga
- NetBSD support2006-02-20, by Sam Lantinga
- *** empty log message ***2006-02-20, by Sam Lantinga
- On FreeBSD, alloca is defined in stdlib.h2006-02-20, by Sam Lantinga
- Completely removed dependency on automake2006-02-20, by Sam Lantinga
- Use only safe string functions2006-02-19, by Sam Lantinga
- *** empty log message ***2006-02-19, by Sam Lantinga
- *** empty log message ***2006-02-19, by Sam Lantinga
- I don't think we need aclocal anymore (comes from the automake package)2006-02-19, by Sam Lantinga
- sprintf should have been snprintf2006-02-19, by Sam Lantinga
- QuickTime depends on Carbon and ApplicationServices2006-02-19, by Sam Lantinga
- *** empty log message ***2006-02-19, by Sam Lantinga
- Whoops2006-02-19, by Sam Lantinga
- Added a reminder on where to put libSDL.so2006-02-18, by Sam Lantinga
- Detect the X11 library on Solaris x862006-02-18, by Sam Lantinga
- Doh! Bitten by search and replace. :)2006-02-18, by Sam Lantinga
- More fixes for building on BeOS2006-02-18, by Sam Lantinga
- Fixes for BeOS and Solaris builds2006-02-17, by Sam Lantinga
- spaces, not tabs. :)2006-02-16, by Sam Lantinga
- Add missing clause2006-02-16, by Patrice Mandin
- Fix typo2006-02-16, by Patrice Mandin
- Fixed building with cygwin2006-02-16, by Sam Lantinga
- *** empty log message ***2006-02-16, by Sam Lantinga
- New configure-based build system. Still work in progress, but much improved2006-02-16, by Sam Lantinga
- *** empty log message ***2006-02-10, by Sam Lantinga
- *** empty log message ***2006-02-10, by Sam Lantinga
- More header massaging... works great on Windows. ;-)2006-02-10, by Sam Lantinga
- Whoops, need this. :)2006-02-10, by Sam Lantinga
- *** empty log message ***2006-02-10, by Sam Lantinga
- *** empty log message ***2006-02-10, by Sam Lantinga
- Fixed build problem with SDL_string.c2006-02-09, by Sam Lantinga
- Started the process of improving configure support, and merging C types2006-02-09, by Sam Lantinga
- Disable freaking autoheader. :)2006-02-09, by Sam Lantinga
- Changed X11 header order so it works on Solaris.2006-02-08, by Ryan C. Gordon
- Fixes for new SDL embedded libc stuff2006-02-08, by Patrice Mandin
- *** empty log message ***2006-02-08, by Sam Lantinga
- Date: Mon, 6 Feb 2006 11:41:04 -05002006-02-08, by Sam Lantinga
- Check for strtod2006-02-08, by Sam Lantinga
- Default to build SDL without MSVCRT2006-02-08, by Sam Lantinga
- Fixes for Visual C++ 6.02006-02-07, by Sam Lantinga
- G:\SDL-12-CVS\src\video\math_private.h(171) : error C4226:2006-02-07, by Sam Lantinga
- *** empty log message ***2006-02-07, by Sam Lantinga
- Fixed it Hayashi Naoyuki's way. :)2006-02-07, by Sam Lantinga
- Configure dynamically generates SDL_config.h2006-02-07, by Sam Lantinga
- Faster fades when changing to/from/between fullscreen modes on Mac OS X. Also,2006-02-07, by Ryan C. Gordon
- *** empty log message ***2006-02-07, by Sam Lantinga
- Removed uses of stdlib.h and string.h2006-02-07, by Sam Lantinga
- Don't touch code that we brought in from other sources2006-02-07, by Sam Lantinga
- Use SDL_ prefixed versions of C library functions.2006-02-07, by Sam Lantinga
- SDL_config.h will eventually be a general feature set test,2006-02-06, by Sam Lantinga
- Proper credit to uClibc :)2006-02-06, by Sam Lantinga
- *** empty log message ***2006-02-06, by Sam Lantinga
- Update from Alan Buckley2006-02-06, by Sam Lantinga
- A few fixes to get this building on Linux again2006-02-06, by Sam Lantinga
- It's now possible to build SDL without any C runtime at all on Windows,2006-02-06, by Sam Lantinga
- Seek back to start on error2006-02-04, by Sam Lantinga
- Date: Sat, 04 Feb 2006 19:47:23 +09002006-02-04, by Sam Lantinga
- Resolved bug #1302006-02-04, by Sam Lantinga
- From: Hayashi Naoyuki2006-02-03, by Sam Lantinga
- Resolve bug #1202006-02-03, by Sam Lantinga
- Favor using pthread_mutexattr_settype() on Linux.2006-02-03, by Sam Lantinga
- Fixed compile warning2006-02-03, by Sam Lantinga
- Update for mintlib 0.57.6 (m68k-atari-mint libc)2006-02-02, by Patrice Mandin
- Date: Wed, 1 Feb 2006 18:20:33 -08002006-02-02, by Sam Lantinga
- AAlib driver was using C runtime string functions without including string.h.2006-02-02, by Ryan C. Gordon
- Logic bug in X11 Unicode input shutdown...was checking for == NULL2006-02-01, by Ryan C. Gordon
- Eliminate duplicate modes with different refresh rates2006-02-01, by Sam Lantinga
- Updated exports2006-02-01, by Sam Lantinga
- *** empty log message ***2006-02-01, by Sam Lantinga
- Merged useful fixes from 1.3 branch2006-02-01, by Sam Lantinga
- Fixed dynamic X11 for now, I think.2006-02-01, by Ryan C. Gordon
- *** empty log message ***2006-02-01, by Sam Lantinga
- Updated copyright information and removed rcs id lines (problematic in branch merges)2006-02-01, by Sam Lantinga
- *** empty log message ***2006-02-01, by Sam Lantinga
- Add flag to post mouse button events or not, and use defined function to post them2006-01-31, by Patrice Mandin
- Bah, I don't know what I'm doing.2006-01-31, by Sam Lantinga
- Quit building the frigging F77 libtool configuration!2006-01-31, by Sam Lantinga
- We're no longer doing compile checks on the X11 extensions which we include.2006-01-31, by Sam Lantinga
- Changed references to XFree86 to Xext to match change in directory structure.2006-01-31, by Ryan C. Gordon
- Reverted in favor of this one:2006-01-31, by Sam Lantinga
- XFree86 directory renamed to Xext2006-01-31, by Sam Lantinga
- Date: Tue, 05 Jul 2005 21:43:26 +10002006-01-31, by Sam Lantinga
- Date: Sat, 14 Jan 2006 15:16:01 -05002006-01-31, by Sam Lantinga
- Oops2006-01-31, by Sam Lantinga
- Removed some old Mac OS X cruft.2006-01-30, by Ryan C. Gordon
- 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
- 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
- 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
- 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