serenity/Userland/Applications/PixelPaint/Tools
Andreas Kling 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
This was used in a lot of places, so this patch makes liberal use of
ErrorOr<T>::release_value_but_fixme_should_propagate_errors().
2021-11-08 00:35:27 +01:00
..
BrushTool.cpp
BrushTool.h PixelPaint: Support using a bitmap as a tool's cursor 2021-10-31 12:37:49 +01: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: Support using a bitmap as a tool's cursor 2021-10-31 12:37:49 +01:00
CloneTool.h PixelPaint: Support using a bitmap as a tool's cursor 2021-10-31 12:37:49 +01:00
EllipseTool.cpp
EllipseTool.h PixelPaint: Support using a bitmap as a tool's cursor 2021-10-31 12:37:49 +01:00
EraseTool.cpp
EraseTool.h
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
LineTool.h PixelPaint: Support using a bitmap as a tool's cursor 2021-10-31 12:37:49 +01:00
MoveTool.cpp
MoveTool.h PixelPaint: Support using a bitmap as a tool's cursor 2021-10-31 12:37:49 +01:00
PenTool.cpp
PenTool.h
PickerTool.cpp
PickerTool.h PixelPaint: Support using a bitmap as a tool's cursor 2021-10-31 12:37:49 +01:00
RectangleSelectTool.cpp
RectangleSelectTool.h PixelPaint: Support using a bitmap as a tool's cursor 2021-10-31 12:37:49 +01:00
RectangleTool.cpp
RectangleTool.h PixelPaint: Support using a bitmap as a tool's cursor 2021-10-31 12:37:49 +01:00
SprayTool.cpp
SprayTool.h PixelPaint: Support using a bitmap as a tool's cursor 2021-10-31 12:37:49 +01:00
Tool.cpp
Tool.h PixelPaint: Support using a bitmap as a tool's cursor 2021-10-31 12:37:49 +01:00
ZoomTool.cpp
ZoomTool.h PixelPaint: Support using a bitmap as a tool's cursor 2021-10-31 12:37:49 +01:00