ladybird/Userland/Applications/PixelPaint/Tools
Tim Ledbetter 5b84fafbca PixelPaint: Include possible errno description in error messages
In the case where an error is created from an errno, calling
string_literal() will print nothing. Using Error's formatter
instead gives a more descriptive error message.
2023-03-26 00:47:29 +01:00
..
BrushTool.cpp Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
BrushTool.h PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const> 2023-02-21 00:54:04 +01:00
BucketTool.cpp Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
BucketTool.h PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const> 2023-02-21 00:54:04 +01:00
CloneTool.cpp PixelPaint: Make the clone tool brush size consistent with other tools 2023-03-15 23:56:47 +01:00
CloneTool.h PixelPaint: Minimize clone tool sample marker repaints 2023-03-15 23:56:47 +01:00
EllipseTool.cpp Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
EllipseTool.h PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const> 2023-02-21 00:54:04 +01:00
EraseTool.cpp Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
EraseTool.h PixelPaint: Propagate errors from making tool property widgets 2023-02-16 23:36:58 +00:00
GradientTool.cpp Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
GradientTool.h PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const> 2023-02-21 00:54:04 +01:00
GuideTool.cpp Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
GuideTool.h PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const> 2023-02-21 00:54:04 +01:00
LassoSelectTool.cpp PixelPaint: Propagate errors from making tool property widgets 2023-02-16 23:36:58 +00:00
LassoSelectTool.h PixelPaint: Propagate errors from making tool property widgets 2023-02-16 23:36:58 +00:00
LineTool.cpp Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
LineTool.h PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const> 2023-02-21 00:54:04 +01:00
MoveTool.cpp PixelPaint: Include possible errno description in error messages 2023-03-26 00:47:29 +01:00
MoveTool.h PixelPaint: Do not change layers when scaling with the move tool 2023-03-01 08:15:46 +00:00
PenTool.cpp Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
PenTool.h PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const> 2023-02-21 00:54:04 +01:00
PickerTool.cpp PixelPaint: Display color information on mousemove with the PickerTool 2023-03-12 22:08:24 +01:00
PickerTool.h PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const> 2023-02-21 00:54:04 +01:00
PolygonalSelectTool.cpp PixelPaint: Propagate errors from making tool property widgets 2023-02-16 23:36:58 +00:00
PolygonalSelectTool.h PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const> 2023-02-21 00:54:04 +01:00
RectangleSelectTool.cpp Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
RectangleSelectTool.h PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const> 2023-02-21 00:54:04 +01:00
RectangleTool.cpp Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
RectangleTool.h PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const> 2023-02-21 00:54:04 +01:00
SprayTool.cpp Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
SprayTool.h PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const> 2023-02-21 00:54:04 +01:00
TextTool.cpp Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
TextTool.h Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
Tool.cpp PixelPaint: Hold shift to constrain polygonal select tool line angle 2023-01-13 15:52:57 +01:00
Tool.h PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const> 2023-02-21 00:54:04 +01:00
WandSelectTool.cpp PixelPaint: Make wand tool work when layer and image rects differ 2023-03-26 00:21:29 +01:00
WandSelectTool.h PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const> 2023-02-21 00:54:04 +01:00
ZoomTool.cpp Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
ZoomTool.h PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const> 2023-02-21 00:54:04 +01:00