Commit Graph

117 Commits

Author SHA1 Message Date
K. Lange
d02eda3e06 Fix unmaximize when not current mouse window 2018-04-27 22:13:02 +09:00
K. Lange
0037a2e84a Remove unused header 2018-04-25 17:42:14 +09:00
K. Lange
0c4b4e3344 Have yutani messages built on the stack instead of malloc/free 2018-04-25 17:30:28 +09:00
K. Lange
8e07883088 Enable and resolve several warnings 2018-04-25 14:03:29 +09:00
K. Lange
1006c865a9 Add missing break; in new compositor method 2018-04-24 15:28:55 +09:00
K. Lange
e9d193b4cc Don't drop window when dragged to maximize; alt-f10 should unmaximize too 2018-04-21 19:44:57 +09:00
K. Lange
f6e52dc615 Restore unmaximized windows to their previous location 2018-04-21 19:28:37 +09:00
K. Lange
556ff8e343 Add maximize as an action
- Remove the deprecated timer request API.
- Add a new "Special Request" API for things like "maximize" / "minimize"
  etc. that takes an optional window ID. Expects no response, useful for
  one-off triggers like this.
- Add maximize button to fancy decoration theme and general support in
  decoration library.
2018-04-21 19:24:55 +09:00
K. Lange
ad255b4474 resize screen before rendering to avoid a bad frame 2018-04-17 18:52:39 +09:00
K. Lange
274261d5ba handle -- properly in compositor 2018-03-26 21:28:36 +09:00
K. Lange
e1056ef605 Build cleanup 2018-03-22 16:06:29 +09:00
K. Lange
f6bbb8b2cb More flags for compositor; don't run again unless nested 2018-03-20 20:38:08 +09:00
K. Lange
1355502e6c Reorganize headers 2018-03-19 11:38:11 +09:00
K. Lange
8d31257fb6 Support window opacity in compositor again 2018-03-17 17:27:17 +09:00
K. Lange
19beee71b5 Compositor cleanup 2018-03-17 13:10:48 +09:00
K. Lange
da4cc1a5fe Remove font loading from compositor; add unused font-server 2018-03-08 18:19:19 +09:00
K. Lange
4d57ba0481 move apps to subdir 2018-03-03 20:53:13 +09:00