aseprite/src/app
David Capello aad84b1c7e Fix bug with initial stroke preview in the first tool loop mouse down 2015-08-20 10:54:47 -03:00
..
cmd Separate extra cel concept from app::Document into app::ExtraCel class 2015-08-19 10:03:29 -03:00
commands Add possibility to scroll with right click 2015-08-19 18:00:51 -03:00
crash Add some extra fixes after a document is recovered 2015-06-10 20:27:20 -03:00
file Remove unused variables 2015-08-18 14:28:50 -03:00
modules Remove SkinParts enum 2015-08-04 19:38:52 -03:00
pref Set default brush size for eraser/blur/jumble to 8px 2015-08-11 12:41:56 -03:00
res Save HttpLoader output as binary 2015-05-20 15:35:59 -03:00
tools Add possibility to scroll with right click 2015-08-19 18:00:51 -03:00
ui Fix bug with initial stroke preview in the first tool loop mouse down 2015-08-20 10:54:47 -03:00
util Fix pasting 16bpp images from Windows clipboard (fix #759) 2015-08-19 18:38:53 -03:00
CMakeLists.txt Separate extra cel concept from app::Document into app::ExtraCel class 2015-08-19 10:03:29 -03:00
app.cpp Move display flip logic to ui library (ui::Manager class) 2015-07-29 18:12:35 -03:00
app.h Replace ISettings with Preferences 2015-05-18 16:53:25 -03:00
app_menus.cpp Add ui::MenuSeparator widget 2015-06-24 13:14:41 -03:00
app_menus.h Move palette menu to color bar options button 2015-05-08 14:36:54 -03:00
app_options.cpp Add --format option to specify JSON array format (fix #641) 2015-04-30 12:33:32 -03:00
app_options.h Add --format option to specify JSON array format (fix #641) 2015-04-30 12:33:32 -03:00
app_render.cpp Replace ISettings with Preferences 2015-05-18 16:53:25 -03:00
app_render.h
check_update.cpp Replace ISettings with Preferences 2015-05-18 16:53:25 -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
check_update_delegate.h Replace ISettings with Preferences 2015-05-18 16:53: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
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
color.cpp Re-implement GIF decoder to load some .gif files correctly (fix #729) 2015-07-17 12:26:11 -03:00
color.h Add alpha channel to palette/color bar/color selector (issue #286) 2015-06-30 17:36:37 -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_swatches.cpp
color_swatches.h
color_target.h
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
console.cpp Remove _ji_ prefix in some ui-lib functions 2015-06-23 14:14:06 -03:00
console.h
context.cpp Enable commands when we're in MovingPixelsState 2015-08-13 17:25:39 -03:00
context.h Enable commands when we're in MovingPixelsState 2015-08-13 17:25:39 -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
document.cpp Separate extra cel concept from app::Document into app::ExtraCel class 2015-08-19 10:03:29 -03:00
document.h Separate extra cel concept from app::Document into app::ExtraCel class 2015-08-19 10:03:29 -03:00
document_access.h Minor changes in src/app/document_access.h 2015-08-13 17:25:54 -03:00
document_api.cpp Add "Duplicate Cels" command (fix #746) 2015-08-19 15:59:30 -03:00
document_api.h Add "Duplicate Cels" command (fix #746) 2015-08-19 15:59:30 -03:00
document_api_tests.cpp Move app::DocumentLocation to doc::Site 2015-04-20 16:27:09 -03:00
document_exporter.cpp Avoid exporting one single backslash in JSON data strings 2015-06-10 17:11:48 -03:00
document_exporter.h Add --format option to specify JSON array format (fix #641) 2015-04-30 12:33:32 -03:00
document_range.cpp
document_range.h
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
document_range_tests.cpp Move app::DocumentLocation to doc::Site 2015-04-20 16:27:09 -03:00
document_undo.cpp
document_undo.h
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 Separate extra cel concept from app::Document into app::ExtraCel class 2015-08-19 10:03:29 -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 Add option to resize the final output of "Save Copy As" command (fix #685) 2015-06-03 16:34:27 -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 Do not list hidden files in file lists 2015-05-11 09:38:30 +02:00
file_system.h Do not list hidden files in file lists 2015-05-11 09:38:30 +02: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
filename_formatter_tests.cpp Use tests/test.h for tests linked with she library (fix #698) 2015-06-10 09:37:15 -03:00
find_widget.h
flatten.cpp
flatten.h
gui_xml.cpp
gui_xml.h
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
ini_file_tests.cpp
job.cpp Remove unnecessary locks in app::Job 2015-04-20 17:30:01 -03:00
job.h
launcher.cpp Add support for open_folder on Linux 2015-05-15 22:37:58 +02:00
launcher.h
load_widget.h
log.cpp
log.h
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
modules.h
notification_delegate.h
project.cpp
project.h
project_event.h
project_observer.h
recent_files.cpp
recent_files.h
resource_finder.cpp Fix several compiler problems with clang on Mac OS X 10.10 SDK 2015-05-29 10:10:07 -03:00
resource_finder.h
send_crash.cpp Include Aseprite version in crash dump file name 2015-07-06 16:57:30 -03:00
send_crash.h
shell.cpp
shell.h
snap_to_grid.cpp
snap_to_grid.h
thumbnail_generator.cpp Generate thumbnails on RGB images 2015-08-12 10:18:34 -03:00
thumbnail_generator.h
transaction.cpp Move app::DocumentLocation to doc::Site 2015-04-20 16:27:09 -03:00
transaction.h
ui_context.cpp 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
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
webserver.h
widget_loader.cpp Add icons in "New Sprite" dialog 2015-08-12 12:38:07 -03:00
widget_loader.h Add icons in "New Sprite" dialog 2015-08-12 12:38:07 -03:00
widget_not_found.h
widget_type_mismatch.h
xml_document.cpp
xml_document.h
xml_exception.cpp
xml_exception.h