1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-10 09:37:34 +00:00
serenity/Applications/PaintBrush
2019-06-16 06:34:29 +02:00
..
.gitignore PaintBrush: Start working on a simple painting application. 2019-06-10 19:29:33 +02:00
BucketTool.cpp PaintBrush: Flood filling with the same color is a no-op. 2019-06-16 06:34:29 +02:00
BucketTool.h PaintBrush: Factor out the pen tool into an actual PenTool class. 2019-06-14 18:51:57 +02:00
main.cpp PaintBrush: Start fleshing out a toolbox widget. 2019-06-12 05:58:31 +02:00
Makefile PaintBrush: Factor out the pen tool into an actual PenTool class. 2019-06-14 18:51:57 +02:00
PaintableWidget.cpp PaintBrush: Factor out the pen tool into an actual PenTool class. 2019-06-14 18:51:57 +02:00
PaintableWidget.h PaintBrush: Factor out the pen tool into an actual PenTool class. 2019-06-14 18:51:57 +02:00
PaletteWidget.cpp PaintBrush: Tidy up the UI a bit. Add some more colors. 2019-06-11 20:37:58 +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 PaintBrush: Factor out the pen tool into an actual PenTool class. 2019-06-14 18:51:57 +02:00
PenTool.h PaintBrush: Factor out the pen tool into an actual PenTool class. 2019-06-14 18:51:57 +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 PaintBrush: Factor out the pen tool into an actual PenTool class. 2019-06-14 18:51:57 +02:00
ToolboxWidget.cpp PaintBrush: Make little icons for the pen and bucket tools. 2019-06-15 17:52:53 +02:00
ToolboxWidget.h PaintBrush: Start fleshing out a toolbox widget. 2019-06-12 05:58:31 +02:00