| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | devdraw: correctly hide Mac menu bar (#335) | Xiao-Yong | 2020-01-13 | 1 | -9/+9 |
| | | | | | `window:willUseFullScreenPresentationOptions:` is an instance method of the protocol `NSWindowDelegate`. | ||||
| * | devdraw: AUTOFRAMEWORK CoreFoundation on macOS | Russ Cox | 2020-01-13 | 1 | -0/+1 |
| | | | | | Fixes #273. | ||||
| * | devdraw: x11 working again | Russ Cox | 2020-01-13 | 1 | -17/+37 |
| | | | | | | | | | 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. | ||||
| * | devdraw: multiclient mode | Russ Cox | 2020-01-13 | 1 | -7/+8 |
| | | |||||
| * | devdraw: more cleanup, clearer locking | Russ Cox | 2020-01-13 | 1 | -166/+105 |
| | | |||||
| * | devdraw: refactor, clean up mac screen | Russ Cox | 2020-01-13 | 1 | -432/+395 |
| | | | | | | Also turn mac-srv.c into a generic srv.c, so we can remove the duplication with x11-srv.c. | ||||
| * | devdraw: move per-window globals in mac-screen.m into Client | Russ Cox | 2020-01-13 | 1 | -61/+80 |
| | | |||||
| * | devdraw: move Client into devdraw.h and move global state in | Russ Cox | 2020-01-13 | 1 | -35/+45 |
| | | |||||
| * | devdraw: use consistent mac-* prefix on macOS files | Russ Cox | 2020-01-13 | 1 | -0/+1248 |
| We were using osx- and cocoa- but it's not even OS X anymore. | |||||
