Age | Commit message (Expand) | Author |
---|---|---|
2019-06-01 | WindowServer: Don't reach the end of mode_to_enum() without returning. | Andreas Kling |
2019-05-27 | removed extra impl of scaling | Christopher Dumas |
2019-05-27 | centered backgrounds are now an option | Christopher Dumas |
2019-05-27 | can now tile background and made sure the IRC choose server popup still works | Christopher Dumas |
2019-05-27 | IRC client setttings, Terminal settings, more WM settings | Christopher Dumas |
2019-05-27 | implemented settings for window manager. | Christopher Dumas |
2019-05-26 | WSCompositor: Allow a compose to bypass the timer when it first happens | Robin Burchell |
2019-05-26 | WSCompositor: Use a timer to schedule compose rather than an event | Robin Burchell |
2019-05-24 | WindowServer: Factor out compositing from WSWindowManager into WSCompositor. | Andreas Kling |