aseprite/data/widgets/undo_history.xml
David Capello 2eada35a38 Add "Undo History" command (fix #739)
Added member functions to undo::UndoHistory and
app::DocumentUndo to iterate all states of the undo history.
Also we’ve added app::DocumentUndoObserver to see when new states
are added in the undo history.
2015-10-20 11:27:05 -03:00

10 lines
242 B
XML

<!-- ASEPRITE -->
<!-- Copyright (C) 2015 by David Capello -->
<gui>
<window id="undo_history" text="Undo History">
<view id="view" expansive="true" width="80" height="100">
<listbox id="actions" />
</view>
</window>
</gui>