Age | Commit message (Expand) | Author |
---|---|---|
2019-04-13 | GVariant: Add to_bool(), to_int() and to_color(). | Andreas Kling |
2019-03-31 | WindowServer: Add a WSCursor class (a bitmap and a hotspot.) | Andreas Kling |
2019-03-30 | LibGUI: Add a simple GSplitter container widget. | Andreas Kling |
2019-03-09 | SharedGraphics: Add PainterStateSaver RAII helper and Point::operator-(). | Andreas Kling |
2019-02-15 | WindowServer: Rename GUI_Foo to WSAPI_Foo. | Andreas Kling |
2019-02-10 | LibGUI: Share code for widget rendering styles in a GStyle class. | Andreas Kling |
2019-02-09 | LibGUI: Start working on a GScrollBar. | Andreas Kling |
2019-02-07 | Start working on a simple Launcher app. | Andreas Kling |
2019-01-19 | Make a SharedGraphics directory for classes shared between Kernel and LibGUI. | Andreas Kling |