Tue, 10 Jul 2007 14:44:20 +0000 |
Bob Pendleton |
Added stubs for x11 gamma functions and enabled them in SDL_x11video.c
|
Fri, 28 Jul 2006 08:43:17 +0000 |
Sam Lantinga |
Implemented X11 OpenGL support.
|
Thu, 27 Jul 2006 06:53:23 +0000 |
Sam Lantinga |
Initial work on X11 window code in.
|
Wed, 26 Jul 2006 06:34:54 +0000 |
Sam Lantinga |
Started work on the new X11 driver.
|
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.
|
Tue, 20 Jun 2006 05:25:04 +0000 |
Sam Lantinga |
Fixed bug #241
|
Mon, 08 May 2006 06:54:20 +0000 |
Sam Lantinga |
Disable the screensaver in DGA mode, which is even more important than X11...
|
Mon, 08 May 2006 06:38:13 +0000 |
Sam Lantinga |
Fixed bug #203
|
Fri, 05 May 2006 05:09:10 +0000 |
Sam Lantinga |
Fixed bug #196
|
Thu, 04 May 2006 16:51:07 +0000 |
Sam Lantinga |
Fixed bug #45
|
Tue, 20 Jun 2006 05:27:03 +0000 |
Sam Lantinga |
Fixed bug #241
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
|
Thu, 27 Apr 2006 05:30:05 +0000 |
Sam Lantinga |
Updated to 1.3.0, SDL_OPENGLBLIT is no longer supported
SDL-1.3
|
Mon, 17 Apr 2006 04:54:08 +0000 |
Sam Lantinga |
Fixed bug #197
|
Thu, 23 Mar 2006 22:11:29 +0000 |
Ryan C. Gordon |
Fixed compiler warning.
|
Wed, 22 Mar 2006 05:00:59 +0000 |
Ryan C. Gordon |
Updated dynamic X11 code. See details in Bugzilla #170.
|
Mon, 20 Mar 2006 07:31:36 +0000 |
Sam Lantinga |
Fixed bug #113:
|
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, 21 Feb 2006 08:46:50 +0000 |
Sam Lantinga |
Use consistent identifiers for the various platforms we support.
|
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 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.
|
Sat, 04 Feb 2006 08:35:11 +0000 |
Sam Lantinga |
Resolved bug #130
|
Fri, 03 Feb 2006 07:39:02 +0000 |
Sam Lantinga |
Resolve bug #120
|
Wed, 01 Feb 2006 19:59:02 +0000 |
Ryan C. Gordon |
Logic bug in X11 Unicode input shutdown...was checking for == NULL
|
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 18:21:44 +0000 |
Ryan C. Gordon |
Corrects dynamic X11 code on Tru64 systems.
|
Sat, 14 Jan 2006 08:15:38 +0000 |
Ryan C. Gordon |
Catch X11 extension errors...since most of these are notifications that we
|
Mon, 19 Dec 2005 06:58:51 +0000 |
Ryan C. Gordon |
Patched to compile on gcc 2.95.3.
|
Wed, 23 Nov 2005 11:46:36 +0000 |
Ryan C. Gordon |
Seperate glX from HAVE_OPENGL, for platforms that have both an X server and
|
Mon, 21 Nov 2005 00:16:34 +0000 |
Ryan C. Gordon |
Real Unicode support for X11. Based on updated version of this patch:
|
Sat, 05 Nov 2005 19:53:37 +0000 |
Ryan C. Gordon |
Dynamically load X11 libraries like we currently do for alsa, esd, etc.
|
Tue, 02 Mar 2004 19:38:55 +0000 |
Ryan C. Gordon |
Force recreation of X11 window if going to or from a SDL_NOFRAME vidmode.
|
Thu, 26 Feb 2004 15:12:51 +0000 |
Ryan C. Gordon |
Create a 2D window and then manually focus a different window on your desktop,
|
Sun, 04 Jan 2004 16:49:27 +0000 |
Sam Lantinga |
Updated copyright information for 2004 (Happy New Year!)
|
Sat, 07 Dec 2002 06:51:03 +0000 |
Sam Lantinga |
Fixed compile error if there is no X11 shared memory support.
|
Mon, 30 Sep 2002 00:35:25 +0000 |
Sam Lantinga |
Added an aborted try at making fullscreen work on Xinerama screen != 0
|
Mon, 16 Sep 2002 08:22:25 +0000 |
Sam Lantinga |
Cleaned up the SDL_VIDEO_WINDOW_POS variable support
|
Mon, 02 Sep 2002 15:58:29 +0000 |
Sam Lantinga |
Date: Sun, 1 Sep 2002 21:27:54 -0400 (EDT)
|
Mon, 19 Aug 2002 03:40:44 +0000 |
Sam Lantinga |
Added an environment variable SDL_VIDEO_X11_WMCLASS
|
Sun, 18 Aug 2002 03:19:59 +0000 |
Sam Lantinga |
Only modifier key state is noted when X11 window opens
|
Wed, 06 Mar 2002 11:23:08 +0000 |
Sam Lantinga |
Updated copyright information for 2002
|
Fri, 18 Jan 2002 22:02:03 +0000 |
Sam Lantinga |
From: "Mattias Engdeg�rd" <f91-men@nada.kth.se>
|
Fri, 14 Dec 2001 12:38:15 +0000 |
Sam Lantinga |
Updated the source with the correct e-mail address
|
Wed, 07 Nov 2001 17:59:07 +0000 |
Sam Lantinga |
Fixed X11 icon color allocation (thanks Mattias!)
|
Fri, 31 Aug 2001 20:53:05 +0000 |
Sam Lantinga |
Fix title bar setting bug
|
Sat, 07 Jul 2001 07:59:37 +0000 |
Sam Lantinga |
Hopefully fixed the fullscreen mode code for KDE
|
Thu, 26 Apr 2001 16:45:43 +0000 |
Sam Lantinga |
Initial revision
|