r17

Details

  • Filename
    Libra-r17.zip
  • Uploaded by
  • Uploaded
    Jun 30, 2014
  • Size
    16.46 KB
  • Downloads
    59
  • MD5
    3a48d5ecd9982cd0b89725544f8cb625

Supported WoW Retail Versions

  • 5.4.8

Changelog

------------------------------------------------------------------------
r17 | lombra | 2014-06-30 23:37:15 +0000 (Mon, 30 Jun 2014) | 5 lines
Changed paths:
   A /trunk/Libra/AceDBControls.lua
   M /trunk/Libra/Dropdown.lua
   M /trunk/Libra/Editbox.lua
   M /trunk/Libra/Libra.xml
   M /trunk/Libra/OptionsFrame.lua

- Explicitly set a default width for dropdown frames. (115) Ends up looking identical to before.
- Add dropdown:IsShown(), returning whether the dropdown is currently visible.
- Don't use auto focus for InputBoxTemplate editboxes by default.
- Add AceDBControls module, a simple AceDB profile control panel.
- Lots of OptionsFrame work.
------------------------------------------------------------------------
r16 | lombra | 2014-06-16 15:14:53 +0000 (Mon, 16 Jun 2014) | 1 line
Changed paths:
   M /trunk/Libra/ScrollFrame.lua

- Implement HybridScroll wrapper methods CreateButtons, SetButtonHeight, SetHeaderHeight and ExpandButton as well as button methods SetHeader and ResetHeight.
------------------------------------------------------------------------
r15 | lombra | 2014-06-12 21:32:32 +0000 (Thu, 12 Jun 2014) | 1 line
Changed paths:
   M /trunk/Libra/OptionsFrame.lua

- Set disabled widgets on load in OptionsFrame.
------------------------------------------------------------------------
r14 | lombra | 2014-06-12 00:11:13 +0000 (Thu, 12 Jun 2014) | 2 lines
Changed paths:
   M /trunk/Libra/Libra.xml
   A /trunk/Libra/OptionsFrame.lua
   M /trunk/Libra/Slider.lua

- Add OptionsFrame module for creating interface options using a table of options.
- Use horisontal orientation for sliders.
------------------------------------------------------------------------
r13 | lombra | 2014-03-31 12:55:42 +0000 (Mon, 31 Mar 2014) | 1 line
Changed paths:
   M /trunk/Libra/Dropdown.lua

- Rebuild() only if the given dropdown listframe is shown.
------------------------------------------------------------------------