index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
PixelPaint
/
Tools
/
MoveTool.cpp
Age
Commit message (
Expand
)
Author
2023-05-23
LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive
Jelle Raaijmakers
2023-04-30
LibGUI+Userland: Port Labels to String
thankyouverycool
2023-03-26
PixelPaint: Include possible errno description in error messages
Tim Ledbetter
2023-03-16
PixelPaint: Rename Layer::resize() to Layer::scale()
Tim Ledbetter
2023-02-25
Everywhere: Use _{short_,}string to create Strings from literals
Linus Groh
2023-02-21
PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const>
Andreas Kling
2023-02-16
PixelPaint: Propagate errors from making tool property widgets
Karol Kosek
2023-02-13
Userland: Set Button text using the new String class
Karol Kosek
2023-02-08
PixelPaint: Correct move tool alignment with the layer boundary
Tim Ledbetter
2023-02-02
PixelPaint: Scale move tool resize anchors
Tim Ledbetter
2023-02-02
PixelPaint: Show resize anchors when using the move tool
Tim Ledbetter
2023-02-02
PixelPaint: Highlight active layer when using the move tool
Tim Ledbetter
2023-02-02
PixelPaint: Set initial position correctly when using the move tool
Tim Ledbetter
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-26
PixelPaint: Let the move tool optionally select the active layer
Tim Ledbetter
2023-01-15
PixelPaint: Hold shift to increase move tool speed with the arrow keys
Tim Ledbetter
2023-01-13
PixelPaint: Don't allow the move tool to resize to zero pixels
Tim Ledbetter
2023-01-06
PixelPaint: Fix typo in variable name
Tim Ledbetter
2023-01-06
PixelPaint: Allow move tool to scale in all directions
Tim Ledbetter
2023-01-03
PixelPaint: Propagate errors in {flip,crop,rotate,resize} functions
Baitinq
2022-12-16
PixelPaint: Fix move tool scaling function when zoomed
Tim Ledbetter
2022-12-16
PixelPaint: Display a preview image when scaling with the move tool
Tim Ledbetter
2022-12-16
PixelPaint: Change tool keydown handle to non-const
Timothy Slater
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-11-14
PixelPaint: Allow keydown events to bubble from ImageEditor
Zaggy1024
2022-09-16
PixelPaint: Scale layer and preserve aspect ratio
Tommaso Peduzzi
2022-09-16
PixelPaint: Add scaling function to move tool
Tommaso Peduzzi
2022-08-21
PixelPaint: Show more specific Undo/Redo action text
Andreas Kling
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2022-01-14
PixelPaint: Inherit from `AbstractZoomPanWidget`
Mustafa Quraish
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-09-20
PixelPaint: Move Tools to it's own subdirectory
Marcus Nilsson