| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
This hides the menu on dock on all screens which is more than we want.
The code was added to fix a problem with Catalina that I can no longer
reproduce, so I guess it works now.
Fixes #336.
|
| |
|
|
|
|
|
| |
Unfortunately this hides the dock even if it is on a
different screen. We need to figure out how to tell.
But this is more usable than not.
Probably.
|
| |
|
|
| |
`window:willUseFullScreenPresentationOptions:` is an instance method
of the protocol `NSWindowDelegate`.
|
| |
|
|
| |
Fixes #273.
|
| |
|
|
|
|
|
|
| |
Need to think a bit more about locking,
but overall it's a working devdraw.
Multiclient mode may not be working
but nothing is using it yet.
|
| | |
|
| | |
|
| |
|
|
|
| |
Also turn mac-srv.c into a generic srv.c,
so we can remove the duplication with x11-srv.c.
|
| | |
|
| | |
|
|
|
We were using osx- and cocoa- but it's not even OS X anymore.
|