1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-06 22:17:35 +00:00
serenity/Userland/Applications/PixelPaint/Tools
MacDue e011eafd37 Meta+Userland: Pass Gfx::FloatPoint by value
Just a small 8-byte value like Gfx::IntPoint.
2022-12-07 11:48:27 +01:00
..
BrushTool.cpp Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
BrushTool.h Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
BucketTool.cpp Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
BucketTool.h PixelPaint: Add Tool::tool_name() as a single-point-of-truth 2022-08-21 20:33:01 +02:00
CloneTool.cpp Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
CloneTool.h Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
EllipseTool.cpp Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
EllipseTool.h Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01: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 Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
GuideTool.h Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
LassoSelectTool.cpp PixelPaint: Fix lasso tool preview when zoomed in 2022-11-27 20:35:22 +01:00
LassoSelectTool.h PixelPaint: Fix lasso tool preview when zoomed in 2022-11-27 20:35:22 +01:00
LineTool.cpp Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
LineTool.h Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
MoveTool.cpp Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
MoveTool.h PixelPaint: Allow keydown events to bubble from ImageEditor 2022-11-14 16:08:11 +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: Make Alt-Clicking with all tool act like the PickerTool 2022-10-17 09:39:57 +02:00
PickerTool.h PixelPaint: Add Tool::tool_name() as a single-point-of-truth 2022-08-21 20:33:01 +02:00
PolygonalSelectTool.cpp Meta+Userland: Pass Gfx::FloatPoint by value 2022-12-07 11:48:27 +01:00
PolygonalSelectTool.h Meta+Userland: Pass Gfx::FloatPoint by value 2022-12-07 11:48:27 +01:00
RectangleSelectTool.cpp Meta+Userland: Pass Gfx::FloatPoint by value 2022-12-07 11:48:27 +01:00
RectangleSelectTool.h Meta+Userland: Pass Gfx::FloatPoint by value 2022-12-07 11:48:27 +01:00
RectangleTool.cpp Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
RectangleTool.h Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01: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
Tool.cpp Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
Tool.h Meta+Userland: Pass Gfx::FloatPoint by value 2022-12-07 11:48:27 +01:00
WandSelectTool.cpp Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
WandSelectTool.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01: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