aseprite/src
2010-07-23 20:02:38 -03:00
..
commands Fixed warning about probably uninitialized variables. 2010-07-23 20:02:38 -03:00
core Moved check_args.cpp from src/core/ to src/. 2010-07-16 17:00:37 -03:00
dialogs Removed JI_SIGNAL_REMOVE_CHILD and JI_SIGNAL_NEW_PARENT. 2010-07-19 18:57:16 -03:00
effect Replaced old DIRS structure with ResourceFinder class. 2010-07-16 16:56:45 -03:00
file Fixed save/load operations of .ase format for sprites with less than 256 colors. 2010-06-23 10:38:07 -03:00
intl Replaced old DIRS structure with ResourceFinder class. 2010-07-16 16:56:45 -03:00
jinete Removed JI_SIGNAL_REMOVE_CHILD and JI_SIGNAL_NEW_PARENT. 2010-07-19 18:57:16 -03:00
modules Replaced old DIRS structure with ResourceFinder class. 2010-07-16 16:56:45 -03:00
raster Removed usage of color_map in ImageImpl<IndexedTraits>::merge() function. 2010-07-16 18:21:05 -03:00
settings Added ISettings::getOnionskinOpacityBase/Step() methods. 2010-07-16 18:46:19 -03:00
tests Replaced jwidget_show/hide/is_visible/is_hidden functions with Widget::isVisible/setVisible methods. 2010-07-04 12:03:14 -03:00
tools Replaced old DIRS structure with ResourceFinder class. 2010-07-16 16:56:45 -03:00
util Minor improvement to BlenderHelper<RgbTraits, IndexedTraits> saving the current palette as member. 2010-07-17 20:50:24 -03:00
widgets Fixed compilation errors in gcc 3.4. 2010-07-23 20:01:52 -03:00
app.cpp Moved check_args.cpp from src/core/ to src/. 2010-07-16 17:00:37 -03:00
app.h Converted tabs widget to Tabs class and ITabsHandler interface. 2010-06-13 17:51:22 -03:00
ase_exception.cpp
ase_exception.h
check_args.cpp Moved check_args.cpp from src/core/ to src/. 2010-07-16 17:00:37 -03:00
check_args.h Moved check_args.cpp from src/core/ to src/. 2010-07-16 17:00:37 -03:00
console.cpp Avoid some compilation warnings and errors with gcc on linux. 2010-07-23 16:51:11 -03:00
console.h
context.cpp
context.h
gfxmode.cpp
gfxmode.h
launcher.cpp Added Launcher::openFile() command for Linux. 2010-07-07 15:10:31 -03:00
launcher.h Added "Quick Reference" command. 2010-07-03 13:34:17 -03:00
main.cpp Avoid some compilation warnings and errors with gcc on linux. 2010-07-23 16:51:11 -03:00
mem_utils.cpp Moved get_pretty_memsize (core.h) to get_pretty_memory_size (mem_utils.h). 2010-07-16 16:05:56 -03:00
mem_utils.h Moved get_pretty_memsize (core.h) to get_pretty_memory_size (mem_utils.h). 2010-07-16 16:05:56 -03:00
pen_type.h Updated copyright to 2010. 2010-04-28 23:52:51 -03:00
recent_files.cpp
recent_files.h
resource_finder.cpp Avoid some compilation warnings and errors with gcc on linux. 2010-07-23 16:51:11 -03:00
resource_finder.h Replaced old DIRS structure with ResourceFinder class. 2010-07-16 16:56:45 -03:00
resources_win32.rc Renamed icon.rc to resources_win32.rc, and added VERSIONINFO resource. 2010-07-18 18:27:42 -03:00
sprite_wrappers.h
tiled_mode.h Updated copyright to 2010. 2010-04-28 23:52:51 -03:00
ui_context.cpp Converted tabs widget to Tabs class and ITabsHandler interface. 2010-06-13 17:51:22 -03:00
ui_context.h
undoable.cpp Fixed problems with cel position alignment in Undoable::clear_mask and paste_image members functions. 2010-05-03 22:55:06 -03:00
undoable.h