forked from aseprite/aseprite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoptions.xml
More file actions
258 lines (231 loc) · 10.6 KB
/
options.xml
File metadata and controls
258 lines (231 loc) · 10.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
<!-- Aseprite -->
<!-- Copyright (C) 2001-2016 by David Capello -->
<gui>
<window id="options" text="Preferences">
<vbox>
<hbox expansive="true">
<view maxsize="true">
<listbox id="section_listbox">
<listitem text="General" value="section_general" />
<listitem text="Editor" value="section_editor" />
<listitem text="Timeline" value="section_timeline" />
<listitem text="Cursors" value="section_cursors" />
<listitem text="Background" value="section_bg" />
<listitem text="Grid" value="section_grid" />
<listitem text="Undo" value="section_undo" />
<listitem text="Theme" value="section_theme" />
<listitem text="Experimental" value="section_experimental" />
</listbox>
</view>
<panel id="panel" expansive="true">
<vbox id="section_general">
<separator text="General" horizontal="true" />
<hbox>
<grid columns="2">
<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>
<label text="UI Elements 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>
</grid>
</hbox>
<check text="GPU acceleration" id="gpu_acceleration" tooltip="Check this option to enable hardware acceleration" />
<check text="Show Home tab when Aseprite is started" id="show_home" />
<check text="Expand menu bar items on mouseover" id="expand_menubar_on_mouseover" tooltip="Check this option to get this old menus behavior." />
<hbox>
<check text="Automatically save recovery data every" id="enable_data_recovery" tooltip="With this option you can recover your documents if the program finalizes unexpectedly." />
<combobox id="data_recovery_period">
<listitem text="10 seconds" value="0.33" />
<listitem text="30 seconds" value="0.5" />
<listitem text="1 Minutes" 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>
</hbox>
<check text="Show full file name path" id="show_full_path" tooltip="Uncheck this option if you would prefer to hide full path on UI (e.g. useful for live streaming)" />
<separator horizontal="true" />
<link id="locate_file" text="Locate Configuration File" />
<link id="locate_crash_folder" text="Locate Crash Folder" />
</vbox>
<!-- Editor -->
<vbox id="section_editor">
<separator text="Editor" horizontal="true" />
<check text="Zoom with scroll wheel" id="wheel_zoom" />
<check text="Zoom sliding two fingers up or down" id="slide_zoom" />
<check text="Zoom from center with scroll wheel" id="zoom_from_center_with_wheel" />
<check text="Zoom from center with keys" id="zoom_from_center_with_keys" />
<check text="Show scroll-bars in sprite editor" id="show_scrollbars" tooltip="Show scroll-bars in all sprite editors." />
<check text="Auto-scroll on editor edges" id="auto_scroll" />
<hbox>
<label text="Right-click:" />
<combobox id="right_click_behavior" expansive="true" />
</hbox>
<separator text="Selection" horizontal="true" />
<check text="Adjust opaque/transparent mode automatically" id="auto_opaque" tooltip="Depending on the layer (background/transparent), the pasted selection will be adjusted automatically (opaque/transparent)" />
<check text="Keep selection after "Edit > Clear" command" id="keep_selection_after_clear" tooltip="Check this if you want to keep the selection after deleting it." />
</vbox>
<!-- Timeline -->
<vbox id="section_timeline">
<separator text="Timeline" horizontal="true" />
<check text="Show timeline automatically" id="autotimeline" tooltip="Show the timeline automatically when a new frame or layer is added." />
<check text="Rewind on Stop" id="rewind_on_stop" tooltip="The 'Stop' button should rewind the animation where it was started." />
<hbox>
<label text="Default First Frame:" />
<entry id="first_frame" maxsize="3" />
</hbox>
</vbox>
<!-- Cursors -->
<vbox id="section_cursors">
<separator text="UI Mouse Cursor" horizontal="true" />
<check id="native_cursor" text="Use native mouse cursors" />
<hbox>
<label id="cursor_scale_label" text="Mouse Cursor Scale:" />
<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>
<separator text="Painting Cursors" horizontal="true" />
<grid columns="2">
<label text="Crosshair Type:" />
<combobox id="painting_cursor_type">
<listitem text="Simple Crosshair" value="0" />
<listitem text="Crosshair on Sprite" value="1" />
</combobox>
<label text="Brush Preview:" />
<combobox id="brush_preview">
<listitem text="None" value="0" />
<listitem text="Brush Edges" value="1" />
<listitem text="Full Real-time Brush Preview" value="2" />
</combobox>
<label text="Crosshair & Brush Edges Color:" />
<combobox group="1" id="cursor_color_type">
<listitem text="Negative Black and White" value="0" />
<listitem text="Specific Color" value="1" />
</combobox>
<boxfiller />
<box id="cursor_color_placeholder" /><!-- custom widget -->
</grid>
</vbox>
<!-- Background -->
<vbox id="section_bg">
<combobox id="bg_scope" />
<separator text="Checked Background" horizontal="true" />
<grid columns="2">
<label text="Size:" />
<hbox>
<combobox id="checked_bg_size" />
<check text="Apply Zoom" id="checked_bg_zoom" />
</hbox>
<label text="Colors:" />
<hbox>
<box horizontal="true" id="checked_bg_color1_box" />
<box horizontal="true" id="checked_bg_color2_box" />
</hbox>
</grid>
<hbox>
<hbox expansive="true" />
<button id="reset_bg" text="Reset" width="60" />
</hbox>
</vbox>
<!-- Grid -->
<vbox id="section_grid">
<combobox id="grid_scope" />
<hbox>
<check id="grid_visible" text="Visible Grid" />
<separator horizontal="true" expansive="true" />
</hbox>
<grid columns="5">
<label text="X:" />
<entry id="grid_x" text="" maxsize="4" />
<label text="Y:" />
<entry id="grid_y" text="" maxsize="4" />
<hbox />
<label text="Width:" />
<entry id="grid_w" text="" maxsize="4" />
<label text="Height:" />
<entry id="grid_h" text="" maxsize="4" />
<hbox />
<label text="Color:" />
<box id="grid_color_placeholder" cell_hspan="3" /><!-- custom widget -->
<hbox />
<label text="Opacity:" />
<slider id="grid_opacity" cell_hspan="3" min="1" max="255" width="128" />
<check id="grid_auto_opacity" text="Auto" />
</grid>
<hbox>
<check id="pixel_grid_visible" text="Visible Pixel Grid" />
<separator horizontal="true" expansive="true" />
</hbox>
<grid columns="3">
<label text="Color:" />
<box id="pixel_grid_color_placeholder" /><!-- custom widget -->
<hbox />
<label text="Opacity:" />
<slider id="pixel_grid_opacity" min="1" max="255" width="128" />
<check id="pixel_grid_auto_opacity" text="Auto" />
</grid>
<hbox>
<hbox expansive="true" />
<button id="reset_grid" text="Reset" width="60" />
</hbox>
</vbox>
<!-- Undo -->
<vbox id="section_undo">
<separator text="Undo" horizontal="true" />
<hbox>
<label text="Undo Limit:" />
<entry id="undo_size_limit" maxsize="4" tooltip="Limit of memory to be used for undo information per sprite. Specified in megabytes." />
<label text="MB" />
</hbox>
<vbox>
<check id="undo_goto_modified" text="Go to modified frame/layer" tooltip="When it's enabled each time you undo/redo the current frame & layer will be modified to focus the undid/redid change." />
<check id="undo_allow_nonlinear_history" text="Allow non-linear history" />
</vbox>
</vbox>
<!-- Theme -->
<vbox id="section_theme">
<separator text="Available Themes" horizontal="true" />
<view expansive="true" maxsize="true">
<listbox id="theme_list" />
</view>
<hbox>
<button id="select_theme" text="&Select" width="60" />
<boxfiller />
<button id="open_theme_folder" text="Open &Folder" width="100" />
</hbox>
</vbox>
<!-- Experimental -->
<vbox id="section_experimental">
<separator text="User Interface" horizontal="true" />
<check id="native_file_dialog" text="Use native file dialog" />
<check id="flash_layer" text="Flash layer when it is selected" />
</vbox>
</panel>
</hbox>
<separator horizontal="true" />
<hbox>
<boxfiller />
<hbox homogeneous="true">
<button text="&OK" closewindow="true" id="button_ok" magnet="true" width="60" />
<button text="&Apply" id="button_apply" />
<button text="&Cancel" closewindow="true" />
</hbox>
</hbox>
</vbox>
</window>
</gui>