Thu, 25 Apr 2013 18:40:29 -0700 |
Jørgen P. Tjernø |
Mac: Fix relative mode message after gaining focus.
|
file |
diff |
annotate
|
Thu, 25 Apr 2013 18:40:22 -0700 |
Jørgen P. Tjernø |
Mac: Don't supress mousemoves after warp.
|
file |
diff |
annotate
|
Wed, 24 Apr 2013 12:20:48 -0700 |
Jørgen P. Tjernø |
Mac: Update mouse position on warp.
|
file |
diff |
annotate
|
Tue, 23 Apr 2013 18:47:44 -0700 |
Jørgen P. Tjernø |
Mac: Fix cursor not updating when re-focusing the window.
|
file |
diff |
annotate
|
Tue, 23 Apr 2013 18:47:41 -0700 |
Jørgen P. Tjernø |
Mac: Fix unmatched hide/show cursor calls.
|
file |
diff |
annotate
|
Sun, 31 Mar 2013 12:48:50 -0400 |
Ryan C. Gordon |
Make SDL_SetError and friends unconditionally return -1.
|
file |
diff |
annotate
|
Sat, 02 Mar 2013 20:44:16 -0800 |
Sam Lantinga |
Added a mouse ID to the mouse events, which set to the special value SDL_TOUCH_MOUSEID for mouse events simulated by touch input.
|
file |
diff |
annotate
|
Fri, 15 Feb 2013 08:47:44 -0800 |
Sam Lantinga |
Happy New Year!
|
file |
diff |
annotate
|
Mon, 11 Feb 2013 17:39:52 -0800 |
Sam Lantinga |
Backed out use of @autorelease keyword for now, since it's not supported by older Xcode versions.
|
file |
diff |
annotate
|
Sun, 06 Jan 2013 19:04:53 +0300 |
stopiccot |
Replaced manual NSAutoreleasePool handing with @autorelease
|
file |
diff |
annotate
|
Mon, 19 Nov 2012 20:27:08 -0800 |
Sam Lantinga |
Added a Cocoa implementation of SDL_CreateSystemCursor()
|
file |
diff |
annotate
|
Fri, 03 Feb 2012 23:53:51 +1300 |
Wim Looman |
Change SDL_SetCursor to set the cursor back to the default cursor when the
|
file |
diff |
annotate
|
Sat, 31 Dec 2011 09:28:07 -0500 |
Sam Lantinga |
Happy New Year!
|
file |
diff |
annotate
|
Mon, 31 Oct 2011 05:56:58 -0400 |
Sam Lantinga |
Lots of fixes importing SDL source wholesale into a new iOS project
|
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
|
Fri, 11 Mar 2011 16:03:23 -0800 |
Sam Lantinga |
Fixed bug 1166 (No mouse motion events while SDL_SetRelativeMouseMode() is active and holding the mouse button)
|
file |
diff |
annotate
|
Mon, 28 Feb 2011 22:21:32 -0800 |
Sam Lantinga |
Fixed memory leak freeing cursors
|
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:36:23 -0800 |
Sam Lantinga |
Added a cleaner way to set the default cursor.
|
file |
diff |
annotate
|
Wed, 23 Feb 2011 15:06:14 -0800 |
Sam Lantinga |
Fixed compile error on some versions of Mac OS X.
|
file |
diff |
annotate
|
Mon, 21 Feb 2011 23:10:00 -0800 |
Sam Lantinga |
Actually set the cursor! :)
|
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 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
|
Fri, 11 Feb 2011 22:37:15 -0800 |
Sam Lantinga |
Happy 2011! :)
|
file |
diff |
annotate
|
Thu, 20 Jan 2011 17:29:13 -0800 |
Sam Lantinga |
Fixed mouse button index for additional mouse buttons
|
file |
diff |
annotate
|
Thu, 20 Jan 2011 17:11:22 -0800 |
Sam Lantinga |
Moved function for consistency
|
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, 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 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: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
|
Thu, 01 Jan 2009 07:59:08 +0000 |
Sam Lantinga |
Fixed X11 mouse motion/button events - it's not actually safe to cast mouse events to device events.
|
file |
diff |
annotate
|
Mon, 08 Dec 2008 00:27:32 +0000 |
Sam Lantinga |
Updated copyright date
|
file |
diff |
annotate
|
Mon, 25 Aug 2008 06:33:00 +0000 |
Sam Lantinga |
Final merge of Google Summer of Code 2008 work...
|
file |
diff |
annotate
|
Sun, 23 Jul 2006 09:11:10 +0000 |
Sam Lantinga |
The Mac OS X Cocoa video driver is under construction...
|
file |
diff |
annotate
|