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.cpp
Age
Commit message (
Expand
)
Author
2023-01-03
PixelPaint: Cleanup the Image class
Baitinq
2023-01-03
PixelPaint: Propagate errors in {flip,crop,rotate,resize} functions
Baitinq
2022-12-07
Meta+Userland: Pass Gfx::IntSize by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-02
PixelPaint+LibGfx: Allow resizing images and layers
jack gleeson
2022-10-24
PixelPaint: Limit editing tools to selection
Timothy Slater
2022-10-19
PixelPaint: Ensure bitmap contains selected pixel before deleting
Timothy Slater
2022-08-31
PixelPaint: Make erase_selection work for non-rectangular selections
Timothy Slater
2022-08-25
PixelPaint: Reduce verbosity of crop to content feature
faxe1008
2022-08-23
PixelPaint: Add simple "Crop Image to Content" feature
Andreas Kling
2022-07-12
Everywhere: Split Error::from_string_literal and Error::from_string_view
sin-ack
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: Respect Mask when generating the display 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-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-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::clone()
Andreas Kling
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-15
PixelPaint: Fix crash when copying empty selection
Gavin Downard
2021-07-07
PixelPaint: Allow partial invalidation of Layer and Image
Andreas Kling
2021-06-22
PixelPaint: Allow copying arbitrary selections
Davipb
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-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-04
PixelPaint: Avoid notifying image when creating a layer's snapshot
Marco Cutecchia
2021-03-16
LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling