aseprite/src/undo
David Capello 7b639e814b Fix problems generating a lot of consecutive "undo" entries when the palette were modified.
+ Added Undo::graftUndoerInLastGroup() member function.
+ Modify the PaletteEntryEditor to group a sequence of SetPaletteColors
  undoers in the same group using the new Undo::graftUndoerInLastGroup().
2011-08-09 22:40:09 -03:00
..
CMakeLists.txt Remove UndoHistory::undo_* member functions to use Undoers directly 2011-03-30 18:27:52 -07:00
LICENSE.txt Refactored the entire Undo system in several layers. 2011-03-26 17:40:55 -03:00
modification.h Fix bug #14, don't ask for saving changes when read-only commands are used. 2011-03-26 19:58:52 -03:00
object_id.h Refactored the entire Undo system in several layers. 2011-03-26 17:40:55 -03:00
objects_container.h Refactored the entire Undo system in several layers. 2011-03-26 17:40:55 -03:00
undo_exception.h Refactored the entire Undo system in several layers. 2011-03-26 17:40:55 -03:00
undo_history.cpp Fix problems generating a lot of consecutive "undo" entries when the palette were modified. 2011-08-09 22:40:09 -03:00
undo_history.h Fix problems generating a lot of consecutive "undo" entries when the palette were modified. 2011-08-09 22:40:09 -03:00
undoer.h Refactored the entire Undo system in several layers. 2011-03-26 17:40:55 -03:00
undoers_collector.h Refactored the entire Undo system in several layers. 2011-03-26 17:40:55 -03:00
undoers_stack.cpp Fix UndoHistory to adjust m_diffCount correctly. 2011-03-26 23:20:45 -03:00
undoers_stack.h Fix problems generating a lot of consecutive "undo" entries when the palette were modified. 2011-08-09 22:40:09 -03:00