aseprite/src/widgets
David Capello 47669fe6f1 Add SpriteReader wrapper to lock the sprite when Editor paints it.
+ Fixed critical bugs using "sprite resize" command and drawing
  the current editor (fixed usage of invalid memory pointers).
  It happens because the resize command is executed in a background
  thread, and at the same time the user can cancel or move a progress
  dialog (generating redraw events to the editor).
+ Anyway this change incorporates some other problems with effects
  where they keep locked the sprite in the whole command execution,
  so the effect preview cannot be visualized. This will be fixed with
  a refactor of the entire effect/preview stuff.
2011-03-08 01:25:46 -03:00
..
editor Add SpriteReader wrapper to lock the sprite when Editor paints it. 2011-03-08 01:25:46 -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 Rewrite the entire color selector as C++ class. 2011-03-01 22:50:49 -03:00
color_button.h Rewrite the entire color selector as C++ class. 2011-03-01 22:50:49 -03:00
color_selector.cpp Add ColorSlidersChangeEvent so ColorSliders::ColorChange signal 2011-03-03 22:16:54 -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
curvedit.cpp Refactor the entire view widget to View, Viewport, and ScrollBar C++ classes. 2011-02-20 18:35:21 -03:00
curvedit.h Remove "j" prefix from some files in gui library. 2011-01-30 19:12:10 -03:00
editor.h Refactor the entire view widget to View, Viewport, and ScrollBar C++ classes. 2011-02-20 18:35:21 -03:00
fileview.cpp Refactor the entire view widget to View, Viewport, and ScrollBar C++ classes. 2011-02-20 18:35:21 -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 Rewrite the entire color selector as C++ class. 2011-03-01 22:50:49 -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 New color-bar with scrollable palette-view. 2011-02-23 19:29:57 -03:00
palette_view.h New color-bar with scrollable palette-view. 2011-02-23 19:29:57 -03:00
preview.cpp Remove "j" prefix from some files in gui library. 2011-01-30 19:12:10 -03:00
preview.h Remove "j" prefix from some files in gui library. 2011-01-30 19:12:10 -03:00
statebar.cpp Replace old gfx-data with graphics from the skin sheet. 2011-03-06 16:15:05 -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
target.cpp Replace old gfx-data with graphics from the skin sheet. 2011-03-06 16:15:05 -03:00
target.h Remove "j" prefix from some files in gui library. 2011-01-30 19:12:10 -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