video/cocoa_v.m
Wed, 03 Jan 2007 08:32:17 +0000 celestar (svn r7789) [cbh] - Sync with r7720:7758 from trunk custombridgeheads
Tue, 26 Dec 2006 22:04:53 +0000 rubidium (svn r7569) -Fix (r7565): cocoa files were (somehow) forgotten.
Fri, 10 Aug 2007 17:53:12 +0000 rubidium (svn r10841) [0.5] -Backport from trunk (r10835, r10593, r10500, r10497, r10410, r10357, r10199): 0.5
Tue, 27 Feb 2007 16:23:02 +0000 Darkvater (svn r8922) [0.5] -Backport from trunk (r8907, r8919, r8920, r8921): 0.5
Wed, 17 Jan 2007 00:20:23 +0000 Darkvater (svn r8174) -Backport from trunk (r8027, r8028, r8043, r8132): 0.5
Sun, 07 Jan 2007 12:19:08 +0000 Darkvater (svn r7955) -Backport from trunk (r7886): 0.5
Wed, 15 Nov 2006 21:01:19 +0000 Darkvater (svn r7157) -Fix [FS#221, SF1168820]: Some mouse events possibly lost under high CPU load, handle
Wed, 15 Nov 2006 19:35:52 +0000 Darkvater (svn r7153) -Fix [FS#279]: Some keyboard events possibly lost under high CPU load, handle
Mon, 04 Sep 2006 21:47:46 +0000 rubidium (svn r6385) -Fix (r6380): one instance of QZ_AskQuit was left out in the conversion to HandleExitGameRequest.
Mon, 04 Sep 2006 20:40:33 +0000 rubidium (svn r6381) -Cleanup: make the '/* */' comments that span multiple lines more uniform.
Mon, 04 Sep 2006 17:30:30 +0000 rubidium (svn r6380) -Codechange: unify all ways to quit OTTD.
Sun, 03 Sep 2006 22:07:28 +0000 rubidium (svn r6365) -Cleanup: remove IsGeneratingWorld calls that are either not called or have no effect.
Fri, 01 Sep 2006 11:01:44 +0000 tron (svn r6294) -Cleanup: Add static
Thu, 31 Aug 2006 08:36:31 +0000 tron (svn r6260) Improve readability
Mon, 28 Aug 2006 18:53:03 +0000 rubidium (svn r6204) -Cleanup: replace non-indentation with spaces; like '}<TAB>else {' -> '} else {', tabs between code and comment, etc.
Sat, 19 Aug 2006 10:00:30 +0000 truelight (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
Tue, 04 Jul 2006 19:02:49 +0000 bjarni (svn r5460) -Feature: [OSX] macs with touchpads that support two finger scrolling can now use this "scrollwheel" to scroll up/down (ln-)
Sat, 10 Jun 2006 08:37:41 +0000 tron (svn r5210) Many small changes which piled up: const, unsigned, variable scope, CSE for readability, DeMorgan, if cascades -> switch, whitespace, parentheses, bracing, misc.
Sat, 25 Mar 2006 07:22:53 +0000 bjarni (svn r4099) -Codechange: [OSX] the cocoa video driver speedup of around 1000% now also applies to Intel macs
Fri, 24 Mar 2006 10:17:39 +0000 egladil (svn r4083) -Feature: [OSX] Ported r4075 (Undraw the mouse when it leaves the window and Draw it again when it enters).
Fri, 24 Mar 2006 09:47:50 +0000 bjarni (svn r4082) -Fix: [OSX] FS#80 Crash when switching from windowed to fullscreen
Sat, 18 Mar 2006 16:11:29 +0000 bjarni (svn r3971) reverted r3742 as those new errors were not the right way to handle those exceptions
Thu, 02 Mar 2006 22:21:27 +0000 bjarni (svn r3742) -codechange: [OSX] changed an assert to use the new error window and added another two to show if the screen buffer fails for some reason in cocoa driver (instead of just crashing)
Thu, 02 Mar 2006 22:00:57 +0000 bjarni (svn r3741) -Fix: [i686 OSX] reverted the change in rev 3670 for non PowerPC (done with #ifdef) since it appeared to crash intel based macs
Fri, 24 Feb 2006 22:12:11 +0000 bjarni (svn r3671) -Code cleanup: fixed style and removed commented out code in video/cocoa_v.m
Fri, 24 Feb 2006 22:05:20 +0000 bjarni (svn r3670) -Codechange: [OSX] rewrote a part of the cocoa video driver to speed it up by 1000% in fullscreen
Sun, 19 Feb 2006 10:21:01 +0000 bjarni (svn r3618) -Codechange: [OSX] reduce the time spend in the cocoa video driver
Sat, 18 Feb 2006 18:27:17 +0000 tron (svn r3617) Fix warning introduced in r3616
Sat, 18 Feb 2006 17:27:06 +0000 tron (svn r3616) Style sweep
Sat, 18 Feb 2006 16:20:50 +0000 tron (svn r3615) Remove the Quartz key codes from the public cocoa video driver interface
Sun, 12 Feb 2006 14:31:33 +0000 bjarni (svn r3596) -Codechange: [OSX] changed to use Apple's macros instead of OTTD macros for endian conversion
Mon, 09 Jan 2006 21:14:56 +0000 bjarni (svn r3393) -Fix: [OSX] some keyboards had a different scancode for opening the console (egladil)
Fri, 06 Jan 2006 21:27:44 +0000 truelight (svn r3375) -Add: [ FS#29 ] show an error dialog for OSX cocoa driver (egladil)
Sun, 11 Dec 2005 10:25:27 +0000 peter1138 (svn r3288) Set svn properties on cocoa related files, and add Id tag.
Sat, 10 Dec 2005 23:03:59 +0000 bjarni (svn r3286) -Fix: [OSX] 10.2 works again and universal binaries got 10.2 as target by default
Sat, 10 Dec 2005 11:16:45 +0000 bjarni (svn r3281) -Feature: [OSX] added native cocoa sound and video drivers (egladil)