5 Commits

Author SHA1 Message Date
David Capello
2100c45de2 Fix memory leaks when we use doc::Keyframes structure
Detected with LeakSanitizer on keyframes_tests but also reported in
PR #3141. We've finally solved this problem using std::unique_ptr.
2022-02-24 19:53:42 -03:00
David Capello
9c98f9c4df Don't use Preferences to get default slice color in background thread
Continuation of 673e1955fa10e8ce643c80f64c439852b543f62a
2019-04-01 15:01:16 -03:00
David Capello
fece0cf025 Minor fix with includes
My mistake: <cstring> for std::strlen() and <cstdlib> for std::strtol().
2017-04-12 13:03:45 -03:00
David Capello
5cfb0cd189 Fix gcc compilation 2017-04-12 12:52:28 -03:00
David Capello
80c61ca926 Export slice data in .aseprite-data file (#721) 2017-04-12 12:35:13 -03:00