David Capello
|
9b32ebdad6
|
Rename Undo class to UndoHistory.
|
2011-03-13 17:33:42 -03:00 |
|
David Capello
|
3887173fac
|
Rename all commands to camel case.
|
2011-01-20 20:46:58 -03:00 |
|
David Capello
|
d6eb20ef7e
|
Update copyright year to 2011.
|
2011-01-18 20:49:53 -03:00 |
|
David Capello
|
aa0229f950
|
Fix "paste" command when we paste in an empty spot (layer/frame without a created cel).
|
2010-08-22 20:51:29 -03:00 |
|
David Capello
|
4b2f341af1
|
Refactored Command class to contain extensions points (virtual methods) as protected members (except clone() method).
+ Renamed Command::load_params -> onLoadParams
+ Renamed Command::enabled -> onEnabled
+ Renamed Command::checked -> onChecked
+ Renamed Command::execute -> onExecute
+ Added public (non-virtual methods) Command::execute/loadParams/isChecked/isEnabled.
|
2010-07-31 12:23:45 -03:00 |
|
David Capello
|
475d0eeb1b
|
Refactored Sprite class: no public variable members, all functions sprite_* go as Sprite function members, pimpl idiom.
|
2010-03-30 21:43:18 -03:00 |
|
David Capello
|
b747ccdaa6
|
Updated copyright year to 2010
|
2010-02-01 21:25:40 +00:00 |
|
David Capello
|
5455136f35
|
Internal refactoring of commands to support record/play macros in the near future.
|
2009-10-09 01:34:06 +00:00 |
|
David Capello
|
b0c56578ca
|
Moved modules/sprites.cpp to effect/images_ref.cpp
|
2009-08-17 23:45:55 +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 |
|
David Capello
|
c4be9fe5b4
|
Added Context and UIContext classes.
Added CurrentSprite class.
Removed current_sprite global.
Moved all functions of 'sprites' module to Context/UIContext.
|
2009-06-01 02:59:15 +00:00 |
|
David Capello
|
73d1920e78
|
Added support to copy & paste to/from the Windows Clipboard.
|
2009-03-07 19:14:40 +00:00 |
|
David Capello
|
8e498470d5
|
Fixed bug #2511762 (thanks to Clayton Enga for the patch).
Added the feature #2419098 (David Campo idea).
|
2009-01-24 00:41:01 +00:00 |
|
David Capello
|
a587132ffe
|
Project converted to C++.
|
2008-09-30 21:01:54 +00:00 |
|