aseprite/src
David Capello c32551db64 Fix issue #9: GIF files are loaded as Indexed images now.
+ Added support for non-zero transparent index.
+ Added fop_post_load() to do post-load processing which need user-interaction.
+ Added FileFormat::onPostLoad/onDestroyData members.
+ Added Document::addSprite().
2011-06-25 17:12:08 -03:00
..
allegro
app Show HSB instead of HSV in color selectors. 2011-03-27 22:02:59 -03:00
base
commands Fix issue #9: GIF files are loaded as Indexed images now. 2011-06-25 17:12:08 -03:00
core
dialogs Convert menu widgets to Menu, MenuItem, MenuBox, and MenuBar classes. 2011-04-30 15:31:05 -03:00
file Fix issue #9: GIF files are loaded as Indexed images now. 2011-06-25 17:12:08 -03:00
filters Remove "typename" from get_neighboring_pixels() params. 2011-03-30 16:41:49 -07:00
gfx
gui Add button to disable mini editor. 2011-04-30 16:55:22 -03:00
modules Now right-clicking a tab shows a popup-menu with useful options for the document. 2011-06-25 14:28:50 -03:00
raster Fix issue #9: GIF files are loaded as Indexed images now. 2011-06-25 17:12:08 -03:00
settings Move everything related to tools in "tools" namespace. 2011-04-02 10:47:03 -03:00
skin Convert menu widgets to Menu, MenuItem, MenuBox, and MenuBar classes. 2011-04-30 15:31:05 -03:00
tests
tools Refactor Editor class to use a state design pattern. 2011-04-10 20:15:17 -03:00
undo Remove UndoHistory::undo_* member functions to use Undoers directly 2011-03-30 18:27:52 -07:00
undoers Remove UndoHistory::undo_* member functions to use Undoers directly 2011-03-30 18:27:52 -07:00
util Fix issue #9: GIF files are loaded as Indexed images now. 2011-06-25 17:12:08 -03:00
widgets Fix issue #9: GIF files are loaded as Indexed images now. 2011-06-25 17:12:08 -03:00
app.cpp Now right-clicking a tab shows a popup-menu with useful options for the document. 2011-06-25 14:28:50 -03:00
app.h Convert menu widgets to Menu, MenuItem, MenuBox, and MenuBar classes. 2011-04-30 15:31:05 -03:00
check_args.cpp
check_args.h
CMakeLists.txt Now right-clicking a tab shows a popup-menu with useful options for the document. 2011-06-25 14:28:50 -03:00
console.cpp Replace jwidget_add_child/remove_child/replace_child with Widget's methods. 2011-03-29 21:35:17 -03:00
console.h
context_flags.cpp Remove all public fields of Cel adding accessors. 2011-03-28 00:24:27 -03:00
context_flags.h Add ContextFlags to simplify Command::onEnabled() implementations. 2011-03-27 14:51:02 -03:00
context.cpp Add ContextFlags to simplify Command::onEnabled() implementations. 2011-03-27 14:51:02 -03:00
context.h Add ContextFlags to simplify Command::onEnabled() implementations. 2011-03-27 14:51:02 -03:00
document_id.h
document_wrappers.h Improve Document::lock() with an enum as parameter instead of a bool. 2011-03-27 00:15:08 -03:00
document.cpp Fix issue #9: GIF files are loaded as Indexed images now. 2011-06-25 17:12:08 -03:00
document.h Fix issue #9: GIF files are loaded as Indexed images now. 2011-06-25 17:12:08 -03:00
documents.cpp
documents.h
errno_unittest.cpp
gfxmode.cpp
gfxmode.h
gui_xml.cpp
gui_xml.h
job.cpp
job.h
launcher.cpp Now right-clicking a tab shows a popup-menu with useful options for the document. 2011-06-25 14:28:50 -03:00
launcher.h Now right-clicking a tab shows a popup-menu with useful options for the document. 2011-06-25 14:28:50 -03:00
listeners.h Add EditorListeners. 2011-04-02 15:47:44 -03:00
log.cpp
log.h
main.cpp
objects_container_impl_unittest.cpp Fix objects_container_impl_unittest. 2011-04-28 22:32:23 -03:00
objects_container_impl.cpp
objects_container_impl.h
recent_files.cpp
recent_files.h
resource_finder.cpp
resource_finder.h
resources_win32.rc
ui_context.cpp
ui_context.h
undo_transaction.cpp Remove UndoHistory::undo_* member functions to use Undoers directly 2011-03-30 18:27:52 -07:00
undo_transaction.h Minor changes in UndoTransaction to avoid throwing exceptions from its dtor. 2011-03-26 23:05:24 -03:00
xml_exception.cpp
xml_exception.h
xml_widgets.cpp Now "closewindow" attribute works for <button> widget when it isn't inside a window. 2011-04-21 17:17:16 -03:00
xml_widgets.h