summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint/Layer.h
AgeCommit message (Expand)Author
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