ladybird/Applications/PaintBrush
Andreas Kling 56428e764e Applications: Use pledge()
Add some basic pledges to the following apps:

- Calculator
- DisplayProperties
- FontEditor
- HexEditor
- PaintBrush
2020-01-13 14:41:15 +01:00
..
BucketTool.cpp LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
BucketTool.h Add a simple spray fill tool 2019-06-17 05:54:32 +02:00
ColorDialog.cpp LibDraw+LibGUI: Allow changing individual colors in a Palette 2019-12-29 00:47:49 +01:00
ColorDialog.h LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
EllipseTool.cpp PaintBrush: Add an "ellipse tool" 2019-12-27 00:52:17 +01:00
EllipseTool.h PaintBrush: Add an "ellipse tool" 2019-12-27 00:52:17 +01:00
EraseTool.cpp LibGUI: Make GMenu inherit from CObject 2019-12-09 21:05:44 +01:00
EraseTool.h LibGUI: Make GMenu inherit from CObject 2019-12-09 21:05:44 +01:00
LineTool.cpp PaintBrush: Shift key constrains LineTool angle 2019-12-17 21:21:24 +01:00
LineTool.h PaintBrush: Shift key constrains LineTool angle 2019-12-17 21:21:24 +01:00
main.cpp Applications: Use pledge() 2020-01-13 14:41:15 +01:00
Makefile PaintBrush: Add an "ellipse tool" 2019-12-27 00:52:17 +01:00
PaintableWidget.cpp LibDraw+LibGUI: Allow changing individual colors in a Palette 2019-12-29 00:47:49 +01:00
PaintableWidget.h PaintBrush: Tools can receive KeyUp events 2019-12-17 21:21:24 +01:00
PaletteWidget.cpp LibDraw+LibGUI: Allow changing individual colors in a Palette 2019-12-29 00:47:49 +01:00
PaletteWidget.h LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
PenTool.cpp LibGUI: Make GMenu inherit from CObject 2019-12-09 21:05:44 +01:00
PenTool.h LibGUI: Make GMenu inherit from CObject 2019-12-09 21:05:44 +01:00
PickerTool.cpp LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
PickerTool.h PaintBrush: Add a color picker tool. 2019-06-22 12:05:35 +02:00
RectangleTool.cpp PaintBrush: Add a "rectangle tool" 2019-12-26 21:22:29 +01:00
RectangleTool.h PaintBrush: Add a "rectangle tool" 2019-12-26 21:22:29 +01:00
SprayTool.cpp LibGUI: Make GMenu inherit from CObject 2019-12-09 21:05:44 +01:00
SprayTool.h LibGUI: Make GMenu inherit from CObject 2019-12-09 21:05:44 +01: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: Tools can receive KeyUp events 2019-12-17 21:21:24 +01:00
ToolboxWidget.cpp PaintBrush: Select tool button on context menu event 2020-01-02 20:12:55 +01:00
ToolboxWidget.h LibCore: Introduce a C_OBJECT macro. 2019-07-25 19:49:28 +02:00