macOS: Make full screening of kitty much faster by using the "traditional full screen" mode of cocoa, similar to iTerm and MacVim

Hopefully workaround a bug in glfw that causes crashes when unplugging
monitors with full screen windows.

Fixes #911
Fixes #898
This commit is contained in:
Kovid Goyal
2018-09-12 15:45:08 +05:30
parent 21d586cc86
commit ec1f219850
8 changed files with 122 additions and 26 deletions

View File

@@ -25,6 +25,11 @@ Changelog
on macs thicker, which makes it similar to the result of
sub-pixel antialiasing (:pull:`950`)
- macOS: Make full screening of kitty much faster by using the "traditional full
screen" mode of cocoa, similar to iTerm and MacVim (:iss:`911`). Also should
hopefully workaround a bug in glfw that causes crashes when unplugging
monitors with full screen windows. (:iss:`898`)
- Fix drag-scrolling not working when the mouse leaves the window confines
(:iss:`917`)