log src/video/bwindow/SDL_sysvideo.cc @ 3501:467e67d301f3

age author description
2009-01-10 Sam Lantinga Reverted Bob's indent checkin
2009-01-09 Bob Pendleton I ran a global "make indent" it modified the following files.
2008-12-08 Sam Lantinga Updated copyright date
2008-08-27 Darren Alton Clean up. gsoc2008_nds
2007-06-14 Sam Lantinga make indent
2006-12-08 Ryan C. Gordon Look for an exact match first when setting a video mode on BeOS.
2006-12-08 Ryan C. Gordon Logic error in BeOS video mode selection ("width" where it should be "height").
2006-07-10 Sam Lantinga SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
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-01 Sam Lantinga glSDL support SDL-1.3
2006-03-21 Sam Lantinga *** empty log message ***
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 Catch the C++ and Objective C sources too...
2006-02-17 Sam Lantinga Fixes for BeOS and Solaris builds
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 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)
2004-07-18 Sam Lantinga Date: Sat, 03 Jul 2004 02:23:48 +0200
2004-01-04 Sam Lantinga Updated copyright information for 2004 (Happy New Year!)
2003-12-16 Sam Lantinga te: Mon, 15 Dec 2003 08:25:14 -0800 PST
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-10-14 Sam Lantinga Fixed flashing the screen when creating a window on BeOS
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-04-26 Sam Lantinga Initial revision