aseprite/src
2010-08-03 23:01:33 -03:00
..
commands Add PreferredSizeEvent and Widget::onPreferredSize to replace JM_REQSIZE message. 2010-08-02 22:57:41 -03:00
core Moved check_args.cpp from src/core/ to src/. 2010-07-16 17:00:37 -03:00
dialogs Renamed locked_sprite_exception to LockedSpriteException. 2010-07-31 12:28:03 -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 Add PreferredSizeEvent and Widget::onPreferredSize to replace JM_REQSIZE message. 2010-08-02 22:57:41 -03:00
modules Remove unused local variable in draw_color() function. 2010-08-03 23:01:33 -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 Added BITMAP argument in jdraw_text() function. 2010-07-26 00:28:24 -03:00
tools Replaced old DIRS structure with ResourceFinder class. 2010-07-16 16:56:45 -03:00
util Add "palette" argument in RenderEngine::renderImage method and BlenderHelper<> ctor. 2010-08-01 12:24:35 -03:00
widgets Rename Widget::msg_proc to Widget::onProcessMessage. 2010-08-02 21:29:56 -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 Modified "error" by "problem" in exceptions. 2010-07-31 12:15:02 -03:00
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 Refactored Command class to contain extensions points (virtual methods) as protected members (except clone() method). 2010-07-31 12:23:45 -03:00
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
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 Fixed file description in .rc file. 2010-07-26 00:20:39 -03:00
sprite_wrappers.h Renamed locked_sprite_exception to LockedSpriteException. 2010-07-31 12:28:03 -03:00
tiled_mode.h
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
undoable.h