aseprite/src/app/commands
2024-09-16 10:08:35 -03:00
..
filters Remove #if/endif ENABLE_UI conditional directives (fix #4619) 2024-09-02 23:16:26 -03:00
cmd_about.cpp Add link in About dialog to show the list of translators 2024-02-12 11:59:26 -03:00
cmd_add_color.cpp Fix crashes with ill-formed fmt format strings (fix #2274) 2024-06-20 20:49:10 -03:00
cmd_advanced_mode.cpp Remove unused Command::clone() member function 2019-01-07 17:03:38 -03:00
cmd_background_from_layer.cpp Remove #if/endif ENABLE_UI conditional directives (fix #4619) 2024-09-02 23:16:26 -03:00
cmd_cancel.cpp Fix app.command.Cut/Paste does not work in --batch mode (fix #4354) 2024-09-05 17:22:12 -03:00
cmd_canvas_size.cpp Remove #if/endif ENABLE_UI conditional directives (fix #4619) 2024-09-02 23:16:26 -03:00
cmd_cel_opacity.cpp Remove #if/endif ENABLE_UI conditional directives (fix #4619) 2024-09-02 23:16:26 -03:00
cmd_cel_properties.cpp Lock document in Tx() ctor (part of #2430) 2023-12-27 11:05:15 -03:00
cmd_change_brush.cpp Fix crashes with ill-formed fmt format strings (fix #2274) 2024-06-20 20:49:10 -03:00
cmd_change_color.cpp Fix crashes with ill-formed fmt format strings (fix #2274) 2024-06-20 20:49:10 -03:00
cmd_change_pixel_format.cpp Add color fit criteria for Color Mode conversion (fix #2787, #4416) 2024-09-03 13:17:09 -03:00
cmd_clear_cel.cpp Lock document in Tx() ctor (part of #2430) 2023-12-27 11:05:15 -03:00
cmd_clear_recent_files.cpp Put "Reopen Closed File" and "Clear Recent Files" options inside "File > Open Recent" menu 2019-05-27 23:53:57 -03:00
cmd_clear.cpp Remove unused Command::clone() member function 2019-01-07 17:03:38 -03:00
cmd_close_file.cpp Fix crashing segfault when calling: app.command.CloseFile() or app.command.GotoPreviousTab() , in --batch mode (fix #4352) 2024-05-28 13:35:55 -03:00
cmd_color_quantization.cpp Remove #if/endif ENABLE_UI conditional directives (fix #4619) 2024-09-02 23:16:26 -03:00
cmd_contiguous_fill.cpp Remove unused Command::clone() member function 2019-01-07 17:03:38 -03:00
cmd_copy_cel.cpp Remove unused Command::clone() member function 2019-01-07 17:03:38 -03:00
cmd_copy_merged.cpp Refactor clipboard code 2020-09-25 11:14:52 -03:00
cmd_copy.cpp Remove unused Command::clone() member function 2019-01-07 17:03:38 -03:00
cmd_crop.cpp Remove #if/endif ENABLE_UI conditional directives (fix #4619) 2024-09-02 23:16:26 -03:00
cmd_cut.cpp Remove unused Command::clone() member function 2019-01-07 17:03:38 -03:00
cmd_deselect_mask.cpp Remove #if/endif ENABLE_UI conditional directives (fix #4619) 2024-09-02 23:16:26 -03:00
cmd_developer_console.cpp Generate the list of command IDs from en.ini file 2017-12-01 15:10:21 -03:00
cmd_discard_brush.cpp Add support to copy/cut/paste/transform tilemaps 2020-10-02 19:03:53 -03:00
cmd_duplicate_layer.cpp Lock document in Tx() ctor (part of #2430) 2023-12-27 11:05:15 -03:00
cmd_duplicate_sprite.cpp Remove current_editor, replace with Editor::activeEditor() 2022-10-20 12:31:22 -03:00
cmd_duplicate_view.cpp Fix crashing segfault when calling: app.command.CloseFile() or app.command.GotoPreviousTab() , in --batch mode (fix #4352) 2024-05-28 13:35:55 -03:00
cmd_enter_license.cpp Create EnterLicense dialog 2022-06-28 19:09:10 -03:00
cmd_exit.cpp New initial Lua debugger version (#1967) 2021-10-12 16:52:14 -03:00
cmd_export_sprite_sheet.cpp Fix exporting a Sprite Sheet with Group name has different functionality between CLI and Scripting (fix #4456) (#4475) 2024-09-03 20:20:36 -03:00
cmd_export_sprite_sheet.h Add "recent" param to SaveFile/ExportSpriteSheet to avoid adding the file to the list of recent files 2024-05-10 15:20:32 -03:00
cmd_eyedropper.cpp Add support for multiple native windows (#139, #250, #962, etc.) 2021-03-02 13:50:49 -03:00
cmd_eyedropper.h Add fg/bg tiles selectors in ColorBar 2020-08-21 18:28:31 -03:00
cmd_fill_and_stroke.cpp Remove #if/endif ENABLE_UI conditional directives (fix #4619) 2024-09-02 23:16:26 -03:00
cmd_fit_screen.cpp Remove current_editor, replace with Editor::activeEditor() 2022-10-20 12:31:22 -03:00
cmd_flatten_layers.cpp Remove #if/endif ENABLE_UI conditional directives (fix #4619) 2024-09-02 23:16:26 -03:00
cmd_flip.cpp Remove #if/endif ENABLE_UI conditional directives (fix #4619) 2024-09-02 23:16:26 -03:00
cmd_flip.h Remove unused Command::clone() member function 2019-01-07 17:03:38 -03:00
cmd_frame_properties.cpp Lock document in Tx() ctor (part of #2430) 2023-12-27 11:05:15 -03:00
cmd_frame_tag_properties.cpp Lock document in Tx() ctor (part of #2430) 2023-12-27 11:05:15 -03:00
cmd_fullscreen_mode.cpp Backport FullscreenMode command (#464) 2021-07-05 20:11:46 -03:00
cmd_fullscreen_preview.cpp Fix FullscreenPreview for SimpleRenderer 2023-04-07 20:26:16 -03:00
cmd_goto_frame.cpp Remove current_editor, replace with Editor::activeEditor() 2022-10-20 12:31:22 -03:00
cmd_goto_layer.cpp Remove current_editor, replace with Editor::activeEditor() 2022-10-20 12:31:22 -03:00
cmd_goto_tab.cpp Fix crashing segfault when calling: app.command.CloseFile() or app.command.GotoPreviousTab() , in --batch mode (fix #4352) 2024-05-28 13:35:55 -03:00
cmd_grid.cpp Avoid div by zero by preventing entering/returning a grid bounds w/zero width/height (fix #4146, #4597) 2024-08-19 18:07:40 -03:00
cmd_home.cpp Generate the list of command IDs from en.ini file 2017-12-01 15:10:21 -03:00
cmd_import_sprite_sheet.cpp Remove #if/endif ENABLE_UI conditional directives (fix #4619) 2024-09-02 23:16:26 -03:00
cmd_invert_mask.cpp Lock document in Tx() ctor (part of #2430) 2023-12-27 11:05:15 -03:00
cmd_keyboard_shortcuts.cpp Fix crashes with ill-formed fmt format strings (fix #2274) 2024-06-20 20:49:10 -03:00
cmd_launch.cpp Move PACKAGE/VERSION, etc. to new ver-lib 2020-03-16 10:31:32 -03:00
cmd_layer_from_background.cpp Remove #if/endif ENABLE_UI conditional directives (fix #4619) 2024-09-02 23:16:26 -03:00
cmd_layer_lock.cpp Remove unused Command::clone() member function 2019-01-07 17:03:38 -03:00
cmd_layer_opacity.cpp Fix crashes with ill-formed fmt format strings (fix #2274) 2024-06-20 20:49:10 -03:00
cmd_layer_properties.cpp Lock document in Tx() ctor (part of #2430) 2023-12-27 11:05:15 -03:00
cmd_layer_visibility.cpp Drop selection when we hide a layer that is being transformed (fix #4179, fix #3254) 2024-02-26 17:36:57 -03:00
cmd_link_cels.cpp Lock document in Tx() ctor (part of #2430) 2023-12-27 11:05:15 -03:00
cmd_load_mask.cpp Fix crashes with ill-formed fmt format strings (fix #2274) 2024-06-20 20:49:10 -03:00
cmd_load_palette.cpp Remove #if/endif ENABLE_UI conditional directives (fix #4619) 2024-09-02 23:16:26 -03:00
cmd_mask_all.cpp Remove #if/endif ENABLE_UI conditional directives (fix #4619) 2024-09-02 23:16:26 -03:00
cmd_mask_by_color.cpp Handle some extra CannotWriteDocException cases when ContextWriter is used (#4367) 2024-03-11 17:15:13 -03:00
cmd_mask_content.cpp Lock document in Tx() ctor (part of #2430) 2023-12-27 11:05:15 -03:00
cmd_merge_down_layer.cpp Remove #if/endif ENABLE_UI conditional directives (fix #4619) 2024-09-02 23:16:26 -03:00
cmd_modify_selection.cpp Fix crashes with ill-formed fmt format strings (fix #2274) 2024-06-20 20:49:10 -03:00
cmd_move_cel.cpp Remove unused Command::clone() member function 2019-01-07 17:03:38 -03:00
cmd_move_mask.cpp Fix crashes with ill-formed fmt format strings (fix #2274) 2024-06-20 20:49:10 -03:00
cmd_move_mask.h Fix shift after flip throws error (fix #1873) 2019-02-15 11:18:14 -03:00
cmd_new_brush.cpp Lock document in Tx() ctor (part of #2430) 2023-12-27 11:05:15 -03:00
cmd_new_file.cpp Add color fit criteria for Color Mode conversion (fix #2787, #4416) 2024-09-03 13:17:09 -03:00
cmd_new_frame_tag.cpp Lock document in Tx() ctor (part of #2430) 2023-12-27 11:05:15 -03:00
cmd_new_frame.cpp Remove #if/endif ENABLE_UI conditional directives (fix #4619) 2024-09-02 23:16:26 -03:00
cmd_new_layer.cpp Remove #if/endif ENABLE_UI conditional directives (fix #4619) 2024-09-02 23:16:26 -03:00
cmd_new_sprite_from_selection.cpp Fix sprintf() warnings using snprintf() or fmt::format() 2023-09-27 19:57:41 -03:00
cmd_onionskin.cpp Remove unused Command::clone() member function 2019-01-07 17:03:38 -03:00
cmd_open_browser.cpp Remove unused Command::clone() member function 2019-01-07 17:03:38 -03:00
cmd_open_file.cpp Remove #if/endif ENABLE_UI conditional directives (fix #4619) 2024-09-02 23:16:26 -03:00
cmd_open_file.h Disable progress bar in commands that can receive ui=false (fix #4165) 2024-05-09 14:34:48 -03:00
cmd_open_group.cpp Fix bug where Layer > Open Group didn't update the Timeline rows 2022-10-24 17:17:06 -03:00
cmd_open_in_folder.cpp Remove unused Command::clone() member function 2019-01-07 17:03:38 -03:00
cmd_open_script_folder.cpp Add File > Scripts menu 2018-09-05 13:35:13 -03:00
cmd_open_with_app.cpp Remove unused Command::clone() member function 2019-01-07 17:03:38 -03:00
cmd_options.cpp Add different best fit criteria to compare colors for RgbMaps (fix #2787, #4416) 2024-09-03 13:17:06 -03:00
cmd_palette_editor.cpp Fix crashes with ill-formed fmt format strings (fix #2274) 2024-06-20 20:49:10 -03:00
cmd_palette_size.cpp Remove #if/endif ENABLE_UI conditional directives (fix #4619) 2024-09-02 23:16:26 -03:00
cmd_paste_text.cpp Remove current_editor, replace with Editor::activeEditor() 2022-10-20 12:31:22 -03:00
cmd_paste.cpp Always prefer unique_ptr over shared_ptr 2024-09-05 18:33:07 -03:00
cmd_pixel_perfect_mode.cpp Remove unused Command::clone() member function 2019-01-07 17:03:38 -03:00
cmd_play_animation.cpp Add warning when loading unsupported property type and mark the file as read-only (fix #3812, fix #3811) 2023-05-08 17:37:05 -03:00
cmd_refresh.cpp Fix crash if we press F5/reload menus when we have a menu open (fix #2496) 2021-06-28 21:13:56 -03:00
cmd_remove_frame_tag.cpp Lock document in Tx() ctor (part of #2430) 2023-12-27 11:05:15 -03:00
cmd_remove_frame.cpp Lock document in Tx() ctor (part of #2430) 2023-12-27 11:05:15 -03:00
cmd_remove_layer.cpp Remove #if/endif ENABLE_UI conditional directives (fix #4619) 2024-09-02 23:16:26 -03:00
cmd_remove_slice.cpp Fix crashes with ill-formed fmt format strings (fix #2274) 2024-06-20 20:49:10 -03:00
cmd_reopen_closed_file.cpp New option to configure how much time we keep a closed sprite on RAM 2019-06-07 13:17:21 -03:00
cmd_repeat_last_export.cpp Remove unused Command::clone() member function 2019-01-07 17:03:38 -03:00
cmd_reselect_mask.cpp Lock document in Tx() ctor (part of #2430) 2023-12-27 11:05:15 -03:00
cmd_reverse_frames.cpp Remove unused Command::clone() member function 2019-01-07 17:03:38 -03:00
cmd_rotate.cpp Fix crashes with ill-formed fmt format strings (fix #2274) 2024-06-20 20:49:10 -03:00
cmd_rotate.h Disable progress bar in commands that can receive ui=false (fix #4165) 2024-05-09 14:34:48 -03:00
cmd_run_script.cpp Remove #if/endif ENABLE_UI conditional directives (fix #4619) 2024-09-02 23:16:26 -03:00
cmd_save_file.cpp Remove #if/endif ENABLE_UI conditional directives (fix #4619) 2024-09-02 23:16:26 -03:00
cmd_save_file.h Add "recent" param to SaveFile/ExportSpriteSheet to avoid adding the file to the list of recent files 2024-05-10 15:20:32 -03:00
cmd_save_mask.cpp Fix crashes with ill-formed fmt format strings (fix #2274) 2024-06-20 20:49:10 -03:00
cmd_save_palette.cpp Fix crashes with ill-formed fmt format strings (fix #2274) 2024-06-20 20:49:10 -03:00
cmd_scroll_center.cpp Remove current_editor, replace with Editor::activeEditor() 2022-10-20 12:31:22 -03:00
cmd_scroll.cpp Fix crashes with ill-formed fmt format strings (fix #2274) 2024-06-20 20:49:10 -03:00
cmd_select_palette.cpp Fix crashes with ill-formed fmt format strings (fix #2274) 2024-06-20 20:49:10 -03:00
cmd_select_tile.cpp Fix crashes with ill-formed fmt format strings (fix #2274) 2024-06-20 20:49:10 -03:00
cmd_set_color_selector.cpp Fix crashes with ill-formed fmt format strings (fix #2274) 2024-06-20 20:49:10 -03:00
cmd_set_ink_type.cpp Fix crashes with ill-formed fmt format strings (fix #2274) 2024-06-20 20:49:10 -03:00
cmd_set_loop_section.cpp Lock document in Tx() ctor (part of #2430) 2023-12-27 11:05:15 -03:00
cmd_set_palette_entry_size.cpp Remove unused Command::clone() member function 2019-01-07 17:03:38 -03:00
cmd_set_palette.cpp Lock document in Tx() ctor (part of #2430) 2023-12-27 11:05:15 -03:00
cmd_set_palette.h Remove unused Command::clone() member function 2019-01-07 17:03:38 -03:00
cmd_set_same_ink.cpp Remove unused Command::clone() member function 2019-01-07 17:03:38 -03:00
cmd_show.cpp Remove #if/endif ENABLE_UI conditional directives (fix #4619) 2024-09-02 23:16:26 -03:00
cmd_slice_properties.cpp Lock document in Tx() ctor (part of #2430) 2023-12-27 11:05:15 -03:00
cmd_sprite_properties.cpp Fix crashes with ill-formed fmt format strings (fix #2274) 2024-06-20 20:49:10 -03:00
cmd_sprite_size.cpp Remove #if/endif ENABLE_UI conditional directives (fix #4619) 2024-09-02 23:16:26 -03:00
cmd_swap_checkerboard_colors.cpp Remove current_editor, replace with Editor::activeEditor() 2022-10-20 12:31:22 -03:00
cmd_switch_colors.cpp Remove current_editor, replace with Editor::activeEditor() 2022-10-20 12:31:22 -03:00
cmd_symmetry_mode.cpp Remove unused Command::clone() member function 2019-01-07 17:03:38 -03:00
cmd_tiled_mode.cpp Fix duplicate "Tiled Mode" items in the keyboard shortcuts list (#4387) 2024-09-16 10:08:35 -03:00
cmd_timeline.cpp Specialize Params::get_as<bool>() to read "true" as a true bool 2019-03-22 11:47:45 -03:00
cmd_toggle_preview.cpp Remove unused Command::clone() member function 2019-01-07 17:03:38 -03:00
cmd_toggle_tiles_mode.cpp Fix multiple tileset layers selection move is broken (fix #3144) 2024-09-03 11:44:25 -03:00
cmd_toggle_timeline_thumbnails.cpp Fix F6 shortcut to show the timeline thumbnail by default (fix #4020) 2023-09-20 11:43:43 -03:00
cmd_undo_history.cpp Fix Doc::isModified() when we are in a similar UndoState to the saved one 2022-11-02 09:58:18 -03:00
cmd_undo.cpp Remove #if/endif ENABLE_UI conditional directives (fix #4619) 2024-09-02 23:16:26 -03:00
cmd_unlink_cel.cpp Lock document in Tx() ctor (part of #2430) 2023-12-27 11:05:15 -03:00
cmd_zoom.cpp Fix crashes with ill-formed fmt format strings (fix #2274) 2024-06-20 20:49:10 -03:00
command_factory.h Replace GPL license with the new EULA 2016-08-29 13:08:21 -03:00
command_ids.h Generate the list of command IDs from en.ini file 2017-12-01 15:10:21 -03:00
command.cpp Fix crashes with ill-formed fmt format strings (fix #2274) 2024-06-20 20:49:10 -03:00
command.h Fix crashes with ill-formed fmt format strings (fix #2274) 2024-06-20 20:49:10 -03:00
commands_list.h Remove #if/endif ENABLE_UI conditional directives (fix #4619) 2024-09-02 23:16:26 -03:00
commands.cpp Add support for scripts on extensions (#1949) 2020-04-02 20:21:21 -03:00
commands.h Add support for scripts on extensions (#1949) 2020-04-02 20:21:21 -03:00
convert_layer.cpp Remove #if/endif ENABLE_UI conditional directives (fix #4619) 2024-09-02 23:16:26 -03:00
copy_path.cpp Add "Copy Path" option when right-clicking a sprite tab 2023-01-05 14:23:15 -03:00
debugger.cpp Merge branch 'main' into beta 2022-06-10 10:31:13 -03:00
debugger.h New initial Lua debugger version (#1967) 2021-10-12 16:52:14 -03:00
export_tileset.cpp Add "File > Export > Export Tileset" option (#3240) 2022-08-18 14:56:43 -03:00
move_colors_command.cpp Remove #if/endif ENABLE_UI conditional directives (fix #4619) 2024-09-02 23:16:26 -03:00
move_thing.cpp Fix crashes with ill-formed fmt format strings (fix #2274) 2024-06-20 20:49:10 -03:00
move_thing.h Move command friendly names to the strings file 2017-11-30 23:41:45 -03:00
move_tiles_command.cpp Lock document in Tx() ctor (part of #2430) 2023-12-27 11:05:15 -03:00
new_params.cpp Minor changes removing "using namespace doc" from app/color.h 2023-07-17 15:02:15 -03:00
new_params.h Add "recent" param to SaveFile/ExportSpriteSheet to avoid adding the file to the list of recent files 2024-05-10 15:20:32 -03:00
params.h Some fixes to readability-else-after-return 2024-02-29 10:26:47 -03:00
quick_command.cpp Remove unused Command::clone() member function 2019-01-07 17:03:38 -03:00
quick_command.h Remove unused Command::clone() member function 2019-01-07 17:03:38 -03:00
screenshot.cpp Backport new laf API to main branch of aseprite 2021-07-05 17:51:29 -03:00
set_playback_speed.cpp Fix crashes with ill-formed fmt format strings (fix #2274) 2024-06-20 20:49:10 -03:00
show_menu.cpp Fix crashes with ill-formed fmt format strings (fix #2274) 2024-06-20 20:49:10 -03:00
tileset_mode.cpp Fix crashes with ill-formed fmt format strings (fix #2274) 2024-06-20 20:49:10 -03:00
toggle_other_layers_opacity.cpp Add Shift+F7 to toggle other layers visibility on Preview window 2023-07-19 10:56:16 -03:00
toggle_play_option.cpp Put playback options into Frame > Playback submenu 2023-03-21 17:18:05 -03:00