summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint/Tools/PolygonalSelectTool.h
AgeCommit message (Expand)Author
2023-05-05PixelPaint: Ensure the selection is always within image boundsTim Ledbetter
2023-02-21PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const>Andreas Kling
2023-02-16PixelPaint: Propagate errors from making tool property widgetsKarol Kosek
2022-12-16PixelPaint: Change tool keydown handle to non-constTimothy Slater
2022-12-07Meta+Userland: Pass Gfx::FloatPoint by valueMacDue
2022-11-14PixelPaint: Allow keydown events to bubble from ImageEditorZaggy1024
2022-10-19PixelPaint: Add Polygonal Select ToolTimothy Slater