ladybird/Applications/PaintBrush
joshua stein ac25438d54 Build: clean up build system, use one shared Makefile
Allow everything to be built from the top level directory with just
'make', cleaned with 'make clean', and installed with 'make
install'.  Also support these in any particular subdirectory.

Specifying 'make VERBOSE=1' will print each ld/g++/etc. command as
it runs.

Kernel and early host tools (IPCCompiler, etc.) are built as
object.host.o so that they don't conflict with other things built
with the cross-compiler.
2019-12-20 20:20:54 +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 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 LibGUI: Make GMenu inherit from CObject 2019-12-09 21:05:44 +01:00
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
PaintableWidget.cpp PaintBrush: Tools can receive KeyUp events 2019-12-17 21:21:24 +01:00
PaintableWidget.h PaintBrush: Tools can receive KeyUp events 2019-12-17 21:21:24 +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: Tools can receive KeyUp events 2019-12-17 21:21:24 +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