1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:58:11 +00:00
serenity/Userland/Applications/PixelPaint/Tools
Ben Wiederhake b83cb09db1 Everywhere: Fix badly-formatted includes
In 7c5e30daaa, the focus was "only" on
Userland/Libraries/, whereas this commit cleans up the remaining
headers in the repo, and any new badly-formatted include.
2023-01-02 11:06:15 -05:00
..
BrushTool.cpp PixelPaint: Single-clicking the BrushTool now adds to undo_stack 2022-12-12 17:34:35 +00:00
BrushTool.h Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
BucketTool.cpp PixelPaint: Disable bucket tool outside of the current selection 2022-12-16 08:10:33 +00:00
BucketTool.h PixelPaint: Add Tool::tool_name() as a single-point-of-truth 2022-08-21 20:33:01 +02:00
CloneTool.cpp PixelPaint: Change tool keydown handle to non-const 2022-12-16 10:14:20 +00:00
CloneTool.h PixelPaint: Change tool keydown handle to non-const 2022-12-16 10:14:20 +00:00
EllipseTool.cpp PixelPaint: Change tool keydown handle to non-const 2022-12-16 10:14:20 +00:00
EllipseTool.h PixelPaint: Change tool keydown handle to non-const 2022-12-16 10:14:20 +00:00
EraseTool.cpp Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
EraseTool.h Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
GuideTool.cpp PixelPaint: Improve guide tool performance for large images 2022-12-17 19:52:11 +00:00
GuideTool.h Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
LassoSelectTool.cpp PixelPaint: Change tool keydown handle to non-const 2022-12-16 10:14:20 +00:00
LassoSelectTool.h PixelPaint: Change tool keydown handle to non-const 2022-12-16 10:14:20 +00:00
LineTool.cpp PixelPaint: Change tool keydown handle to non-const 2022-12-16 10:14:20 +00:00
LineTool.h PixelPaint: Change tool keydown handle to non-const 2022-12-16 10:14:20 +00:00
MoveTool.cpp PixelPaint: Fix move tool scaling function when zoomed 2022-12-16 10:24:34 +00:00
MoveTool.h PixelPaint: Display a preview image when scaling with the move tool 2022-12-16 10:24:34 +00:00
PenTool.cpp Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
PenTool.h Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
PickerTool.cpp PixelPaint: ColorPicker updates user colors while dragging 2022-12-31 04:49:19 -07:00
PickerTool.h PixelPaint: ColorPicker updates user colors while dragging 2022-12-31 04:49:19 -07:00
PolygonalSelectTool.cpp PixelPaint: Change tool keydown handle to non-const 2022-12-16 10:14:20 +00:00
PolygonalSelectTool.h PixelPaint: Change tool keydown handle to non-const 2022-12-16 10:14:20 +00:00
RectangleSelectTool.cpp PixelPaint: Change tool keydown handle to non-const 2022-12-16 10:14:20 +00:00
RectangleSelectTool.h PixelPaint: Change tool keydown handle to non-const 2022-12-16 10:14:20 +00:00
RectangleTool.cpp PixelPaint: Change tool keydown handle to non-const 2022-12-16 10:14:20 +00:00
RectangleTool.h PixelPaint: Change tool keydown handle to non-const 2022-12-16 10:14:20 +00:00
SprayTool.cpp PixelPaint: Limit editing tools to selection 2022-10-24 23:46:22 +01:00
SprayTool.h PixelPaint: Add Tool::tool_name() as a single-point-of-truth 2022-08-21 20:33:01 +02:00
TextTool.cpp Everywhere: Fix badly-formatted includes 2023-01-02 11:06:15 -05:00
TextTool.h PixelPaint: Add Text Tool 2022-12-16 10:14:20 +00:00
Tool.cpp PixelPaint: Change tool keydown handle to non-const 2022-12-16 10:14:20 +00:00
Tool.h PixelPaint: Change tool keydown handle to non-const 2022-12-16 10:14:20 +00:00
WandSelectTool.cpp PixelPaint: Change tool keydown handle to non-const 2022-12-16 10:14:20 +00:00
WandSelectTool.h PixelPaint: Change tool keydown handle to non-const 2022-12-16 10:14:20 +00:00
ZoomTool.cpp Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
ZoomTool.h PixelPaint: Add Tool::tool_name() as a single-point-of-truth 2022-08-21 20:33:01 +02:00