aseprite/src/app
2013-12-15 12:58:14 -03:00
..
commands Show timeline automatically when a new frame/layer is created (configurable option) 2013-12-15 12:58:14 -03:00
file Add string::c_str() to several functions. 2013-11-24 01:35:55 -05:00
modules Minor refactor in skin properties 2013-12-05 01:19:46 -03:00
settings Minor changes (code format) 2013-12-15 12:37:30 -03:00
tools Encapsulate Image implementation (private members, accessors, iterators, etc.) 2013-11-09 19:59:05 -03:00
ui Show timeline automatically when a new frame/layer is created (configurable option) 2013-12-15 12:58:14 -03:00
undoers Encapsulate Image implementation (private members, accessors, iterators, etc.) 2013-11-09 19:59:05 -03:00
util Fix bug mixing image buffers in ExpandCelCanvas for new cels 2013-12-15 10:31:25 -03:00
app_menus.cpp Add support for Unicode file names on Windows 2013-10-14 19:58:11 -03:00
app_menus.h Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
app_options.cpp Simple implementation of issue #17 - Export animation to JSON/sprite sheet files 2013-12-08 20:19:32 -03:00
app_options.h Simple implementation of issue #17 - Export animation to JSON/sprite sheet files 2013-12-08 20:19:32 -03:00
app.cpp Simple implementation of issue #17 - Export animation to JSON/sprite sheet files 2013-12-08 20:19:32 -03:00
app.h Simple implementation of issue #17 - Export animation to JSON/sprite sheet files 2013-12-08 20:19:32 -03:00
backup.cpp Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
backup.h Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
check_update.cpp Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
check_update.h Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
CMakeLists.txt Add styles to the Timeline widget 2013-12-11 00:34:16 -03:00
color_swatches.cpp Fix compilation errors detected with gcc 2013-08-20 00:51:37 -03:00
color_swatches.h Fix compilation errors detected with gcc 2013-08-20 00:51:37 -03:00
color_unittest.cpp Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
color_utils.cpp Encapsulate Image implementation (private members, accessors, iterators, etc.) 2013-11-09 19:59:05 -03:00
color_utils.h Encapsulate Image implementation (private members, accessors, iterators, etc.) 2013-11-09 19:59:05 -03:00
color.cpp Fix Unicode characters encoding (we've to use utf-8) in Color::toHumanReadableString() and BrushAngleField() 2013-11-23 18:01:42 -03:00
color.h Encapsulate Image implementation (private members, accessors, iterators, etc.) 2013-11-09 19:59:05 -03:00
console.cpp Change Window() ctor to avoid ambiguity (DesktopWindow, WithoutTitleBar, or WithTitleBar) 2013-11-23 17:47:57 -03:00
console.h Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
context_access.h Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
context_flags.cpp Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
context_flags.h Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
context_observer_list.cpp Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
context_observer_list.h Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
context_observer.h Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
context.cpp Fix bug: Notify Context's observers in Context::onAdd/RemoveDocument 2013-11-10 20:36:15 -03:00
context.h Moved Transparent Color button to ContextBar 2013-12-10 12:44:00 -05:00
data_recovery.cpp Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
data_recovery.h Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
document_access.h Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
document_api.cpp Add DocumentApi::undoEnabled() 2013-12-08 20:07:02 -03:00
document_api.h Add DocumentApi::undoEnabled() 2013-12-08 20:07:02 -03:00
document_event.h Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
document_exporter.cpp Simple implementation of issue #17 - Export animation to JSON/sprite sheet files 2013-12-08 20:19:32 -03:00
document_exporter.h Simple implementation of issue #17 - Export animation to JSON/sprite sheet files 2013-12-08 20:19:32 -03:00
document_id.h Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
document_location.cpp Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
document_location.h Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
document_observer.h Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
document_undo.cpp Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
document_undo.h Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
document.cpp Encapsulate Image implementation (private members, accessors, iterators, etc.) 2013-11-09 19:59:05 -03:00
document.h Add support for Unicode file names on Windows 2013-10-14 19:58:11 -03:00
documents.cpp Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
documents.h Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
drop_files.cpp Encapsulate Image implementation (private members, accessors, iterators, etc.) 2013-11-09 19:59:05 -03:00
drop_files.h Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
errno_unittest.cpp Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
file_selector.cpp Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
file_selector.h Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
file_system.cpp Add support for Unicode file names on Windows 2013-10-14 19:58:11 -03:00
file_system.h Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
find_widget.h Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
flatten.cpp Encapsulate Image implementation (private members, accessors, iterators, etc.) 2013-11-09 19:59:05 -03:00
flatten.h Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
gfxmode.cpp Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
gfxmode.h Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
gui_xml.cpp Add support for Unicode file names on Windows 2013-10-14 19:58:11 -03:00
gui_xml.h Add support for Unicode file names on Windows 2013-10-14 19:58:11 -03:00
ini_file.cpp Replace JRect/jrect struct with gfx::Rect 2013-10-26 12:50:55 -03:00
ini_file.h Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
job.cpp Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
job.h Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
launcher.cpp Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
launcher.h Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
load_widget.h Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
log.cpp Add support for Unicode file names on Windows 2013-10-14 19:58:11 -03:00
log.h Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
modules.cpp Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
modules.h Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
objects_container_impl_unittest.cpp Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
objects_container_impl.cpp Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
objects_container_impl.h Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
project_event.h Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
project_observer.h Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
project.cpp Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
project.h Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
recent_files.cpp Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
recent_files.h Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
resource_finder.cpp Add support for Unicode file names on Windows 2013-10-14 19:58:11 -03:00
resource_finder.h Add support for Unicode file names on Windows 2013-10-14 19:58:11 -03:00
shell.cpp Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
shell.h Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
thumbnail_generator.cpp Encapsulate Image implementation (private members, accessors, iterators, etc.) 2013-11-09 19:59:05 -03:00
thumbnail_generator.h Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
ui_context.cpp Simple implementation of issue #17 - Export animation to JSON/sprite sheet files 2013-12-08 20:19:32 -03:00
ui_context.h Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
undo_transaction.cpp Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
undo_transaction.h Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
webserver.cpp Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
webserver.h Change BSD license to MIT in sublibraries and fix headers 2013-08-08 21:01:20 -03:00
widget_loader.cpp Change Window() ctor to avoid ambiguity (DesktopWindow, WithoutTitleBar, or WithTitleBar) 2013-11-23 17:47:57 -03:00
widget_loader.h Add support for Unicode file names on Windows 2013-10-14 19:58:11 -03:00
widget_not_found.h Add support for Unicode file names on Windows 2013-10-14 19:58:11 -03:00
widget_type_mismatch.h Add support for Unicode file names on Windows 2013-10-14 19:58:11 -03:00
xml_document.cpp Add support for Unicode file names on Windows 2013-10-14 19:58:11 -03:00
xml_document.h Add support for Unicode file names on Windows 2013-10-14 19:58:11 -03:00
xml_exception.cpp Add support for Unicode file names on Windows 2013-10-14 19:58:11 -03:00
xml_exception.h Add support for Unicode file names on Windows 2013-10-14 19:58:11 -03:00