aseprite/src
2011-04-01 22:48:58 -03:00
..
allegro
app Show HSB instead of HSV in color selectors. 2011-03-27 22:02:59 -03:00
base Use <iosfwd> instead of <iostream> in base/serialization.h. 2011-03-26 15:09:44 -03:00
commands Rename some Editor's member functions to camelCase. 2011-04-01 22:23:38 -03:00
core
dialogs Remove UndoHistory::undo_* member functions to use Undoers directly 2011-03-30 18:27:52 -07:00
file Remove all public fields of Cel adding accessors. 2011-03-28 00:24:27 -03:00
filters Remove "typename" from get_neighboring_pixels() params. 2011-03-30 16:41:49 -07:00
gfx
gui Add Widget::broadcastMouseMessage() to customize the list of targets 2011-03-31 00:18:28 -03:00
modules Rename some Editor's member functions to camelCase. 2011-04-01 22:23:38 -03:00
raster Remove all public fields of Cel adding accessors. 2011-03-28 00:24:27 -03:00
settings
skin Replace jwidget_add_child/remove_child/replace_child with Widget's methods. 2011-03-29 21:35:17 -03:00
tests
tools Add ToolLoopManager::Pointer abstraction to avoid using JMessage in src/tools/ dir. 2011-04-01 22:48:58 -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 Rename some Editor's member functions to camelCase. 2011-04-01 22:23:38 -03:00
widgets Add ToolLoopManager::Pointer abstraction to avoid using JMessage in src/tools/ dir. 2011-04-01 22:48:58 -03:00
app.cpp Remove jwidget_find_name() function. 2011-03-29 21:42:21 -03:00
app.h Fix bug #14, don't ask for saving changes when read-only commands are used. 2011-03-26 19:58:52 -03:00
check_args.cpp
check_args.h
CMakeLists.txt Add a "pin" in color selectors to make the popup window floating. 2011-03-29 21:07:37 -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 Remove UndoHistory::undo_* member functions to use Undoers directly 2011-03-30 18:27:52 -07:00
document.h Implement duplicate sprite with all layers (it was removed 2011-03-28 23:31:16 -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
launcher.h
log.cpp
log.h
main.cpp
objects_container_impl_unittest.cpp
objects_container_impl.cpp Refactored the entire Undo system in several layers. 2011-03-26 17:40:55 -03:00
objects_container_impl.h Refactored the entire Undo system in several layers. 2011-03-26 17:40:55 -03:00
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 Replace jwidget_add_child/remove_child/replace_child with Widget's methods. 2011-03-29 21:35:17 -03:00
xml_widgets.h