1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:48:12 +00:00
serenity/Applications/PaintBrush
Andreas Kling fd5eb79d19 LibGUI: Make GMenu inherit from CObject
This is primarily to make it possible to pass a GMenu* where a CObject*
is expected.
2019-12-09 21:05:44 +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 LibCore: Make CObject reference-counted 2019-09-22 00:25:25 +02:00
ColorDialog.h LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02: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 LibGUI: Make GMenu inherit from CObject 2019-12-09 21:05:44 +01:00
LineTool.h LibGUI: Make GMenu inherit from CObject 2019-12-09 21:05:44 +01:00
main.cpp LibGUI: Make GMenu inherit from CObject 2019-12-09 21:05:44 +01:00
Makefile PaintBrush: Add a "line" tool for drawing straight lines 2019-11-29 22:41:19 +01:00
PaintableWidget.cpp PaintBrush: Allow canceling a line by pressing the Escape key 2019-11-29 22:41:36 +01:00
PaintableWidget.h PaintBrush: Allow canceling a line by pressing the Escape key 2019-11-29 22:41:36 +01:00
PaletteWidget.cpp LibCore: Make CObject reference-counted 2019-09-22 00:25:25 +02: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
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: Allow canceling a line by pressing the Escape key 2019-11-29 22:41:36 +01:00
ToolboxWidget.cpp PaintBrush: Add a "line" tool for drawing straight lines 2019-11-29 22:41:19 +01:00
ToolboxWidget.h LibCore: Introduce a C_OBJECT macro. 2019-07-25 19:49:28 +02:00