summaryrefslogtreecommitdiff
path: root/Servers/WindowServer/WSScreen.h
AgeCommit message (Expand)Author
2020-02-06WindowServer: Move classes into WindowServer namespaceAndreas Kling
2020-02-06LibGfx: Unpublish Gfx::Size from the global namespaceAndreas Kling
2020-02-06LibGfx: Unpublish Gfx::Point from global namespaceAndreas Kling
2020-02-06LibGfx: Unpublish Gfx::Rect from global namespaceAndreas Kling
2020-02-06LibGfx: Rename from LibDraw :^)Andreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-02-04WindowServer: Preliminary absolute mouse positioning supportSergey Bugaev
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-08-19GraphicsBitmap: create_wrapper() should take pitch as a parameterAndreas Kling
2019-08-18WindowServer: Detect framebuffer capabilities and settingsConrad Pankoff
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling
2019-07-03AK: Rename the common integer typedefs to make it obvious what they are.Andreas Kling
2019-05-28Add clang-format fileRobin Burchell
2019-05-13WindowServer+LibGUI: Handle mouse wheel deltas in the mouse event stream.Andreas Kling
2019-03-20Move WindowServer into Servers.Andreas Kling