aseprite/src/widgets
David Capello 8e5c950df8 Refactored the entire Undo system in several layers.
+ Added "undo" library (undo namespace).
+ Moved UndoHistory to undo namespace.
+ Added Undoer and UndoersCollector interfaces.
+ Converted old UndoStream to UndoersStack class.
+ Added new "undoers" namespace and moved each Undoer implementation
  (classes to undo different actions) to "undoers" directory.
+ Added IO operations to "raster" objects (image, cel, layer, palette,
  mask).
2011-03-26 17:40:55 -03:00
..
editor Refactored the entire Undo system in several layers. 2011-03-26 17:40:55 -03:00
color_bar.cpp New color-bar with scrollable palette-view. 2011-02-23 19:29:57 -03:00
color_bar.h New color-bar with scrollable palette-view. 2011-02-23 19:29:57 -03:00
color_button.cpp Move jwidget_relayout() to Widget::layout(). 2011-03-08 23:18:04 -03:00
color_button.h Rewrite the entire color selector as C++ class. 2011-03-01 22:50:49 -03:00
color_selector.cpp Use Widget::layout() instead of Widget::setBounds(getBounds). 2011-03-08 23:23:13 -03:00
color_selector.h Add ColorSlidersChangeEvent so ColorSliders::ColorChange signal 2011-03-03 22:16:54 -03:00
color_sliders.cpp Add ColorSlidersChangeEvent so ColorSliders::ColorChange signal 2011-03-03 22:16:54 -03:00
color_sliders.h Add ColorSlidersChangeEvent so ColorSliders::ColorChange signal 2011-03-03 22:16:54 -03:00
editor.h Add Document class, to remove app specific properties from Sprite. 2011-03-22 21:11:25 -03:00
fileview.cpp Add Document class, to remove app specific properties from Sprite. 2011-03-22 21:11:25 -03:00
fileview.h Remove "j" prefix from some files in gui library. 2011-01-30 19:12:10 -03:00
groupbut.cpp Replace old gfx-data with graphics from the skin sheet. 2011-03-06 16:15:05 -03:00
groupbut.h More updates for copyright year to 2011. 2011-01-20 18:32:31 -03:00
hex_color_entry.cpp Remove unreferenced local variable warning. 2011-03-08 23:18:18 -03:00
hex_color_entry.h Rewrite the entire color selector as C++ class. 2011-03-01 22:50:49 -03:00
menuitem.cpp Remove "j" prefix from some files in gui library. 2011-01-30 19:12:10 -03:00
menuitem.h Remove "j" prefix from some files in gui library. 2011-01-30 19:12:10 -03:00
palette_view.cpp Use C99 uint*_t instead of ase_uint*. 2011-03-24 18:36:19 -03:00
palette_view.h New color-bar with scrollable palette-view. 2011-02-23 19:29:57 -03:00
statebar.cpp Move UndoHistory from raster/ to undo/ directory. 2011-03-24 11:50:00 -03:00
statebar.h Change SIGNAL_COLORBUTTON_CHANGE to ColorButton::Change signal. 2011-02-20 19:37:42 -03:00
tabs.cpp Replace old gfx-data with graphics from the skin sheet. 2011-03-06 16:15:05 -03:00
tabs.h Minor changes: comments to C++ style. 2011-03-06 16:55:26 -03:00
toolbar.cpp Add shortcut in the tool-tip of ToolBar. 2011-02-15 09:55:44 -03:00
toolbar.h Remove "j" prefix from some files in gui library. 2011-01-30 19:12:10 -03:00