Commit Graph

7 Commits

Author SHA1 Message Date
David Capello
33f804213d Added is_empty, freeze, unfreeze, add, reserve, and shrink function member of Mask class. 2010-01-27 21:16:49 +00:00
David Capello
f79ac322cb Fixed a bug in Undoable::copy_previous_frame (using LayerImage::add_cel directly instead of Undoable::add_cel). 2009-11-23 01:25:06 +00:00
David Capello
0e0dacb158 Fixed Undoable::background_from_layer when the layer to be converted to background has empty cels. 2009-11-18 15:24:02 +00:00
David Capello
be8a97f5b8 Fixed a bug in Undoable::clear_mask 2009-11-18 14:46:05 +00:00
David Capello
cbc0bf22bd Refactored Layer class to include all layer_* functions as member functions. 2009-11-17 13:12:26 +00:00
David Capello
f8f45dc0e5 + Added Flip Canvas Horizontal/Vertical commands.
+ Fixed problems with keyboard shortcuts for commands with arguments.
2009-07-10 02:08:41 +00:00
David Capello
3885f37f45 + CurrentSprite class was split in SpriteWrapper/Reader/Writer, and CurrentSpriteReader/Writer wrappers.
+ More routines are using exceptions for error handling.
+ Added JWidgetPtr class.
+ Added Undoable::set_imgtype/layer_from_background/flatten_layers.
2009-06-11 15:11:11 +00:00