summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint/Tools/MoveTool.cpp
AgeCommit message (Expand)Author
2023-05-23LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusiveJelle Raaijmakers
2023-04-30LibGUI+Userland: Port Labels to Stringthankyouverycool
2023-03-26PixelPaint: Include possible errno description in error messagesTim Ledbetter
2023-03-16PixelPaint: Rename Layer::resize() to Layer::scale()Tim Ledbetter
2023-02-25Everywhere: Use _{short_,}string to create Strings from literalsLinus Groh
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-13Userland: Set Button text using the new String classKarol Kosek
2023-02-08PixelPaint: Correct move tool alignment with the layer boundaryTim Ledbetter
2023-02-02PixelPaint: Scale move tool resize anchorsTim Ledbetter
2023-02-02PixelPaint: Show resize anchors when using the move toolTim Ledbetter
2023-02-02PixelPaint: Highlight active layer when using the move toolTim Ledbetter
2023-02-02PixelPaint: Set initial position correctly when using the move toolTim Ledbetter
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-26PixelPaint: Let the move tool optionally select the active layerTim Ledbetter
2023-01-15PixelPaint: Hold shift to increase move tool speed with the arrow keysTim Ledbetter
2023-01-13PixelPaint: Don't allow the move tool to resize to zero pixelsTim Ledbetter
2023-01-06PixelPaint: Fix typo in variable nameTim Ledbetter
2023-01-06PixelPaint: Allow move tool to scale in all directionsTim Ledbetter
2023-01-03PixelPaint: Propagate errors in {flip,crop,rotate,resize} functionsBaitinq
2022-12-16PixelPaint: Fix move tool scaling function when zoomedTim 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-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
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: Show more specific Undo/Redo action textAndreas Kling
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-01-14PixelPaint: Inherit from `AbstractZoomPanWidget`Mustafa Quraish
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-09-20PixelPaint: Move Tools to it's own subdirectoryMarcus Nilsson