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_wnd.h
Age
Commit message (
Expand
)
Author
2021-02-22
Add: [OSX] OpenGL video driver.
Michael Lutz
2021-02-14
Change: [OSX] Render screen in full native resolution on HiDPI displays.
Michael Lutz
2021-02-13
Codechange: [OSX] Remove unused 'app active' flag.
Michael Lutz
2021-02-13
Codechange: [OSX] Move mouse event handling to our NSView.
Michael Lutz
2021-02-13
Codechange: [OSX] Use newer mouse tracking API.
Michael Lutz
2021-02-13
Codechange: [OSX] Split drawing into its own subview.
Michael Lutz
2021-02-13
Codechange: [OSX] Split Window and back buffer creation in Cocoa video driver.
Michael Lutz
2021-02-13
Codechange: [OSX] Fold remaining Cocoa video subdriver into the main driver.
Michael Lutz
2021-02-13
Codechange: [OSX] There is only one subdriver left, remove virtual dispatch.
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
Codechange: [OSX] Re-arrange the OSX video driver code by combining all drawi...
Michael Lutz