summaryrefslogtreecommitdiff
path: root/SharedGraphics/Rect.h
AgeCommit message (Expand)Author
2019-03-09About+LibGUI: Use a GBoxLayout for the About app.Andreas Kling
2019-03-07LibGUI: Implement GToolbar separators.Andreas Kling
2019-03-03SharedGraphics: Add Rect::center_within(Rect).Andreas Kling
2019-02-28LibGUI: Draw separators between GTableView column headers.Andreas Kling
2019-02-19WindowServer: Avoid overdraw by shattering dirty rects into unique shards.Andreas Kling
2019-02-15WindowServer: Rename GUI_Foo to WSAPI_Foo.Andreas Kling
2019-02-10Port Terminal to LibGUI.Andreas Kling
2019-02-10LibGUI: Start adding an automatic widget layout system.Andreas Kling
2019-02-10LibGUI: Share code for widget rendering styles in a GStyle class.Andreas Kling
2019-02-09LibGUI: Start working on a GScrollBar.Andreas Kling
2019-02-05SharedGraphics: Add some useful painting helpers and make use of them.Andreas Kling
2019-01-20WindowServer: Only blit dirty rect of windows to back buffer.Andreas Kling
2019-01-19Make a SharedGraphics directory for classes shared between Kernel and LibGUI.Andreas Kling