Age | Commit message (Expand) | Author |
---|---|---|
2019-07-18 | LibDraw: Introduce (formerly known as SharedGraphics.) | Andreas Kling |
2019-06-21 | AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. | Andreas Kling |
2019-06-07 | WindowServer: Run clang-format on everything. | Andreas Kling |
2019-05-12 | WindowServer: Add a maximize/unmaximize button to windows. | Andreas Kling |
2019-04-23 | WindowServer: WSButton should be more discerning with MouseUp/MouseMove. | Andreas Kling |
2019-04-14 | WindowServer: Rename WSMessage* => WSEvent*. | Andreas Kling |
2019-04-06 | WindowServer: Remove some debug spam. | Andreas Kling |
2019-04-06 | Add a slight hover highlight to GButton and WSButton. :^) | Andreas Kling |
2019-04-05 | WindowServer: Make WSButton behave more like a normal button. | Andreas Kling |
2019-04-05 | WindowServer: Make WSWindowFrame and WSButton deal in relative coordinates. | Andreas Kling |
2019-04-05 | WindowServer: Add a WSButton class and make the window close buttons use it. | Andreas Kling |