LibSimpleWidgets

LibSimpleWidgets

File Details

v1.11

  • R
  • Dec 10, 2012
  • 48.75 KB
  • 144
  • 2.0

File Name

LibSimpleWidgets-v1.11.zip

Supported Versions

  • 2.0

tag v1.11
a49007a0d21777b6e7e7625e4926844e60547c0b
Gordon Tyler <gordon@doxxx.net>
2012-12-09 20:45:47 -0500

Retagged version 1.11.

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

Gordon Tyler:
    - Update TOC Environment to 2.0.
    - Improve positioning of mouse-anchored tooltip to not go over bottom or right screen edge.
    - Add parameter checking for SimpleWindow.
    - Add parameter checking for SimpleTooltip.
    - Add parameter checking for SimpleTextArea.
    - Add parameter checking for SimpleTabView.
    - Add parameter checking for SimpleSlider.
    - Add parameter checking for SimpleSelect.
    - Add (some) parameter checking to CreateBorder and SetBorder.
    - Don't use 'type' as a variable or parameter name since it clashes with the builtin function.
    - Added parameter checking for SimpleScrollView.
    - Added parameter checking for SimpleRadioButtonGroup.
    - Added parameter checking for SimpleRadioButton.
    - Added parameter checking for SimpleList.
    - Added parameter checking for UI.CreateFrame hook.
    - Added parameter checking for SimpleCheckbox.
    - Add 'editable' setting for slider widgets in Layout function.
    - Add anchor support to the Tooltip widget.
    - More IDEA project file changes due to the switch from IDEA 12 back to 11.
    - Update code style settings for IDEA.
    - Add labelFontSize config setting for checkboxes in Layout function.
    - Add IDEA code style settings.
    - Use "inside" position for tooltip border.
    This has the benefit of the actual tooltip size and position corresponding to the edges of the border instead of the text inside the border, which makes it more intuitive to position and size.
    - Add documentation for SetBorder function.
    - Update SetBorder function to handle both old-style and new-style argument lists and be able to change existing border to a different type.
    - Use tooltip border for Tooltip widget and tweak tooltip mouse offset.
    - Add tooltip style border and fixing hiding of non-plain borders.
    - Implemented inside border position.
    - Refactored border layout code in preparation for inside/outside positions.
    - Reduced rounded border width to 6 pixels.
    - Added rounded border.
    - CreateBorder function creates object used to configure a frame's borders.
    - Update git ignores.
    - IDEA project file update.
    - Properly remove SimpleRadioButton's SetBackgroundColor function.
    - Properly remove SimpleCheckbox's SetBackgroundColor function.
    - Add silent parameter to SetRange.
    - Prepare for v1.11 release.