src/video/cocoa/event.mm
Thu, 29 May 2008 15:13:28 +0000 rubidium (svn r13325) -Codechange: split the client-side only settings from the settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
Sun, 25 May 2008 19:17:03 +0000 rubidium (svn r13251) -Codechange: rename _patches to _settings as that is more logic.
Wed, 07 May 2008 08:38:56 +0000 bjarni (svn r12985) -Fix (r12977): [OSX] fixed missing includes in the cocoa files
Sun, 17 Feb 2008 17:00:43 +0000 smatz (svn r12167) -Feature(tte): change colour of autorail and autoroad selection when Ctrl is pressed
Tue, 29 Jan 2008 19:23:31 +0000 egladil (svn r12016) -Fix (r12003): os x compilation was broken again ;)
Sun, 13 Jan 2008 17:37:17 +0000 bjarni (svn r11836) -Fix [r11834]: [OSX] fixed compilation
Sun, 23 Dec 2007 18:08:39 +0000 egladil (svn r11688) -Fix [FS#1581]: Compilation was broken on OS X again.
Sun, 25 Nov 2007 14:43:16 +0000 egladil (svn r11521) -Codechange: [OSX] Check what the running os version is in a cleaner way.
Sun, 25 Nov 2007 12:58:32 +0000 egladil (svn r11520) -Fix: [OSX] The cocoa video driver let the mouse cursor escape the window when using rmb scrolling. Thanks ln- for pointing this out and providing a fix.
Sat, 24 Nov 2007 09:55:17 +0000 egladil (svn r11508) -Cleanup: Removed unused headers from the cocoa video driver.
Thu, 22 Nov 2007 21:48:17 +0000 egladil (svn r11492) -Codechange: [OSX] Split the cocoa video driver into several files. The reason for this is that the fullscreen and windowed mode api are separate from each other in OS X and thus the driver actual is two drivers in one. This split is to make the code more readable and to prepare for replacing the Quickdraw windowed mode code which uses apis deprecated as of OS X 10.5 (and maybe earlier).