aseprite/data
David Capello b0650f6afe Generalize View::setViewScroll() to blit valid/scrollable region automatically
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
2016-01-05 16:37:52 -03:00
..
fonts Renamed exchange_colors to switch_colors 2008-03-15 01:54:45 +00:00
icons Add document icon 2014-08-18 23:51:57 -03:00
palettes Add pico-8 palette 2015-12-01 16:10:34 -03:00
scripts Add RunScript command with Edit > Scripts menu 2015-08-27 12:40:20 -03:00
skins/default Modify style of colored layers and cels in Timeline 2015-12-23 19:57:31 -03:00
widgets Generalize View::setViewScroll() to blit valid/scrollable region automatically 2016-01-05 16:37:52 -03:00
www Add experimental webserver API and home page 2013-04-01 19:37:02 -03:00
convmatr.def Add new matrices to create an outline in RGB transparent layers 2015-04-16 11:08:35 -03:00
gui.xml Fix regression: Show left/right mouse button triggers in keyboard shortcuts 2015-12-26 14:52:29 -03:00
pref.xml Disable GPU acceleration by default 2015-12-28 17:28:48 -03:00