aseprite/src
David Capello 0b495085cc Move the active mask from Sprite class to Document.
+ Removed masks and paths repositories.
+ Added Document::isMaskVisible and Document::setMaskVisible methods.
2011-03-23 00:06:43 -03:00
..
allegro Modify sys_directx_assert() to call DebugBreak() instead of abort(). 2010-12-12 11:36:50 -03:00
app Add degree symbol in string representation of HSV colors. 2011-03-01 22:36:18 -03:00
base Add Document class, to remove app specific properties from Sprite. 2011-03-22 21:11:25 -03:00
commands Move the active mask from Sprite class to Document. 2011-03-23 00:06:43 -03:00
core Refactor filters (effects). 2011-03-13 15:50:31 -03:00
dialogs Move the active mask from Sprite class to Document. 2011-03-23 00:06:43 -03:00
file Move the active mask from Sprite class to Document. 2011-03-23 00:06:43 -03:00
filters Refactor filters (effects). 2011-03-13 15:50:31 -03:00
gfx Add Border(int) constructor. 2011-02-20 20:25:57 -03:00
gui Fix bug of hidden widgets when the frame is shown. 2011-03-08 23:21:37 -03:00
modules Add Document class, to remove app specific properties from Sprite. 2011-03-22 21:11:25 -03:00
raster Move the active mask from Sprite class to Document. 2011-03-23 00:06:43 -03:00
settings Refactor filters (effects). 2011-03-13 15:50:31 -03:00
skin Replace old gfx-data with graphics from the skin sheet. 2011-03-06 16:15:05 -03:00
tests Remove "j" prefix from some files in gui library. 2011-01-30 19:12:10 -03:00
tools Move the active mask from Sprite class to Document. 2011-03-23 00:06:43 -03:00
util Move the active mask from Sprite class to Document. 2011-03-23 00:06:43 -03:00
widgets Move the active mask from Sprite class to Document. 2011-03-23 00:06:43 -03:00
app.cpp Add Document class, to remove app specific properties from Sprite. 2011-03-22 21:11:25 -03:00
app.h Add Document class, to remove app specific properties from Sprite. 2011-03-22 21:11:25 -03:00
check_args.cpp Update copyright year to 2011. 2011-01-18 20:49:53 -03:00
check_args.h More updates for copyright year to 2011. 2011-01-20 18:32:31 -03:00
CMakeLists.txt Rename Undoable to UndoTransaction. 2011-03-22 21:22:13 -03:00
console.cpp Console::showException() does not modify the exception (added "const"). 2011-03-09 00:18:43 -03:00
console.h Console::showException() does not modify the exception (added "const"). 2011-03-09 00:18:43 -03:00
context.cpp Add Document class, to remove app specific properties from Sprite. 2011-03-22 21:11:25 -03:00
context.h Add Document class, to remove app specific properties from Sprite. 2011-03-22 21:11:25 -03:00
document_id.h Move the active mask from Sprite class to Document. 2011-03-23 00:06:43 -03:00
document_wrappers.h Add Document class, to remove app specific properties from Sprite. 2011-03-22 21:11:25 -03:00
document.cpp Move the active mask from Sprite class to Document. 2011-03-23 00:06:43 -03:00
document.h Move the active mask from Sprite class to Document. 2011-03-23 00:06:43 -03:00
documents.cpp Add Document class, to remove app specific properties from Sprite. 2011-03-22 21:11:25 -03:00
documents.h Add Document class, to remove app specific properties from Sprite. 2011-03-22 21:11:25 -03:00
errno_unittest.cpp Update copyright year to 2011. 2011-01-18 20:49:53 -03:00
gfxmode.cpp Add Document class, to remove app specific properties from Sprite. 2011-03-22 21:11:25 -03:00
gfxmode.h More updates for copyright year to 2011. 2011-01-20 18:32:31 -03:00
gui_xml.cpp Move "AseException" to "base::Exception" class. 2011-01-20 23:33:57 -03:00
gui_xml.h More updates for copyright year to 2011. 2011-01-20 18:32:31 -03:00
job.cpp Convert jalert to Alert C++ class. 2011-01-27 17:21:33 -03:00
job.h Convert jalert to Alert C++ class. 2011-01-27 17:21:33 -03:00
launcher.cpp Convert jalert to Alert C++ class. 2011-01-27 17:21:33 -03:00
launcher.h More updates for copyright year to 2011. 2011-01-20 18:32:31 -03:00
log.cpp Remove "j" prefix from some files in gui library. 2011-01-30 19:12:10 -03:00
log.h More updates for copyright year to 2011. 2011-01-20 18:32:31 -03:00
main.cpp Move jmalloc/jfree to base/ library as base_malloc/free (remove new/new0/renew macros). 2011-01-23 19:19:18 -03:00
recent_files.cpp Update copyright year to 2011. 2011-01-18 20:49:53 -03:00
recent_files.h More updates for copyright year to 2011. 2011-01-20 18:32:31 -03:00
resource_finder.cpp Update copyright year to 2011. 2011-01-18 20:49:53 -03:00
resource_finder.h More updates for copyright year to 2011. 2011-01-20 18:32:31 -03:00
resources_win32.rc More updates for copyright year to 2011. 2011-01-20 18:32:31 -03:00
ui_context.cpp Add Document class, to remove app specific properties from Sprite. 2011-03-22 21:11:25 -03:00
ui_context.h Add Document class, to remove app specific properties from Sprite. 2011-03-22 21:11:25 -03:00
undo_transaction.cpp Move the active mask from Sprite class to Document. 2011-03-23 00:06:43 -03:00
undo_transaction.h Rename Undoable to UndoTransaction. 2011-03-22 21:22:13 -03:00
xml_exception.cpp Move "AseException" to "base::Exception" class. 2011-01-20 23:33:57 -03:00
xml_exception.h Move "AseException" to "base::Exception" class. 2011-01-20 23:33:57 -03:00
xml_widgets.cpp Add <colorpicker> element for XML widgets. 2011-03-13 15:33:04 -03:00
xml_widgets.h More updates for copyright year to 2011. 2011-01-20 18:32:31 -03:00