summaryrefslogtreecommitdiff
path: root/Servers/WindowServer/WSCompositor.cpp
AgeCommit message (Expand)Author
2019-06-01WindowServer: Don't reach the end of mode_to_enum() without returning.Andreas Kling
2019-05-27removed extra impl of scalingChristopher Dumas
2019-05-27centered backgrounds are now an optionChristopher Dumas
2019-05-27can now tile background and made sure the IRC choose server popup still worksChristopher Dumas
2019-05-27IRC client setttings, Terminal settings, more WM settingsChristopher Dumas
2019-05-27implemented settings for window manager.Christopher Dumas
2019-05-26WSCompositor: Allow a compose to bypass the timer when it first happensRobin Burchell
2019-05-26WSCompositor: Use a timer to schedule compose rather than an eventRobin Burchell
2019-05-24WindowServer: Factor out compositing from WSWindowManager into WSCompositor.Andreas Kling