1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 21:18:14 +00:00
serenity/Userland/Applications/PixelPaint/Tools
Karol Kosek 1ce2d7e674 PixelPaint: Put the main gradient color at the cursor
It doesn't seem right to me that we are 'holding' a transparent color,
with the main color being on the opposite side.
2023-02-16 10:50:58 +00:00
..
BrushTool.cpp LibGUI+PixelPaint: Port GUI::ValueSlider's suffix to the new String 2023-02-13 00:26:39 +00:00
BrushTool.h Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
BucketTool.cpp LibGUI+PixelPaint: Port GUI::ValueSlider's suffix to the new String 2023-02-13 00:26:39 +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 LibGUI+PixelPaint: Port GUI::ValueSlider's suffix to the new String 2023-02-13 00:26:39 +00:00
CloneTool.h PixelPaint: Change tool keydown handle to non-const 2022-12-16 10:14:20 +00:00
EllipseTool.cpp Userland: Set Button text using the new String class 2023-02-13 00:45:09 +00:00
EllipseTool.h PixelPaint: Change tool keydown handle to non-const 2022-12-16 10:14:20 +00:00
EraseTool.cpp Userland: Set Button text using the new String class 2023-02-13 00:45:09 +00:00
EraseTool.h Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
GradientTool.cpp PixelPaint: Put the main gradient color at the cursor 2023-02-16 10:50:58 +00:00
GradientTool.h PixelPaint: Set Tool on_*_color_change logic using virtual functions 2023-02-16 10:50:58 +00:00
GuideTool.cpp LibGUI+PixelPaint: Port GUI::ValueSlider's suffix to the new String 2023-02-13 00:26:39 +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 Userland: Set Button text using the new String class 2023-02-13 00:45:09 +00:00
LineTool.h PixelPaint: Change tool keydown handle to non-const 2022-12-16 10:14:20 +00:00
MoveTool.cpp Userland: Set Button text using the new String class 2023-02-13 00:45:09 +00:00
MoveTool.h PixelPaint: Scale move tool resize anchors 2023-02-02 14:40:17 +01:00
PenTool.cpp LibGUI+PixelPaint: Port GUI::ValueSlider's suffix to the new String 2023-02-13 00:26:39 +00:00
PenTool.h Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
PickerTool.cpp Userland: Set Button text using the new String class 2023-02-13 00:45:09 +00: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 LibGUI+PixelPaint: Port GUI::ValueSlider's suffix to the new String 2023-02-13 00:26:39 +00:00
RectangleSelectTool.h PixelPaint: Change tool keydown handle to non-const 2022-12-16 10:14:20 +00:00
RectangleTool.cpp Userland: Set Button text using the new String class 2023-02-13 00:45:09 +00:00
RectangleTool.h PixelPaint: Change tool keydown handle to non-const 2022-12-16 10:14:20 +00:00
SprayTool.cpp LibGUI+PixelPaint: Port GUI::ValueSlider's suffix to the new String 2023-02-13 00:26:39 +00:00
SprayTool.h PixelPaint: Add Tool::tool_name() as a single-point-of-truth 2022-08-21 20:33:01 +02:00
TextTool.cpp PixelPaint: Set Tool on_*_color_change logic using virtual functions 2023-02-16 10:50:58 +00:00
TextTool.h PixelPaint: Set Tool on_*_color_change logic using virtual functions 2023-02-16 10:50:58 +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: Set Tool on_*_color_change logic using virtual functions 2023-02-16 10:50:58 +00:00
WandSelectTool.cpp LibGUI+PixelPaint: Port GUI::ValueSlider's suffix to the new String 2023-02-13 00:26:39 +00:00
WandSelectTool.h PixelPaint: Change tool keydown handle to non-const 2022-12-16 10:14:20 +00:00
ZoomTool.cpp LibGUI+PixelPaint: Port GUI::ValueSlider's suffix to the new String 2023-02-13 00:26:39 +00:00
ZoomTool.h PixelPaint: Allow repeated zooming with the zoom tool 2023-01-06 00:34:38 +01:00