WoWInterface SVN NoTaint_UIDropDownMenu_Update

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 20 to Rev 22
    Reverse comparison

Rev 20 → Rev 22

NoTaint_UIDropDownMenu.toc File deleted
Docs/Revision.txt
2,6 → 2,12
Revision History:
=================
 
v7.2.0.24015-r3 (2017/05/25)
----------------------------
- Reverted LIB_UIDROPDOWNMENU_MAXBUTTONS back to 8
- Renamed ToC file name
- Added OptionalDeps: LibStub to ToC
 
v7.2.0.24015-r2 (2017/05/19)
----------------------------
- added version number to EasyMenu
UIDropDownMenuTemplates.xml
242,22 → 242,6
<Button name="$parentButton6" inherits="Lib_UIDropDownMenuButtonTemplate" id="6"/>
<Button name="$parentButton7" inherits="Lib_UIDropDownMenuButtonTemplate" id="7"/>
<Button name="$parentButton8" inherits="Lib_UIDropDownMenuButtonTemplate" id="8"/>
<Button name="$parentButton9" inherits="Lib_UIDropDownMenuButtonTemplate" id="9"/>
<Button name="$parentButton10" inherits="Lib_UIDropDownMenuButtonTemplate" id="10"/>
<Button name="$parentButton11" inherits="Lib_UIDropDownMenuButtonTemplate" id="11"/>
<Button name="$parentButton12" inherits="Lib_UIDropDownMenuButtonTemplate" id="12"/>
<Button name="$parentButton13" inherits="Lib_UIDropDownMenuButtonTemplate" id="13"/>
<Button name="$parentButton14" inherits="Lib_UIDropDownMenuButtonTemplate" id="14"/>
<Button name="$parentButton15" inherits="Lib_UIDropDownMenuButtonTemplate" id="15"/>
<Button name="$parentButton16" inherits="Lib_UIDropDownMenuButtonTemplate" id="16"/>
<Button name="$parentButton17" inherits="Lib_UIDropDownMenuButtonTemplate" id="17"/>
<Button name="$parentButton18" inherits="Lib_UIDropDownMenuButtonTemplate" id="18"/>
<Button name="$parentButton19" inherits="Lib_UIDropDownMenuButtonTemplate" id="19"/>
<Button name="$parentButton20" inherits="Lib_UIDropDownMenuButtonTemplate" id="20"/>
<Button name="$parentButton21" inherits="Lib_UIDropDownMenuButtonTemplate" id="21"/>
<Button name="$parentButton22" inherits="Lib_UIDropDownMenuButtonTemplate" id="22"/>
<Button name="$parentButton23" inherits="Lib_UIDropDownMenuButtonTemplate" id="23"/>
<Button name="$parentButton24" inherits="Lib_UIDropDownMenuButtonTemplate" id="24"/>
</Frames>
<Scripts>
<OnClick>
UIDropDownMenu.lua
23,7 → 23,7
 
-- //////////////////////////////////////////////////////////////
LIB_UIDROPDOWNMENU_MINBUTTONS = 8;
LIB_UIDROPDOWNMENU_MAXBUTTONS = 24;
LIB_UIDROPDOWNMENU_MAXBUTTONS = 8;
LIB_UIDROPDOWNMENU_MAXLEVELS = 2;
LIB_UIDROPDOWNMENU_BUTTON_HEIGHT = 16;
LIB_UIDROPDOWNMENU_BORDER_HEIGHT = 15;
!NoTaint_UIDropDownMenu.toc New file
0,0 → 1,12
## Interface: 70200
## Title: Lib: NoTaint_UIDropDownMenu
## Notes: Replacement for standard UIDropDownMenu
## Version: 7.2.0.24015-r3
## X-Category: Libraries
## OptionalDeps: LibStub
 
# ## Check out the following page for more details:
## X-Website: http://www.wowinterface.com/downloads/info22630-NoTaintUIDropDownMenu.html
 
LibStub\LibStub.lua
UIDropDownMenu.xml