summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint/Tools/MoveTool.h
AgeCommit message (Expand)Author
2023-03-01PixelPaint: Do not change layers when scaling with the move toolTim 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
2023-02-02PixelPaint: Scale move tool resize anchorsTim Ledbetter
2023-02-02PixelPaint: Show resize anchors when using the move toolTim Ledbetter
2023-01-26PixelPaint: Let the move tool optionally select the active layerTim Ledbetter
2023-01-06PixelPaint: Fix typo in variable nameTim Ledbetter
2023-01-06PixelPaint: Allow move tool to scale in all directionsTim Ledbetter
2022-12-16PixelPaint: Display a preview image when scaling with the move toolTim Ledbetter
2022-12-16PixelPaint: Change tool keydown handle to non-constTimothy Slater
2022-11-14PixelPaint: Allow keydown events to bubble from ImageEditorZaggy1024
2022-09-16PixelPaint: Scale layer and preserve aspect ratioTommaso Peduzzi
2022-09-16PixelPaint: Add scaling function to move toolTommaso Peduzzi
2022-08-21PixelPaint: Add Tool::tool_name() as a single-point-of-truthAndreas Kling
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-01-14PixelPaint: Inherit from `AbstractZoomPanWidget`Mustafa Quraish
2021-10-31PixelPaint: Support using a bitmap as a tool's cursorMarco Cutecchia
2021-09-20PixelPaint: Move Tools to it's own subdirectoryMarcus Nilsson