Revision history for Tickit-Widget-ScrollBox
0.07 2016/01/06 19:38:39
[CHANGES]
* Updates for latest Tickit:
+ no longer necessary to set $win->expose_after_scroll
* Updated module documentation style to use =head2 barenames
0.06 2015/04/21 21:43:42
[BUGFIXES]
* Declare WIDGET_PEN_FROM_STYLE in inline widget classes used in unit
tests to keep Tickit 0.51 deprecation warnings happy (RT103864)
0.05 2014/10/08 14:52:45
[BUGFIXES]
* Better handling of content smaller than viewport
0.04 2014/09/18 21:03:56
[CHANGES]
* Accept Alt+wheel to scroll horizontally
* Better smart scrolling protocol: have the child widget call
$extent->set_total() rather than abusing the lines/cols protocol
[BUGFIXES]
* Don't crash on attempts to scroll in non-existent directions
* Ensure scrollbars get redrawn when smart child calls ->set_total
* Ensure key handler methods return a true value to stop event
propagation
0.03 CHANGES:
* Allow smart-scrolling with a scroll-aware child widget
* Use $win->scroll_with_children to implement non-smart scrolling
more efficiency
* Remember to set WIDGET_PEN_FROM_STYLE
0.02 CHANGES:
* Allow horizontal scrolling
* Allow display of scrollbars on-demand
* Updated visual style; use line-drawing for scrollbars
* Hide arrow buttons when scrollbar is at full end stop
0.01 First version, released on an unsuspecting world.