aseprite/src/undo
David Capello 66564e354f Fix issue #394 - crash when we cancel the file save operation
There were problems calling a pure virtual function (IFileOpProgress
implemented by OpenFileJob) when we are already in ~Job() dtor. So we've
to wait the background thread (added Job::waitJob() function) to join
the thread so it can use IFileOpProgress safely.

Also the save process of .ase files now can be cancelled (it wasn't
possible before).
2014-05-02 17:04:55 -03:00
..
CMakeLists.txt Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
LICENSE.txt Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
modification.h Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
object_id.h Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
objects_container.h Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
README.md Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
undo_exception.h Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
undo_history.cpp Fix issue #394 - crash when we cancel the file save operation 2014-05-02 17:04:55 -03:00
undo_history.h Fix issue #394 - crash when we cancel the file save operation 2014-05-02 17:04:55 -03:00
undoer.h Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
undoers_collector.h Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
undoers_stack.cpp Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
undoers_stack.h Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00

Aseprite Undo Library

Copyright (C) 2001-2013 David Capello

Distributed under MIT license