index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video
/
cocoa
/
cocoa_v.h
Age
Commit message (
Expand
)
Author
2021-01-03
Revert 4ce53cb8: [OSX] Delayed fullscreen switch is not needed anymore.
Michael Lutz
2021-01-03
Fix: [OSX] Quitting in fullscreen mode would loose the original window size.
Michael Lutz
2021-01-03
Change: [OSX] Hide Dock and menu during fullscreen mode.
Michael Lutz
2021-01-03
Cleanup: [OSX] Remove cargo cult back-buffer alpha setting on show/hide and i...
Michael Lutz
2021-01-03
Change: [OSX] Compiling the Cocoa/Quartz video driver cannot be disabled anym...
Michael Lutz
2021-01-03
Codechange: [OSX] Re-arrange the OSX video driver code by combining all drawi...
Michael Lutz
2020-05-21
Codechange: Use std::string in the driver and blitter selection code.
Michael Lutz
2020-04-12
Remove: [OSX] Stuff that is pre-10.7 from the Cocoa/Quartz video driver.
Michael Lutz
2020-04-12
Remove: [OSX] Old fullscreen subdriver for pre 10.7 systems.
Michael Lutz
2020-04-12
Remove: [OSX] QuickDraw video subdriver used for OSX versions up to 10.4.
Michael Lutz
2020-03-30
Fix #7644: [Cocoa] Manually set colorspace to sRGB
Sebastian Pauka
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-09-16
Change: [OSX] Recreate backing store if the colour profile of the screen (or ...
Michael Lutz
2019-03-24
Codechange: Use override specifer for overriding member declarations
Henry Wilson
2018-04-10
Fix: [OSX] Remove some OSX compiler warnings on newer SDKs/compilers.
Michael Lutz
2013-11-25
(svn r26108) -Codechange: some coding style (whitespace)
rubidium
2013-11-25
(svn r26107) -Codechange/cleanup: remove some coding bloat and simplify the d...
rubidium
2013-08-05
(svn r25693) -Add: [OSX] Support the new IME functions introduced with 10.5.
michi_cc
2013-08-05
(svn r25688) -Codechange: [OSX] Make our view aware of text input by IMEs.
michi_cc
2013-08-05
(svn r25686) -Codechange: [OSX] Abandon IME input if the edit box lost the fo...
michi_cc
2013-08-05
(svn r25655) -Fix: [OSX] Mouse cursor wasn't displayed properly after switchi...
michi_cc
2013-01-08
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...
planetmaker
2011-12-08
(svn r23446) -Codechange: move _cur_palette and it's related first/count dirt...
rubidium
2011-10-04
(svn r22999) -Codechange: Allow changing the blitter during the running game.
michi_cc
2011-09-05
(svn r22894) -Doc: Some sprinkles of doxygen for the cocoa video driver
planetmaker
2011-09-04
(svn r22893) -Fix [FS#4744]: [OSX] Compilation on OSX 10.7 was broken (based ...
planetmaker
2010-12-21
(svn r21578) -Fix [FS#2585]: [OSX] A double mouse cursor was shown under cert...
planetmaker
2010-12-21
(svn r21577) -Codechange: [OSX] Deduplicate code by moving the handling of th...
planetmaker
2010-12-21
(svn r21576) -Codechange: [OSX] Deduplicate code by moving the handling of th...
planetmaker
2010-12-21
(svn r21575) -Codechange: [OSX] Use the same class for the window delegate ro...
planetmaker
2010-12-21
(svn r21574) -Codechange: [OSX] Move the variable declaration of the screen d...
planetmaker
2009-10-17
(svn r17793) -Fix: [OSX] The splash image wasn't displayed if the Quartz vide...
michi_cc
2009-09-06
(svn r17438) -Fix (r17428): ofcourse some part of the OSX port would be forgo...
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-01-10
(svn r14949) -Cleanup: pointer coding style
rubidium
2008-05-06
(svn r12971) -Documentation: add @file in files that missed them and add some...
rubidium
2008-01-01
(svn r11734) -Change: Allow ToggleFullScreen to return the result of the oper...
belugas
2007-12-29
(svn r11718) -Fix [FS#1483]: Show the fullscreen modes available to the cocoa...
egladil
2007-12-23
(svn r11688) -Fix [FS#1581]: Compilation was broken on OS X again.
egladil
2007-12-17
(svn r11653) -Feature: [OSX] Allow windowed mode subdrivers to be disabled at...
egladil
2007-11-30
(svn r11540) -Fix: [OSX] Don't try to compile the quartz video driver on OSX ...
bjarni
2007-11-23
(svn r11498) -Add [FS#1411]: [OSX] Added support for using Quartz instead of ...
egladil
2007-11-22
(svn r11492) -Codechange: [OSX] Split the cocoa video driver into several fil...
egladil