mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-01 09:04:02 +00:00
b0650f6afe
With this change we are removing specific code to scroll the Editor widget. Now if we use Editor::setEditorScroll() to scroll it should work as View::setViewScroll(). In this way we remove the ugly "blitValidRegion" parameter from setEditorScroll(). Changes: * Removed Widget::scrollRegion() because each widget must control valid/invalid regions after a ui::move_region() in a very specific way (see View::setViewScroll() or Window::moveWindow) * Invalidate the whole widget on Widget::setBoundsQuietly() * Fixed problems blitting invalid regions/not yet updated/painted: using the new ui::Manager::m_invalidRegion. * Added View::onSetViewScroll() and View::onScrollRegion() * Added FileListView to avoid moving the thumbnail region when we scroll |
||
---|---|---|
.. | ||
advanced_mode.xml | ||
brush_slot_params.xml | ||
canvas_size.xml | ||
cel_properties.xml | ||
color_curve_point.xml | ||
convolution_matrix.xml | ||
despeckle.xml | ||
duplicate_sprite.xml | ||
export_sprite_sheet.xml | ||
file_selector.xml | ||
font_popup.xml | ||
frame_properties.xml | ||
frame_tag_properties.xml | ||
gif_options.xml | ||
goto_frame.xml | ||
grid_settings.xml | ||
home_view.xml | ||
import_sprite_sheet.xml | ||
jpeg_options.xml | ||
keyboard_shortcuts.xml | ||
layer_properties.xml | ||
main_window.xml | ||
modify_selection.xml | ||
new_folder_window.xml | ||
new_layer.xml | ||
new_sprite.xml | ||
options.xml | ||
palette_from_sprite.xml | ||
palette_popup.xml | ||
palette_size.xml | ||
paste_text.xml | ||
replace_color.xml | ||
select_accelerator.xml | ||
send_crash.xml | ||
sprite_properties.xml | ||
sprite_size.xml | ||
timeline_conf.xml | ||
undo_history.xml | ||
user_data.xml | ||
webp_options.xml |