summaryrefslogtreecommitdiff
path: root/Applications/PixelPaint/Image.cpp
AgeCommit message (Expand)Author
2021-01-12Applications: Move to Userland/Applications/Andreas Kling
2020-12-31Everywhere: Fix more typosLuke
2020-11-22PixelPaint: Use UndoStack instead of HistoryBenJilks
2020-11-22PixelPaint: Export image as BMPBenJilks
2020-11-22PixelPaint: Save and load to and from diskBenJilks
2020-11-22PixelPaint: Undo and redo actionsBenJilks
2020-09-05PixelPaint: Allow pasting a copied bitmap as a new layer :^)Andreas Kling
2020-07-23PixelPaint: Add a GUI for editing opacity and visibility of layersAndreas Kling
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-26PixelPaint: Add selection functionality to the LayerListWidgetAndreas Kling
2020-05-26PixelPaint: Allow reordering layer by dragging them in LayerListWidgetAndreas Kling
2020-05-26PixelPaint: Have layers and images send out notifications on changesAndreas Kling
2020-05-26PixelPaint: Start working on a custom layer list widgetAndreas Kling
2020-05-20PixelPaint: Support panning and scaling the image we're working on :^)Andreas Kling
2020-05-20PixelPaint: Rename from PaintBrush :^)Andreas Kling