log src/video/gem/SDL_gemvideo.c @ 4404:b8de86ee2ad6 SDL-1.2-olpc

age author description
Tue, 12 Sep 2006 19:33:33 +0000 Patrice Mandin Reenable xbios usage to get relative mouse motion SDL-1.2
Mon, 08 Dec 2008 00:27:32 +0000 Sam Lantinga Updated copyright date
Sun, 15 Jul 2007 16:59:16 +0000 Sam Lantinga indent
Fri, 13 Jul 2007 22:55:15 +0000 Patrice Mandin Update GEM driver to new API, will have to fill the void later :)
Thu, 14 Jun 2007 13:21:29 +0000 Sam Lantinga make indent
Sun, 27 May 2007 08:54:38 +0000 Patrice Mandin Allow creation of window bigger than visible size
Sat, 26 May 2007 20:10:49 +0000 Patrice Mandin Simply resize existing window
Sat, 26 May 2007 19:46:04 +0000 Patrice Mandin GEM has a window manager, of course
Sun, 24 Sep 2006 15:56:55 +0000 Sam Lantinga Formatting update
Tue, 12 Sep 2006 19:44:51 +0000 Patrice Mandin Reenable xbios usage to get relative mouse motion
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.
Wed, 14 Jun 2006 18:57:58 +0000 Patrice Mandin Fix mouse cursor change
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
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