Age | Commit message (Expand) | Author |
---|---|---|
2020-02-06 | WindowServer: Move classes into WindowServer namespace | Andreas Kling |
2020-02-06 | LibDraw: Put all classes in the Gfx namespace | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-12-08 | WindowServer: Add a dedicated drag cursor | Andreas Kling |
2019-10-10 | LibGUI+WindowServer: Add a "Hand" cursor to the standard cursors | Andreas Kling |
2019-06-21 | AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. | Andreas Kling |
2019-05-03 | LibGUI+WindowServer: Add a GResizeCorner widget. | Andreas Kling |
2019-04-02 | LibGUI: Switch to a resizing cursor when hovering or using a GSplitter. | Andreas Kling |
2019-03-31 | WindowServer: Add support for per-window override cursors. | Andreas Kling |
2019-03-31 | WindowServer: Add a WSCursor class (a bitmap and a hotspot.) | Andreas Kling |