aseprite/src
2011-01-23 19:35:22 -03:00
..
allegro Modify sys_directx_assert() to call DebugBreak() instead of abort(). 2010-12-12 11:36:50 -03:00
app More updates for copyright year to 2011. 2011-01-20 18:32:31 -03:00
base Move jmalloc/jfree to base/ library as base_malloc/free (remove new/new0/renew macros). 2011-01-23 19:19:18 -03:00
commands Replace jwidget_dirty/invalidate and Widget::dirty functions with new Widget::invalidate* member functions. 2011-01-21 19:45:04 -03:00
core Move jmalloc/jfree to base/ library as base_malloc/free (remove new/new0/renew macros). 2011-01-23 19:19:18 -03:00
dialogs Move jmalloc/jfree to base/ library as base_malloc/free (remove new/new0/renew macros). 2011-01-23 19:19:18 -03:00
effect Move jmalloc/jfree to base/ library as base_malloc/free (remove new/new0/renew macros). 2011-01-23 19:19:18 -03:00
file Add support to load only the first frame of the animation (used in file selector's preview). 2011-01-23 19:35:22 -03:00
gfx More updates for copyright year to 2011. 2011-01-20 18:32:31 -03:00
gui Move jmalloc/jfree to base/ library as base_malloc/free (remove new/new0/renew macros). 2011-01-23 19:19:18 -03:00
modules Move jmalloc/jfree to base/ library as base_malloc/free (remove new/new0/renew macros). 2011-01-23 19:19:18 -03:00
raster Move jmalloc/jfree to base/ library as base_malloc/free (remove new/new0/renew macros). 2011-01-23 19:19:18 -03:00
settings Move pen_type.h to raster directory. 2011-01-21 17:16:21 -03:00
tests More updates for copyright year to 2011. 2011-01-20 18:32:31 -03:00
tools Move "AseException" to "base::Exception" class. 2011-01-20 23:33:57 -03:00
util Move jmalloc/jfree to base/ library as base_malloc/free (remove new/new0/renew macros). 2011-01-23 19:19:18 -03:00
widgets Move jmalloc/jfree to base/ library as base_malloc/free (remove new/new0/renew macros). 2011-01-23 19:19:18 -03:00
app.cpp Avoid memory leaks from GuiXml singleton. 2011-01-22 20:30:44 -03:00
app.h More updates for copyright year to 2011. 2011-01-20 18:32:31 -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 Move SkinneableTheme in src/modules/ directory to SkinTheme in src/. 2011-01-21 17:29:45 -03:00
console.cpp Move jmalloc/jfree to base/ library as base_malloc/free (remove new/new0/renew macros). 2011-01-23 19:19:18 -03:00
console.h Move "AseException" to "base::Exception" class. 2011-01-20 23:33:57 -03:00
context.cpp Move "AseException" to "base::Exception" class. 2011-01-20 23:33:57 -03:00
context.h Move "AseException" to "base::Exception" class. 2011-01-20 23:33:57 -03:00
errno_unittest.cpp Update copyright year to 2011. 2011-01-18 20:49:53 -03:00
gfxmode.cpp Update copyright year to 2011. 2011-01-18 20:49:53 -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 Update copyright year to 2011. 2011-01-18 20:49:53 -03:00
job.h More updates for copyright year to 2011. 2011-01-20 18:32:31 -03:00
launcher.cpp Update copyright year to 2011. 2011-01-18 20:49:53 -03:00
launcher.h More updates for copyright year to 2011. 2011-01-20 18:32:31 -03:00
log.cpp Update copyright year to 2011. 2011-01-18 20:49:53 -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
skin_theme.cpp Remove jwidget_close_window function. 2011-01-21 23:49:07 -03:00
skin_theme.h Remove jtheme and JTheme types, use Theme class directly. 2011-01-21 17:50:04 -03:00
sprite_wrappers.h Move "AseException" to "base::Exception" class. 2011-01-20 23:33:57 -03:00
tiled_mode.h More updates for copyright year to 2011. 2011-01-20 18:32:31 -03:00
ui_context.cpp Refactor all member functions of Context class to camel case. 2011-01-20 19:58:11 -03:00
ui_context.h Refactor all member functions of Context class to camel case. 2011-01-20 19:58:11 -03:00
undoable.cpp Update copyright year to 2011. 2011-01-18 20:49:53 -03:00
undoable.h More updates for copyright year to 2011. 2011-01-20 18:32:31 -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 Move jmalloc/jfree to base/ library as base_malloc/free (remove new/new0/renew macros). 2011-01-23 19:19:18 -03:00
xml_widgets.h More updates for copyright year to 2011. 2011-01-20 18:32:31 -03:00