David Capello 02324f4cbb Refactor: move current frame/layer from Sprite class to Editor/DocumentView
This change is the first step to create a mini editor with the capability
to show the animation while we edit other frames. Also it will allow us
to have two or more editors of the same document in different frames.

- Added DocumentLocation: now the location in a document is a property
  of the current Context (Context::getActiveLocation()).
- Added ContextAccess/Reader/Writer classes.
- Added DocumentApi class: high-level API with the majority of methods
  in UndoTransaction class (that were not directly related to a undo
  transaction).
- Added AddFrame/RemoveFrame undoers to handle add/remove frame correctly:
  this fix issue #212.
- Removed SetCurrentLayer/Frame undoers.
2013-03-11 20:29:45 -03:00
..
2012-10-30 21:08:33 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2012-07-14 16:55:16 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2012-08-24 21:42:46 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2013-01-27 12:13:13 -03:00
2011-09-06 19:37:35 -03:00

ASEPRITE Source Code

If you are here is because you want to learn about ASEPRITE source code. I'll try to write in these README.md files a summary of each module/library.