ladybird/Applications/PaintBrush
Lawrence Manning f0a6b42066 Move common Application build steps into their own Makefile.common
Further consolidation is of course possible, eg the Games/ programs
follow the same rules more or less.
2019-06-25 21:35:50 +02:00
..
.gitignore
BucketTool.cpp PaintBrush: Allow RGBA32 to use the bucket and spray tools. 2019-06-25 20:33:44 +02:00
BucketTool.h Add a simple spray fill tool 2019-06-17 05:54:32 +02:00
ColorDialog.cpp PaintBrush: Fix compiler warnings. 2019-06-22 16:26:04 +02:00
ColorDialog.h PaintBrush: Allow editing palette colors by ctrl-clicking them. 2019-06-16 15:09:36 +02:00
main.cpp PaintBrush: Add support for opening files. 2019-06-25 20:27:32 +02:00
Makefile Move common Application build steps into their own Makefile.common 2019-06-25 21:35:50 +02:00
PaintableWidget.cpp PaintBrush: Add support for opening files. 2019-06-25 20:27:32 +02:00
PaintableWidget.h PaintBrush: Add support for opening files. 2019-06-25 20:27:32 +02:00
PaletteWidget.cpp PaintBrush: Add a color picker tool. 2019-06-22 12:05:35 +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: Implement a thickness setting for the pen tool. 2019-06-23 10:00:02 +02:00
PenTool.h PaintBrush: Implement a thickness setting for the pen tool. 2019-06-23 10:00:02 +02:00
PickerTool.cpp PaintBrush: Add a color picker tool. 2019-06-22 12:05:35 +02:00
PickerTool.h PaintBrush: Add a color picker tool. 2019-06-22 12:05:35 +02:00
SprayTool.cpp PaintBrush: Allow RGBA32 to use the bucket and spray tools. 2019-06-25 20:33:44 +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 PaintBrush: Implement a thickness setting for the pen tool. 2019-06-23 10:00:02 +02:00
ToolboxWidget.cpp PaintBrush: Implement a thickness setting for the pen tool. 2019-06-23 10:00:02 +02:00
ToolboxWidget.h PaintBrush: Start fleshing out a toolbox widget. 2019-06-12 05:58:31 +02:00