Age | Commit message (Expand) | Author |
---|---|---|
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 |