Fri, 28 Sep 2012 14:12:45 -0400 |
Ryan C. Gordon |
Add a safety net X11 error handler, to reset the vidmodes before crashing.
|
file |
diff |
annotate
|
Fri, 28 Sep 2012 01:11:30 -0700 |
Sam Lantinga |
Don't base our resizable state on what the window manager decided, instead we want to base it on the size hints which we set.
|
file |
diff |
annotate
|
Thu, 27 Sep 2012 23:55:38 -0700 |
Sam Lantinga |
Compositing window managers can show and hide windows without ever affecting the mapped state. However they do send NetWM protocol messages to indicate this is happening.
|
file |
diff |
annotate
|
Thu, 27 Sep 2012 00:53:37 -0400 |
Ryan C. Gordon |
On Compiz (etc?), _NET_WM_ACTION_FULLSCREEN needs the window to be resizable.
|
file |
diff |
annotate
|
Thu, 13 Sep 2012 01:43:53 -0400 |
Ryan C. Gordon |
Added SDL_SetWindowBordered() API.
|
file |
diff |
annotate
|
Wed, 18 Jul 2012 15:17:27 -0700 |
Sam Lantinga |
Improved simultaneous support for OpenGL and OpenGL ES
|
file |
diff |
annotate
|
Wed, 18 Jul 2012 15:02:48 -0700 |
Sam Lantinga |
Fix OpenGL initialization when OpenGL and OpenGLES are both available.
|
file |
diff |
annotate
|
Wed, 18 Jul 2012 14:48:32 -0700 |
Sam Lantinga |
Fix memory leaks in X11_CreateDevice error paths
|
file |
diff |
annotate
|
Tue, 19 Jun 2012 14:19:05 -0300 |
Gabriel Jacobo |
Fixes #1522, improved Xinerama / Twinview support
|
file |
diff |
annotate
|
Thu, 31 May 2012 13:37:02 +0300 |
Dimitris Zenios |
1.Moved all xinput2 functionality to its own file
|
file |
diff |
annotate
|
Wed, 30 May 2012 11:43:33 -0400 |
Sam Lantinga |
Fixed compile error
|
file |
diff |
annotate
|
Wed, 30 May 2012 11:25:35 -0400 |
Sam Lantinga |
Initial support for XInput2 by Dimitris Zenios
|
file |
diff |
annotate
|
Mon, 20 Feb 2012 20:50:38 -0500 |
Sam Lantinga |
Fixed bug 1427 - integer passed to XChangeProperty() causes crash
SDL-1.2
|
file |
diff |
annotate
|
Sun, 08 Jan 2012 02:23:37 -0500 |
Sam Lantinga |
Fixed bug 1242 - PATCH: Improve support for OpenGL ES under X11
|
file |
diff |
annotate
|
Sat, 07 Jan 2012 02:07:38 -0500 |
Sam Lantinga |
Fixed C99 correctness and signed/unsigned compiler warning
SDL-1.2
|
file |
diff |
annotate
|
Tue, 28 Jun 2011 22:26:47 +0200 |
Marco Trevisan (Treviño) |
X11: Added support to _NET_WM_PID and WM_CLIENT_MACHINE atoms
SDL-1.2
|
file |
diff |
annotate
|
Mon, 27 Jun 2011 19:30:52 +0200 |
Marco Trevisan (Treviño) |
X11: Move to XSetWMProperties and add support to _NET_WM_PID
|
file |
diff |
annotate
|
Sat, 31 Dec 2011 09:28:07 -0500 |
Sam Lantinga |
Happy New Year!
|
file |
diff |
annotate
|
Sat, 31 Dec 2011 09:16:08 -0500 |
Sam Lantinga |
Happy New Year!
SDL-1.2
|
file |
diff |
annotate
|
Sun, 21 Aug 2011 11:27:37 -0400 |
Ryan C. Gordon |
Ignore old ConfigureNotify events during X11 window resize.
SDL-1.2
|
file |
diff |
annotate
|
Fri, 08 Apr 2011 13:03:26 -0700 |
Sam Lantinga |
SDL 1.3 is now under the zlib license.
|
file |
diff |
annotate
|
Sat, 12 Mar 2011 13:21:57 -0800 |
Sam Lantinga |
Fixed so code will compile with SDL_config_minimal.h
|
file |
diff |
annotate
|
Fri, 11 Mar 2011 08:49:20 -0800 |
Sam Lantinga |
Gamma support is back!
|
file |
diff |
annotate
|
Thu, 24 Feb 2011 17:42:45 -0800 |
Sam Lantinga |
Patch for SDL_VIDEO_CENTERED & OpenGL bug
SDL-1.2
|
file |
diff |
annotate
|
Tue, 15 Feb 2011 17:23:02 -0800 |
Sam Lantinga |
Implemented X11 fullscreen toggling with modern window managers
|
file |
diff |
annotate
|
Fri, 11 Feb 2011 22:37:15 -0800 |
Sam Lantinga |
Happy 2011! :)
|
file |
diff |
annotate
|
Thu, 10 Feb 2011 11:39:08 -0800 |
Sam Lantinga |
Removed gamma support since it wasn't widely used and not well supported.
|
file |
diff |
annotate
|
Fri, 04 Feb 2011 18:05:20 -0800 |
Sam Lantinga |
Added the X11 framebuffer implementation. Simple! :)
|
file |
diff |
annotate
|
Mon, 31 Jan 2011 22:44:43 -0800 |
Sam Lantinga |
Making the API simpler, scaling is always defined as linear interpolation and should be supported as much as possible on all renderers.
|
file |
diff |
annotate
|
Mon, 31 Jan 2011 22:21:29 -0800 |
Sam Lantinga |
Removed partially functional renderers
|
file |
diff |
annotate
|
Mon, 24 Jan 2011 17:38:18 -0800 |
Sam Lantinga |
Fixed bug #1100
|
file |
diff |
annotate
|
Wed, 01 Dec 2010 12:17:12 -0800 |
Sam Lantinga |
Renamed X11 touch files for consistency
|
file |
diff |
annotate
|
Sun, 22 Aug 2010 13:45:56 -0700 |
Sam Lantinga |
Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
|
file |
diff |
annotate
|
Mon, 26 Jul 2010 20:41:45 -0400 |
Eli Gottlieb |
OK, it appears that dramatic hacks are not necessary to make Cocoa work...
|
file |
diff |
annotate
|
Mon, 26 Jul 2010 17:27:04 -0400 |
Eli Gottlieb |
Rejiggering the way shaped windows are created as preparation for OS X implementation. Fixed overdrive bug in test program that appears to have been introduced by someone other than myself.
|
file |
diff |
annotate
|
Wed, 30 Jun 2010 16:19:44 -0400 |
Eli Gottlieb |
Finished X11 shaped-window functionality and removed ellipse+polygon rendering.
|
file |
diff |
annotate
|
Sun, 22 Aug 2010 12:07:55 -0700 |
Sam Lantinga |
Merged Jim's Google Summer of Code work from SDL-gsoc2010_gesture
|
file |
diff |
annotate
|
Mon, 12 Jul 2010 21:09:23 -0700 |
Sam Lantinga |
Merged changes from the main SDL codebase
|
file |
diff |
annotate
|
Mon, 31 May 2010 00:24:37 -0400 |
Jim Grandpre |
Auto-detects Wacom touch devices.
|
file |
diff |
annotate
|
Tue, 20 Jul 2010 00:57:01 -0700 |
Sam Lantinga |
Fixed X11 error when running under window managers that don't support the _NET_SUPPORTING_WM_CHECK protocol.
|
file |
diff |
annotate
|
Sun, 18 Jul 2010 11:37:12 -0700 |
Sam Lantinga |
Fixed bug 1015
SDL-1.2
|
file |
diff |
annotate
|
Tue, 13 Jul 2010 23:11:10 -0700 |
Sam Lantinga |
Lots of prep for the "real" way to support fullscreen mode on modern window managers.
|
file |
diff |
annotate
|
Mon, 12 Jul 2010 00:36:55 -0700 |
Sam Lantinga |
Added X11 clipboard support.
|
file |
diff |
annotate
|
Sat, 26 Jun 2010 08:56:48 -0700 |
Sam Lantinga |
Mostly cleaned up warnings with -Wmissing-prototypes
|
file |
diff |
annotate
|
Sun, 09 May 2010 15:47:21 -0700 |
Sam Lantinga |
Added missing header
|
file |
diff |
annotate
|
Sat, 10 Oct 2009 06:38:02 +0000 |
Ryan C. Gordon |
Cache the swap control setting, even on Mesa.
SDL-1.2
|
file |
diff |
annotate
|
Sat, 10 Oct 2009 05:17:47 +0000 |
Ryan C. Gordon |
Default value for SGI swap control GL attribute should be -1.
SDL-1.2
|
file |
diff |
annotate
|
Wed, 07 Oct 2009 06:10:40 +0000 |
Sam Lantinga |
Fixed building without OpenGL support
SDL-1.2
|
file |
diff |
annotate
|
Tue, 29 Sep 2009 13:50:33 +0000 |
Ryan C. Gordon |
Make SDL_GL_GetAttribute(SDL_GL_SWAP_CONTROL) work with GLX_SGI_swap_control.
SDL-1.2
|
file |
diff |
annotate
|
Tue, 29 Sep 2009 13:40:34 +0000 |
Ryan C. Gordon |
Removed duplicate memset() calls.
SDL-1.2
|
file |
diff |
annotate
|
Sun, 27 Sep 2009 22:29:13 +0000 |
Sam Lantinga |
Improved bug #759
SDL-1.2
|
file |
diff |
annotate
|
Mon, 21 Sep 2009 09:47:53 +0000 |
Sam Lantinga |
Fixed bug #778
SDL-1.2
|
file |
diff |
annotate
|
Mon, 21 Sep 2009 07:59:44 +0000 |
Sam Lantinga |
Fixed bug #571.. I think. :)
SDL-1.2
|
file |
diff |
annotate
|
Mon, 08 Dec 2008 00:25:42 +0000 |
Sam Lantinga |
Updated copyright date
SDL-1.2
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Sat, 29 Dec 2007 21:41:48 +0000 |
Sam Lantinga |
Fixed bug #510
SDL-1.2
|
file |
diff |
annotate
|
Sat, 14 Jul 2007 21:09:54 +0000 |
Sam Lantinga |
Use SDL C functions (fixes security warnings on OpenBSD)
SDL-1.2
|
file |
diff |
annotate
|
Sun, 08 Jul 2007 01:50:26 +0000 |
Ryan C. Gordon |
Clear the NOFRAME and RESIZABLE flags in the X11 target before setting their
SDL-1.2
|
file |
diff |
annotate
|
Sun, 08 Jul 2007 01:35:50 +0000 |
Ryan C. Gordon |
Fixed compiler warning (gcc w/ -Wall) for unused variable, and checked for
SDL-1.2
|
file |
diff |
annotate
|
Fri, 06 Jul 2007 07:45:33 +0000 |
Sam Lantinga |
Fixed bug #322
SDL-1.2
|
file |
diff |
annotate
|