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.mm
Age
Commit message (
Expand
)
Author
2021-06-22
Codechange: [OSX] Remove old code that has no effect on current OSX versions.
Michael Lutz
2021-06-22
Codechange: [OSX] Use more exact enum names where introduced with the 10.12 SDK.
Michael Lutz
2021-06-13
Codechange: convert printf DEBUG statements to fmt Debug statements
rubidium42
2021-03-08
Fix #8808: [OSX, OpenGL] Crash on switching blitters due to double-mapping th...
Michael Lutz
2021-02-24
Codechange: [OSX] GameLoop is really more like MainLoop
Patric Stout
2021-02-14
Fix: VkMapping declarations violated C++ ODR rule.
milek7
2021-02-14
Fix 9c872192: [OSX] Clear mouse button emulation flag.
Michael Lutz
2021-02-14
Add: [OSX] Setting to disable HiDPI graphics rendering.
Michael Lutz
2021-02-14
Change: [OSX] Render screen in full native resolution on HiDPI displays.
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
Fix: [OSX] An emulated right mouse down event has to be followed by right mou...
Michael Lutz
2021-02-13
Codechange: [OSX] Use relative mouse handling during scrolling.
Michael Lutz
2021-02-13
Codechange: [OSX] Move key event handling to our view.
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] 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] Drain autoreleased objects in each game loop cycle.
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
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
Codechange: [OSX] Re-arrange the OSX video driver code by combining all drawi...
Michael Lutz