LibSimpleWidgets

LibSimpleWidgets

File Details

v1.13

  • R
  • Jan 12, 2013
  • 52.87 KB
  • 117
  • 2.0

File Name

LibSimpleWidgets-v1.13.zip

Supported Versions

  • 2.0

tag v1.13
4098a17f2f600ea109e276be79cfbcf83089598d
Gordon Tyler <gordon@doxxx.net>
2013-01-12 00:53:18 -0500

Tag version 1.13.

--------------------

Gordon Tyler:
    - Prepare for v1.13
    - Change scroll interval to be expressed in lines and default to 3.
    - Improve performance when scrolling to an offset that is far from the current offset.
    - Fix recycling of item frames.
    - Fix sizing of scrollbar thumb for very large numbers of items.
    - Add EnsureIndexVisible method to ScrollList widget.
    - Ensure that we get a proper item height.
    - Rename ScrollList's ScrollTo method to ScrollToOffset.
    - Add param checking to ScrollList's ScrollTo method.
    - ScrollList widget which uses only enough text frames for the visible items.
    - Move hiding of unused item frames into LayoutItems.
    - Refactor internal tracking of item index and selection in SimpleList.