Images 💾

Last commit ⭐

commit bf25b0a0b586930f29ee7ec12ddddd72879eaa9b
Author:     Andreas Kling <kling@serenityos.org>
AuthorDate: Sun Aug 21 20:33:03 2022 +0200
Commit:     Andreas Kling <kling@serenityos.org>
CommitDate: Sun Aug 21 20:33:03 2022 +0200

    PixelPaint: Show more specific Undo/Redo action text
    
    The Undo/Redo actions now tell you what kind of action will be
    undone/redone. This is achieved by adding an "action text" field to the
    ImageUndoCommand and having everyone who calls did_complete_action()
    provide this text.