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-03-09
Add: Display refresh rate game option (#8813)
sean
2021-03-08
Add: Option to (dis-)allow accelerated video drivers. (#8819)
Patric Stout
2021-02-24
Codechange: [OSX] GameLoop is really more like MainLoop
Patric Stout
2021-02-24
Codechange: [Video] make the prototype of PollEvent() the same for all drivers
Patric Stout
2021-02-22
Codechange: [OSX] Add support for (un)locking the video buffer.
Michael Lutz
2021-02-22
Codechange: [OSX] Separate video driver into a base and a Quartz implementation.
Michael Lutz
2021-02-20
Codechange: [OSX] Only keep a total dirty rect for drawing.
Michael Lutz
2021-02-20
Codechange: be consistent in what CheckPaletteAnim() does and when it is called
Patric Stout
2021-02-20
Codechange: be consistent in naming the paint function Paint()
Patric Stout
2021-02-20
Codechange: move all input-handling of video-drivers into InputLoop
Patric Stout
2021-02-14
Add: [OSX] Automatic zoom level suggestion for Cocoa video driver.
Michael Lutz
2021-02-13
Cleanup: [OSX] Improve some comments.
Michael Lutz
2021-02-13
Codechange: [OSX] Remove unused 'app active' flag.
Michael Lutz
2021-02-13
Cleanup: [OSX] Move event loop into video driver file.
Michael Lutz
2021-02-13
Codechange: [OSX] Move mouse event handling to our NSView.
Michael Lutz
2021-02-13
Codechange: [OSX] Move some things from video driver to our NSView.
Michael Lutz
2021-02-13
Codechange: [OSX] Split Window and back buffer creation in Cocoa video driver.
Michael Lutz
2021-02-13
Cleanup: [OSX] Doxygen comment style in video driver.
Michael Lutz
2021-02-13
Codechange: [OSX] Inline some functions that are used in only one place.
Michael Lutz
2021-02-13
Codechange: [OSX] Replace #define with modern code.
Michael Lutz
2021-02-13
Codechange: [OSX] Fold remaining Cocoa video subdriver into the main driver.
Michael Lutz
2021-02-13
Change: [OSX] Replace screen resolution list with suggested window sizes.
Michael Lutz
2021-02-13
Codechange: [OSX] There is only one subdriver left, remove virtual dispatch.
Michael Lutz
2021-01-14
Feature: Choose a sensible window size on a fresh OTTD config file. (#8536)
Michael Lutz
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
[next]