aseprite/src
2010-04-10 15:38:21 -03:00
..
commands Modified version indicator in about window. 2010-04-10 15:38:21 -03:00
core 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
dialogs Moved data/jids/*.jid files to data/widgets/*.xml. 2010-04-06 22:14:33 -03:00
effect 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
file Moved data/jids/*.jid files to data/widgets/*.xml. 2010-04-06 22:14:33 -03:00
intl Updated copyright year to 2010 2010-02-01 21:25:40 +00:00
jinete Fixed some GCC warnings and errors. 2010-03-30 09:48:19 -03:00
modules Added SkinneableTheme::m_selected_skin member and "[Skin]/Selected" configuration variable to change the selected skin. 2010-04-06 22:30:18 -03:00
raster Fixed Sprite(const Sprite&) constructor. 2010-03-30 22:24:05 -03:00
settings Fixed some GCC warnings and errors. 2010-03-30 09:48:19 -03:00
tests Removed asm code. 2010-03-24 14:10:46 -03:00
tools Modified IntertwineAsLines::fillPoints to draw the contour too (so the shape of the final polygon is more like the previewed-contour). 2010-04-06 08:57:03 -03:00
util Extras are drawn only when extras-opacity > 0. 2010-03-30 23:40:21 -03:00
widgets Moved data/jids/*.jid files to data/widgets/*.xml. 2010-04-06 22:14:33 -03:00
app.cpp Moved data/jids/*.jid files to data/widgets/*.xml. 2010-04-06 22:14:33 -03:00
app.h Status bar widget converted to C++ StatusBar class. 2010-03-29 00:00:25 -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 Only unknown exceptions (invalid memory access, etc) are not caught in debug mode. 2010-04-06 08:27:53 -03:00
context.h - All tools stuff refactored in various files/components. 2010-03-07 17:47:45 -02:00
icon.rc Moved everything to trunk 2007-09-18 23:57:02 +00: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 - All tools stuff refactored in various files/components. 2010-03-07 17:47:45 -02: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 - All tools stuff refactored in various files/components. 2010-03-07 17:47:45 -02:00
ui_context.cpp 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
ui_context.h - All tools stuff refactored in various files/components. 2010-03-07 17:47:45 -02:00
undoable.cpp 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
undoable.h Added Undoable::deselect_mask() member function. 2010-03-01 23:01:43 -02:00