index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
PixelPaint
/
Image.cpp
Age
Commit message (
Expand
)
Author
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling
2020-12-31
Everywhere: Fix more typos
Luke
2020-11-22
PixelPaint: Use UndoStack instead of History
BenJilks
2020-11-22
PixelPaint: Export image as BMP
BenJilks
2020-11-22
PixelPaint: Save and load to and from disk
BenJilks
2020-11-22
PixelPaint: Undo and redo actions
BenJilks
2020-09-05
PixelPaint: Allow pasting a copied bitmap as a new layer :^)
Andreas Kling
2020-07-23
PixelPaint: Add a GUI for editing opacity and visibility of layers
Andreas Kling
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-05-26
PixelPaint: Add selection functionality to the LayerListWidget
Andreas Kling
2020-05-26
PixelPaint: Allow reordering layer by dragging them in LayerListWidget
Andreas Kling
2020-05-26
PixelPaint: Have layers and images send out notifications on changes
Andreas Kling
2020-05-26
PixelPaint: Start working on a custom layer list widget
Andreas Kling
2020-05-20
PixelPaint: Support panning and scaling the image we're working on :^)
Andreas Kling
2020-05-20
PixelPaint: Rename from PaintBrush :^)
Andreas Kling