ladybird/Userland/Applications/PixelPaint/Tools
Tim Ledbetter 9115e99e4b PixelPaint: Scale move tool resize anchors
The areas where the user must click to resize the image are now
scaled to ensure they do not overlap. This allows us to display the
correct cursor when zoomed out, as well as making the
borders look nicer.
2023-02-02 14:40:17 +01:00
..
BrushTool.cpp LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
BrushTool.h Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
BucketTool.cpp LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +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 LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
EraseTool.h Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
GradientTool.cpp PixelPaint: Allow the gradient tool to work with selections 2023-01-27 18:05:19 +00:00
GradientTool.h PixelPaint: Fix gradient tool clipping issues 2023-01-27 18:05:19 +00:00
GuideTool.cpp LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
GuideTool.h Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
LassoSelectTool.cpp LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
LassoSelectTool.h PixelPaint: Scale lasso tool preview path on zoom level change 2023-01-12 11:29:10 +01:00
LineTool.cpp PixelPaint: Hold shift to constrain polygonal select tool line angle 2023-01-13 15:52:57 +01:00
LineTool.h PixelPaint: Change tool keydown handle to non-const 2022-12-16 10:14:20 +00:00
MoveTool.cpp PixelPaint: Scale move tool resize anchors 2023-02-02 14:40:17 +01:00
MoveTool.h PixelPaint: Scale move tool resize anchors 2023-02-02 14:40:17 +01: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 LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +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 Userland: Use Core::Timer::create_foo() factory functions where possible 2023-01-12 11:25:51 +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 LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
TextTool.h PixelPaint: Add Text Tool 2022-12-16 10:14:20 +00:00
Tool.cpp PixelPaint: Hold shift to constrain polygonal select tool line angle 2023-01-13 15:52:57 +01:00
Tool.h PixelPaint: Add a GradientTool 2023-01-26 10:37:26 +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 PixelPaint: Allow repeated zooming with the zoom tool 2023-01-06 00:34:38 +01:00
ZoomTool.h PixelPaint: Allow repeated zooming with the zoom tool 2023-01-06 00:34:38 +01:00