r26

Details

  • Filename
    Libra-r26.zip
  • Uploaded by
  • Uploaded
    Aug 17, 2014
  • Size
    18.38 KB
  • Downloads
    84
  • MD5
    aa0842aac94a0d565af478a42f9ef0e2

Supported WoW Retail Versions

  • 5.4.8

Changelog

------------------------------------------------------------------------
r26 | lombra | 2014-08-17 12:46:55 +0000 (Sun, 17 Aug 2014) | 2 lines
Changed paths:
   M /trunk/Libra/Dropdown.lua

- Allow setting a fixed amount of visible dropdown items for scrolling purposes using dropdown.numShownButtons
- Don't execute AddButton hook for unmanaged dropdowns to prevent tainting default UI menus.
------------------------------------------------------------------------
r25 | lombra | 2014-07-31 15:41:40 +0000 (Thu, 31 Jul 2014) | 3 lines
Changed paths:
   M /trunk/Libra/Dropdown.lua
   M /trunk/Libra/ScrollFrame.lua

- Automate some hybrid scroll frame logic.
- Add support for secure dropdown buttons. (out of combat only) Provide attributes in info.attributes table.
- Make dropdown info.tooltipText :AddLine split at \n when info.tooltipLines is true.
------------------------------------------------------------------------
r24 | lombra | 2014-07-26 12:42:27 +0000 (Sat, 26 Jul 2014) | 3 lines
Changed paths:
   M /trunk/Libra/Addon.lua
   M /trunk/Libra/OptionsFrame.lua
   M /trunk/Libra/ScrollFrame.lua

- Remove .OnInitialize also for addon objects after use.
- Copy .keyTable to option controls.
- Properly take into account scroll button offset for setting scroll window height.
------------------------------------------------------------------------
r23 | lombra | 2014-07-18 21:36:04 +0000 (Fri, 18 Jul 2014) | 3 lines
Changed paths:
   M /trunk/Libra/AceDBControls.lua
   M /trunk/Libra/OptionsFrame.lua
   M /trunk/Libra/ScrollFrame.lua

- Fix OptionsFrame set function parameters.
- Properly copy all specified dropdown properties in OptionsFrame.
- Default scroll button anchor offsets to 0 so not both x and y values have to be set.
------------------------------------------------------------------------
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.
------------------------------------------------------------------------