1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:18:13 +00:00
serenity/Userland/Applications/PixelPaint/Tools
2023-02-21 00:54:04 +01:00
..
BrushTool.cpp PixelPaint: Propagate errors from making tool property widgets 2023-02-16 23:36:58 +00:00
BrushTool.h PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const> 2023-02-21 00:54:04 +01:00
BucketTool.cpp PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const> 2023-02-21 00:54:04 +01:00
BucketTool.h PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const> 2023-02-21 00:54:04 +01:00
CloneTool.cpp PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const> 2023-02-21 00:54:04 +01:00
CloneTool.h PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const> 2023-02-21 00:54:04 +01:00
EllipseTool.cpp PixelPaint: Propagate errors from making tool property widgets 2023-02-16 23:36:58 +00:00
EllipseTool.h PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const> 2023-02-21 00:54:04 +01:00
EraseTool.cpp PixelPaint: Propagate errors from making tool property widgets 2023-02-16 23:36:58 +00:00
EraseTool.h PixelPaint: Propagate errors from making tool property widgets 2023-02-16 23:36:58 +00:00
GradientTool.cpp PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const> 2023-02-21 00:54:04 +01:00
GradientTool.h PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const> 2023-02-21 00:54:04 +01:00
GuideTool.cpp PixelPaint: Propagate errors from making tool property widgets 2023-02-16 23:36:58 +00: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 PixelPaint: Propagate errors from making tool property widgets 2023-02-16 23:36:58 +00:00
LineTool.h PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const> 2023-02-21 00:54:04 +01:00
MoveTool.cpp PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const> 2023-02-21 00:54:04 +01:00
MoveTool.h PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const> 2023-02-21 00:54:04 +01:00
PenTool.cpp PixelPaint: Propagate errors from making tool property widgets 2023-02-16 23:36:58 +00:00
PenTool.h PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const> 2023-02-21 00:54:04 +01:00
PickerTool.cpp PixelPaint: Propagate errors from making tool property widgets 2023-02-16 23:36:58 +00: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 PixelPaint: Propagate errors from making tool property widgets 2023-02-16 23:36:58 +00:00
RectangleSelectTool.h PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const> 2023-02-21 00:54:04 +01:00
RectangleTool.cpp PixelPaint: Propagate errors from making tool property widgets 2023-02-16 23:36:58 +00:00
RectangleTool.h PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const> 2023-02-21 00:54:04 +01:00
SprayTool.cpp PixelPaint: Propagate errors from making tool property widgets 2023-02-16 23:36:58 +00:00
SprayTool.h PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const> 2023-02-21 00:54:04 +01:00
TextTool.cpp PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const> 2023-02-21 00:54:04 +01:00
TextTool.h Userland: Fix remaining smart pointer const-correctness issues 2023-02-21 00:54:04 +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: Propagate errors from making tool property widgets 2023-02-16 23:36:58 +00:00
WandSelectTool.h PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const> 2023-02-21 00:54:04 +01:00
ZoomTool.cpp PixelPaint: Propagate errors from making tool property widgets 2023-02-16 23:36:58 +00:00
ZoomTool.h PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const> 2023-02-21 00:54:04 +01:00