summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint/Layer.h
AgeCommit message (Expand)Author
2023-03-26PixelPaint: Add a Duplicate Layer actionTim Ledbetter
2023-03-16PixelPaint: Rename Layer::resize() to Layer::scale()Tim Ledbetter
2023-03-16PixelPaint: Always specify a new bounding rect when resizing layersTim Ledbetter
2023-02-26PixelPaint: Add "Apply Mask" actionTim Ledbetter
2023-02-26PixelPaint: Add "Delete Mask" actionTim Ledbetter
2023-02-24PixelPaint: Make "Add Mask" action fallibleTim Ledbetter
2023-01-28PixelPaint: Remove `try_` prefix from fallible Image methodsLinus Groh
2023-01-03PixelPaint: Cleanup the Image classBaitinq
2023-01-03PixelPaint: Propagate errors in {flip,crop,rotate,resize} functionsBaitinq
2022-12-07Meta+Userland: Pass Gfx::IntSize by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-10-24PixelPaint: Limit editing tools to selectionTimothy Slater
2022-08-23PixelPaint: Add simple "Crop Image to Content" featureAndreas Kling
2022-05-23PixelPaint: Allow layer to "scale" location when resizingAndrew Smith
2022-05-23PixelPaint: Add Image>Resize Image... dialog. (Front end)Andrew Smith
2022-03-13PixelPaint: Correctly apply flip/rotate/crop to layers' alpha maskAndrew Smith
2022-03-09PixelPaint: Support saving/loading masks to project fileTobias Christiansen
2022-03-08PixelPaint: Keep track of and expose the type of the edited bitmapTobias Christiansen
2022-03-08PixelPaint: Add mask Bitmap to Layer and expose itTobias Christiansen
2022-03-08PixelPaint: Split bitmap() of Layer into {content, display}_bitmapTobias Christiansen
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-01-15PixelPaint: Add delete selection behaviorOlivier De Cannière
2021-11-08PixelPaint: Use ErrorOr<T> for Image and Layer creation helpersAndreas Kling
2021-07-07PixelPaint: Allow partial invalidation of Layer and ImageAndreas Kling
2021-06-16PixelPaint: Make the main UI tabbed and allow multiple open images :^)Andreas Kling
2021-06-14PixelPaint: Add copy action (copies the selection from active layer)Andreas Kling
2021-06-12PixelPaint: Guarantee that constructed Layer always has a Gfx::BitmapAndreas Kling
2021-06-12PixelPaint: Use move semantics around Layer construction and accessorsAndreas Kling
2021-06-11PixelPaint: Rename Layer::create_foo() => Layer::try_create_foo()Andreas Kling
2021-06-11PixelPaint: Convert to east-const styleAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Applications: Move to Userland/Applications/Andreas Kling