log src/video/fbcon/SDL_fbvideo.c @ 3881:c1b6bb5205f1 SDL-1.2

age author description
2006-05-16 Sam Lantinga Date: Mon, 15 May 2006 17:18:34 +0300
2006-05-10 Sam Lantinga Date: Tue, 9 May 2006 23:01:49 -0400
2006-05-08 Sam Lantinga Fixed bug #49
2006-05-29 Sam Lantinga more tweaking indent options SDL-1.3
2006-05-28 Sam Lantinga Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API. SDL-1.3
2006-05-17 Sam Lantinga Merge trunk-1.3-3 SDL-1.3
2006-03-22 Sam Lantinga Date: Tue, 4 Mar 2003 15:05:31 -0800
2006-03-15 Sam Lantinga Added current_w and current_h to the SDL_VideoInfo structure, which is set to the desktop resolution during video intialization, and then set to the current resolution when a video mode is set.
2006-02-21 Sam Lantinga Use consistent identifiers for the various platforms we support.
2006-02-19 Sam Lantinga *** empty log message ***
2006-02-16 Sam Lantinga New configure-based build system. Still work in progress, but much improved
2006-02-10 Sam Lantinga More header massaging... works great on Windows. ;-)
2006-02-07 Sam Lantinga Configure dynamically generates SDL_config.h
2006-02-07 Sam Lantinga Removed uses of stdlib.h and string.h
2006-02-07 Sam Lantinga Use SDL_ prefixed versions of C library functions.
2006-02-01 Sam Lantinga Updated copyright information and removed rcs id lines (problematic in branch merges)
2006-01-02 Sam Lantinga Oops, actually use the timings in the modes db. :)
2006-01-02 Sam Lantinga Added support for parsing /etc/fb.modes, based on Stephane Marchesin's patch
2005-02-12 Sam Lantinga [SDL] [PATCH] fix FB_VideoQuit for ia64
2004-08-21 Sam Lantinga Date: Mon, 12 Jul 2004 14:17:47 -0500
2004-01-04 Sam Lantinga Updated copyright information for 2004 (Happy New Year!)
2002-09-02 Sam Lantinga Fixed trashing the framebuffer console on broken video drivers
2002-04-03 Sam Lantinga Date: 03 Apr 2002 15:28:09 +0200
2002-03-06 Sam Lantinga Updated copyright information for 2002
2001-12-14 Sam Lantinga Updated the source with the correct e-mail address
2001-07-31 Sam Lantinga Added support for hardware accelerated NVidia driver on framebuffer console
2001-07-13 Sam Lantinga Merged DGA video surface handling improvements, unified locking code.
2001-07-07 Sam Lantinga From: "Markus F.X.J. Oberhumer"
2001-04-26 Sam Lantinga Fixed 320x200 video mode on framebuffer console
2001-04-26 Sam Lantinga Initial revision