1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 16:15:10 +00:00
serenity/Applications/PaintBrush
2019-06-17 16:11:01 +02:00
..
.gitignore PaintBrush: Start working on a simple painting application. 2019-06-10 19:29:33 +02:00
BucketTool.cpp Add a simple spray fill tool 2019-06-17 05:54:32 +02:00
BucketTool.h Add a simple spray fill tool 2019-06-17 05:54:32 +02:00
ColorDialog.cpp PaintBrush: Reduce debug spam in the color editor dialog. 2019-06-16 16:33:16 +02:00
ColorDialog.h PaintBrush: Allow editing palette colors by ctrl-clicking them. 2019-06-16 15:09:36 +02:00
main.cpp PaintBrush: Start fleshing out a toolbox widget. 2019-06-12 05:58:31 +02:00
Makefile Add a simple spray fill tool 2019-06-17 05:54:32 +02:00
PaintableWidget.cpp Add a simple spray fill tool 2019-06-17 05:54:32 +02:00
PaintableWidget.h Add a simple spray fill tool 2019-06-17 05:54:32 +02:00
PaletteWidget.cpp PaintBrush: Allow editing palette colors by ctrl-clicking them. 2019-06-16 15:09:36 +02:00
PaletteWidget.h PaintBrush: Tidy up the UI a bit. Add some more colors. 2019-06-11 20:37:58 +02:00
PenTool.cpp Add a simple spray fill tool 2019-06-17 05:54:32 +02:00
PenTool.h Add a simple spray fill tool 2019-06-17 05:54:32 +02:00
SprayTool.cpp PaintBrush: Make spray circular. 2019-06-17 16:11:01 +02:00
SprayTool.h Add a simple spray fill tool 2019-06-17 05:54:32 +02:00
Tool.cpp PaintBrush: Factor out the pen tool into an actual PenTool class. 2019-06-14 18:51:57 +02:00
Tool.h Add a simple spray fill tool 2019-06-17 05:54:32 +02:00
ToolboxWidget.cpp Add a simple spray fill tool 2019-06-17 05:54:32 +02:00
ToolboxWidget.h PaintBrush: Start fleshing out a toolbox widget. 2019-06-12 05:58:31 +02:00