Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-21 | LibGUI: Convert GWindow to ObjectPtr | Andreas Kling | |
2019-07-18 | LibDraw: Introduce (formerly known as SharedGraphics.) | Andreas Kling | |
Instead of LibGUI and WindowServer building their own copies of the drawing and graphics code, let's it in a separate LibDraw library. This avoids building the code twice, and will encourage better separation of concerns. :^) | |||
2019-07-10 | Demos: Add a HelloWorld2 demo. | Andreas Kling | |
This is a simple test app with its UI generated from a VisualBuilder form. The name is probably silly, but who cares. :^) |