vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 * Updated the .toc file.
2 * Fixed conditionally hidden buttons still being clickable.
3 * Added options to the Main Menu Bar options for the keyring button.
4 * Removed the Bindings_MouseWheel.xml file. It's no longer necessary.
5 * Reputation bar should now be dragable if it's the only one visible.
6 * Bars and Floaters set to force target a unit other than target will no longer recolor based on range.
7 * Added DAB_ActionButton_SetText(buttonID, text) function in order to temporarily change and override the macro text on an actionbutton. Send nil for text to remove the custom text.
8 * Removed responses that no longer work.
9 * Split OnClick and OnKeybinding scripts into before and after categories. One's run before DAB's regular processing of a click/keypress and one's run after. So you can now define OnClick scripts that run before you use an action.
10 * Fixed Contol Boxes not having OnShow and OnUpdate handlers for your scripts.
11 * Fixed the DAB_ActionButton_SetAction function always changing the action of buttons on the first row of a bar.