Wed, 26 Sep 2012 14:08:46 -0400 |
Edward Rudd |
allocate *Hint structures per Xlib docs
|
file |
diff |
annotate
|
Thu, 13 Sep 2012 15:24:04 -0400 |
Ryan C. Gordon |
Make the X11 SetBordered event tapdancing more robust, restore focus, etc.
|
file |
diff |
annotate
|
Thu, 13 Sep 2012 01:43:53 -0400 |
Ryan C. Gordon |
Added SDL_SetWindowBordered() API.
|
file |
diff |
annotate
|
Thu, 19 Jul 2012 09:36:58 -0700 |
Sam Lantinga |
More OpenGL ES fixes from Scott Percival
|
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
|
Fri, 22 Jun 2012 23:31:22 -0400 |
Sam Lantinga |
Fix SDL_SetWindowSize with X11 non-RESIZABLE windows, patch by Pierre-Loup.
|
file |
diff |
annotate
|
Thu, 21 Jun 2012 09:58:22 -0400 |
Sam Lantinga |
Fixed issue with tiling window managers (bug 1246)
|
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
|
Fri, 03 Feb 2012 22:24:33 -0500 |
Sam Lantinga |
Fixed bug 1403 - Creating a window with resizable flags may crash
|
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
|
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
|
Mon, 31 Oct 2011 23:37:57 -0400 |
Ryan C. Gordon |
Fix crash on X servers without UTF-8 support.
|
file |
diff |
annotate
|
Sat, 22 Oct 2011 02:14:57 -0400 |
Ryan C. Gordon |
Set up window focus correctly when using an existing X11 window.
|
file |
diff |
annotate
|
Sat, 22 Oct 2011 02:13:35 -0400 |
Ryan C. Gordon |
XGetWindowProperty() can report success but still give you a NULL pointer.
|
file |
diff |
annotate
|
Thu, 13 Oct 2011 01:08:30 -0400 |
Ryan C. Gordon |
Fixed a whole slew of compiler warnings that -Wall exposed.
|
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
|
Tue, 05 Apr 2011 09:47:34 -0700 |
Sam Lantinga |
Fixed setting programmatically setting the size of a window on X11 for non-resizable windows.
|
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 16:54:43 -0800 |
Sam Lantinga |
Fixed bug 1167 (SDL_WINDOWPOS_CENTERED doesn't work if used right after fullscreen -> windowed switch)
|
file |
diff |
annotate
|
Fri, 11 Mar 2011 08:49:20 -0800 |
Sam Lantinga |
Gamma support is back!
|
file |
diff |
annotate
|
Mon, 21 Feb 2011 22:52:31 -0800 |
Sam Lantinga |
Simplified the X11 window creation
|
file |
diff |
annotate
|
Tue, 15 Feb 2011 23:07:14 -0800 |
Sam Lantinga |
Fixed a host of issues with Windows fullscreen modes. Toggling fullscreen OpenGL works now in my test environment.
|
file |
diff |
annotate
|
Tue, 15 Feb 2011 17:23:02 -0800 |
Sam Lantinga |
Implemented X11 fullscreen toggling with modern window managers
|
file |
diff |
annotate
|
Sun, 13 Feb 2011 13:46:10 -0800 |
Sam Lantinga |
A few fixes:
|
file |
diff |
annotate
|
Fri, 11 Feb 2011 22:37:15 -0800 |
Sam Lantinga |
Happy 2011! :)
|
file |
diff |
annotate
|
Thu, 10 Feb 2011 14:44:25 -0800 |
Sam Lantinga |
Window coordinates are in the global space and windows are not tied to a particular display.
|
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 19:18:08 -0800 |
Sam Lantinga |
Removed a bunch of X11 support that we no longer need.
|
file |
diff |
annotate
|
Fri, 04 Feb 2011 18:05:20 -0800 |
Sam Lantinga |
Added the X11 framebuffer implementation. Simple! :)
|
file |
diff |
annotate
|
Mon, 24 Jan 2011 17:38:18 -0800 |
Sam Lantinga |
Fixed bug #1100
|
file |
diff |
annotate
|
Thu, 20 Jan 2011 16:05:59 -0800 |
Sam Lantinga |
Added the ability to get the UIKit window through the SDL API.
|
file |
diff |
annotate
|
Wed, 19 Jan 2011 10:14:11 -0800 |
Sam Lantinga |
Added XFlush() so changes happen immediately instead of waiting for the next event loop.
|
file |
diff |
annotate
|
Fri, 31 Dec 2010 08:50:06 -0800 |
Sam Lantinga |
Don't crash when resizing non-shaped windows
|
file |
diff |
annotate
|
Wed, 29 Sep 2010 21:13:52 -0700 |
Sam Lantinga |
Make the union nameless to reduce the complexity of the API.
|
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
|
Wed, 30 Jun 2010 16:19:44 -0400 |
Eli Gottlieb |
Finished X11 shaped-window functionality and removed ellipse+polygon rendering.
|
file |
diff |
annotate
|
Fri, 30 Jul 2010 00:55:00 -0700 |
Sam Lantinga |
When querying the display size for a fullscreen window, the display size is the size of the fullscreen video mode.
|
file |
diff |
annotate
|
Wed, 28 Jul 2010 00:54:23 -0700 |
Sam Lantinga |
Merged Sunny's XRender changes from SDL-gsoc2010_xrender
|
file |
diff |
annotate
|
Wed, 14 Jul 2010 19:17:11 +0530 |
Sunny Sachanandani |
Implement blending modes for textures. Fix off-screen pixmaps to be ARGB rather than RGB to enable blending across frames. Clear the screen and off-screen pixmaps when the renderer is created.
|
file |
diff |
annotate
|
Fri, 09 Jul 2010 21:36:41 +0530 |
Sunny Sachanandani |
Fix so many things that there is little place in this column to list them all but the result is that blending modes just work now for drawing primitives.
|
file |
diff |
annotate
|
Wed, 21 Jul 2010 21:53:41 -0700 |
Sam Lantinga |
Fixed memory corruption on AMD64
|
file |
diff |
annotate
|
Sun, 18 Jul 2010 11:37:26 -0700 |
Sam Lantinga |
Fixed bug 1015
|
file |
diff |
annotate
|
Sat, 17 Jul 2010 18:44:34 -0700 |
Sam Lantinga |
Fixed bug 1022
|
file |
diff |
annotate
|
Wed, 14 Jul 2010 07:25:07 -0700 |
Sam Lantinga |
Zero any fields not explicitly filled in.
|
file |
diff |
annotate
|
Wed, 14 Jul 2010 00:56:08 -0700 |
Sam Lantinga |
Fixed setting fullscreen and maximized states for windows that haven't been mapped yet.
|
file |
diff |
annotate
|
Wed, 14 Jul 2010 00:28:15 -0700 |
Sam Lantinga |
Let the window manager know we're a "normal" window
|
file |
diff |
annotate
|
Wed, 14 Jul 2010 00:08:46 -0700 |
Sam Lantinga |
Much better debugging of property changes
|
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 01:20:57 -0700 |
Sam Lantinga |
Implemented X11 system window manager info for SDL 1.3. It's simple. Really.
|
file |
diff |
annotate
|
Mon, 12 Jul 2010 00:33:24 -0700 |
Sam Lantinga |
Fixed compiler warning
|
file |
diff |
annotate
|
Sun, 09 May 2010 20:47:22 -0700 |
Sam Lantinga |
Removed multi-mouse / multi-keyboard support in anticipation of a real multi-mouse and multi-touch API.
|
file |
diff |
annotate
|
Mon, 04 Aug 2008 11:18:10 +0000 |
Szymon Wilczek |
Further x11 code improvments + comments
gsoc2008_manymouse
|
file |
diff |
annotate
|
Fri, 06 Jun 2008 15:23:29 +0000 |
Szymon Wilczek |
http://wilku.ravenlord.ws/doku.php?id=documentation for information how things work. Currently implemented: detecting many pointing devices and pressure detection. Still a bug. Each program has to be comipled with a flag -lXi
gsoc2008_manymouse
|
file |
diff |
annotate
|
Sun, 24 Jan 2010 21:10:53 +0000 |
Sam Lantinga |
Fixed bug #926
|
file |
diff |
annotate
|
Thu, 21 Jan 2010 06:21:52 +0000 |
Sam Lantinga |
Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance.
|
file |
diff |
annotate
|
Sat, 05 Sep 2009 07:33:54 +0000 |
Sam Lantinga |
Fixed a few issues compiling with Mac OS X 10.6
|
file |
diff |
annotate
|
Sun, 02 Aug 2009 14:27:48 +0000 |
Sam Lantinga |
Removed arbitrary window size limitation
|
file |
diff |
annotate
|