aseprite/src/app
requizm aa152963d4 [cli] Add -list-layer-hierarchy option
Example output:
group1/
  layer1.1
  layer1.2
  group1.1/
    layer1.1.1
group2/
  layer2.1
2024-06-06 11:30:01 -03:00
..
cli [cli] Add -list-layer-hierarchy option 2024-06-06 11:30:01 -03:00
cmd Add support to match flipped tiles automatically in Auto/Stack modes 2023-11-09 16:44:46 -03:00
commands Add new CLI param to save animations taking into account subtabs and repeats (fix #4297) 2024-05-28 15:00:22 -03:00
crash Fix a couple of bugs restoring backup sessions 2024-05-23 12:45:31 -03:00
file Update to tinyxml2 2024-04-22 18:28:03 -03:00
i18n Update to tinyxml2 2024-04-22 18:28:03 -03:00
modules Fix eyedropper to pick colors/tiles correctly from flipped tiles 2023-11-09 16:44:46 -03:00
pref Add memorization of tool-shared dynamics options (fix #4007) 2023-09-19 14:27:24 -03:00
render Add helper functions make_shader(), make_skimage/skcanvas_for_docimage() 2024-03-11 10:34:05 -03:00
res
script [lua] Fix bug comparing integers and floating points (fix #4516) 2024-06-03 11:39:16 -03:00
tools Fix CounCountour Tool: pixel perfect doesnt work after a straight line (fix #4256) 2024-05-28 07:47:59 -03:00
ui Fix drop pixels when drag/modifying tag range while transform state is active (fix #4375) 2024-05-28 12:25:10 -03:00
util Add helper functions make_shader(), make_skimage/skcanvas_for_docimage() 2024-03-11 10:34:05 -03:00
active_site_handler.cpp
active_site_handler.h
app_brushes.cpp Update to tinyxml2 2024-04-22 18:28:03 -03:00
app_brushes.h
app_menus.cpp Update to tinyxml2 2024-04-22 18:28:03 -03:00
app_menus.h Update to tinyxml2 2024-04-22 18:28:03 -03:00
app_mod.h
app.cpp [lua] Close stdin handle when we start running the GUI 2024-04-21 22:37:51 -03:00
app.h Add -noinapp option to disable Steam "in game" visibility (fix #4314) 2024-02-21 12:47:27 -03:00
brush_slot.h
check_update_delegate.h
check_update.cpp Log UUID when -debug option is specified (fix #4104) 2023-11-06 19:59:20 -03:00
check_update.h
closed_docs.cpp
closed_docs.h
CMakeLists.txt Now updater-lib is always compiled as it's required for app.os.fullName in scripts (fix #4486) 2024-05-22 12:41:23 -03:00
cmd_sequence.cpp
cmd_sequence.h
cmd_transaction.cpp
cmd_transaction.h
cmd.cpp
cmd.h
color_picker.cpp Fix eyedropper in Tiles mode to pick tiles that are flipped and have masked areas 2023-11-09 16:44:46 -03:00
color_picker.h
color_spaces.cpp
color_spaces.h
color_target.h
color_tests.cpp
color_utils.cpp Fix painting with tiles and flags 2023-11-09 16:44:46 -03:00
color_utils.h
color.cpp Fix assert converting Color{index} to a tile from tilemap.lua test 2023-11-09 16:44:46 -03:00
color.h Fix eyedropper to pick colors/tiles correctly from flipped tiles 2023-11-09 16:44:46 -03:00
console.cpp Show errors in UI when we cannot recover a specific file (related to #4291) 2024-02-02 12:49:55 -03:00
console.h Show errors in UI when we cannot recover a specific file (related to #4291) 2024-02-02 12:49:55 -03:00
context_access.h
context_flags.cpp A Tx now will always try to lock the document if possible (#2430) 2023-12-27 11:05:15 -03:00
context_flags.h
context_observer.h
context_tests.cpp
context.cpp
context.h
doc_access.h A Tx now will always try to lock the document if possible (#2430) 2023-12-27 11:05:15 -03:00
doc_api_tests.cpp Lock document in Tx() ctor (part of #2430) 2023-12-27 11:05:15 -03:00
doc_api.cpp
doc_api.h
doc_diff.cpp Fix incorrect diff between layers debugging the restoration of a backup (TEST_BACKUP_INTEGRITY) 2024-05-20 22:04:21 -03:00
doc_diff.h
doc_event.h
doc_exporter.cpp [cli] Add -list-layer-hierarchy option 2024-06-06 11:30:01 -03:00
doc_exporter.h [cli] Add -list-layer-hierarchy option 2024-06-06 11:30:01 -03:00
doc_observer.h Drop selection when we hide a layer that is being transformed (fix #4179, fix #3254) 2024-02-26 17:36:57 -03:00
doc_range_ops.cpp Lock document in Tx() ctor (part of #2430) 2023-12-27 11:05:15 -03:00
doc_range_ops.h
doc_range_tests.cpp
doc_range.cpp
doc_range.h
doc_undo_observer.h
doc_undo.cpp
doc_undo.h
doc.cpp Drop selection when we hide a layer that is being transformed (fix #4179, fix #3254) 2024-02-26 17:36:57 -03:00
doc.h Drop selection when we hide a layer that is being transformed (fix #4179, fix #3254) 2024-02-26 17:36:57 -03:00
docs_observer.h
docs.cpp
docs.h
drm.h
drop_frame_place.h
editor_benchmark.cpp
errno_tests.cpp
extensions.cpp
extensions.h
extra_cel.cpp
extra_cel.h
file_selector.cpp
file_selector.h
file_system.cpp
file_system.h
filename_formatter_tests.cpp
filename_formatter.cpp Fix sprintf() warnings using snprintf() or fmt::format() 2023-09-27 19:57:41 -03:00
filename_formatter.h
find_widget.h
flatten.cpp
flatten.h
font_path_osx.mm
font_path_unix.cpp
font_path_win.cpp
font_path.cpp
font_path.h
gui_xml.cpp
gui_xml.h Update to tinyxml2 2024-04-22 18:28:03 -03:00
ini_file_tests.cpp
ini_file.cpp Fix sprintf() warnings using snprintf() or fmt::format() 2023-09-27 19:57:41 -03:00
ini_file.h
inline_command_execution.h
job.cpp Disable progress bar in commands that can receive ui=false (fix #4165) 2024-05-09 14:34:48 -03:00
job.h Disable progress bar in commands that can receive ui=false (fix #4165) 2024-05-09 14:34:48 -03:00
launcher.cpp
launcher.h
load_matrix.cpp
load_matrix.h
load_widget.h
log.cpp
log.h
loop_tag.cpp
loop_tag.h
match_words.h
modules.cpp
modules.h
notification_delegate.h
recent_files.cpp
recent_files.h
resource_finder.cpp Fix sprintf() warnings using snprintf() or fmt::format() 2023-09-27 19:57:41 -03:00
resource_finder.h
restore_visible_layers.cpp
restore_visible_layers.h
send_crash.cpp
send_crash.h
sentry_wrapper.cpp Revert part of Sentry::areThereCrashesToReport() impl for macOS mainly 2024-01-10 14:50:28 -03:00
sentry_wrapper.h Don't catch unhandled exceptions so Sentry can report them 2024-01-03 12:04:55 -03:00
shade.cpp Fix sprintf() warnings using snprintf() or fmt::format() 2023-09-27 19:57:41 -03:00
shade.h
shell.cpp
shell.h
site.cpp Avoid div by zero by preventing returning a grid bounds with zero width or height (fix #4146) 2023-12-27 15:19:22 -03:00
site.h
snap_to_grid.cpp
snap_to_grid.h
sprite_job.cpp Disable progress bar in commands that can receive ui=false (fix #4165) 2024-05-09 14:34:48 -03:00
sprite_job.h Disable progress bar in commands that can receive ui=false (fix #4165) 2024-05-09 14:34:48 -03:00
sprite_position.h
sprite_sheet_data_format.h
sprite_sheet_type.h
tags_handling.h
task.cpp Add const to lock_guards 2024-02-28 12:32:08 -03:00
task.h Some fixes to readability-else-after-return 2024-02-29 10:26:47 -03:00
test_context.h
thumbnail_generator.cpp Add const to lock_guards 2024-02-28 12:32:08 -03:00
thumbnail_generator.h
thumbnails.cpp
thumbnails.h
tilemap_mode.h
tileset_mode.h
transaction.cpp
transaction.h
transformation.cpp
transformation.h
tx.h Add [[nodiscard]] to Tx as we have to create an instance of Tx when we use it 2024-02-28 21:09:23 -03:00
ui_context.cpp
ui_context.h
widget_loader.cpp Update to tinyxml2 2024-04-22 18:28:03 -03:00
widget_loader.h Update to tinyxml2 2024-04-22 18:28:03 -03:00
widget_not_found.h
widget_type_mismatch.h
xml_document.cpp Update to tinyxml2 2024-04-22 18:28:03 -03:00
xml_document.h Update to tinyxml2 2024-04-22 18:28:03 -03:00
xml_exception.cpp Update to tinyxml2 2024-04-22 18:28:03 -03:00
xml_exception.h Update to tinyxml2 2024-04-22 18:28:03 -03:00