1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:28:12 +00:00
serenity/Userland/Applications/PixelPaint/Tools
Timothy Slater 0506f4eef8 PixelPaint: Account for alpha in color distance calculation
This fixes an issue where BucketTool would consider "black"
and "transparent" the same color.
2022-08-31 16:26:09 +02:00
..
BrushTool.cpp PixelPaint: Show more specific Undo/Redo action text 2022-08-21 20:33:03 +02:00
BrushTool.h PixelPaint: Add Tool::tool_name() as a single-point-of-truth 2022-08-21 20:33:01 +02:00
BucketTool.cpp PixelPaint: Account for alpha in color distance calculation 2022-08-31 16:26:09 +02: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: Inherit from AbstractZoomPanWidget 2022-01-14 01:02:34 +01:00
CloneTool.h PixelPaint: Add Tool::tool_name() as a single-point-of-truth 2022-08-21 20:33:01 +02:00
EllipseTool.cpp PixelPaint: Use Sqrt1_2 constant in EllipseTool instead of 1/1.41 2022-08-23 13:35:15 +01:00
EllipseTool.h PixelPaint: Add Tool::tool_name() as a single-point-of-truth 2022-08-21 20:33:01 +02:00
EraseTool.cpp Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
EraseTool.h PixelPaint: Add Tool::tool_name() as a single-point-of-truth 2022-08-21 20:33:01 +02:00
GuideTool.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
GuideTool.h PixelPaint: Add Tool::tool_name() as a single-point-of-truth 2022-08-21 20:33:01 +02:00
LineTool.cpp PixelPaint: Show more specific Undo/Redo action text 2022-08-21 20:33:03 +02:00
LineTool.h PixelPaint: Add Tool::tool_name() as a single-point-of-truth 2022-08-21 20:33:01 +02:00
MoveTool.cpp PixelPaint: Show more specific Undo/Redo action text 2022-08-21 20:33:03 +02:00
MoveTool.h PixelPaint: Add Tool::tool_name() as a single-point-of-truth 2022-08-21 20:33:01 +02:00
PenTool.cpp Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
PenTool.h PixelPaint: Add Tool::tool_name() as a single-point-of-truth 2022-08-21 20:33:01 +02:00
PickerTool.cpp PixelPaint: Use the currently_edited_bitmap in the Tools 2022-03-08 22:07:12 +01:00
PickerTool.h PixelPaint: Add Tool::tool_name() as a single-point-of-truth 2022-08-21 20:33:01 +02:00
RectangleSelectTool.cpp PixelPaint: Add point_position_to_preferred_cell to RectangleSelectTool 2022-08-31 12:20:55 +02:00
RectangleSelectTool.h PixelPaint: Add point_position_to_preferred_cell to RectangleSelectTool 2022-08-31 12:20:55 +02:00
RectangleTool.cpp PixelPaint: Show more specific Undo/Redo action text 2022-08-21 20:33:03 +02:00
RectangleTool.h PixelPaint: Add Tool::tool_name() as a single-point-of-truth 2022-08-21 20:33:01 +02:00
SprayTool.cpp PixelPaint: Show more specific Undo/Redo action text 2022-08-21 20:33:03 +02:00
SprayTool.h PixelPaint: Add Tool::tool_name() as a single-point-of-truth 2022-08-21 20:33:01 +02:00
Tool.cpp PixelPaint: Fix tool preview positions after moving a layer 2022-08-21 14:13:08 +02:00
Tool.h PixelPaint: Add point_position_to_preferred_cell method to Tool 2022-08-31 12:20:55 +02: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