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
/
Layer.h
Age
Commit message (
Expand
)
Author
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-24
PixelPaint: Limit editing tools to selection
Timothy Slater
2022-08-23
PixelPaint: Add simple "Crop Image to Content" feature
Andreas Kling
2022-05-23
PixelPaint: Allow layer to "scale" location when resizing
Andrew Smith
2022-05-23
PixelPaint: Add Image>Resize Image... dialog. (Front end)
Andrew Smith
2022-03-13
PixelPaint: Correctly apply flip/rotate/crop to layers' alpha mask
Andrew Smith
2022-03-09
PixelPaint: Support saving/loading masks to project file
Tobias Christiansen
2022-03-08
PixelPaint: Keep track of and expose the type of the edited bitmap
Tobias Christiansen
2022-03-08
PixelPaint: Add mask Bitmap to Layer and expose it
Tobias Christiansen
2022-03-08
PixelPaint: Split bitmap() of Layer into {content, display}_bitmap
Tobias Christiansen
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2022-01-15
PixelPaint: Add delete selection behavior
Olivier De Cannière
2021-11-08
PixelPaint: Use ErrorOr<T> for Image and Layer creation helpers
Andreas Kling
2021-07-07
PixelPaint: Allow partial invalidation of Layer and Image
Andreas Kling
2021-06-16
PixelPaint: Make the main UI tabbed and allow multiple open images :^)
Andreas Kling
2021-06-14
PixelPaint: Add copy action (copies the selection from active layer)
Andreas Kling
2021-06-12
PixelPaint: Guarantee that constructed Layer always has a Gfx::Bitmap
Andreas Kling
2021-06-12
PixelPaint: Use move semantics around Layer construction and accessors
Andreas Kling
2021-06-11
PixelPaint: Rename Layer::create_foo() => Layer::try_create_foo()
Andreas Kling
2021-06-11
PixelPaint: Convert to east-const style
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling