summaryrefslogtreecommitdiff
path: root/SharedGraphics/Point.h
AgeCommit message (Expand)Author
2019-04-13GVariant: Add to_bool(), to_int() and to_color().Andreas Kling
2019-03-31WindowServer: Add a WSCursor class (a bitmap and a hotspot.)Andreas Kling
2019-03-30LibGUI: Add a simple GSplitter container widget.Andreas Kling
2019-03-09SharedGraphics: Add PainterStateSaver RAII helper and Point::operator-().Andreas Kling
2019-02-15WindowServer: Rename GUI_Foo to WSAPI_Foo.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-07Start working on a simple Launcher app.Andreas Kling
2019-01-19Make a SharedGraphics directory for classes shared between Kernel and LibGUI.Andreas Kling