summaryrefslogtreecommitdiff
path: root/Applications/PaintBrush/PaletteWidget.h
AgeCommit message (Expand)Author
2020-05-20PixelPaint: Rename from PaintBrush :^)Andreas Kling
2020-05-13PaintBrush: Remove the PaintableWidgetAndreas Kling
2020-02-23Userspace: Use Core::Object::add() when building interfacesAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-09-22LibCore: Remove ObjectPtr in favor of RefPtrAndreas Kling
2019-09-21LibGUI: Convert GFrame to ObjectPtrAndreas Kling
2019-07-25LibCore: Introduce a C_OBJECT macro.Andreas Kling
2019-06-11PaintBrush: Tidy up the UI a bit. Add some more colors.Andreas Kling
2019-06-10PaintBrush: Make it possible to switch colors using the PaletteWidget.Andreas Kling
2019-06-10PaintBrush: Add a PaletteWidget to allow color selection.Andreas Kling