split transform into cut and copy commands and implement history

This commit is contained in:
2018-11-25 22:14:50 +01:00
parent 0d0cd3db7f
commit 0685155a45
5 changed files with 204 additions and 45 deletions

View File

@@ -1039,7 +1039,8 @@ Here's a list of what's available in this release.
<image path="data/ui/line.png" width="100%" height="100%" align="center" justify="flex-end"/>
</button-custom>
<button id="btn-grid" width="50" height="100%" margin="0 0 0 5" text="Grid"/>
<button id="btn-transform" width="80" height="100%" margin="0 0 0 5" text="Transform"/>
<button id="btn-copy" width="50" height="100%" margin="0 0 0 5" text="Copy"/>
<button id="btn-cut" width="50" height="100%" margin="0 0 0 5" text="Cut"/>
<!-- <button id="btn-fill" width="50" height="100%" margin="0 0 0 0" text="Fill"/> -->
<button-custom id="btn-mask-free" width="50" height="100%" margin="0 0 0 5" thickness="1" border-color="0 0 0 1" pad="2">
<image path="data/ui/sel-free.png" width="100%" height="100%" align="center" justify="flex-end"/>