Wed, 07 Aug 2013 16:29:15 -0700 |
Jørgen P. Tjernø |
Mac: Better mouse-grab if you define SDL_MAC_NO_SANDBOX.
|
file |
diff |
annotate
|
Sat, 03 Aug 2013 02:20:00 -0400 |
Ryan C. Gordon |
Some fixes for SDL_MaximizeWindow().
|
file |
diff |
annotate
|
Sat, 27 Jul 2013 13:09:15 -0400 |
Ryan C. Gordon |
Added a FIXME discussion to last commit.
|
file |
diff |
annotate
|
Mon, 22 Jul 2013 20:55:07 -0400 |
Ryan C. Gordon |
Cocoa: Make the next-highest window gain focus when a window is closing.
|
file |
diff |
annotate
|
Tue, 23 Jul 2013 17:38:59 -0700 |
Jørgen P. Tjernø |
Mac: Codify SDK and OS requirements, and clean up.
|
file |
diff |
annotate
|
Tue, 16 Jul 2013 01:02:51 -0700 |
Jørgen P. Tjernø |
Mac: Handle SDL_CreateWindow with SDL_WINDOW_MINIMZED.
|
file |
diff |
annotate
|
Tue, 09 Jul 2013 12:57:12 -0700 |
Jørgen P. Tjernø |
Mac: Remove dead FULLSCREEN_TOGGLEABLE code.
|
file |
diff |
annotate
|
Wed, 05 Jun 2013 21:31:22 -0700 |
Sam Lantinga |
This patch isn't needed because you have the window and can do [nswindow contentView] yourself.
|
file |
diff |
annotate
|
Tue, 04 Jun 2013 14:54:49 -0700 |
Jørgen P. Tjernø |
Mac: Fix incorrect relative jump on focus / start.
|
file |
diff |
annotate
|
Tue, 04 Jun 2013 13:53:55 -0700 |
Jørgen P. Tjernø |
Mac: Hide cursor in relative mode.
|
file |
diff |
annotate
|
Tue, 21 May 2013 23:02:16 -0400 |
Ryan C. Gordon |
Patched to compile on older Mac OS X devtools (thanks, D B!).
|
file |
diff |
annotate
|
Mon, 20 May 2013 23:30:08 -0700 |
Sam Lantinga |
Fixed bug 1148 - SDL window white upon first appearing
|
file |
diff |
annotate
|
Mon, 20 May 2013 22:05:49 -0700 |
Sam Lantinga |
Fixed bug 731 - No mechanism to extract the NSView for 3d library
|
file |
diff |
annotate
|
Sat, 18 May 2013 14:17:52 -0700 |
Sam Lantinga |
File style cleanup for the SDL 2.0 release
|
file |
diff |
annotate
|
Tue, 07 May 2013 16:52:39 -0700 |
Jørgen P. Tjernø |
Mac: Use cursor rects instead of NSCursor hide/unhide.
|
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
|
Tue, 23 Apr 2013 18:47:38 -0700 |
Jørgen P. Tjernø |
Mac: Make mouse movement smooth at edge of window when grabbed.
|
file |
diff |
annotate
|
Mon, 22 Apr 2013 18:14:26 -0700 |
Jørgen P. Tjernø |
Fix Mac crash when creating fullscreen window introduced in 9d43403e9fc5.
|
file |
diff |
annotate
|
Mon, 22 Apr 2013 12:07:16 -0700 |
Jørgen P. Tjernø |
Mac no longer loses OpenGL context when window is hidden.
|
file |
diff |
annotate
|
Mon, 22 Apr 2013 12:07:13 -0700 |
Jørgen P. Tjernø |
Properly reflect hidden/shown windows on OSX.
|
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
|
Sun, 03 Mar 2013 08:41:50 -0800 |
Sam Lantinga |
Fix compiler warning in Cocoa touch code
|
file |
diff |
annotate
|
Sun, 03 Mar 2013 01:01:33 -0800 |
Sam Lantinga |
Updated touch API
|
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, 31 Dec 2012 12:15:25 -0800 |
Sam Lantinga |
Added SDL_SetWindowMaximumSize() and SDL_GetWindowMaximumSize()
|
file |
diff |
annotate
|
Mon, 31 Dec 2012 10:14:38 -0800 |
Sam Lantinga |
Implemented SDL_HINT_ALLOW_TOPMOST for the Cocoa video driver
|
file |
diff |
annotate
|
Sat, 15 Dec 2012 00:30:17 +0000 |
Sam Lantinga |
Improvements from Alfred:
|
file |
diff |
annotate
|
Sun, 18 Nov 2012 15:45:12 +0300 |
stopiccot |
SetMinimumWindowSize for OS X
|
file |
diff |
annotate
|
Thu, 08 Nov 2012 02:26:40 -0800 |
Sam Lantinga |
Reset the mouse button state when losing mouse focus.
|
file |
diff |
annotate
|
Wed, 07 Nov 2012 15:55:43 -0800 |
Sam Lantinga |
SDL no longer grabs the keyboard by default on X11.
|
file |
diff |
annotate
|
Sat, 29 Sep 2012 02:50:42 -0700 |
Sam Lantinga |
Fixed beeping introduced when we started passing key events through the responder chain.
|
file |
diff |
annotate
|
Fri, 28 Sep 2012 02:33:42 -0700 |
Sam Lantinga |
Fixed bug 1496 - SDLView not created for a Cocoa window, resulting in missing right mouse clicks
|
file |
diff |
annotate
|
Fri, 14 Sep 2012 11:36:36 -0400 |
Ryan C. Gordon |
Restore Cocoa title bar caption when adding border to a window.
|
file |
diff |
annotate
|
Thu, 13 Sep 2012 01:43:53 -0400 |
Ryan C. Gordon |
Added SDL_SetWindowBordered() API.
|
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
|
Wed, 18 Jan 2012 22:22:54 -0500 |
Sam Lantinga |
Fixed bug 1372 - OSX Window Maximize/Resize Doesn't Update Window Position
|
file |
diff |
annotate
|
Sun, 08 Jan 2012 00:39:41 -0500 |
Sam Lantinga |
Fixed bug 1303 - SDL_CreateFromWindow duplicates window (Cocoa only)
|
file |
diff |
annotate
|
Sat, 31 Dec 2011 09:28:07 -0500 |
Sam Lantinga |
Happy New Year!
|
file |
diff |
annotate
|
Fri, 09 Dec 2011 02:32:21 -0500 |
Ryan C. Gordon |
Don't call -[NSView setAcceptsTouchEvents] if the OS doesn't provide it.
|
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
|
Wed, 07 Sep 2011 10:54:14 -0400 |
Ryan C. Gordon |
Fixed compiler warning on 32-bit Mac OS X.
|
file |
diff |
annotate
|
Thu, 25 Aug 2011 03:11:28 -0400 |
Ryan C. Gordon |
Removed the MAC_OS_X_VERSION_10_x macros from the 1.3 branch.
|
file |
diff |
annotate
|
Sat, 16 Jul 2011 11:52:09 -0700 |
Ryan C. Gordon |
Cocoa: Update the current GL context when its window moves or resizes.
|
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
|
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
|