log src/video/SDL_video.c @ 1668:4da1ee79c9af SDL-1.3

age author description
Mon, 29 May 2006 04:04:35 +0000 Sam Lantinga more tweaking indent options SDL-1.3
Mon, 29 May 2006 03:53:21 +0000 Sam Lantinga Implemented many compatibility functions SDL-1.3
Sun, 28 May 2006 21:56:07 +0000 Sam Lantinga The dummy video driver compiles. :) SDL-1.3
Sun, 28 May 2006 13:04:16 +0000 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
Sat, 20 May 2006 04:35:58 +0000 Sam Lantinga Added API requested in bug #43: SDL-1.3
Mon, 01 May 2006 06:58:33 +0000 Sam Lantinga glSDL support SDL-1.3
Thu, 27 Apr 2006 09:09:48 +0000 Sam Lantinga SDL-trunk-1.3-merge-1 SDL-1.3
Thu, 27 Apr 2006 05:49:51 +0000 Sam Lantinga SDL_OPENGLBLIT is really gone... SDL-1.3
Thu, 27 Apr 2006 05:30:05 +0000 Sam Lantinga Updated to 1.3.0, SDL_OPENGLBLIT is no longer supported SDL-1.3
Wed, 15 Mar 2006 17:46:41 +0000 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.
Thu, 09 Mar 2006 16:12:34 +0000 Sam Lantinga Don't crash if SDL_Flip() is called with an OpenGL mode set
Fri, 24 Feb 2006 18:24:57 +0000 Sam Lantinga Update for Visual C++ 6.0
Tue, 21 Feb 2006 08:46:50 +0000 Sam Lantinga Use consistent identifiers for the various platforms we support.
Mon, 20 Feb 2006 10:18:08 +0000 Sam Lantinga Fixed defaults for 8 bpp visuals
Sun, 19 Feb 2006 23:46:34 +0000 Sam Lantinga Use only safe string functions
Thu, 16 Feb 2006 10:11:48 +0000 Sam Lantinga New configure-based build system. Still work in progress, but much improved
Fri, 10 Feb 2006 06:48:43 +0000 Sam Lantinga More header massaging... works great on Windows. ;-)
Tue, 07 Feb 2006 12:11:33 +0000 Sam Lantinga Configure dynamically generates SDL_config.h
Tue, 07 Feb 2006 09:29:18 +0000 Sam Lantinga Removed uses of stdlib.h and string.h
Tue, 07 Feb 2006 06:59:48 +0000 Sam Lantinga Use SDL_ prefixed versions of C library functions.
Mon, 06 Feb 2006 08:28:51 +0000 Sam Lantinga It's now possible to build SDL without any C runtime at all on Windows,
Wed, 01 Feb 2006 06:32:25 +0000 Sam Lantinga Updated copyright information and removed rcs id lines (problematic in branch merges)
Mon, 30 Jan 2006 13:30:44 +0000 Sam Lantinga Fixed crash:
Wed, 25 Jan 2006 18:11:56 +0000 Patrice Mandin SDL_GetVideoMode, part 3: pixel count compare was failing when only 1 video mode was present
Thu, 19 Jan 2006 21:28:52 +0000 Patrice Mandin [PATCH] SDL_GetVideoMode() does not find best mode, part 2
Thu, 19 Jan 2006 10:25:02 +0000 Sam Lantinga *** empty log message ***
Thu, 19 Jan 2006 08:43:00 +0000 Ryan C. Gordon Updated Windows CE/PocketPC support...adds GAPI driver, landscape mode,
Sun, 01 Jan 2006 23:34:06 +0000 Ryan C. Gordon Bumped windib's priority above DirectX, since both DirectDraw and DirectInput
Wed, 23 Nov 2005 07:29:56 +0000 Ryan C. Gordon OS/2 port!
Tue, 22 Nov 2005 15:19:50 +0000 Ryan C. Gordon To: sdl@libsdl.org