2014-02-08 03:19:20 +00:00
|
|
|
<!-- Aseprite -->
|
2024-01-08 18:19:25 +00:00
|
|
|
<!-- Copyright (C) 2018-2024 Igara Studio S.A. -->
|
2018-10-18 18:29:16 +00:00
|
|
|
<!-- Copyright (C) 2001-2018 David Capello -->
|
2012-06-16 02:37:59 +00:00
|
|
|
<gui>
|
2024-07-25 18:38:06 +00:00
|
|
|
<window id="options" text="@.title" help="preferences">
|
2014-08-10 04:12:31 +00:00
|
|
|
<vbox>
|
2015-07-18 16:29:23 +00:00
|
|
|
<hbox expansive="true">
|
2014-06-23 00:56:04 +00:00
|
|
|
<view maxsize="true">
|
|
|
|
<listbox id="section_listbox">
|
2016-12-23 15:38:32 +00:00
|
|
|
<listitem text="@.section_general" value="section_general" />
|
2020-05-30 19:54:35 +00:00
|
|
|
<listitem text="@.section_tablet" value="section_tablet" />
|
2018-03-14 17:14:47 +00:00
|
|
|
<listitem text="@.section_files" value="section_files" />
|
2018-10-18 18:29:16 +00:00
|
|
|
<listitem text="@.section_color" value="section_color" />
|
2018-02-07 17:35:12 +00:00
|
|
|
<listitem text="@.section_alerts" value="section_alerts" />
|
2016-12-23 15:38:32 +00:00
|
|
|
<listitem text="@.section_editor" value="section_editor" />
|
2017-04-06 22:12:36 +00:00
|
|
|
<listitem text="@.section_selection" value="section_selection" />
|
2016-12-23 15:38:32 +00:00
|
|
|
<listitem text="@.section_timeline" value="section_timeline" />
|
|
|
|
<listitem text="@.section_cursors" value="section_cursors" />
|
|
|
|
<listitem text="@.section_background" value="section_bg" />
|
|
|
|
<listitem text="@.section_grid" value="section_grid" />
|
2017-03-25 04:01:59 +00:00
|
|
|
<listitem text="@.section_guides_and_slices" value="section_guides_and_slices" />
|
2016-12-23 15:38:32 +00:00
|
|
|
<listitem text="@.section_undo" value="section_undo" />
|
|
|
|
<listitem text="@.section_theme" value="section_theme" />
|
2017-06-10 18:02:39 +00:00
|
|
|
<listitem text="@.section_extensions" value="section_extensions" />
|
2016-12-23 15:38:32 +00:00
|
|
|
<listitem text="@.section_experimental" value="section_experimental" />
|
2024-09-05 21:05:58 +00:00
|
|
|
<separator horizontal="true" style="separator_in_view" />
|
|
|
|
<listitem text="@general.reset" value="section_reset" />
|
2014-06-23 00:56:04 +00:00
|
|
|
</listbox>
|
|
|
|
</view>
|
2010-04-26 00:29:50 +00:00
|
|
|
|
2015-07-18 16:29:23 +00:00
|
|
|
<panel id="panel" expansive="true">
|
2018-02-07 17:35:12 +00:00
|
|
|
|
|
|
|
<!-- General -->
|
2014-06-23 00:56:04 +00:00
|
|
|
<vbox id="section_general">
|
2016-12-23 15:38:32 +00:00
|
|
|
<separator text="@.section_general" horizontal="true" />
|
2018-03-26 17:50:14 +00:00
|
|
|
<grid columns="3">
|
2023-02-24 20:11:51 +00:00
|
|
|
<label text="@.ui_windows" />
|
|
|
|
<hbox>
|
|
|
|
<buttonset columns="2" id="ui_windows">
|
2023-02-27 22:21:57 +00:00
|
|
|
<item icon="one_win_icon" tooltip="@.one_win" tooltip_dir="bottom" style="multi_window_item" />
|
|
|
|
<item icon="multi_win_icon" tooltip="@.multi_win" tooltip_dir="bottom" style="multi_window_item" />
|
2023-02-24 20:11:51 +00:00
|
|
|
</buttonset>
|
|
|
|
<hbox id="theme_variants">
|
|
|
|
<label text="@.theme_mode" />
|
|
|
|
</hbox>
|
|
|
|
</hbox>
|
|
|
|
<boxfiller />
|
|
|
|
|
2018-03-19 22:37:39 +00:00
|
|
|
<label text="@.screen_scaling" />
|
|
|
|
<combobox id="screen_scale">
|
|
|
|
<listitem text="100%" value="1" />
|
|
|
|
<listitem text="200%" value="2" />
|
|
|
|
<listitem text="300%" value="3" />
|
|
|
|
<listitem text="400%" value="4" />
|
|
|
|
</combobox>
|
2023-02-24 20:11:51 +00:00
|
|
|
<boxfiller />
|
2018-03-26 17:50:14 +00:00
|
|
|
|
2018-03-19 22:37:39 +00:00
|
|
|
<label text="@.ui_scaling" />
|
|
|
|
<combobox id="ui_scale">
|
|
|
|
<listitem text="100%" value="1" />
|
|
|
|
<listitem text="200%" value="2" />
|
|
|
|
<listitem text="300%" value="3" />
|
|
|
|
<listitem text="400%" value="4" />
|
|
|
|
</combobox>
|
2018-03-26 17:50:14 +00:00
|
|
|
<boxfiller />
|
2018-03-19 22:37:39 +00:00
|
|
|
|
|
|
|
<label text="@.language" />
|
|
|
|
<combobox id="language" />
|
2018-03-26 18:47:42 +00:00
|
|
|
<link text="@.download_translations" url="https://www.aseprite.org/languages/" />
|
2018-03-26 17:50:14 +00:00
|
|
|
</grid>
|
2016-12-23 15:38:32 +00:00
|
|
|
<check id="gpu_acceleration"
|
|
|
|
text="@.gpu_acceleration"
|
|
|
|
tooltip="@.gpu_acceleration_tooltip" />
|
2017-09-01 20:18:53 +00:00
|
|
|
<check id="show_menu_bar"
|
|
|
|
text="@.show_menu_bar" />
|
2023-10-04 19:57:11 +00:00
|
|
|
<check id="show_aseprite_file_dialog"
|
|
|
|
text="@.show_aseprite_file_dialog" />
|
2017-01-30 19:25:46 +00:00
|
|
|
<check id="show_home"
|
|
|
|
text="@.show_home" />
|
2016-12-23 15:38:32 +00:00
|
|
|
<check id="expand_menubar_on_mouseover"
|
|
|
|
text="@.expand_menu_bar_items_on_mouseover"
|
2022-05-16 20:27:09 +00:00
|
|
|
tooltip="@.expand_menu_bar_items_on_mouseover_tooltip" />
|
2019-03-20 17:27:19 +00:00
|
|
|
<check id="color_bar_entries_separator"
|
|
|
|
text="@.color_bar_entries_separator"
|
|
|
|
tooltip="@.color_bar_entries_separator"
|
|
|
|
pref="color_bar.entries_separator" />
|
2021-09-23 18:14:03 +00:00
|
|
|
<check id="share_crashdb"
|
|
|
|
text="@home_view.share_crashdb"
|
|
|
|
tooltip="@home_view.share_crashdb_tooltip" />
|
2019-06-07 16:17:21 +00:00
|
|
|
|
2018-03-14 17:14:47 +00:00
|
|
|
<separator horizontal="true" />
|
|
|
|
<link id="locate_file" text="@.locate_file" />
|
|
|
|
<link id="locate_crash_folder" text="@.locate_crash_folder" />
|
|
|
|
</vbox>
|
|
|
|
|
2020-05-30 19:54:35 +00:00
|
|
|
<!-- Tablet -->
|
|
|
|
<vbox id="section_tablet">
|
|
|
|
<separator text="@.section_tablet" horizontal="true" />
|
|
|
|
<radio id="tablet_api_windows_pointer" text="@.tablet_api_windows_pointer" group="1" />
|
|
|
|
<hbox>
|
2024-06-18 16:44:19 +00:00
|
|
|
<radio id="tablet_api_wintab_system" text="@.tablet_api_wintab_system" group="1" />
|
2020-05-30 19:54:35 +00:00
|
|
|
<link text="@.wintab_more_info" url="https://www.aseprite.org/docs/wintab/" />
|
|
|
|
</hbox>
|
2024-06-18 16:44:19 +00:00
|
|
|
<radio id="tablet_api_wintab_direct" text="@.tablet_api_wintab_direct" group="1" />
|
|
|
|
<vbox id="windows_pointer_options">
|
|
|
|
<separator text="@.windows_pointer" horizontal="true" />
|
|
|
|
<check id="one_finger_as_mouse_movement"
|
|
|
|
text="@.one_finger_as_mouse_movement"
|
|
|
|
tooltip="@.one_finger_as_mouse_movement_tooltip"
|
|
|
|
pref="experimental.one_finger_as_mouse_movement" />
|
|
|
|
<hbox>
|
|
|
|
<check id="set_cursor_fix"
|
|
|
|
text="@.set_cursor_fix"
|
|
|
|
tooltip="@.set_cursor_fix_tooltip"
|
|
|
|
pref="tablet.set_cursor_fix" />
|
|
|
|
<link text="(#4539)" url="https://github.com/aseprite/aseprite/issues/4539" />
|
|
|
|
</hbox>
|
|
|
|
</vbox>
|
2020-05-30 19:54:35 +00:00
|
|
|
</vbox>
|
|
|
|
|
2018-03-14 17:14:47 +00:00
|
|
|
<!-- Files -->
|
|
|
|
<vbox id="section_files">
|
|
|
|
<separator text="@.section_files" horizontal="true" />
|
2018-03-19 18:53:02 +00:00
|
|
|
<label text="@.default_extension_for" />
|
|
|
|
<grid columns="2">
|
|
|
|
<label text="@.save_default_extension" />
|
2018-02-23 13:32:02 +00:00
|
|
|
<combobox id="default_extension" />
|
2018-03-19 18:53:02 +00:00
|
|
|
|
|
|
|
<label text="@.export_image_default_extension" />
|
|
|
|
<combobox id="export_image_default_extension" />
|
|
|
|
|
|
|
|
<label text="@.export_animation_default_extension" />
|
|
|
|
<combobox id="export_animation_default_extension" />
|
|
|
|
|
|
|
|
<label text="@.export_sprite_sheet_default_extension" />
|
|
|
|
<combobox id="export_sprite_sheet_default_extension" />
|
|
|
|
</grid>
|
|
|
|
|
2018-03-14 17:14:47 +00:00
|
|
|
<grid columns="2">
|
|
|
|
<label text="@.recent_files" />
|
|
|
|
<hbox>
|
|
|
|
<slider min="0" max="100" id="recent_files" width="128" tooltip="@.recent_files_tooltip" />
|
2023-11-22 13:40:51 +00:00
|
|
|
<button id="clear_recent_files" text="@.clear_recent_files" tooltip="@.clear_recent_files_tooltip" minwidth="60" />
|
2018-03-14 17:14:47 +00:00
|
|
|
</hbox>
|
|
|
|
|
|
|
|
<boxfiller />
|
|
|
|
<check id="show_full_path"
|
|
|
|
text="@.show_full_path"
|
|
|
|
tooltip="@.show_full_path_tooltip" />
|
|
|
|
</grid>
|
2019-06-07 16:17:21 +00:00
|
|
|
|
|
|
|
<separator text="@.recover_files" horizontal="true" />
|
|
|
|
<grid columns="2">
|
|
|
|
<check id="enable_data_recovery"
|
|
|
|
text="@.auto_save_recovery_data"
|
|
|
|
tooltip="@.auto_save_recovery_data_tooltip" />
|
|
|
|
<combobox id="data_recovery_period">
|
|
|
|
<listitem text="@.10_seconds" value="0.1667" />
|
|
|
|
<listitem text="@.30_seconds" value="0.5" />
|
|
|
|
<listitem text="@.1_minute" value="1" />
|
|
|
|
<listitem text="@.2_minutes" value="2" />
|
|
|
|
<listitem text="@.5_minutes" value="5" />
|
|
|
|
<listitem text="@.10_minutes" value="10" />
|
|
|
|
<listitem text="@.15_minutes" value="15" />
|
|
|
|
<listitem text="@.30_minutes" value="30" />
|
|
|
|
</combobox>
|
|
|
|
<check id="keep_edited_sprite_data"
|
|
|
|
text="@.keep_edited_sprite_data"
|
|
|
|
tooltip="@.keep_edited_sprite_data_tooltip" />
|
|
|
|
<combobox id="keep_edited_sprite_data_for">
|
|
|
|
<listitem text="@.1_day" value="1" />
|
|
|
|
<listitem text="@.2_days" value="2" />
|
|
|
|
<listitem text="@.3_days" value="3" />
|
|
|
|
<listitem text="@.1_week" value="7" />
|
|
|
|
<listitem text="@.2_weeks" value="14" />
|
|
|
|
<listitem text="@.1_month" value="30" />
|
|
|
|
</combobox>
|
|
|
|
<check id="keep_closed_sprite_on_memory"
|
|
|
|
text="@.keep_closed_sprite_on_memory"
|
|
|
|
tooltip="@.keep_closed_sprite_on_memory_tooltip" />
|
|
|
|
<combobox id="keep_closed_sprite_on_memory_for">
|
|
|
|
<listitem text="@.10_seconds" value="0.1667" />
|
|
|
|
<listitem text="@.30_seconds" value="0.5" />
|
|
|
|
<listitem text="@.1_minute" value="1" />
|
|
|
|
<listitem text="@.2_minutes" value="2" />
|
|
|
|
<listitem text="@.5_minutes" value="5" />
|
|
|
|
<listitem text="@.10_minutes" value="10" />
|
|
|
|
<listitem text="@.15_minutes" value="15" />
|
|
|
|
<listitem text="@.30_minutes" value="30" />
|
|
|
|
<listitem text="@.1_hour" value="60" />
|
|
|
|
<listitem text="@.4_hours" value="240" />
|
|
|
|
<listitem text="@.8_hours" value="480" />
|
|
|
|
</combobox>
|
|
|
|
</grid>
|
|
|
|
|
2014-06-23 00:56:04 +00:00
|
|
|
</vbox>
|
2014-02-08 03:19:20 +00:00
|
|
|
|
2018-10-18 18:29:16 +00:00
|
|
|
<!-- Color -->
|
|
|
|
<vbox id="section_color">
|
|
|
|
<separator text="@.section_color" horizontal="true" />
|
|
|
|
<check text="@.color_management" id="color_management" pref="color.manage" />
|
|
|
|
|
2024-01-08 18:19:25 +00:00
|
|
|
<grid columns="2">
|
2019-05-08 13:55:56 +00:00
|
|
|
<label text="@.window_cs" id="window_cs_label" />
|
|
|
|
<combobox id="window_cs">
|
|
|
|
<listitem text="@.use_monitor_cs" />
|
|
|
|
<listitem text="@.use_srgb_cs" />
|
|
|
|
<listitem text="@.use_specific_cs" />
|
|
|
|
</combobox>
|
|
|
|
|
|
|
|
<boxfiller />
|
|
|
|
<separator horizontal="true" />
|
|
|
|
|
2018-10-18 18:29:16 +00:00
|
|
|
<label text="@.working_rgb_cs" id="working_rgb_cs_label" />
|
|
|
|
<combobox id="working_rgb_cs" />
|
|
|
|
|
|
|
|
<label text="@.files_with_cs" id="files_with_cs_label" />
|
|
|
|
<combobox id="files_with_cs">
|
|
|
|
<listitem text="@.disable_cs" />
|
|
|
|
<listitem text="@.use_embedded_cs" />
|
|
|
|
<listitem text="@.convert_cs" />
|
|
|
|
<listitem text="@.assign_cs" />
|
|
|
|
<listitem text="@.ask_cs" />
|
2024-01-08 18:19:25 +00:00
|
|
|
</combobox>
|
2018-10-18 18:29:16 +00:00
|
|
|
|
|
|
|
<label text="@.missing_cs" id="missing_cs_label" />
|
|
|
|
<combobox id="missing_cs">
|
|
|
|
<listitem text="@.disable_cs" />
|
|
|
|
<listitem text="@.assign_cs" />
|
|
|
|
<listitem text="@.ask_cs" />
|
2024-01-08 18:19:25 +00:00
|
|
|
</combobox>
|
|
|
|
</grid>
|
2018-10-18 18:29:16 +00:00
|
|
|
|
2024-01-08 18:19:25 +00:00
|
|
|
<hbox>
|
|
|
|
<hbox expansive="true" />
|
2023-11-22 13:40:51 +00:00
|
|
|
<button id="reset_color_management" text="@general.reset" minwidth="60" />
|
2024-01-08 18:19:25 +00:00
|
|
|
</hbox>
|
|
|
|
|
|
|
|
<separator text="@.alpha_and_opacity" horizontal="true" />
|
|
|
|
<grid columns="2">
|
|
|
|
<label text="@.alpha_range" id="alpha_range_label" />
|
|
|
|
<combobox id="alpha">
|
|
|
|
<listitem text="@.8bit_value" />
|
|
|
|
<listitem text="@.percentage" />
|
|
|
|
</combobox>
|
|
|
|
<label text="@.opacity_range" id="opacity_range_label" />
|
|
|
|
<combobox id="opacity">
|
|
|
|
<listitem text="@.8bit_value" />
|
|
|
|
<listitem text="@.percentage" />
|
|
|
|
</combobox>
|
|
|
|
</grid>
|
2018-10-18 18:29:16 +00:00
|
|
|
</vbox>
|
|
|
|
|
2014-06-23 00:56:04 +00:00
|
|
|
<!-- Editor -->
|
|
|
|
<vbox id="section_editor">
|
2016-12-23 15:38:32 +00:00
|
|
|
<separator text="@.section_editor" horizontal="true" />
|
2018-07-20 02:05:14 +00:00
|
|
|
<check text="@.wheel_zoom" id="wheel_zoom"
|
|
|
|
pref="editor.zoom_with_wheel" />
|
|
|
|
<check text="@.slide_zoom" id="slide_zoom"
|
|
|
|
pref="editor.zoom_with_slide" />
|
2016-12-23 15:38:32 +00:00
|
|
|
<check text="@.zoom_from_center_with_wheel" id="zoom_from_center_with_wheel" />
|
|
|
|
<check text="@.zoom_from_center_with_keys" id="zoom_from_center_with_keys" />
|
|
|
|
<check text="@.show_scrollbars" id="show_scrollbars" tooltip="@.show_scrollbars_tooltip" />
|
|
|
|
<check text="@.auto_scroll" id="auto_scroll" />
|
2020-03-27 19:53:17 +00:00
|
|
|
<check text="@.auto_fit" id="auto_fit"
|
|
|
|
pref="editor.auto_fit" />
|
2017-09-08 19:04:18 +00:00
|
|
|
<check text="@.straight_line_preview" id="straight_line_preview" tooltip="@.straight_line_preview_tooltip" />
|
2017-11-23 13:06:13 +00:00
|
|
|
<check text="@.discard_brush" id="discard_brush" />
|
2022-02-21 19:21:07 +00:00
|
|
|
<hbox id="sampling_placeholder" />
|
2014-08-19 11:17:57 +00:00
|
|
|
<hbox>
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.right_click" />
|
2014-08-19 11:17:57 +00:00
|
|
|
<combobox id="right_click_behavior" expansive="true" />
|
|
|
|
</hbox>
|
2017-04-06 22:12:36 +00:00
|
|
|
</vbox>
|
2015-07-27 14:43:48 +00:00
|
|
|
|
2017-04-06 22:12:36 +00:00
|
|
|
<!-- Selection -->
|
|
|
|
<vbox id="section_selection">
|
2016-12-23 15:38:32 +00:00
|
|
|
<separator text="@.editor_selection" horizontal="true" />
|
|
|
|
<check text="@.auto_opaque" id="auto_opaque" tooltip="@.auto_opaque_tooltip" />
|
|
|
|
<check text="@.keep_selection_after_clear" id="keep_selection_after_clear" tooltip="@.keep_selection_after_clear_tooltip" />
|
2018-04-20 13:56:27 +00:00
|
|
|
<check text="@.auto_show_selection_edges" id="auto_show_selection_edges" tooltip="@.auto_show_selection_edges_tooltip" />
|
2017-04-06 22:12:36 +00:00
|
|
|
<check text="@.move_edges" id="move_edges" tooltip="@.move_edges_tooltip" />
|
2017-09-08 15:07:21 +00:00
|
|
|
<check text="@.modifiers_disable_handles" id="modifiers_disable_handles" tooltip="@.modifiers_disable_handles_tooltip" />
|
2017-10-03 18:03:51 +00:00
|
|
|
<check text="@.move_on_add_mode" id="move_on_add_mode" tooltip="@.move_on_add_mode_tooltip" />
|
2018-11-15 22:17:19 +00:00
|
|
|
<check text="@.select_tile_with_double_click" id="select_tile_with_double_click"
|
|
|
|
pref="selection.doubleclick_select_tile" />
|
2023-11-20 18:18:00 +00:00
|
|
|
<check text="@.snap_to_grid_selection"
|
|
|
|
pref="selection.snap_to_grid"/>
|
2019-09-05 21:19:55 +00:00
|
|
|
<check text="@.force_rotsprite" id="force_rotsprite"
|
|
|
|
pref="selection.force_rotsprite"/>
|
2019-09-11 17:01:50 +00:00
|
|
|
<check text="@.multicel_when_layers_or_frames" id="multicel_when_layers_or_frames"
|
|
|
|
tooltip="@.multicel_when_layers_or_frames_tooltip"
|
|
|
|
pref="selection.multicel_when_layers_or_frames"/>
|
2014-06-23 00:56:04 +00:00
|
|
|
</vbox>
|
2014-02-08 03:19:20 +00:00
|
|
|
|
2015-07-27 14:43:48 +00:00
|
|
|
<!-- Timeline -->
|
2015-06-19 15:09:34 +00:00
|
|
|
<vbox id="section_timeline">
|
2016-12-23 15:38:32 +00:00
|
|
|
<separator text="@.section_timeline" horizontal="true" />
|
2018-06-06 18:44:52 +00:00
|
|
|
<check text="@.autotimeline" id="autotimeline" tooltip="@.autotimeline_tooltip"
|
|
|
|
pref="general.autoshow_timeline" />
|
|
|
|
<check text="@.rewind_on_stop" id="rewind_on_stop" tooltip="@.rewind_on_stop_tooltip"
|
|
|
|
pref="general.rewind_on_stop" />
|
2016-11-22 21:05:56 +00:00
|
|
|
<hbox>
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.default_first_frame" />
|
2018-06-28 16:33:13 +00:00
|
|
|
<expr id="first_frame" />
|
2016-11-22 21:05:56 +00:00
|
|
|
</hbox>
|
2023-09-18 20:33:38 +00:00
|
|
|
<separator text="@.timeline_selection" horizontal="true" />
|
|
|
|
<check id="keep_selection"
|
|
|
|
text="@.keep_timeline_selection"
|
|
|
|
tooltip="@.keep_timeline_selection_tooltip"
|
|
|
|
pref="timeline.keep_selection" />
|
|
|
|
<check id="select_on_click"
|
|
|
|
text="@.select_on_click"
|
|
|
|
tooltip="@.select_on_click_tooltip"
|
|
|
|
pref="timeline.select_on_click" />
|
|
|
|
<check id="select_on_click_with_key"
|
|
|
|
text="@.select_on_click_with_key"
|
|
|
|
tooltip="@.select_on_click_with_key_tooltip"
|
|
|
|
pref="timeline.select_on_click_with_key" />
|
|
|
|
<check id="select_on_drag"
|
|
|
|
text="@.select_on_drag"
|
|
|
|
tooltip="@.select_on_drag_tooltip"
|
|
|
|
pref="timeline.select_on_drag" />
|
2023-09-19 15:07:14 +00:00
|
|
|
<check id="drag_and_drop_from_edges"
|
|
|
|
text="@.drag_and_drop_from_edges"
|
|
|
|
pref="timeline.drag_and_drop_from_edges" />
|
2023-09-18 20:33:38 +00:00
|
|
|
<hbox>
|
2023-10-25 11:36:54 +00:00
|
|
|
<boxfiller />
|
2023-11-22 13:40:51 +00:00
|
|
|
<button id="reset_timeline_sel" text="@general.reset" minwidth="60" />
|
2023-09-18 20:33:38 +00:00
|
|
|
</hbox>
|
2015-06-19 15:09:34 +00:00
|
|
|
</vbox>
|
|
|
|
|
2016-03-24 17:29:15 +00:00
|
|
|
<!-- Cursors -->
|
|
|
|
<vbox id="section_cursors">
|
2016-12-23 15:38:32 +00:00
|
|
|
<separator text="@.ui_mouse_cursor" horizontal="true" />
|
|
|
|
<check id="native_cursor" text="@.native_cursor" />
|
2016-08-30 20:27:19 +00:00
|
|
|
<hbox>
|
2016-12-23 15:38:32 +00:00
|
|
|
<label id="cursor_scale_label" text="@.cursor_scale_label" />
|
2016-08-30 20:27:19 +00:00
|
|
|
<combobox id="cursor_scale">
|
|
|
|
<listitem text="100%" value="1" />
|
|
|
|
<listitem text="200%" value="2" />
|
|
|
|
<listitem text="300%" value="3" />
|
|
|
|
<listitem text="400%" value="4" />
|
|
|
|
</combobox>
|
|
|
|
</hbox>
|
2016-08-30 19:52:03 +00:00
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<separator text="@.painting_cursors" horizontal="true" />
|
2016-08-31 14:22:08 +00:00
|
|
|
|
|
|
|
<grid columns="2">
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.crosshair_type" />
|
2016-08-31 14:22:08 +00:00
|
|
|
<combobox id="painting_cursor_type">
|
2016-12-23 15:38:32 +00:00
|
|
|
<listitem text="@.simple_crosshair" value="0" />
|
|
|
|
<listitem text="@.crosshair_on_sprite" value="1" />
|
2016-08-31 14:22:08 +00:00
|
|
|
</combobox>
|
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.brush_preview" />
|
2016-08-31 14:22:08 +00:00
|
|
|
<combobox id="brush_preview">
|
2016-12-23 15:38:32 +00:00
|
|
|
<listitem text="@.brush_preview_none" value="0" />
|
|
|
|
<listitem text="@.brush_preview_edges" value="1" />
|
|
|
|
<listitem text="@.brush_preview_full" value="2" />
|
2020-08-03 15:12:52 +00:00
|
|
|
<listitem text="@.brush_preview_fullall" value="3" />
|
|
|
|
<listitem text="@.brush_preview_fullnedges" value="4" />
|
2016-08-31 14:22:08 +00:00
|
|
|
</combobox>
|
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.cursor_color_type" />
|
2018-10-18 18:29:16 +00:00
|
|
|
<combobox id="cursor_color_type">
|
2016-12-23 15:38:32 +00:00
|
|
|
<listitem text="@.cursor_neg_bw" value="0" />
|
|
|
|
<listitem text="@.cursor_specific_color" value="1" />
|
2016-03-24 17:29:15 +00:00
|
|
|
</combobox>
|
|
|
|
|
2016-08-31 14:22:08 +00:00
|
|
|
<boxfiller />
|
2017-03-25 04:15:40 +00:00
|
|
|
<colorpicker id="cursor_color" rgba="true" />
|
2023-11-15 23:30:58 +00:00
|
|
|
|
|
|
|
<check text="@.snap_cursor_to_grid"
|
|
|
|
pref="cursor.snap_to_grid" cell_hspan="2" />
|
2016-08-31 14:22:08 +00:00
|
|
|
</grid>
|
2016-03-24 17:29:15 +00:00
|
|
|
</vbox>
|
|
|
|
|
2016-12-05 14:06:32 +00:00
|
|
|
<!-- Background -->
|
|
|
|
<vbox id="section_bg">
|
|
|
|
<combobox id="bg_scope" />
|
|
|
|
|
2022-08-18 01:19:07 +00:00
|
|
|
<separator text="@.bg_checkered" horizontal="true" />
|
2016-12-05 15:01:16 +00:00
|
|
|
<grid columns="2">
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.bg_size" />
|
2016-12-05 15:01:16 +00:00
|
|
|
<hbox>
|
2022-08-18 01:19:07 +00:00
|
|
|
<combobox id="checkered_bg_size" />
|
|
|
|
<expr id="checkered_bg_custom_w" />
|
|
|
|
<expr id="checkered_bg_custom_h" />
|
|
|
|
<check text="@.bg_apply_zoom" id="checkered_bg_zoom" />
|
2016-12-05 15:01:16 +00:00
|
|
|
</hbox>
|
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.bg_colors" />
|
2016-12-05 15:01:16 +00:00
|
|
|
<hbox>
|
2022-08-18 01:19:07 +00:00
|
|
|
<colorpicker id="checkered_bg_color1" rgba="true" />
|
|
|
|
<colorpicker id="checkered_bg_color2" rgba="true" />
|
2016-12-05 15:01:16 +00:00
|
|
|
</hbox>
|
|
|
|
</grid>
|
2016-12-05 14:06:32 +00:00
|
|
|
|
|
|
|
<hbox>
|
|
|
|
<hbox expansive="true" />
|
2023-11-22 13:40:51 +00:00
|
|
|
<button id="reset_bg" text="@general.reset" minwidth="60" />
|
2016-12-05 14:06:32 +00:00
|
|
|
</hbox>
|
|
|
|
</vbox>
|
|
|
|
|
|
|
|
<!-- Grid -->
|
2014-06-23 00:56:04 +00:00
|
|
|
<vbox id="section_grid">
|
2015-02-15 02:31:11 +00:00
|
|
|
<combobox id="grid_scope" />
|
2016-12-05 14:58:26 +00:00
|
|
|
<hbox>
|
2016-12-23 15:38:32 +00:00
|
|
|
<check id="grid_visible" text="@.grid_visible" />
|
2016-12-05 14:58:26 +00:00
|
|
|
<separator horizontal="true" expansive="true" />
|
|
|
|
</hbox>
|
|
|
|
|
2016-12-05 15:49:36 +00:00
|
|
|
<grid columns="5">
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.grid_x" />
|
2018-06-28 16:33:13 +00:00
|
|
|
<expr id="grid_x" text="" />
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.grid_y" />
|
2018-06-28 16:33:13 +00:00
|
|
|
<expr id="grid_y" text="" />
|
2016-12-05 15:49:36 +00:00
|
|
|
<hbox />
|
2016-12-05 14:58:26 +00:00
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.grid_width" />
|
2018-06-28 16:33:13 +00:00
|
|
|
<expr id="grid_w" text="" />
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.grid_height" />
|
2018-06-28 16:33:13 +00:00
|
|
|
<expr id="grid_h" text="" />
|
2016-12-05 15:49:36 +00:00
|
|
|
<hbox />
|
2016-12-05 14:58:26 +00:00
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.grid_color" />
|
2017-03-25 04:15:40 +00:00
|
|
|
<colorpicker id="grid_color" rgba="true" cell_hspan="3" />
|
2014-11-24 22:13:25 +00:00
|
|
|
<hbox />
|
2007-09-18 23:57:02 +00:00
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.grid_opacity" />
|
2016-12-05 15:49:36 +00:00
|
|
|
<slider id="grid_opacity" cell_hspan="3" min="1" max="255" width="128" />
|
2016-12-23 15:38:32 +00:00
|
|
|
<check id="grid_auto_opacity" text="@.grid_auto" />
|
2016-12-05 14:58:26 +00:00
|
|
|
</grid>
|
2014-11-24 22:13:25 +00:00
|
|
|
|
2016-12-05 14:58:26 +00:00
|
|
|
<hbox>
|
2016-12-23 15:38:32 +00:00
|
|
|
<check id="pixel_grid_visible" text="@.grid_pixel_grid_visible" />
|
2016-12-05 14:58:26 +00:00
|
|
|
<separator horizontal="true" expansive="true" />
|
|
|
|
</hbox>
|
|
|
|
<grid columns="3">
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.grid_color" />
|
2017-03-25 04:15:40 +00:00
|
|
|
<colorpicker id="pixel_grid_color" rgba="true" />
|
2014-11-24 22:13:25 +00:00
|
|
|
<hbox />
|
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.grid_opacity" />
|
2014-11-24 22:13:25 +00:00
|
|
|
<slider id="pixel_grid_opacity" min="1" max="255" width="128" />
|
2016-12-23 15:38:32 +00:00
|
|
|
<check id="pixel_grid_auto_opacity" text="@.grid_auto" />
|
2014-06-23 00:56:04 +00:00
|
|
|
</grid>
|
2010-04-29 02:47:08 +00:00
|
|
|
|
2014-11-24 22:13:25 +00:00
|
|
|
<hbox>
|
|
|
|
<hbox expansive="true" />
|
2023-11-22 13:40:51 +00:00
|
|
|
<button id="reset_grid" text="@general.reset" minwidth="60" />
|
2014-11-24 22:13:25 +00:00
|
|
|
</hbox>
|
2014-06-23 00:56:04 +00:00
|
|
|
</vbox>
|
2010-04-29 02:47:08 +00:00
|
|
|
|
2017-03-25 04:01:59 +00:00
|
|
|
<!-- Guides -->
|
|
|
|
<vbox id="section_guides_and_slices">
|
|
|
|
<separator text="@.guides" horizontal="true" />
|
|
|
|
<grid columns="2">
|
|
|
|
<label text="@.layer_edges_color" />
|
|
|
|
<colorpicker id="layer_edges_color" rgba="true" />
|
|
|
|
<label text="@.auto_guides_color" />
|
|
|
|
<colorpicker id="auto_guides_color" rgba="true" />
|
|
|
|
</grid>
|
|
|
|
|
|
|
|
<separator text="@.slices" horizontal="true" />
|
|
|
|
<hbox>
|
|
|
|
<label text="@.default_slice_color" />
|
|
|
|
<colorpicker id="default_slice_color" rgba="true" />
|
|
|
|
</hbox>
|
|
|
|
</vbox>
|
|
|
|
|
2014-06-23 00:56:04 +00:00
|
|
|
<!-- Undo -->
|
|
|
|
<vbox id="section_undo">
|
2016-12-23 15:38:32 +00:00
|
|
|
<separator text="@.section_undo" horizontal="true" />
|
2015-01-19 01:05:33 +00:00
|
|
|
<hbox>
|
2017-10-25 20:58:55 +00:00
|
|
|
<check id="limit_undo" text="@.undo_size_limit" />
|
2018-06-28 16:33:13 +00:00
|
|
|
<expr id="undo_size_limit" tooltip="@.undo_size_limit_tooltip" />
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.undo_mb" />
|
2015-01-19 01:05:33 +00:00
|
|
|
</hbox>
|
2007-09-18 23:57:02 +00:00
|
|
|
|
2015-01-19 01:05:33 +00:00
|
|
|
<vbox>
|
2016-12-23 15:38:32 +00:00
|
|
|
<check id="undo_goto_modified"
|
|
|
|
text="@.undo_goto_modified"
|
|
|
|
tooltip="@.undo_goto_modified_tooltip" />
|
|
|
|
<check id="undo_allow_nonlinear_history"
|
|
|
|
text="@.undo_allow_nonlinear_history" />
|
2018-09-03 14:50:32 +00:00
|
|
|
<check text="@.undo_show_tooltip" id="undo_show_tooltip"
|
|
|
|
pref="undo.show_tooltip" />
|
2015-01-19 01:05:33 +00:00
|
|
|
</vbox>
|
2014-06-23 00:56:04 +00:00
|
|
|
</vbox>
|
2014-08-10 22:51:14 +00:00
|
|
|
|
2018-02-07 17:35:12 +00:00
|
|
|
<!-- Alerts -->
|
|
|
|
<vbox id="section_alerts">
|
|
|
|
<separator text="@.section_alerts" horizontal="true" />
|
2021-04-12 19:57:02 +00:00
|
|
|
<hbox>
|
|
|
|
<label text="@.open_sequence_alert" />
|
|
|
|
<combobox id="open_sequence">
|
|
|
|
<listitem text="@.open_sequence_alert_ask" value="0" />
|
|
|
|
<listitem text="@.open_sequence_alert_yes" value="1" />
|
|
|
|
<listitem text="@.open_sequence_alert_no" value="2" />
|
|
|
|
</combobox>
|
|
|
|
</hbox>
|
2018-06-08 18:25:08 +00:00
|
|
|
<check id="file_format_doesnt_support_alert" text="@.file_format_doesnt_support_alert"
|
|
|
|
pref="save_file.show_file_format_doesnt_support_alert" />
|
|
|
|
<check id="export_animation_in_sequence_alert" text="@.export_animation_in_sequence_alert"
|
|
|
|
pref="save_file.show_export_animation_in_sequence_alert" />
|
|
|
|
<check id="overwrite_files_on_export_alert" text="@.overwrite_files_on_export_alert"
|
|
|
|
pref="export_file.show_overwrite_files_alert" />
|
|
|
|
<check id="overwrite_files_on_export_sprite_sheet_alert" text="@.overwrite_files_on_export_sprite_sheet_alert"
|
|
|
|
pref="sprite_sheet.show_overwrite_files_alert" />
|
2023-06-07 13:37:39 +00:00
|
|
|
<check id="delete_tilemap_delete_unused_tileset_alert" text="@.delete_tilemap_delete_unused_tileset_alert"
|
|
|
|
pref="tilemap.show_delete_unused_tileset_alert" />
|
2018-06-08 18:25:08 +00:00
|
|
|
<check id="advanced_mode_alert" text="@.advanced_mode_alert"
|
|
|
|
pref="advanced_mode.show_alert" />
|
2018-09-13 13:53:14 +00:00
|
|
|
<check id="invalid_fg_bg_color_alert" text="@.invalid_fg_bg_color_alert"
|
|
|
|
pref="color_bar.show_invalid_fg_bg_color_alert" />
|
2018-09-17 17:59:44 +00:00
|
|
|
<check id="run_script_alert" text="@.run_script_alert"
|
|
|
|
pref="scripts.show_run_script_alert" />
|
2020-03-20 22:18:03 +00:00
|
|
|
<hbox>
|
|
|
|
<label text="@.image_format_alerts" />
|
2021-01-05 17:43:43 +00:00
|
|
|
<check id="css_options_alert" text="!css" pref="css.show_alert" />
|
2020-04-04 20:33:23 +00:00
|
|
|
<check id="gif_options_alert" text="!gif" pref="gif.show_alert" />
|
|
|
|
<check id="jpeg_options_alert" text="!jpeg" pref="jpeg.show_alert" />
|
|
|
|
<check id="svg_options_alert" text="!svg" pref="svg.show_alert" />
|
|
|
|
<check id="tga_options_alert" text="!tga" pref="tga.show_alert" />
|
2020-03-20 22:18:03 +00:00
|
|
|
</hbox>
|
2018-02-07 17:35:12 +00:00
|
|
|
<separator horizontal="true" />
|
|
|
|
<hbox>
|
|
|
|
<hbox expansive="true" />
|
|
|
|
<button id="reset_alerts" text="@.reset_alerts" />
|
|
|
|
</hbox>
|
|
|
|
</vbox>
|
|
|
|
|
2015-09-18 15:23:02 +00:00
|
|
|
<!-- Theme -->
|
|
|
|
<vbox id="section_theme">
|
2016-12-23 15:38:32 +00:00
|
|
|
<separator text="@.available_themes" horizontal="true" />
|
2015-09-18 15:23:02 +00:00
|
|
|
<view expansive="true" maxsize="true">
|
|
|
|
<listbox id="theme_list" />
|
|
|
|
</view>
|
|
|
|
<hbox>
|
2023-11-22 13:40:51 +00:00
|
|
|
<button id="select_theme" text="@.select_theme" minwidth="60" />
|
2018-03-26 18:47:42 +00:00
|
|
|
<link text="@.download_themes" url="https://www.aseprite.org/themes/" />
|
2015-09-18 15:23:02 +00:00
|
|
|
<boxfiller />
|
2023-11-22 13:40:51 +00:00
|
|
|
<button id="open_theme_folder" text="@.open_theme_folder" minwidth="100" />
|
2015-09-18 15:23:02 +00:00
|
|
|
</hbox>
|
|
|
|
</vbox>
|
|
|
|
|
2017-06-10 18:02:39 +00:00
|
|
|
<!-- Extensions -->
|
|
|
|
<vbox id="section_extensions">
|
|
|
|
<view expansive="true" maxsize="true">
|
|
|
|
<listbox id="extensions_list" />
|
|
|
|
</view>
|
|
|
|
<hbox>
|
2017-06-12 15:38:53 +00:00
|
|
|
<button id="add_extension" text="@.add_extension" minwidth="60" />
|
2017-06-10 18:02:39 +00:00
|
|
|
<boxfiller />
|
|
|
|
<button id="disable_extension" text="@.disable_extension" minwidth="60" />
|
|
|
|
<button id="uninstall_extension" text="@.uninstall_extension" minwidth="60" />
|
|
|
|
<button id="open_extension_folder" text="@.open_extension_folder" minwidth="60" />
|
|
|
|
</hbox>
|
|
|
|
</vbox>
|
|
|
|
|
2014-08-10 22:51:14 +00:00
|
|
|
<!-- Experimental -->
|
|
|
|
<vbox id="section_experimental">
|
2016-12-23 15:38:32 +00:00
|
|
|
<separator text="@.user_interface" horizontal="true" />
|
2021-03-02 16:50:49 +00:00
|
|
|
<check id="multiple_windows" text="@.multiple_windows"
|
|
|
|
pref="experimental.multiple_windows" />
|
2018-06-22 18:41:22 +00:00
|
|
|
<hbox>
|
2022-02-21 19:21:07 +00:00
|
|
|
<check id="new_render_engine"
|
|
|
|
text="@.new_render_engine"
|
2018-06-22 18:41:22 +00:00
|
|
|
pref="experimental.new_render_engine" />
|
|
|
|
<link text="(#1671)" url="https://github.com/aseprite/aseprite/issues/1671" />
|
|
|
|
</hbox>
|
2019-02-25 21:02:58 +00:00
|
|
|
<hbox>
|
|
|
|
<check text="@.new_blend"
|
|
|
|
pref="experimental.new_blend" />
|
|
|
|
<link text="(#1096)" url="https://github.com/aseprite/aseprite/issues/1096" />
|
|
|
|
</hbox>
|
2023-10-04 19:57:11 +00:00
|
|
|
<check id="native_clipboard" text="@.native_clipboard"
|
|
|
|
pref="experimental.use_native_clipboard" />
|
|
|
|
<check id="native_file_dialog" text="@.native_file_dialog"
|
|
|
|
pref="experimental.use_native_file_dialog" />
|
2022-07-20 15:44:40 +00:00
|
|
|
<check id="tint_shade_tone_hue_with_sat_value"
|
|
|
|
text="@.hue_with_sat_value"
|
|
|
|
pref="experimental.hue_with_sat_value_for_color_selector" />
|
2016-12-23 15:38:32 +00:00
|
|
|
<check id="flash_layer" text="@.flash_selected_layer" />
|
2018-06-19 13:59:12 +00:00
|
|
|
<hbox>
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.non_active_layer_opacity" />
|
2016-12-01 18:20:35 +00:00
|
|
|
<slider id="nonactive_layers_opacity" min="0" max="255" width="128" />
|
|
|
|
</hbox>
|
2023-02-24 20:06:44 +00:00
|
|
|
<separator text="@.color_quantization" horizontal="true" />
|
2024-04-26 11:58:36 +00:00
|
|
|
<grid columns="2">
|
2020-04-10 18:35:11 +00:00
|
|
|
<label text="@rgbmap_algorithm_selector.label" />
|
|
|
|
<hbox id="rgbmap_algorithm_placeholder" />
|
2024-04-26 11:58:36 +00:00
|
|
|
<label text="@best_fit_criteria_selector.label" />
|
|
|
|
<hbox id="best_fit_criteria_placeholder" />
|
|
|
|
</grid>
|
2023-02-24 20:06:44 +00:00
|
|
|
<separator text="@.performance" horizontal="true" />
|
|
|
|
<hbox>
|
|
|
|
<check id="shaders_for_color_selectors"
|
|
|
|
text="@.shaders_for_color_selectors"
|
|
|
|
pref="experimental.use_shaders_for_color_selectors" />
|
|
|
|
<link text="(#960)" url="https://github.com/aseprite/aseprite/issues/960" />
|
|
|
|
</hbox>
|
|
|
|
<check id="cache_compressed_tilesets"
|
|
|
|
text="@.cache_compressed_tilesets"
|
|
|
|
pref="tileset.cache_compressed_tilesets" />
|
2014-08-10 22:51:14 +00:00
|
|
|
</vbox>
|
|
|
|
|
2024-09-05 21:05:58 +00:00
|
|
|
<!-- Reset -->
|
|
|
|
<vbox id="section_reset">
|
|
|
|
<separator text="@.reset_title" horizontal="true" />
|
|
|
|
<check id="default_reset" text="@.reset_default" />
|
|
|
|
<check id="tools_reset" text="@.reset_tools" />
|
|
|
|
<check id="installed_reset" text="@.reset_installed" />
|
|
|
|
<check id="recent_reset" text="@.reset_recents" />
|
|
|
|
<check id="perfile_reset" text="@.reset_perfile" tooltip="@.reset_perfile_tooltip" />
|
|
|
|
<hbox>
|
|
|
|
<hbox expansive="true" />
|
|
|
|
<button id="reset_selected_button" text="@.reset" minwidth="60" />
|
|
|
|
</hbox>
|
|
|
|
</vbox>
|
2014-06-23 00:56:04 +00:00
|
|
|
</panel>
|
|
|
|
</hbox>
|
2010-04-26 00:29:50 +00:00
|
|
|
<separator horizontal="true" />
|
2014-06-23 00:56:04 +00:00
|
|
|
<hbox>
|
2014-06-14 02:00:49 +00:00
|
|
|
<boxfiller />
|
2014-06-23 00:56:04 +00:00
|
|
|
<hbox homogeneous="true">
|
2023-11-22 13:40:51 +00:00
|
|
|
<button text="@.ok" closewindow="true" id="button_ok" magnet="true" minwidth="60" />
|
2016-12-23 15:38:32 +00:00
|
|
|
<button text="@.apply" id="button_apply" />
|
|
|
|
<button text="@.cancel" closewindow="true" />
|
2014-06-23 00:56:04 +00:00
|
|
|
</hbox>
|
|
|
|
</hbox>
|
|
|
|
</vbox>
|
2014-08-10 04:12:31 +00:00
|
|
|
</window>
|
2012-06-16 02:37:59 +00:00
|
|
|
</gui>
|