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
..
2015-09-01 10:18:47 -03:00
2015-12-03 21:50:05 -03:00
2015-12-22 17:14:26 -03:00
2015-06-23 14:40:54 -03:00
2015-12-03 21:50:05 -03:00
2015-12-03 21:50:05 -03:00
2015-12-05 15:56:32 -03:00
2015-12-03 21:50:05 -03:00
2015-09-01 10:18:47 -03:00
2015-09-01 10:18:47 -03:00
2015-12-03 21:50:05 -03:00
2015-09-01 10:18:47 -03:00
2015-12-03 21:50:05 -03:00
2015-04-01 12:35:18 -03:00
2015-12-03 21:50:05 -03:00
2015-09-01 10:18:47 -03:00
2015-12-10 16:44:48 -03:00
2015-12-10 16:50:16 -03:00
2015-12-10 16:50:16 -03:00
2015-12-03 21:50:05 -03:00
2015-12-03 21:50:05 -03:00

Aseprite UI Library

Copyright (C) 2001-2014 David Capello

Distributed under MIT license