aseprite/src/app
David Capello 02e8c66da4 Remove signals and hooks in GUI code.
Several refactoring tasks where made:
- Removed the old Widget::id field (JID).
- Renamed Widget::get/setName to get/setId.
- Moved load_widget_from_xmlfile() to app::load_widget and WidgetLoader
  class.
- Removed jhook structure & jwidget_add_hook function. Hooks were replaced
  subclassing widgets.
- Added InitThemeEvent class and Widget::onInitTheme member function.
2012-06-15 23:37:59 -03:00
..
check_update.cpp Replace Allegro Sprite Editor or ASE with ASEPRITE in all files. 2012-01-06 01:12:57 -03:00
check_update.h Replace Allegro Sprite Editor or ASE with ASEPRITE in all files. 2012-01-06 01:12:57 -03:00
color_unittest.cpp Replace Allegro Sprite Editor or ASE with ASEPRITE in all files. 2012-01-06 01:12:57 -03:00
color_utils.cpp Change "imgtype" int type to PixelFormat enumeration. 2012-02-12 23:21:06 -03:00
color_utils.h Change "imgtype" int type to PixelFormat enumeration. 2012-02-12 23:21:06 -03:00
color.cpp Fix a bug trying to select a color index < 0 when there is no color selected in the palette view. 2012-05-02 23:09:56 -03:00
color.h Rename Color::toFormalString -> toHumanReadableString and replace bool param with an enum. 2012-02-12 23:32:34 -03:00
file_selector.cpp Remove signals and hooks in GUI code. 2012-06-15 23:37:59 -03:00
file_selector.h Remove signals and hooks in GUI code. 2012-06-15 23:37:59 -03:00
find_widget.h Remove signals and hooks in GUI code. 2012-06-15 23:37:59 -03:00
load_widget.h Remove signals and hooks in GUI code. 2012-06-15 23:37:59 -03:00
widget_loader.cpp Remove signals and hooks in GUI code. 2012-06-15 23:37:59 -03:00
widget_loader.h Remove signals and hooks in GUI code. 2012-06-15 23:37:59 -03:00
widget_not_found.h Remove signals and hooks in GUI code. 2012-06-15 23:37:59 -03:00
widget_type_mismatch.h Remove signals and hooks in GUI code. 2012-06-15 23:37:59 -03:00