aseprite/src
2010-07-03 14:33:31 -03:00
..
commands Added LinkLabel widget. 2010-07-03 14:33:31 -03:00
core Fixed get_color_for_image() function with color indexes out of range. 2010-06-23 23:18:57 -03:00
dialogs Refactored jlabel widget to Label class. 2010-07-03 13:48:14 -03:00
effect Fixed problems in color curve effect using color indexes out of range. 2010-06-23 23:18:22 -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 Updated copyright year to 2010 2010-02-01 21:25:40 +00:00
jinete Added LinkLabel widget. 2010-07-03 14:33:31 -03:00
modules Added LinkLabel widget. 2010-07-03 14:33:31 -03:00
raster Fixed floodfill algorithm for colors with alpha=0 but different RGB components. 2010-06-24 23:54:40 -03:00
settings Updated copyright to 2010. 2010-04-28 23:52:51 -03:00
tests Removed asm code. 2010-03-24 14:10:46 -03:00
tools Updated copyright to 2010. 2010-04-28 23:52:51 -03:00
util Updated copyright to 2010. 2010-04-28 23:52:51 -03:00
widgets Refactored jlabel widget to Label class. 2010-07-03 13:48:14 -03:00
app.cpp Converted tabs widget to Tabs class and ITabsHandler interface. 2010-06-13 17:51:22 -03:00
app.h Converted tabs widget to Tabs class and ITabsHandler interface. 2010-06-13 17:51:22 -03:00
ase_exception.cpp Updated copyright year to 2010 2010-02-01 21:25:40 +00:00
ase_exception.h Updated copyright year to 2010 2010-02-01 21:25:40 +00:00
console.cpp Updated copyright year to 2010 2010-02-01 21:25:40 +00:00
console.h Updated copyright year to 2010 2010-02-01 21:25:40 +00:00
context.cpp More PRINTF in execute_command() to trace execution of commands. 2010-04-23 18:49:40 -03:00
context.h Removed Context::getFg/BgColor member functions. 2010-04-10 17:01:56 -03:00
gfxmode.cpp Removed mouse speed option. 2010-04-25 15:52:19 -03:00
gfxmode.h Added GfxMode and CurrentGfxModeGuard classes. 2010-04-22 18:28:12 -03:00
icon.rc Moved icons to data/icons/ directory. 2010-04-25 12:05:18 -03:00
launcher.cpp Added "Quick Reference" command. 2010-07-03 13:34:17 -03:00
launcher.h Added "Quick Reference" command. 2010-07-03 13:34:17 -03:00
main.cpp Only unknown exceptions (invalid memory access, etc) are not caught in debug mode. 2010-04-06 08:27:53 -03:00
pen_type.h Updated copyright to 2010. 2010-04-28 23:52:51 -03:00
recent_files.cpp Added RecentFiles C++ class to replace legacy C implementation of recent files. 2010-03-27 23:43:08 -03:00
recent_files.h Added RecentFiles C++ class to replace legacy C implementation of recent files. 2010-03-27 23:43:08 -03:00
sprite_wrappers.h Refactored Sprite class: no public variable members, all functions sprite_* go as Sprite function members, pimpl idiom. 2010-03-30 21:43:18 -03:00
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 Context class is Vaca::NonCopyable now. 2010-04-10 16:56:26 -03:00
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 Now the user can move selected pixels (still WIP). 2010-04-24 21:23:40 -03:00