David Capello
|
46f4002368
|
Fix crashes saving sprites with '%' char in their filename
To fix this we changed the way StatusBar text is handled (we are using
fmt::format() in StatusBar instead of printf-like ... args now).
|
2020-05-08 17:39:55 -03:00 |
David Capello
|
df74444347
|
Now ContextWriter will always wait 1/2 second to unlock the backup thread
|
2020-02-05 17:50:17 -03:00 |
David Capello
|
73de6c8b1d
|
Add ability to edit multiple slices
Related to #721 and #1651, still need more work to give a better UX to
edit static and animated slices.
|
2019-05-02 16:26:13 -03:00 |
David Capello
|
271865e13d
|
Remove unused Command::clone() member function
|
2019-01-07 17:03:38 -03:00 |
David Capello
|
70629d6f89
|
Use Tx instead of Transaction in commands
|
2018-08-20 16:00:59 -03:00 |
David Capello
|
9c79ea2b77
|
Rename app::Document -> Doc
|
2018-07-07 11:54:44 -03:00 |
David Capello
|
ee5842cde3
|
Rename DocumentApi -> DocApi
|
2018-07-07 03:07:16 -03:00 |
David Capello
|
e0a60b6748
|
Generate the list of command IDs from en.ini file
|
2017-12-01 15:10:21 -03:00 |
David Capello
|
ccee49c02b
|
Move command friendly names to the strings file
Related to #124
|
2017-11-30 23:41:45 -03:00 |
David Capello
|
643cad5c97
|
Add basic implementation of slice tool (#721) to modify theme parts
It still need support to export to .aseprite-data as <slice> XML elements, and animation support.
|
2017-03-06 19:27:43 -03:00 |