ladybird/Applications/PaintBrush
Andreas Kling a17fbd98e7 LibGUI: Add input types to GMessageBox.
Currently the two available input types are:

- GMessageBox::InputType::OK (default)
- GMessageBox::InputType::OKCancel

Based on your choice, GMessageBox::exec() will return ExecOK or ExecCancel.
2019-07-16 21:41:13 +02:00
..
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
EraseTool.cpp PaintBrush: Add an erase tool 2019-06-28 15:27:23 +02:00
EraseTool.h PaintBrush: Add an erase tool 2019-06-28 15:27:23 +02:00
main.cpp LibGUI: Add input types to GMessageBox. 2019-07-16 21:41:13 +02:00
Makefile PaintBrush: Add an erase tool 2019-06-28 15:27:23 +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 GUI: Use Win2K-like "warm gray" color instead of the older colder gray. 2019-06-30 09:23:16 +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: Add size context menu to SprayTool 2019-06-28 15:27:23 +02:00
SprayTool.h PaintBrush: Add size context menu to SprayTool 2019-06-28 15:27:23 +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 StringView: Rename characters() to characters_without_null_termination(). 2019-07-08 15:38:44 +02:00
ToolboxWidget.h PaintBrush: Start fleshing out a toolbox widget. 2019-06-12 05:58:31 +02:00