Mon, 21 Mar 2011 16:36:17 -0700 |
Sam Lantinga |
Fixed bug: No right mouse button events during FullScreen Mac OS
|
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
|
Sun, 27 Feb 2011 22:06:46 -0800 |
Sam Lantinga |
Implemented mouse relative mode on Mac OS X.
|
file |
diff |
annotate
|
Sun, 27 Feb 2011 21:17:06 -0800 |
Sam Lantinga |
Fixed minimizing fullscreen windows.
|
file |
diff |
annotate
|
Sat, 26 Feb 2011 11:59:33 -0800 |
Sam Lantinga |
Fix fullscreen origin on Mac OS X 10.4
|
file |
diff |
annotate
|
Sat, 26 Feb 2011 11:29:23 -0800 |
Sam Lantinga |
Fixed bug 1141
|
file |
diff |
annotate
|
Sat, 26 Feb 2011 10:15:13 -0800 |
Sam Lantinga |
Restore the window title when the title bar is re-added to the window.
|
file |
diff |
annotate
|
Sat, 26 Feb 2011 10:11:09 -0800 |
Sam Lantinga |
Restore the windowed position and size when coming back from fullscreen.
|
file |
diff |
annotate
|
Thu, 24 Feb 2011 18:11:29 -0800 |
Sam Lantinga |
Tracking rectangles had some problems, it's easier to track things directly. (fixes bug 1149, 1147, 1146)
|
file |
diff |
annotate
|
Mon, 21 Feb 2011 23:45:48 -0800 |
Sam Lantinga |
Update the cursor correctly when it enters and leaves the window.
|
file |
diff |
annotate
|
Mon, 21 Feb 2011 22:03:39 -0800 |
Sam Lantinga |
Simplified and unified the window creation process a little.
|
file |
diff |
annotate
|
Mon, 21 Feb 2011 21:32:11 -0800 |
Sam Lantinga |
We can defer window creation.
|
file |
diff |
annotate
|
Mon, 21 Feb 2011 20:35:44 -0800 |
Sam Lantinga |
Fixed compiler warning
|
file |
diff |
annotate
|
Mon, 21 Feb 2011 17:15:50 -0800 |
Sam Lantinga |
Implemented cursor support and SDL_WarpMouseInWindow() on Mac OS X
|
file |
diff |
annotate
|
Mon, 21 Feb 2011 16:45:23 -0800 |
Sam Lantinga |
Implemented Cocoa_SetWindowIcon(), added SDL_ConvertSurfaceFormat()
|
file |
diff |
annotate
|
Mon, 21 Feb 2011 15:25:49 -0800 |
Sam Lantinga |
We still want the delegate functionality for windowShouldClose()
|
file |
diff |
annotate
|
Mon, 21 Feb 2011 10:50:53 -0800 |
Sam Lantinga |
Fixed the responder chain for event handling, the listener fully handles mouse events - even in fullscreen mode.
|
file |
diff |
annotate
|
Sun, 20 Feb 2011 20:49:31 -0800 |
Sam Lantinga |
Fixed bug 1105 (SDL_GetMouseState returns wrong location upon window re-activation)
|
file |
diff |
annotate
|
Sun, 20 Feb 2011 12:39:59 -0800 |
Sam Lantinga |
Fixed compiling on Mac OS X 10.4
|
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
|
Fri, 11 Feb 2011 22:37:15 -0800 |
Sam Lantinga |
Happy 2011! :)
|
file |
diff |
annotate
|
Fri, 11 Feb 2011 20:49:13 -0800 |
Sam Lantinga |
There is only one width and height for the window. If those are changed during the course of a fullscreen mode change, then they'll stay that size when returning to windowed mode.
|
file |
diff |
annotate
|
Fri, 11 Feb 2011 12:17:40 -0800 |
Sam Lantinga |
Fixed creating the window on Mac OS X.
|
file |
diff |
annotate
|
Fri, 11 Feb 2011 00:25:44 -0800 |
Sam Lantinga |
Mostly fixed fullscreen mode on Mac OS X, and you can toggle it on and off.
|
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, 20 Jan 2011 17:33:06 -0800 |
Sam Lantinga |
Fixed mouse button index for additional mouse buttons
|
file |
diff |
annotate
|
Fri, 21 Jan 2011 00:25:08 +0100 |
Jjgod Jiang |
Fix double mouse motion in OS X
|
file |
diff |
annotate
|
Fri, 21 Jan 2011 00:15:18 +0100 |
Jjgod Jiang |
Fix mouse wheel events in fullscreen mode for OS X
|
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
|
Fri, 31 Dec 2010 08:50:06 -0800 |
Sam Lantinga |
Don't crash when resizing non-shaped windows
|
file |
diff |
annotate
|
Thu, 02 Dec 2010 11:56:23 -0800 |
Sam Lantinga |
Fixed touch events on Mac OS X 10.6
|
file |
diff |
annotate
|
Wed, 01 Dec 2010 12:23:16 -0800 |
Sam Lantinga |
Removed support for 10.3.9
|
file |
diff |
annotate
|
Sun, 09 May 2010 12:58:58 +0800 |
Jjgod Jiang |
Fix right mouse event handling in Cocoa
|
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
|
Mon, 27 Sep 2010 01:24:05 -0700 |
Sam Lantinga |
Merged the Windows custom window system hooks into the union used by X11.
|
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 21:48:53 -0400 |
Eli Gottlieb |
Working on Cocoa implementation.
|
file |
diff |
annotate
|
Fri, 13 Aug 2010 17:05:06 -0700 |
Sam Lantinga |
Fixed so the origin of the touch events is the upper left.
|
file |
diff |
annotate
|
Sat, 31 Jul 2010 20:55:33 -0700 |
Sam Lantinga |
Fixed sending motion and finger up events
|
file |
diff |
annotate
|
Sat, 31 Jul 2010 20:38:37 -0700 |
Sam Lantinga |
Fixed various type and print format issues
|
file |
diff |
annotate
|
Sat, 31 Jul 2010 20:02:54 +0400 |
jimtla |
Added SDL_TouchID, SDL_FingerID, SDL_GestureID types. Converted to integer cioordinates (<- not working).
|
file |
diff |
annotate
|
Fri, 30 Jul 2010 23:18:35 +0400 |
jimtla |
Upgraded touchId/fingerId to long. Changed position variables to floats.
|
file |
diff |
annotate
|
Thu, 29 Jul 2010 12:26:59 -0400 |
Jim Grandpre |
Added better logging
|
file |
diff |
annotate
|
Thu, 29 Jul 2010 12:24:34 -0400 |
Jim Grandpre |
Prevented SDL_SendDown from sending on nonexistent touch devices.
|
file |
diff |
annotate
|
Wed, 28 Jul 2010 23:32:13 -0700 |
Sam Lantinga |
Fixed the code so we receive Cocoa touch events
|
file |
diff |
annotate
|
Thu, 08 Jul 2010 22:54:03 -0700 |
Sam Lantinga |
Added an event when the clipboard is updated, triggered after the window gains the keyboard focus.
|
file |
diff |
annotate
|
Thu, 08 Jul 2010 00:03:39 -0700 |
Sam Lantinga |
I missed the Objective C files when updating the copyright date...
|
file |
diff |
annotate
|
Mon, 05 Jul 2010 22:48:13 -0700 |
Sam Lantinga |
Cleaned up the mouse window focus handling: you always pass in the relative window when sending a mouse event.
|
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
|
Thu, 21 Jan 2010 07:28:01 +0000 |
Sam Lantinga |
Fixed Cocoa and OpenGL builds
|
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
|
Sun, 06 Dec 2009 08:39:01 +0000 |
Sam Lantinga |
The window position is display relative, at least for now...
|
file |
diff |
annotate
|
Sun, 06 Dec 2009 08:16:23 +0000 |
Sam Lantinga |
Fixed crash
|
file |
diff |
annotate
|
Sun, 06 Dec 2009 08:03:38 +0000 |
Sam Lantinga |
Added an API function to query geometry of multiple monitors:
|
file |
diff |
annotate
|
Sat, 05 Dec 2009 19:57:49 +0000 |
Sam Lantinga |
Fixed compilation on Mac OS X 10.4
|
file |
diff |
annotate
|
Thu, 03 Dec 2009 08:33:39 +0000 |
Sam Lantinga |
Fixed mouse events for fullscreen windows on Mac OS X
|
file |
diff |
annotate
|
Wed, 02 Dec 2009 07:25:06 +0000 |
Sam Lantinga |
Changed so that it's obvious that the two code blocks are related.
|
file |
diff |
annotate
|
Wed, 02 Dec 2009 06:10:18 +0000 |
Sam Lantinga |
Fixed mouse coordinates for fullscreen mode
|
file |
diff |
annotate
|
Tue, 01 Dec 2009 12:08:34 +0000 |
Sam Lantinga |
The window positions are relative to the origin of the windowing system (upper left of the primary display).
|
file |
diff |
annotate
|