Age | Commit message (Expand) | Author |
---|---|---|
2020-05-20 | PixelPaint: Rename from PaintBrush :^) | Andreas Kling |
2020-05-13 | PaintBrush: Remove the PaintableWidget | Andreas Kling |
2020-02-23 | Userspace: Use Core::Object::add() when building interfaces | Andreas Kling |
2020-02-06 | LibGUI: Remove leading G from filenames | Andreas Kling |
2020-02-02 | LibGUI: Put all classes in the GUI namespace and remove the leading G | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-09-22 | LibCore: Remove ObjectPtr in favor of RefPtr | Andreas Kling |
2019-09-21 | LibGUI: Convert GFrame to ObjectPtr | Andreas Kling |
2019-07-25 | LibCore: Introduce a C_OBJECT macro. | Andreas Kling |
2019-06-11 | PaintBrush: Tidy up the UI a bit. Add some more colors. | Andreas Kling |
2019-06-10 | PaintBrush: Make it possible to switch colors using the PaletteWidget. | Andreas Kling |
2019-06-10 | PaintBrush: Add a PaletteWidget to allow color selection. | Andreas Kling |