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
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