| .. |
|
editor
|
[devmode] F1 key switches the renderer only when pressed w/o modifiers
|
2023-04-27 11:44:11 -03:00 |
|
skin
|
Add canvas autoScaling feature (fix #3748)
|
2023-04-27 11:07:26 -03:00 |
|
timeline
|
Use new ScopedValue w/o old arg + C++17 class template argument deduction (CTAD)
|
2023-04-14 13:43:36 -03:00 |
|
app_menuitem.cpp
|
[osx] Fix shortcuts for Edit actions when a native file dialog is displayed
|
2022-12-09 13:55:44 -03:00 |
|
app_menuitem.h
|
Use std::nullptr_t defined in <cstddef>
|
2023-02-22 19:55:32 -03:00 |
|
aseprite_update.cpp
|
Remove ui::Event& args from ui::Button::Click signal
|
2023-01-12 11:00:16 -03:00 |
|
aseprite_update.h
|
Improve installation phases handling
|
2022-06-28 19:16:16 -03:00 |
|
backup_indicator.cpp
|
…
|
|
|
backup_indicator.h
|
…
|
|
|
browser_view.cpp
|
Merge branch 'main' into beta
|
2022-07-13 19:49:03 -03:00 |
|
browser_view.h
|
Merge branch 'main' into beta
|
2021-04-13 19:12:46 -03:00 |
|
brush_popup.cpp
|
Limit the brush size for preview to an odd-size to align the center correctly for big brushes
|
2023-02-27 12:06:23 -03:00 |
|
brush_popup.h
|
Merge branch 'main' into beta
|
2022-07-15 17:30:39 -03:00 |
|
button_set.cpp
|
Don't use string literal in lambda inside ButtonSet::addItem()
|
2023-02-27 19:21:02 -03:00 |
|
button_set.h
|
Update ButtonSet to use theme's styles
|
2023-02-27 09:43:48 -03:00 |
|
color_bar.cpp
|
Use new ScopedValue w/o old arg + C++17 class template argument deduction (CTAD)
|
2023-04-14 13:43:36 -03:00 |
|
color_bar.h
|
Add property to disable the standard tilemap UI
|
2023-02-15 18:55:21 -03:00 |
|
color_button.cpp
|
Remove ui::Event& args from ui::Button::Click signal
|
2023-01-12 11:00:16 -03:00 |
|
color_button.h
|
Remove ui::Event& args from ui::Button::Click signal
|
2023-01-12 11:00:16 -03:00 |
|
color_button_options.h
|
…
|
|
|
color_popup.cpp
|
Use new ScopedValue w/o old arg + C++17 class template argument deduction (CTAD)
|
2023-04-14 13:43:36 -03:00 |
|
color_popup.h
|
…
|
|
|
color_selector.cpp
|
Use new ScopedValue w/o old arg + C++17 class template argument deduction (CTAD)
|
2023-04-14 13:43:36 -03:00 |
|
color_selector.h
|
Add option to apply Saturation/Value to Hue slider in Tint/Shade/Tone optionally
|
2022-07-20 12:47:50 -03:00 |
|
color_shades.cpp
|
Replace base::clamp -> std::clamp as now we use C++17
|
2022-06-09 19:05:48 -03:00 |
|
color_shades.h
|
…
|
|
|
color_sliders.cpp
|
Use new ScopedValue w/o old arg + C++17 class template argument deduction (CTAD)
|
2023-04-14 13:43:36 -03:00 |
|
color_sliders.h
|
…
|
|
|
color_source.h
|
…
|
|
|
color_spectrum.cpp
|
Improve color selector shaders
|
2022-07-18 12:01:12 -03:00 |
|
color_spectrum.h
|
Improve color selector shaders
|
2022-07-18 12:01:12 -03:00 |
|
color_tint_shade_tone.cpp
|
Add option to apply Saturation/Value to Hue slider in Tint/Shade/Tone optionally
|
2022-07-20 12:47:50 -03:00 |
|
color_tint_shade_tone.h
|
Add option to apply Saturation/Value to Hue slider in Tint/Shade/Tone optionally
|
2022-07-20 12:47:50 -03:00 |
|
color_wheel.cpp
|
Don't put the color indicator in normal map outside the wheel (fix #3595)
|
2022-11-17 17:50:17 -03:00 |
|
color_wheel.h
|
Improve color selector shaders
|
2022-07-18 12:01:12 -03:00 |
|
configure_timeline_popup.cpp
|
Use new ScopedValue w/o old arg + C++17 class template argument deduction (CTAD)
|
2023-04-14 13:43:36 -03:00 |
|
configure_timeline_popup.h
|
…
|
|
|
context_bar.cpp
|
Use new ScopedValue w/o old arg + C++17 class template argument deduction (CTAD)
|
2023-04-14 13:43:36 -03:00 |
|
context_bar.h
|
Merge branch 'main' into beta
|
2022-06-10 10:31:13 -03:00 |
|
context_bar_observer.h
|
…
|
|
|
data_recovery_view.cpp
|
Merge branch 'main' into beta
|
2022-04-13 23:01:12 -03:00 |
|
data_recovery_view.h
|
…
|
|
|
devconsole_view.cpp
|
Merge branch 'main' into beta
|
2022-02-18 19:32:33 -03:00 |
|
devconsole_view.h
|
Merge branch 'main' into beta
|
2021-10-13 10:15:39 -03:00 |
|
dithering_selector.cpp
|
Add missing language strings for dithering selector
|
2022-10-12 13:41:19 -03:00 |
|
dithering_selector.h
|
…
|
|
|
doc_observer_widget.h
|
…
|
|
|
doc_view.cpp
|
Remove current_editor, replace with Editor::activeEditor()
|
2022-10-20 12:31:22 -03:00 |
|
doc_view.h
|
Keep/restore the timeline position for each sprite/DocView (fix #3676)
|
2023-01-17 17:17:57 -03:00 |
|
draggable_widget.h
|
Destroy overlay in ~DraggableWidget destructor
|
2022-11-08 21:14:12 -03:00 |
|
drop_down_button.cpp
|
Remove ui::Event& args from ui::Button::Click signal
|
2023-01-12 11:00:16 -03:00 |
|
drop_down_button.h
|
Remove ui::Event& args from ui::Button::Click signal
|
2023-01-12 11:00:16 -03:00 |
|
dynamics_popup.cpp
|
Merge branch 'main' into beta
|
2022-06-10 10:31:13 -03:00 |
|
dynamics_popup.h
|
Add stabilizer options for the Lasso tool
|
2021-06-11 12:07:28 -03:00 |
|
enter_license.cpp
|
Remove ui::Event& args from ui::Button::Click signal
|
2023-01-12 11:00:16 -03:00 |
|
enter_license.h
|
Include ui/timer.h
|
2022-06-28 19:16:19 -03:00 |
|
export_file_window.cpp
|
Merge branch 'main' into beta
|
2022-09-28 16:20:03 -03:00 |
|
export_file_window.h
|
Merge branch 'main' into beta
|
2022-09-28 16:20:03 -03:00 |
|
expr_entry.cpp
|
…
|
|
|
expr_entry.h
|
…
|
|
|
file_list.cpp
|
Use C++17 [[fallthrough]] if needed
|
2022-06-29 20:14:03 -03:00 |
|
file_list.h
|
Fix crash using invalid index in FileItemList (fix #3181)
|
2022-02-17 10:36:18 -03:00 |
|
file_list_view.cpp
|
…
|
|
|
file_list_view.h
|
…
|
|
|
file_selector.cpp
|
Add missing language strings for the file selector
|
2022-10-12 13:20:23 -03:00 |
|
file_selector.h
|
Merge branch 'main' into beta
|
2022-05-05 09:57:29 -03:00 |
|
filename_field.cpp
|
Add SkinTheme::get() to avoid using SkinTheme::instance() as much as possible
|
2022-02-18 19:01:46 -03:00 |
|
filename_field.h
|
…
|
|
|
font_popup.cpp
|
Add missing language strings when loading/saving components
|
2022-10-12 14:21:21 -03:00 |
|
font_popup.h
|
…
|
|
|
hex_color_entry.cpp
|
…
|
|
|
hex_color_entry.h
|
…
|
|
|
home_view.cpp
|
Fix name of define used in ifdefs
|
2022-06-28 19:16:36 -03:00 |
|
home_view.h
|
Merge branch 'main' into beta
|
2021-09-29 10:16:02 -03:00 |
|
icon_button.cpp
|
Add SkinTheme::get() to avoid using SkinTheme::instance() as much as possible
|
2022-02-18 19:01:46 -03:00 |
|
icon_button.h
|
…
|
|
|
input_chain.cpp
|
…
|
|
|
input_chain.h
|
…
|
|
|
input_chain_element.h
|
…
|
|
|
key.h
|
Fix Left/Right keys to move through frames in FramesSelection context (fix #3821)
|
2023-04-25 10:38:49 -03:00 |
|
key_context.h
|
F2 renames the layer if a range of frames is not selected (fix #2326)
|
2023-04-11 19:04:45 -03:00 |
|
keyboard_shortcuts.cpp
|
Fix Left/Right keys to move through frames in FramesSelection context (fix #3821)
|
2023-04-25 10:38:49 -03:00 |
|
keyboard_shortcuts.h
|
Minor refactor in code to handle keys
|
2023-04-25 10:30:39 -03:00 |
|
layer_frame_comboboxes.cpp
|
Add repeat field to animation tags (#1275, #1740)
|
2022-10-19 12:25:06 -03:00 |
|
layer_frame_comboboxes.h
|
Merge branch 'main' into beta
|
2022-09-28 16:20:03 -03:00 |
|
main_menu_bar.cpp
|
Extensions now support defining keyboard shortcuts (#1403, #3239)
|
2022-04-13 22:46:48 -03:00 |
|
main_menu_bar.h
|
Extensions now support defining keyboard shortcuts (#1403, #3239)
|
2022-04-13 22:46:48 -03:00 |
|
main_window.cpp
|
Remove current_editor, replace with Editor::activeEditor()
|
2022-10-20 12:31:22 -03:00 |
|
main_window.h
|
Update commands strings when language change
|
2022-10-12 13:22:26 -03:00 |
|
marching_ants.h
|
…
|
|
|
news_listbox.cpp
|
Add missing language strings in other uncategorized sections
|
2022-10-12 14:57:23 -03:00 |
|
news_listbox.h
|
…
|
|
|
notifications.cpp
|
Remove ui::Event& args from ui::Button::Click signal
|
2023-01-12 11:00:16 -03:00 |
|
notifications.h
|
Remove ui::Event& args from ui::Button::Click signal
|
2023-01-12 11:00:16 -03:00 |
|
optional_alert.cpp
|
…
|
|
|
optional_alert.h
|
…
|
|
|
palette_popup.cpp
|
Merge branch 'main' into beta
|
2022-08-23 15:24:02 -03:00 |
|
palette_popup.h
|
Merge branch 'main' into beta
|
2022-08-23 15:24:02 -03:00 |
|
palette_view.cpp
|
Remove current_editor, replace with Editor::activeEditor()
|
2022-10-20 12:31:22 -03:00 |
|
palette_view.h
|
Show selected fg/bg items in the tiles view
|
2021-05-23 15:28:39 -03:00 |
|
palettes_listbox.cpp
|
Remove ui::Event& args from ui::Button::Click signal
|
2023-01-12 11:00:16 -03:00 |
|
palettes_listbox.h
|
Fix minor memory leaks loading palettes using std::unique_ptrs
|
2022-08-23 15:08:01 -03:00 |
|
popup_window_pin.cpp
|
…
|
|
|
popup_window_pin.h
|
…
|
|
|
pref_widget.cpp
|
…
|
|
|
pref_widget.h
|
…
|
|
|
preview_editor.cpp
|
Move window relayout before inserting the window to the manager (fix #3746)
|
2023-04-12 14:10:45 -03:00 |
|
preview_editor.h
|
Move window relayout before inserting the window to the manager (fix #3746)
|
2023-04-12 14:10:45 -03:00 |
|
recent_listbox.cpp
|
Fix crash/assert painting a RecentFileItem (or any ui::Widget) without parents (fix #3504)
|
2023-03-04 12:07:28 -03:00 |
|
recent_listbox.h
|
…
|
|
|
resources_listbox.cpp
|
Add SkinTheme::get() to avoid using SkinTheme::instance() as much as possible
|
2022-02-18 19:01:46 -03:00 |
|
resources_listbox.h
|
…
|
|
|
rgbmap_algorithm_selector.cpp
|
New default RgbMapAlgorithm to select what could works better at a given time
|
2021-05-09 20:53:09 -03:00 |
|
rgbmap_algorithm_selector.h
|
…
|
|
|
sampling_selector.cpp
|
Add sampling options to Edit > Preferences dialog too (#3183)
|
2022-02-21 16:21:07 -03:00 |
|
sampling_selector.h
|
Add sampling options to Edit > Preferences dialog too (#3183)
|
2022-02-21 16:21:07 -03:00 |
|
search_entry.cpp
|
Add SkinTheme::get() to avoid using SkinTheme::instance() as much as possible
|
2022-02-18 19:01:46 -03:00 |
|
search_entry.h
|
…
|
|
|
select_accelerator.cpp
|
…
|
|
|
select_accelerator.h
|
…
|
|
|
selection_mode_field.cpp
|
Adjust styles to make them work with the new buttonset
|
2023-02-27 09:44:42 -03:00 |
|
selection_mode_field.h
|
…
|
|
|
separator_in_view.h
|
Add SkinTheme::get() to avoid using SkinTheme::instance() as much as possible
|
2022-02-18 19:01:46 -03:00 |
|
slice_window.cpp
|
Minor changes when accessing "properties_grid" widget
|
2022-10-13 09:40:54 -03:00 |
|
slice_window.h
|
…
|
|
|
slider2.cpp
|
Replace base::clamp -> std::clamp as now we use C++17
|
2022-06-09 19:05:48 -03:00 |
|
slider2.h
|
…
|
|
|
status_bar.cpp
|
Add Widget::setMinMaxSize() to set min/max size at the same time (fix #3652)
|
2023-01-18 11:39:00 -03:00 |
|
status_bar.h
|
Merge branch 'main' into beta
|
2022-07-15 17:30:39 -03:00 |
|
tabs.cpp
|
Fix possibility to dock/drop tabs to sides/tabs (fix #3453)
|
2022-08-08 17:22:39 -03:00 |
|
tabs.h
|
Fix possibility to dock/drop tabs to sides/tabs (fix #3453)
|
2022-08-08 17:22:39 -03:00 |
|
tag_window.cpp
|
Add repeat field to animation tags (#1275, #1740)
|
2022-10-19 12:25:06 -03:00 |
|
tag_window.h
|
Add repeat field to animation tags (#1275, #1740)
|
2022-10-19 12:25:06 -03:00 |
|
task_widget.cpp
|
Remove ui::Event& args from ui::Button::Click signal
|
2023-01-12 11:00:16 -03:00 |
|
task_widget.h
|
…
|
|
|
tile_button.cpp
|
Merge branch 'main' into beta
|
2022-07-15 17:30:39 -03:00 |
|
tile_button.h
|
…
|
|
|
tile_source.h
|
…
|
|
|
tileset_selector.cpp
|
Take care of an empty tileset in doc::Tilesets collection
|
2023-01-17 17:49:21 -03:00 |
|
tileset_selector.h
|
…
|
|
|
toolbar.cpp
|
Fix alignment of several controls when UI scaling is 200% and Screen scaling is 100% to make them look the same as when US scaling is 100% and Screen scaling is 200%
|
2023-03-13 10:52:01 -03:00 |
|
toolbar.h
|
…
|
|
|
user_data_view.cpp
|
Use new ScopedValue w/o old arg + C++17 class template argument deduction (CTAD)
|
2023-04-14 13:43:36 -03:00 |
|
user_data_view.h
|
Fix locked sprite errors moving/copying multiple cels when the Cel (or Layer) Properties dialog is open (fix #3278)
|
2022-05-19 19:15:32 -03:00 |
|
workspace.cpp
|
Fix possibility to dock/drop tabs to sides/tabs (fix #3453)
|
2022-08-08 17:22:39 -03:00 |
|
workspace.h
|
Fix possibility to dock/drop tabs to sides/tabs (fix #3453)
|
2022-08-08 17:22:39 -03:00 |
|
workspace_panel.cpp
|
Fix possibility to dock/drop tabs to sides/tabs (fix #3453)
|
2022-08-08 17:22:39 -03:00 |
|
workspace_panel.h
|
Fix possibility to dock/drop tabs to sides/tabs (fix #3453)
|
2022-08-08 17:22:39 -03:00 |
|
workspace_tabs.cpp
|
…
|
|
|
workspace_tabs.h
|
…
|
|
|
workspace_view.h
|
…
|
|
|
workspace_views.h
|
…
|
|
|
zoom_entry.cpp
|
Use new ScopedValue w/o old arg + C++17 class template argument deduction (CTAD)
|
2023-04-14 13:43:36 -03:00 |
|
zoom_entry.h
|
…
|
|