Commit Graph

24 Commits

Author SHA1 Message Date
K. Lange b6d6d8900e include pthread in libc 2018-05-09 21:26:45 +09:00
K. Lange e07d9af218 Stop spewing move TRACEs 2018-05-09 19:42:39 +09:00
K. Lange d67021d7b8 Store SDF fonts in shared memory regions 2018-05-08 17:03:13 +09:00
K. Lange 2a4914057c Add putenv, setenv 2018-05-02 19:25:03 +09:00
K. Lange b4c1d997b4 Add getopt, getopt_long 2018-05-02 18:58:47 +09:00
K. Lange 557f578574 Don't use my given name in copyright headers; update everything to 2018 because why not 2018-05-01 17:12:56 +09:00
K. Lange 037f055549 Send WINDOW_CLOSE instead of SESSION_END on Alt+F4 and handle that as a close signal 2018-04-27 22:38:36 +09:00
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