log

age author description
2001-09-04 Sam Lantinga Added Max's patches for building MacOS X apps on command line
2001-09-04 Sam Lantinga Added support for DirectFB video on Linux (thanks Denis!)
2001-09-04 Sam Lantinga Fixed Solaris nitpicks (thanks Mattias!)
2001-09-04 Sam Lantinga Joystick initialization fix submitted by Vitaliy Mikitchenko
2001-09-04 Sam Lantinga *** empty log message ***
2001-09-04 Sam Lantinga Removed SDL_blit_A.h (obsolete)
2001-08-31 Sam Lantinga Fixed mouse wheel motion position on Windows
2001-08-31 Sam Lantinga An expose event is now sent when using XVideo output.
2001-08-31 Sam Lantinga Fix title bar setting bug
2001-08-21 Sam Lantinga Time to recognize everyone again. :)
2001-08-21 Sam Lantinga Date: Tue, 21 Aug 2001 03:50:01 +0200
2001-08-20 Sam Lantinga Removed fullscreen menu entry - fixed warning on application startup
2001-08-20 Sam Lantinga Is this right??
2001-08-19 Sam Lantinga Date: Thu, 16 Aug 2001 21:50:51 -0500 (EST)
2001-08-18 Sam Lantinga *** empty log message ***
2001-08-18 Sam Lantinga Fixed IDE and SCSI CD-ROM detection on BeOS (thanks Caz!)
2001-08-18 Sam Lantinga *** empty log message ***
2001-08-18 Sam Lantinga Fix compiler warnings
2001-08-18 Sam Lantinga *** empty log message ***
2001-08-09 Sam Lantinga Fixed compile errors and added call to SDL_SetModuleHandle() in WinMain()
2001-08-09 Sam Lantinga Audio subsystem no longer assumes sun audio API on UNIX systems
2001-08-09 Sam Lantinga *** empty log message ***
2001-08-09 Sam Lantinga Added SDL_expose.c to the VC++ project
2001-08-09 Sam Lantinga Applied David MacCormack's patch to fix SDL_WINDOWID on Windows,
2001-08-09 Sam Lantinga Fixed VGL detection on FreeBSD (thanks David!)
2001-08-09 Sam Lantinga Updated ltconfig for OpenBSD (thanks Peter!)
2001-08-09 Sam Lantinga From: Max Horn <max@quendi.de>
2001-08-09 Sam Lantinga Include MacOS X in the distribution
2001-08-09 Sam Lantinga Fixed compiling on Windows CE
2001-08-09 Sam Lantinga Fixed potential buffer overflow in Linux CD code (thanks Ryan!)
2001-08-09 Sam Lantinga Applied Paul Jenner's patches to fix "make distcheck" and "make rpm"
2001-08-03 Sam Lantinga Fixed building the static library (still needs to run ranlib afterwards)
2001-08-01 Sam Lantinga Added hardware stretching code to scale 640x480 to TV resolution
2001-08-01 Sam Lantinga Added initial support for TV output modes
2001-08-01 Sam Lantinga Fix compile riva fb problem on older kernels
2001-07-31 Sam Lantinga Added support for hardware accelerated NVidia driver on framebuffer console
2001-07-31 Sam Lantinga Added button-up with mouse-wheel on framebuffer console
2001-07-31 Sam Lantinga Fixed audio format selection for OpenBSD (thanks Peter!)
2001-07-31 Sam Lantinga The rectangle argument to SDL_SetClipRect is really const
2001-07-31 Sam Lantinga Applied Maxim's patch for VGL detection on FreeBSD
2001-07-31 Sam Lantinga Avoid a compiler warning when configured with --disable-threads
2001-07-31 Sam Lantinga Oops, that wasn't right...
2001-07-31 Sam Lantinga Bump version to 1.2.3
2001-07-31 Sam Lantinga Fix build when GL_CLIENT_PIXEL_STORE_BIT is not defined
2001-07-23 Sam Lantinga Updated version to 1.2.2 release-1.2.2
2001-07-23 Sam Lantinga Fixed the project builder project archive
2001-07-23 Sam Lantinga Don't worry about a minimum repeat rate - let the user hang themselves...
2001-07-23 Sam Lantinga Name changed from OBSD to OPENBSD_AUDIO
2001-07-22 Sam Lantinga Re-adding SDLMain.nib.tar.gz, so people don't have to use stationary.
2001-07-22 Sam Lantinga *** empty log message ***
2001-07-22 Sam Lantinga Fix noise when starting audio under DX5 (thanks Jesse!)
2001-07-22 Sam Lantinga Fixed fullscreen mouse events on MacOS X
2001-07-21 Sam Lantinga Changed the CVS root to point to libsdl.org
2001-07-21 Sam Lantinga Removed debug info accidentally comitted
2001-07-20 Sam Lantinga Now returns an error if unable to open audio on BeOS
2001-07-18 Sam Lantinga Fixed crash if mouse is outside of the screen bounds for some reason
2001-07-18 Sam Lantinga Incorporated slightly modified version of Rainer's WinCE patch
2001-07-14 Sam Lantinga Now gets correct keyboard state when starting up on X11
2001-07-14 Sam Lantinga SDL GL dynamic loading fix for OpenBSD
2001-07-14 Sam Lantinga Fixed switching away from the SDL at the framebuffer console