aseprite/src
2011-03-27 14:54:37 -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 Move src/widgets/editor.h to src/widgets/editor/editor.h. 2011-03-27 14:54:37 -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 Add ContextFlags to simplify Command::onEnabled() implementations. 2011-03-27 14:51:02 -03:00
modules Move src/widgets/editor.h to src/widgets/editor/editor.h. 2011-03-27 14:54:37 -03:00
raster Remove LayerImage(const LayerImage*, Sprite*) ctor. 2011-03-26 23:23:50 -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 Fix bug in ink_hline8_blur(). 2011-03-26 23:55:59 -03:00
undo Fix UndoHistory to adjust m_diffCount correctly. 2011-03-26 23:20:45 -03:00
undoers Mask and palettes do not need to be serialized with IDs because 2011-03-26 20:13:49 -03:00
util Move src/widgets/editor.h to src/widgets/editor/editor.h. 2011-03-27 14:54:37 -03:00
widgets Move src/widgets/editor.h to src/widgets/editor/editor.h. 2011-03-27 14:54:37 -03:00
app.cpp Move src/widgets/editor.h to src/widgets/editor/editor.h. 2011-03-27 14:54:37 -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 ContextFlags to simplify Command::onEnabled() implementations. 2011-03-27 14:51:02 -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_flags.cpp Add ContextFlags to simplify Command::onEnabled() implementations. 2011-03-27 14:51:02 -03:00
context_flags.h Add ContextFlags to simplify Command::onEnabled() implementations. 2011-03-27 14:51:02 -03:00
context.cpp Add ContextFlags to simplify Command::onEnabled() implementations. 2011-03-27 14:51:02 -03:00
context.h Add ContextFlags to simplify Command::onEnabled() implementations. 2011-03-27 14:51:02 -03:00
document_id.h Use C99 uint*_t instead of ase_uint*. 2011-03-24 18:36:19 -03:00
document_wrappers.h Improve Document::lock() with an enum as parameter instead of a bool. 2011-03-27 00:15:08 -03:00
document.cpp Improve Document::lock() with an enum as parameter instead of a bool. 2011-03-27 00:15:08 -03:00
document.h Improve Document::lock() with an enum as parameter instead of a bool. 2011-03-27 00:15:08 -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 Minor changes in UndoTransaction to avoid throwing exceptions from its dtor. 2011-03-26 23:05:24 -03:00
undo_transaction.h Minor changes in UndoTransaction to avoid throwing exceptions from its dtor. 2011-03-26 23:05:24 -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