piskel/js
juliandescottes 17bf7b3807 Added undo/redo feature
* new file : HistoryManager.js
* can undo (ctrl-z) and redo (ctrl-y) changes performed through the
tools
* history states are recorded per frame
* a new state is recorder each time a tool is released (introduced
TOOL_RELEASED event for this purpose)
* a duplicated frame doesn't inherit the history states of the original
frame
* there is no limit to the number of states that can be stored per frame
* actions such as creating/duplicating/deleting a frame are not
concerned by this update
2012-09-07 00:18:59 +02:00
..
controller Fixed animation preview when deleting 2012-09-05 00:42:25 +02:00
drawingtools oh well ... 2012-09-06 00:40:27 +02:00
lib Cleanup of piskel.js 2012-09-03 01:24:55 +02:00
model Added undo/redo feature 2012-09-07 00:18:59 +02:00
rendering moved Frame and FrameSheet to model package 2012-09-04 22:40:54 +02:00
Constants.js Integration (with myself) fixes 2012-09-03 20:45:25 +02:00
Events.js Added undo/redo feature 2012-09-07 00:18:59 +02:00
HistoryManager.js Added undo/redo feature 2012-09-07 00:18:59 +02:00
LocalStorageService.js Cleanup of piskel.js 2012-09-03 01:24:55 +02:00
Notification.js Cleanup of piskel.js 2012-09-03 01:24:55 +02:00
Palette.js Added secondary color support. 2012-09-06 22:37:19 +02:00
piskel.js Added undo/redo feature 2012-09-07 00:18:59 +02:00
ToolSelector.js Added secondary color support. 2012-09-06 22:37:19 +02:00
utils.js Removed all references to normalizeCOlor 2012-09-03 22:31:56 +02:00