aseprite/src
2011-03-26 20:43:43 -03:00
..
allegro Modify sys_directx_assert() to call DebugBreak() instead of abort(). 2010-12-12 11:36:50 -03:00
app Use C99 uint*_t instead of ase_uint*. 2011-03-24 18:36:19 -03:00
base Use <iosfwd> instead of <iostream> in base/serialization.h. 2011-03-26 15:09:44 -03:00
commands Add a simple DeveloperConsole for debugging purposes (F11 key). 2011-03-26 20:43:43 -03:00
core Refactor filters (effects). 2011-03-13 15:50:31 -03:00
dialogs Fix bug #14, don't ask for saving changes when read-only commands are used. 2011-03-26 19:58:52 -03:00
file Use C99 uint*_t instead of ase_uint*. 2011-03-24 18:36:19 -03:00
filters Use C99 uint*_t instead of ase_uint*. 2011-03-24 18:36:19 -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 Fix bug #14, don't ask for saving changes when read-only commands are used. 2011-03-26 19:58:52 -03:00
raster Implement LayerImage::getCel() in terms of LayerImage::getCel() const. 2011-03-26 18:49:29 -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 Use C99 uint*_t instead of ase_uint*. 2011-03-24 18:36:19 -03:00
undo Mask and palettes do not need to be serialized with IDs because 2011-03-26 20:13:49 -03:00
undoers Mask and palettes do not need to be serialized with IDs because 2011-03-26 20:13:49 -03:00
util Fix bug #14, don't ask for saving changes when read-only commands are used. 2011-03-26 19:58:52 -03:00
widgets Fix bug #14, don't ask for saving changes when read-only commands are used. 2011-03-26 19:58:52 -03:00
app.cpp Fix bug #14, don't ask for saving changes when read-only commands are used. 2011-03-26 19:58:52 -03:00
app.h Fix bug #14, don't ask for saving changes when read-only commands are used. 2011-03-26 19:58:52 -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 Add a simple DeveloperConsole for debugging purposes (F11 key). 2011-03-26 20:43:43 -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 Use C99 uint*_t instead of ase_uint*. 2011-03-24 18:36:19 -03:00
document_wrappers.h Rename DocumentWriter::unlock_writter() to unlockWriter(). 2011-03-24 10:26:40 -03:00
document.cpp Refactored the entire Undo system in several layers. 2011-03-26 17:40:55 -03:00
document.h Refactored the entire Undo system in several layers. 2011-03-26 17:40:55 -03:00
documents.cpp Move UndoHistory from raster/ to undo/ directory. 2011-03-24 11:50:00 -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
objects_container_impl_unittest.cpp Add ObjectsContainer interface in src/undo/ so UndoHistory has a way to 2011-03-24 18:03:38 -03:00
objects_container_impl.cpp Refactored the entire Undo system in several layers. 2011-03-26 17:40:55 -03:00
objects_container_impl.h Refactored the entire Undo system in several layers. 2011-03-26 17:40:55 -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 Move UndoHistory from raster/ to undo/ directory. 2011-03-24 11:50:00 -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 Fix bug #14, don't ask for saving changes when read-only commands are used. 2011-03-26 19:58:52 -03:00
undo_transaction.h Fix bug #14, don't ask for saving changes when read-only commands are used. 2011-03-26 19:58:52 -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