log src/video/windib/SDL_dibvideo.c @ 4345:b40d6e58a5e5 SDL-1.2

age author description
Fri, 16 Oct 2009 07:24:11 +0000 Sam Lantinga Allow the application to resize the window without destroying the OpenGL context SDL-1.2
Mon, 16 Feb 2009 22:32:34 +0000 Sam Lantinga GAPI fixes from Stefan Klug SDL-1.2
Mon, 08 Dec 2008 00:25:42 +0000 Sam Lantinga Updated copyright date SDL-1.2
Wed, 12 Mar 2008 22:01:48 +0000 Ryan C. Gordon Don't recreate the GL content in windib target if SDL_SetVideoMode() is being SDL-1.2
Fri, 29 Feb 2008 13:55:44 +0000 Sam Lantinga * Added configure option --enable-screensaver, to allow enabling the screensaver by default. SDL-1.2
Fri, 25 Jan 2008 05:48:08 +0000 Sam Lantinga Fixed crash in SDL_SetGammaRamp() SDL-1.2
Thu, 03 Jan 2008 06:19:07 +0000 Sam Lantinga Updates for building on Windows CE using mingw32ce cross compiler: SDL-1.2
Fri, 28 Dec 2007 08:00:30 +0000 Sam Lantinga Brian Fisher fixed bug #513 SDL-1.2
Thu, 27 Dec 2007 13:59:41 +0000 Sam Lantinga Fixed crash when given video modes > 32 bpp SDL-1.2
Fri, 20 Jul 2007 03:25:40 +0000 Sam Lantinga > Hi Ryan, SDL-1.2
Mon, 16 Jul 2007 05:08:20 +0000 Sam Lantinga Always advertise hardware palette, since Windows will remap colors for us. SDL-1.2
Sun, 15 Jul 2007 19:43:54 +0000 Sam Lantinga Fixed building on Windows CE SDL-1.2
Tue, 03 Jul 2007 09:05:51 +0000 Sam Lantinga Fixed bug #335 SDL-1.2
Tue, 26 Jun 2007 20:02:40 +0000 Ryan C. Gordon windib target can now control screensaver with SDL_VIDEO_ALLOW_SCREENSAVER. SDL-1.2
Mon, 25 Jun 2007 00:50:20 +0000 Sam Lantinga Added initial support for Nintendo DS, based on the work by Troy Davis (GPF) SDL-1.2
Sat, 23 Sep 2006 23:07:52 +0000 Sam Lantinga Fixed bug #294 SDL-1.2
Mon, 10 Jul 2006 21:04:37 +0000 Sam Lantinga SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
Sat, 24 Jun 2006 04:30:01 +0000 Sam Lantinga Fixed bug #258
Sat, 24 Jun 2006 03:41:14 +0000 Sam Lantinga Fixed bug #255
Sun, 07 May 2006 04:02:48 +0000 Sam Lantinga Fixed bug #217
Sat, 24 Jun 2006 04:31:42 +0000 Sam Lantinga Merged fix for bug #258 from SDL 1.2 SDL-1.3
Sat, 24 Jun 2006 03:43:21 +0000 Sam Lantinga Merged memory leak fix from SDL 1.2 SDL-1.3
Mon, 29 May 2006 04:04:35 +0000 Sam Lantinga more tweaking indent options 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
Wed, 17 May 2006 08:18:28 +0000 Sam Lantinga Merge trunk-1.3-3 SDL-1.3
Mon, 01 May 2006 06:58:33 +0000 Sam Lantinga glSDL support 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.
Tue, 14 Mar 2006 04:00:03 +0000 Sam Lantinga (patch tweaked a bit)
Tue, 07 Mar 2006 05:21:32 +0000 Sam Lantinga More Win64 updates
Mon, 06 Mar 2006 08:11:10 +0000 Sam Lantinga Fixed more Win64 portability issues