summaryrefslogtreecommitdiff
path: root/Servers/WindowServer/WSCompositor.h
AgeCommit message (Expand)Author
2019-12-08LibGUI+WindowServer: Start fleshing out drag&drop functionalityAndreas Kling
2019-12-05WindowServer: Move window minimize animation to a separate functionAndreas Kling
2019-09-22LibCore: Remove ObjectPtr in favor of RefPtrAndreas Kling
2019-09-20LibCore: Convert CTimer to ObjectPtrAndreas Kling
2019-08-26WindowServer: Port threading to LibThreadSergey Bugaev
2019-08-18WindowServer: Detect framebuffer capabilities and settingsConrad Pankoff
2019-08-16WindowServer: Let's run without buffer flipping by defaultAndreas Kling
2019-08-15WindowServer: Add a mode for running without buffer flippingAndreas Kling
2019-07-25LibCore: Introduce a C_OBJECT macro.Andreas Kling
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling
2019-06-21AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h.Andreas Kling
2019-06-21AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.Andreas Kling
2019-06-07Meta: Tweak .clang-format to not wrap braces after enums.Andreas Kling
2019-05-28Add clang-format fileRobin Burchell
2019-05-27removed extra impl of scalingChristopher Dumas
2019-05-27can now tile background and made sure the IRC choose server popup still worksChristopher 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