ladybird/Applications/PaintBrush
Andreas Kling 11580babbf LibDraw: Put all classes in the Gfx namespace
I started adding things to a Draw namespace, but it somehow felt really
wrong seeing Draw::Rect and Draw::Bitmap, etc. So instead, let's rename
the library to LibGfx. :^)
2020-02-06 11:56:38 +01:00
..
BucketTool.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
BucketTool.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
EllipseTool.cpp LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
EllipseTool.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
EraseTool.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
EraseTool.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
LineTool.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
LineTool.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
main.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
Makefile LibGUI: Import GColorPicker from the PaintBrush application 2020-01-21 21:55:25 +01:00
PaintableWidget.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
PaintableWidget.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
PaletteWidget.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
PaletteWidget.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
PenTool.cpp LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
PenTool.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
PickerTool.cpp LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
PickerTool.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
RectangleTool.cpp LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
RectangleTool.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
SprayTool.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
SprayTool.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
Tool.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
Tool.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
ToolboxWidget.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
ToolboxWidget.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00