Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-08 | Services: Move Taskbar and SystemMenu from Applications to Services | Andreas Kling | |
2020-02-23 | SystemMenu: Move SystemDialog into SystemMenu and remove INI config | thatlittlegit | |
I probably would've done INI config removal in another commit, but it fit well here because I didn't want to pledge wpath for SystemMenu if I didn't need to. Frankly, that's something that I think should be done: allow ConfigFile to be used read-only. | |||
2020-02-17 | SystemMenu: Add a separate program to host the system menu | Andreas Kling | |
This will allow us to run the system menu as any user. It will also enable further lockdown of the WindowServer process since it should no longer need to pledge proc and exec. :^) Note that this program is not finished yet. Work towards #1231. |