log src/video/gem/SDL_gemvideo.c @ 1662:782fd950bd46 SDL-1.3

age author description
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
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.
Thu, 23 Feb 2006 21:51:10 +0000 Patrice Mandin Added preliminary support for MiNT /dev/mouse driver (disabled atm)
Tue, 21 Feb 2006 21:45:31 +0000 Patrice Mandin Fixed include files
Tue, 21 Feb 2006 08:46:50 +0000 Sam Lantinga Use consistent identifiers for the various platforms we support.
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 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.
Wed, 01 Feb 2006 06:32:25 +0000 Sam Lantinga Updated copyright information and removed rcs id lines (problematic in branch merges)
Sun, 08 Jan 2006 17:29:19 +0000 Patrice Mandin Rollback
Sun, 08 Jan 2006 10:22:27 +0000 Patrice Mandin Load default OpenGL library if needed at driver initialization
Fri, 06 Jan 2006 22:24:09 +0000 Patrice Mandin Disable XBIOS driver for mouse and joystick under MiNT. Will write a driver for /dev/mouse later.
Wed, 27 Jul 2005 19:46:59 +0000 Patrice Mandin Tell user how many bytes are needed
Wed, 27 Jul 2005 19:18:10 +0000 Patrice Mandin Tell SDL to notfree my video surfaces (Damn, no how-to write a SDL driver)
Tue, 07 Jun 2005 13:30:06 +0000 Patrice Mandin Use wrong line length of menubar save buffer
Tue, 07 Jun 2005 11:52:46 +0000 Patrice Mandin Save/restore system palette when application topped/untopped
Mon, 06 Jun 2005 16:54:03 +0000 Patrice Mandin Use correct system function to free memory
Mon, 06 Jun 2005 16:36:18 +0000 Patrice Mandin SDL will center surface on screen for us
Mon, 06 Jun 2005 10:45:53 +0000 Patrice Mandin Forgot variable declaration
Mon, 06 Jun 2005 10:27:22 +0000 Patrice Mandin Restore and save menu bar when entering and exiting fullscreen mode
Thu, 02 Jun 2005 22:02:18 +0000 Patrice Mandin Resize window to fit asked video mode
Wed, 02 Mar 2005 17:17:26 +0000 Patrice Mandin Was using width of surface instead of pitch to calculate length of surface width in words
Sat, 27 Nov 2004 21:28:49 +0000 Patrice Mandin Forgot to flush OpenGL buffer using glFinish
Fri, 26 Nov 2004 22:11:30 +0000 Patrice Mandin Keep current OpenGL context when possible
Fri, 26 Nov 2004 16:16:50 +0000 Patrice Mandin Final touches to OSMesa OpenGL support on Atari, using loadable libraries. Hope SDL 1.2.8 is out soon.
Thu, 25 Nov 2004 15:47:49 +0000 Patrice Mandin Factorize OSMesa OpenGL code for Atari drivers
Mon, 22 Nov 2004 20:37:41 +0000 Patrice Mandin Remove ambiguous/useless code
Mon, 22 Nov 2004 10:18:04 +0000 Patrice Mandin Add conversion routines for unsupported screen formats
Sun, 21 Nov 2004 21:59:47 +0000 Patrice Mandin Add OSMesa OpenGL support to the Atari GEM video driver
Sat, 06 Nov 2004 08:56:23 +0000 Patrice Mandin Prevent redraws till internal buffers are correctly setup
Fri, 08 Oct 2004 09:08:32 +0000 Patrice Mandin No need to close the window when going to fullscreen mode
Tue, 10 Aug 2004 18:53:38 +0000 Patrice Mandin Give mouse position relative to window position, and do not generate mouse button event if outside of the window
Mon, 09 Aug 2004 11:53:14 +0000 Patrice Mandin Do not destroy window on resize, so we can go back to original size from maximized size
Thu, 05 Aug 2004 19:50:06 +0000 Patrice Mandin Too much backslash-n at end of line
Thu, 05 Aug 2004 19:43:07 +0000 Patrice Mandin Correctly center window on creation
Thu, 05 Aug 2004 19:37:45 +0000 Patrice Mandin Use meaningful define instead of numeral value
Thu, 05 Aug 2004 19:34:44 +0000 Patrice Mandin Use SDL_SetError instead of fprintf
Tue, 03 Aug 2004 08:50:52 +0000 Patrice Mandin Wrongly test if width multiple of 16
Mon, 02 Aug 2004 18:39:50 +0000 Patrice Mandin Lock the screen before doing its backup
Sat, 17 Jul 2004 08:58:24 +0000 Patrice Mandin Forgot to initialize video mode list
Fri, 06 Feb 2004 22:53:32 +0000 Patrice Mandin When commiting code, cleanup before doing it
Fri, 06 Feb 2004 22:41:00 +0000 Patrice Mandin Bugfixes: some info about current framebuffer overwritten by some default values, and screen width must be multiple of 16 pixels to work correctly
Sun, 04 Jan 2004 16:49:27 +0000 Sam Lantinga Updated copyright information for 2004 (Happy New Year!)
Fri, 14 Nov 2003 19:48:13 +0000 Patrice Mandin Small fix for iconification
Wed, 12 Nov 2003 18:49:29 +0000 Patrice Mandin Use new C2P routine + corrections for iconification window
Tue, 04 Feb 2003 21:01:03 +0000 Sam Lantinga Date: Fri, 31 Jan 2003 15:17:30 +0100
Sat, 07 Dec 2002 06:54:47 +0000 Sam Lantinga Updated Atari port for new system headers (thanks Patrice!)
Sat, 05 Oct 2002 16:27:56 +0000 Sam Lantinga Fixed gamma correction in Atari video drivers (thanks Patrice!)
Tue, 26 Mar 2002 17:37:31 +0000 Sam Lantinga *** empty log message ***
Sun, 10 Mar 2002 03:33:59 +0000 Sam Lantinga Atari port cleanups from Patrice
Wed, 06 Mar 2002 11:23:08 +0000 Sam Lantinga Updated copyright information for 2002
Sun, 17 Feb 2002 19:54:28 +0000 Sam Lantinga Added initial support for Atari (thanks Patrice!)