Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-18 | Userland: Always construct Application with try_create() | Sam Atkins | |
2022-02-25 | Userland: Rename WindowServerConnection=>ConnectionToWindowServer | Itamar | |
This was done with CLion's automatic rename feature. | |||
2022-01-04 | wsctl: Port to LibMain | mjz19910 | |
2021-07-07 | WindowServer+wsctl: Add a simple utility for toggling "flash flush" | Andreas Kling | |
You can now put the WindowServer into "flash flush" mode by doing: $ wsctl -f 1 To disable it, somewhat obviously: $ wsctl -f 0 |