aseprite/src/app
2015-12-15 18:17:21 -03:00
..
cmd Add user data field on layers and cels 2015-12-10 18:34:25 -03:00
commands Improve BrushPopup to save custom brushes (type/size/angle params) 2015-12-15 17:12:11 -03:00
crash Move Bind, Connection, Signal, Slot, etc. to base namespace 2015-12-04 15:17:42 -03:00
file Add color field to doc::UserData 2015-12-11 19:18:36 -03:00
modules Don't restore the window minimized 2015-12-11 19:46:41 -03:00
pref Move Bind, Connection, Signal, Slot, etc. to base namespace 2015-12-04 15:17:42 -03:00
res Move Bind, Connection, Signal, Slot, etc. to base namespace 2015-12-04 15:17:42 -03:00
scripting Add activeSprite global 2015-08-27 11:58:50 -03:00
tools Add commands to change ink type (#787) 2015-11-27 01:35:31 -03:00
ui Don't use ContextBar from BrushPopup 2015-12-15 18:17:21 -03:00
util Copy user data when we copy a cel 2015-12-11 14:46:27 -03:00
app_brushes.cpp Add "Save Brush Here" option to brush slot popup 2015-12-15 17:58:55 -03:00
app_brushes.h Add "Save Brush Here" option to brush slot popup 2015-12-15 17:58:55 -03:00
app_menus.cpp Move Bind, Connection, Signal, Slot, etc. to base namespace 2015-12-04 15:17:42 -03:00
app_menus.h Move Bind, Connection, Signal, Slot, etc. to base namespace 2015-12-04 15:17:42 -03:00
app_options.cpp Add possibility to import/export sprite sheet matrices by columns 2015-12-03 11:38:59 -03:00
app_options.h Add possibility to import/export sprite sheet matrices by columns 2015-12-03 11:38:59 -03:00
app_render.cpp Replace ISettings with Preferences 2015-05-18 16:53:25 -03:00
app_render.h Update license of app/ module to GPLv2 2015-02-12 12:16:25 -03:00
app.cpp Add possibility to import/export sprite sheet matrices by columns 2015-12-03 11:38:59 -03:00
app.h Improve BrushPopup to save custom brushes (type/size/angle params) 2015-12-15 17:12:11 -03:00
check_update_delegate.h Replace ISettings with Preferences 2015-05-18 16:53:25 -03:00
check_update.cpp Move Bind, Connection, Signal, Slot, etc. to base namespace 2015-12-04 15:17:42 -03:00
check_update.h Keep last update information so we can show it again (fix #639) 2015-04-24 12:45:01 -03:00
CMakeLists.txt Improve BrushPopup to save custom brushes (type/size/angle params) 2015-12-15 17:12:11 -03:00
cmd_sequence.cpp Delete UndoCommands when the UndoHistory is destroyed 2015-05-20 16:51:07 -03:00
cmd_sequence.h Delete UndoCommands when the UndoHistory is destroyed 2015-05-20 16:51:07 -03:00
cmd_transaction.cpp Move app::DocumentLocation to doc::Site 2015-04-20 16:27:09 -03:00
cmd_transaction.h Update license of app/ module to GPLv2 2015-02-12 12:16:25 -03:00
cmd.cpp Add missing <typeinfo> header to compile on clang 2015-08-18 11:02:58 -03:00
cmd.h Fix deleting UndoCommand instances from stack in undo_tests 2015-05-29 10:03:20 -03:00
color_picker.cpp Fix eyedropper for tiled mode (fix #529) 2015-08-14 14:28:46 -03:00
color_picker.h Move app::DocumentLocation to doc::Site 2015-04-20 16:27:09 -03:00
color_target.h Update license of app/ module to GPLv2 2015-02-12 12:16:25 -03:00
color_tests.cpp Fix color_tests 2015-07-03 12:44:59 -03:00
color_utils.cpp Fix alpha compositing on background layer using colors with alpha < 255 2015-07-27 10:53:02 -03:00
color_utils.h Update license of app/ module to GPLv2 2015-02-12 12:16:25 -03:00
color.cpp Fix loading gray color (fix #828) 2015-10-13 11:48:08 -03:00
color.h Add alpha channel to palette/color bar/color selector (issue #286) 2015-06-30 17:36:37 -03:00
console.cpp Move Bind, Connection, Signal, Slot, etc. to base namespace 2015-12-04 15:17:42 -03:00
console.h Fix app::Console() to handle a non UI context correctly 2015-04-06 11:58:42 -03:00
context_access.h Move app::DocumentLocation to doc::Site 2015-04-20 16:27:09 -03:00
context_flags.cpp Enable commands when we're in MovingPixelsState 2015-08-13 17:25:39 -03:00
context_flags.h Enable commands when we're in MovingPixelsState 2015-08-13 17:25:39 -03:00
context.cpp Use _DEBUG and NDEBUG instead of DEBUGMODE 2015-12-04 12:38:57 -03:00
context.h Move Bind, Connection, Signal, Slot, etc. to base namespace 2015-12-04 15:17:42 -03:00
document_access.h Minor change for LockedDocumentException messages 2015-08-21 09:22:40 -03:00
document_api_tests.cpp Move app::DocumentLocation to doc::Site 2015-04-20 16:27:09 -03:00
document_api.cpp Don't reset mask color from doc::Image in Sprite Size and Rotate Sprite commands (fix #820) 2015-09-30 09:20:55 -03:00
document_api.h Fix bug showing invalid layer name in Layer Props dialog after "New Layer" command 2015-08-21 14:55:34 -03:00
document_exporter.cpp Include opacity and blend mode for each layer in JSON output 2015-12-09 11:00:57 -03:00
document_exporter.h Add possibility to import/export sprite sheet matrices by columns 2015-12-03 11:38:59 -03:00
document_range_ops.cpp Fix crash on copy & paste in same place (fix #758) 2015-08-19 16:43:13 -03:00
document_range_ops.h Update license of app/ module to GPLv2 2015-02-12 12:16:25 -03:00
document_range_tests.cpp Move app::DocumentLocation to doc::Site 2015-04-20 16:27:09 -03:00
document_range.cpp Update license of app/ module to GPLv2 2015-02-12 12:16:25 -03:00
document_range.h Update license of app/ module to GPLv2 2015-02-12 12:16:25 -03:00
document_undo_observer.h Add "Undo History" command (fix #739) 2015-10-20 11:27:05 -03:00
document_undo.cpp Add "Undo History" command (fix #739) 2015-10-20 11:27:05 -03:00
document_undo.h Add "Undo History" command (fix #739) 2015-10-20 11:27:05 -03:00
document.cpp Copy user data when a layer is duplicated 2015-12-11 15:11:34 -03:00
document.h Separate extra cel concept from app::Document into app::ExtraCel class 2015-08-19 10:03:29 -03:00
errno_tests.cpp Use tests/test.h for tests linked with she library (fix #698) 2015-06-10 09:37:15 -03:00
extra_cel.cpp Refactor several "getNoun()" getters to "noun()" 2015-12-04 14:39:04 -03:00
extra_cel.h Separate extra cel concept from app::Document into app::ExtraCel class 2015-08-19 10:03:29 -03:00
file_selector.cpp Refactor several "getNoun()" getters to "noun()" 2015-12-04 14:39:04 -03:00
file_selector.h Add option to resize the final output of "Save Copy As" command (fix #685) 2015-06-03 16:34:27 -03:00
file_system.cpp Refactor several "getNoun()" getters to "noun()" 2015-12-04 14:39:04 -03:00
file_system.h Refactor several "getNoun()" getters to "noun()" 2015-12-04 14:39:04 -03:00
filename_formatter_tests.cpp Use tests/test.h for tests linked with she library (fix #698) 2015-06-10 09:37:15 -03:00
filename_formatter.cpp Fix several compiler problems with clang on Mac OS X 10.10 SDK 2015-05-29 10:10:07 -03:00
filename_formatter.h Add support to specify tags in --filename-format option (related to #607) 2015-04-30 17:02:57 -03:00
find_widget.h Update license of app/ module to GPLv2 2015-02-12 12:16:25 -03:00
flatten.cpp Remove implicit SharedPtr conversion to T* 2015-04-02 20:42:43 -03:00
flatten.h Update license of app/ module to GPLv2 2015-02-12 12:16:25 -03:00
gui_xml.cpp Rename PRINTF to LOG 2015-08-28 20:48:49 -03:00
gui_xml.h Update license of app/ module to GPLv2 2015-02-12 12:16:25 -03:00
ini_file_tests.cpp Fix several warnings in MSVC, clang, and gcc 2015-03-05 15:19:00 -03:00
ini_file.cpp Fix several compiler problems with clang on Mac OS X 10.10 SDK 2015-05-29 10:10:07 -03:00
ini_file.h Fix int <-> double <-> float casts 2015-02-14 22:37:56 -03:00
job.cpp Remove unnecessary locks in app::Job 2015-04-20 17:30:01 -03:00
job.h Update license of app/ module to GPLv2 2015-02-12 12:16:25 -03:00
launcher.cpp Add support for open_folder on Linux 2015-05-15 22:37:58 +02:00
launcher.h Update license of app/ module to GPLv2 2015-02-12 12:16:25 -03:00
load_widget.h Update license of app/ module to GPLv2 2015-02-12 12:16:25 -03:00
log.cpp Correct usage of variable arguments 2015-12-09 15:01:25 +08:00
log.h Update license of app/ module to GPLv2 2015-02-12 12:16:25 -03:00
loop_tag.cpp Add support to specify tags in --filename-format option (related to #607) 2015-04-30 17:02:57 -03:00
loop_tag.h Add support to specify tags in --filename-format option (related to #607) 2015-04-30 17:02:57 -03:00
modules.cpp Rename PRINTF to LOG 2015-08-28 20:48:49 -03:00
modules.h Update license of app/ module to GPLv2 2015-02-12 12:16:25 -03:00
notification_delegate.h Update license of app/ module to GPLv2 2015-02-12 12:16:25 -03:00
project_event.h Update license of app/ module to GPLv2 2015-02-12 12:16:25 -03:00
project_observer.h Update license of app/ module to GPLv2 2015-02-12 12:16:25 -03:00
project.cpp Update license of app/ module to GPLv2 2015-02-12 12:16:25 -03:00
project.h Update license of app/ module to GPLv2 2015-02-12 12:16:25 -03:00
recent_files.cpp Use canonical path in recent file/path list (fix #654) 2015-08-27 11:12:30 -03:00
recent_files.h Move Bind, Connection, Signal, Slot, etc. to base namespace 2015-12-04 15:17:42 -03:00
resource_finder.cpp Rename PRINTF to LOG 2015-08-28 20:48:49 -03:00
resource_finder.h Update license of app/ module to GPLv2 2015-02-12 12:16:25 -03:00
send_crash.cpp Move Bind, Connection, Signal, Slot, etc. to base namespace 2015-12-04 15:17:42 -03:00
send_crash.h Update license of app/ module to GPLv2 2015-02-12 12:16:25 -03:00
shade.cpp Load/save shades in user preferences (close #85) 2015-11-25 15:17:34 -03:00
shade.h Load/save shades in user preferences (close #85) 2015-11-25 15:17:34 -03:00
shell.cpp Update license of app/ module to GPLv2 2015-02-12 12:16:25 -03:00
shell.h Update license of app/ module to GPLv2 2015-02-12 12:16:25 -03:00
snap_to_grid.cpp Remove IDocumentSettings and DocumentSettingsObserver 2015-02-15 09:48:38 -03:00
snap_to_grid.h Remove IDocumentSettings and DocumentSettingsObserver 2015-02-15 09:48:38 -03:00
sprite_sheet_type.h Add possibility to import/export sprite sheet matrices by columns 2015-12-03 11:38:59 -03:00
thumbnail_generator.cpp Move Bind, Connection, Signal, Slot, etc. to base namespace 2015-12-04 15:17:42 -03:00
thumbnail_generator.h Update license of app/ module to GPLv2 2015-02-12 12:16:25 -03:00
transaction.cpp Move app::DocumentLocation to doc::Site 2015-04-20 16:27:09 -03:00
transaction.h Update license of app/ module to GPLv2 2015-02-12 12:16:25 -03:00
ui_context.cpp Add symmetry mode (fix #208) 2015-10-26 17:51:32 -03:00
ui_context.h Add support to drag the selection in other editor when the active one is in MovingPixels state 2015-08-14 13:06:26 -03:00
webserver.cpp Update license of app/ module to GPLv2 2015-02-12 12:16:25 -03:00
webserver.h Update license of app/ module to GPLv2 2015-02-12 12:16:25 -03:00
widget_loader.cpp Allow "icon" parameter for <button> widgets to create an IconButtons 2015-12-10 16:52:43 -03:00
widget_loader.h Add icons in "New Sprite" dialog 2015-08-12 12:38:07 -03:00
widget_not_found.h Update license of app/ module to GPLv2 2015-02-12 12:16:25 -03:00
widget_type_mismatch.h Update license of app/ module to GPLv2 2015-02-12 12:16:25 -03:00
xml_document.cpp Remove implicit SharedPtr conversion to T* 2015-04-02 20:42:43 -03:00
xml_document.h Move SharedPtr to base namespace 2015-04-01 12:35:18 -03:00
xml_exception.cpp Update license of app/ module to GPLv2 2015-02-12 12:16:25 -03:00
xml_exception.h Update license of app/ module to GPLv2 2015-02-12 12:16:25 -03:00