r22

Details

  • Filename
    Libra-r22.zip
  • Uploaded by
  • Uploaded
    Jul 15, 2014
  • Size
    17.35 KB
  • Downloads
    102
  • MD5
    b20771dcd8809c1ab507fd839d49ca5b

Supported WoW Retail Versions

  • 5.4.8

Changelog

------------------------------------------------------------------------
r22 | lombra | 2014-07-15 19:37:38 +0000 (Tue, 15 Jul 2014) | 1 line
Changed paths:
   M /trunk/Libra/Dropdown.lua

- Third time's the charm.
------------------------------------------------------------------------
r21 | lombra | 2014-07-15 19:16:17 +0000 (Tue, 15 Jul 2014) | 1 line
Changed paths:
   M /trunk/Libra/Dropdown.lua

- Instant fix.
------------------------------------------------------------------------
r20 | lombra | 2014-07-15 19:05:59 +0000 (Tue, 15 Jul 2014) | 1 line
Changed paths:
   M /trunk/Libra/Dropdown.lua

- Fix dropdown button width when an icon is displayed.
------------------------------------------------------------------------
r19 | lombra | 2014-07-12 02:15:55 +0000 (Sat, 12 Jul 2014) | 4 lines
Changed paths:
   M /trunk/Libra/Dropdown.lua
   M /trunk/Libra/OptionsFrame.lua
   M /trunk/Libra/ScrollFrame.lua

- Restore deeper level dropdown menus when rebuilding a menu.
- Add method optionsFrame:GetControlByKey("key"[, keyTable]).
- Move necessary logic from HybridScrollFrame_CreateButtons into :CreateButtons.
- Pass scroll child to scrollFrame.createButton instead of the scroll frame. (items should always be children of the scroll child)
------------------------------------------------------------------------
r18 | lombra | 2014-07-03 14:36:59 +0000 (Thu, 03 Jul 2014) | 3 lines
Changed paths:
   M /trunk/Libra/AceDBControls.lua
   M /trunk/Libra/Addon.lua
   A /trunk/Libra/Button.lua
   M /trunk/Libra/Editbox.lua
   M /trunk/Libra/Libra.xml
   M /trunk/Libra/OptionsFrame.lua
   M /trunk/Libra/Slider.lua

- Add simple button module based on UIMenuButtonStretchTemplate.
- Have NewAddon and NewModule return the newly created object's name as the second argument.
- Cleanup pass.
------------------------------------------------------------------------
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.
------------------------------------------------------------------------