1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-25 11:45:07 +00:00
serenity/Userland/Applications/PixelPaint/Tools
Elyse 086615535f Everywhere: Use 'decrease_slider_by()' method from AbstractSlider
The same idea as 'increase_slider_by()', it helps us to avoid repeating
the pattern 'set_value(value() - delta)'.
2021-12-30 14:31:50 +01:00
..
BrushTool.cpp PixelPaint: Refactor falloff computation and extend hardness range 2021-12-21 13:52:55 -08:00
BrushTool.h PixelPaint: Refactor falloff computation and extend hardness range 2021-12-21 13:52:55 -08:00
BucketTool.cpp LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
BucketTool.h PixelPaint: Use a bucket cursor for the Bucket tool 2021-10-31 12:37:49 +01:00
CloneTool.cpp PixelPaint: Refactor falloff computation and extend hardness range 2021-12-21 13:52:55 -08:00
CloneTool.h PixelPaint: Support using a bitmap as a tool's cursor 2021-10-31 12:37:49 +01:00
EllipseTool.cpp Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
EllipseTool.h PixelPaint: Support using a bitmap as a tool's cursor 2021-10-31 12:37:49 +01:00
EraseTool.cpp PixelPaint: Refactor falloff computation and extend hardness range 2021-12-21 13:52:55 -08:00
EraseTool.h PixelPaint: Move Tools to it's own subdirectory 2021-09-20 03:04:24 +00:00
GuideTool.cpp LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
GuideTool.h PixelPaint: Support using a bitmap as a tool's cursor 2021-10-31 12:37:49 +01:00
LineTool.cpp Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
LineTool.h PixelPaint: Support using a bitmap as a tool's cursor 2021-10-31 12:37:49 +01:00
MoveTool.cpp Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
MoveTool.h PixelPaint: Support using a bitmap as a tool's cursor 2021-10-31 12:37:49 +01:00
PenTool.cpp PixelPaint: Move Tools to it's own subdirectory 2021-09-20 03:04:24 +00:00
PenTool.h PixelPaint: Move Tools to it's own subdirectory 2021-09-20 03:04:24 +00:00
PickerTool.cpp Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
PickerTool.h PixelPaint: Support using a bitmap as a tool's cursor 2021-10-31 12:37:49 +01:00
RectangleSelectTool.cpp Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
RectangleSelectTool.h PixelPaint: Support using a bitmap as a tool's cursor 2021-10-31 12:37:49 +01:00
RectangleTool.cpp Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
RectangleTool.h PixelPaint: Support using a bitmap as a tool's cursor 2021-10-31 12:37:49 +01:00
SprayTool.cpp PixelPaint: Move Tools to it's own subdirectory 2021-09-20 03:04:24 +00:00
SprayTool.h PixelPaint: Support using a bitmap as a tool's cursor 2021-10-31 12:37:49 +01:00
Tool.cpp Everywhere: Use 'decrease_slider_by()' method from AbstractSlider 2021-12-30 14:31:50 +01:00
Tool.h PixelPaint: Support using a bitmap as a tool's cursor 2021-10-31 12:37:49 +01:00
ZoomTool.cpp Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
ZoomTool.h PixelPaint: Support using a bitmap as a tool's cursor 2021-10-31 12:37:49 +01:00