LibSimpleWidgets

LibSimpleWidgets

File Details

v1.14

  • R
  • Apr 28, 2013
  • 55.60 KB
  • 103
  • 2.2.4

File Name

LibSimpleWidgets-v1.14.zip

Supported Versions

  • 2.2.4

tag v1.14
ba227595118a6f95e386d55137e65ae173325735
Gordon Tyler <gordon@doxxx.net>
2013-04-27 20:59:25 -0400

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

Gordon Tyler:
    - Version is actually supposed to be 1.14.
    - Add documentation for SimpleGrid.
    - Remove commented out EventProxy for SimpleGrid.
    - Make Grid Layout function public.
    - Use LSW ResizeToFit instead of ClearWidth when redoing grid layout.
    - Fix SimpleSelect's ResizeToFit to take currently selected item width into account.
    Only really important when an item hasn't been selected and all items are narrower than the default "Select..." text.
    - Set cell height instead of bottom point for compatibility with other LSW widgets.
    - Fix SimpleSelect's dropdown layering.
    - Add column justification.
    - Add margin.
    - Add cell padding.
    - Rename LayourRows to Layout.
    - Reduce minimum cell width and height to 0.
    - Handle rows with different numbers of cells.
    - Rewrite RemoveRow function.
    - Hide cells when row is removed.
    - Add column width override.
    - Auto-fit cell widths and widget width when redoing layout.
    - Remove bogus code copied from List.
    - Use Mask as base frame so that cells don't run over the edge.
    - Basic grid of widgets.
    - IDEA project file update.
    - Update documentation for SimpleTabView color configuration functions.
    - Make tabview colors externally configurable.
    - Don't bother setting color of tab's connected side since it's not actually working.
    - Move various tabview colors from constants into widget fields.
    - Prepare for version 1.14.
    - Change Select widget to use ScrollList for dropdown.