summaryrefslogtreecommitdiff
path: root/Servers/WindowServer/Compositor.cpp
AgeCommit message (Expand)Author
2020-04-22WindowServer+LibGUI: Notify DisplayLinks at 60 fps no matter whatAndreas Kling
2020-04-07WindowServer: Remove long-unused COMPOSITOR_DEBUG loggingAndreas Kling
2020-04-07LibCore: Add Core::Timer::create_single_shot()Andreas Kling
2020-03-29WindowServer: Add methods for set background color and wallpaper modeHüseyin ASLITÜRK
2020-03-22WindowServer+LibGUI: Add a way to get notified at display refresh rateAndreas Kling
2020-03-08Userspace: Add missing #includes now that AK/StdLibExtras.h is smallerAndreas Kling
2020-02-28WindowServer: Remove some old unused debugging code from CompositorAndreas Kling
2020-02-28WindowServer: Return richer result when changing resolutionsLiav A
2020-02-28WindowServer: Add a debug messageLiav A
2020-02-23Userspace: Use Core::Object::add() when building interfacesAndreas Kling
2020-02-21WindowServer: Use system theme for the drag and drop popupsTibor Nagy
2020-02-20WindowServer: Geometry labels should follow the system themeTibor Nagy
2020-02-19WindowServer+LibGUI+LibHTML: Fix build with -std=c++2aAndreas Kling
2020-02-15LibGfx: Replace manual forward declarations with <LibGfx/Forward.h>Andreas Kling
2020-02-14LibGfx: Add forward declaration headerAndreas Kling
2020-02-06WindowServer: Move classes into WindowServer namespaceAndreas Kling