------------------------------------------------------------------------
r805 | nevcairiel | 2009-04-14 12:40:24 +0000 (Tue, 14 Apr 2009) | 1 line
Changed paths:
A /tags/Beta-r803 (from /trunk:804)
Tagging as Beta-r803
------------------------------------------------------------------------
r804 | nevcairiel | 2009-04-14 12:40:00 +0000 (Tue, 14 Apr 2009) | 1 line
Changed paths:
M /trunk/changelog.txt
Update changelog.txt
------------------------------------------------------------------------
r803 | nevcairiel | 2009-04-14 12:37:54 +0000 (Tue, 14 Apr 2009) | 1 line
Changed paths:
M /trunk/AceGUI-3.0/AceGUI-3.0.lua
AceGUI-3.0: Add AddChildren API to containers to batch-add multiple children without invoking DoLayout every time.
------------------------------------------------------------------------
r802 | nevcairiel | 2009-04-11 12:12:37 +0000 (Sat, 11 Apr 2009) | 1 line
Changed paths:
M /trunk/AceConfig-3.0/AceConfig-3.0.lua
Remove an inaccurate comment.
------------------------------------------------------------------------
r801 | nevcairiel | 2009-04-09 20:34:28 +0000 (Thu, 09 Apr 2009) | 1 line
Changed paths:
M /trunk/AceConfig-3.0/AceConfigCmd-3.0/AceConfigCmd-3.0.lua
AceConfigCmd-3.0: Improve behavior of select and multiselect. If called without any args, they'll now show a list of their options, and a red star for the currently active option(s).
------------------------------------------------------------------------
r800 | nevcairiel | 2009-04-09 10:50:36 +0000 (Thu, 09 Apr 2009) | 3 lines
Changed paths:
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-DropDownGroup.lua
AceGUI-3.0 DropdownGroup:
- Align the dropdown properly to the container.
- Add a :SetDropdownWidth API to control the width of the dropdown box.
------------------------------------------------------------------------
r799 | kaelten | 2009-04-09 05:00:05 +0000 (Thu, 09 Apr 2009) | 2 lines
Changed paths:
M /trunk/AceDB-3.0/AceDB-3.0.lua
AceDB-3.0: Fixed bug with GetNamespace being called before any namespace had been Registered.
------------------------------------------------------------------------
r798 | nevcairiel | 2009-04-07 21:48:35 +0000 (Tue, 07 Apr 2009) | 3 lines
Changed paths:
M /trunk/AceGUI-3.0/AceGUI-3.0.lua
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-InlineGroup.lua
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-SimpleGroup.lua
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-TabGroup.lua
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-TreeGroup.lua
AceGUI-3.0:
- Changed all container widgets to automatically adjust their height to the height of the widgets added to them. This setting has no effect on full-height containers.
- Added the :SetAutoAdjustHeight API to disable this behavior.
------------------------------------------------------------------------
r797 | nevcairiel | 2009-04-07 17:45:45 +0000 (Tue, 07 Apr 2009) | 1 line
Changed paths:
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-DropDownGroup.lua
AceGUI-3.0: DropdownGroup: Resize the content area to fit the widgets in it.
------------------------------------------------------------------------
r796 | nevcairiel | 2009-04-07 15:48:54 +0000 (Tue, 07 Apr 2009) | 1 line
Changed paths:
M /trunk/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua
AceConfigDialog-3.0: Fix a bug introduced in r782 that caused certain groups to not be displayed in rare cases.
------------------------------------------------------------------------
r795 | nevcairiel | 2009-04-07 12:15:24 +0000 (Tue, 07 Apr 2009) | 1 line
Changed paths:
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Button.lua
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-ScrollFrame.lua
AceGUI-3.0: Add a small margin between the content and the scroll bar in a scrollframe widget
------------------------------------------------------------------------
r794 | nevcairiel | 2009-04-07 09:50:18 +0000 (Tue, 07 Apr 2009) | 1 line
Changed paths:
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Button.lua
AceGUI-3.0: Button: Re-anchor the textures to allow changing the height of the button using the AceGUI APIs
------------------------------------------------------------------------
r793 | nevcairiel | 2009-04-07 09:26:44 +0000 (Tue, 07 Apr 2009) | 3 lines
Changed paths:
M /trunk/AceGUI-3.0/AceGUI-3.0.lua
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Button.lua
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-CheckBox.lua
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-DropDown.lua
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-EditBox.lua
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Heading.lua
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Icon.lua
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-InteractiveLabel.lua
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Keybinding.lua
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Label.lua
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-MultiLineEditBox.lua
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Slider.lua
AceGUI-3.0:
- Set a default width/height on all widgets in OnAcquire.
- Added the SetRelativeWidth API, allowing you to set the width relative to the container frame. 1.0 = 100%
------------------------------------------------------------------------
r792 | nevcairiel | 2009-04-06 21:20:45 +0000 (Mon, 06 Apr 2009) | 1 line
Changed paths:
M /trunk/AceGUI-3.0/AceGUI-3.0.lua
AceGUI-3.0: Make sure to properly set the default layout on widgets and resume layouting on Acquire
------------------------------------------------------------------------
r791 | nevcairiel | 2009-04-06 19:38:45 +0000 (Mon, 06 Apr 2009) | 1 line
Changed paths:
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Icon.lua
AceGUI-3.0: Send the button parameter in the OnClick callback
------------------------------------------------------------------------
r790 | nevcairiel | 2009-04-06 18:57:21 +0000 (Mon, 06 Apr 2009) | 1 line
Changed paths:
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Icon.lua
AceGUI-3.0: Add OnEnter and OnLeave callbacks to the icon widget.
------------------------------------------------------------------------
r789 | nevcairiel | 2009-04-06 18:55:26 +0000 (Mon, 06 Apr 2009) | 3 lines
Changed paths:
M /trunk/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-EditBox.lua
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Icon.lua
AceGUI-3.0: Icon Widget: Favor SetLabel over SetText since we're setting a label. SetText is now deprecated, but will still work.
AceConfigDialog-3.0: Use SetLabel for the Icon widget.
------------------------------------------------------------------------
r788 | nevcairiel | 2009-04-06 10:15:46 +0000 (Mon, 06 Apr 2009) | 2 lines
Changed paths:
M /trunk/AceDB-3.0/AceDB-3.0.lua
M /trunk/AceGUI-3.0/AceGUI-3.0.lua
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Heading.lua
AceGUI-3.0: Revert the previous change to the Heading widget, it'll be cleared out in the widget pool anyway.
Docs: Fixes/Tweaks
------------------------------------------------------------------------
r787 | nevcairiel | 2009-04-06 07:03:01 +0000 (Mon, 06 Apr 2009) | 1 line
Changed paths:
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Heading.lua
AceGUI-3.0: Heading: Set the width of the heading to default to "fill".
------------------------------------------------------------------------
r786 | nevcairiel | 2009-04-05 17:20:11 +0000 (Sun, 05 Apr 2009) | 3 lines
Changed paths:
M /trunk/AceDB-3.0/AceDB-3.0.lua
AceDB-3.0:
- passing true as the third argument to AceDB:New is now equivalent to passing "Default" (a global shared profile)
- clarified docs
------------------------------------------------------------------------
r785 | nevcairiel | 2009-04-05 14:57:29 +0000 (Sun, 05 Apr 2009) | 2 lines
Changed paths:
M /trunk/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua
M /trunk/AceConfig-3.0/AceConfigRegistry-3.0/AceConfigRegistry-3.0.lua
AceConfig-3.0:
- Support a "fontSize" attribute to the description type. Possible values are "small" (default), "medium" and "large".
------------------------------------------------------------------------
r784 | nevcairiel | 2009-04-05 12:55:20 +0000 (Sun, 05 Apr 2009) | 1 line
Changed paths:
M /trunk/AceDB-3.0/AceDB-3.0.lua
Revise some docs
------------------------------------------------------------------------
r783 | nevcairiel | 2009-04-05 12:05:21 +0000 (Sun, 05 Apr 2009) | 1 line
Changed paths:
M /trunk/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua
AceConfigDialog-3.0: Increment version number
------------------------------------------------------------------------
r782 | nevcairiel | 2009-04-05 12:04:50 +0000 (Sun, 05 Apr 2009) | 1 line
Changed paths:
M /trunk/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua
AceConfigDialog-3.0: Don't create a group widget if all groups are hidden or inline.
------------------------------------------------------------------------
r781 | nevcairiel | 2009-04-05 10:01:39 +0000 (Sun, 05 Apr 2009) | 1 line
Changed paths:
M /trunk/AceBucket-3.0/AceBucket-3.0.lua
M /trunk/AceDB-3.0/AceDB-3.0.lua
More docs and usage examples
------------------------------------------------------------------------
r780 | nevcairiel | 2009-04-05 09:02:35 +0000 (Sun, 05 Apr 2009) | 1 line
Changed paths:
M /trunk/AceBucket-3.0/AceBucket-3.0.lua
Add a usage example to AceBucket
------------------------------------------------------------------------
r779 | nevcairiel | 2009-04-05 08:52:46 +0000 (Sun, 05 Apr 2009) | 1 line
Changed paths:
M /trunk/AceBucket-3.0/AceBucket-3.0.lua
M /trunk/AceConfig-3.0/AceConfigCmd-3.0/AceConfigCmd-3.0.lua
M /trunk/AceConsole-3.0/AceConsole-3.0.lua
Doc tweaks and fixes
------------------------------------------------------------------------
r778 | nevcairiel | 2009-04-05 07:39:54 +0000 (Sun, 05 Apr 2009) | 3 lines
Changed paths:
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-InteractiveLabel.lua
AceGUI-3.0: InteractiveLabel:
- Allow settings a solid color as highlight texture
- Add a new SetHighlightTexCoord API
------------------------------------------------------------------------
r777 | nevcairiel | 2009-04-04 20:16:09 +0000 (Sat, 04 Apr 2009) | 1 line
Changed paths:
M /trunk/AceAddon-3.0/AceAddon-3.0.lua
More doc touches
------------------------------------------------------------------------
r776 | nevcairiel | 2009-04-04 20:04:19 +0000 (Sat, 04 Apr 2009) | 1 line
Changed paths:
M /trunk/AceAddon-3.0/AceAddon-3.0.lua
Hide some internal APIs in the docs
------------------------------------------------------------------------
r775 | nevcairiel | 2009-04-04 19:58:07 +0000 (Sat, 04 Apr 2009) | 1 line
Changed paths:
M /trunk/AceAddon-3.0/AceAddon-3.0.lua
M /trunk/AceDB-3.0/AceDB-3.0.lua
A few doc touches
------------------------------------------------------------------------
r774 | nevcairiel | 2009-04-04 16:31:27 +0000 (Sat, 04 Apr 2009) | 2 lines
Changed paths:
M /trunk/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-TreeGroup.lua
AceGUI-3.0: Support icons in the TreeGroup display.
AceConfigDialog-3.0: Pass icons defined in the option table to the TreeGroup widget (Ticket #20)
------------------------------------------------------------------------
r773 | nevcairiel | 2009-04-04 13:43:40 +0000 (Sat, 04 Apr 2009) | 2 lines
Changed paths:
M /trunk/AceGUI-3.0/AceGUI-3.0.lua
M /trunk/AceGUI-3.0/AceGUI-3.0.xml
A /trunk/AceGUI-3.0/widgets/AceGUIWidget-InteractiveLabel.lua
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Label.lua
- Add a new InteractiveLabel with OnEnter/OnLeave/OnClick callbacks and a highlight texture
- Add SetFont and SetFontObject functions to the Label widget (and the new InteractiveLabel)
------------------------------------------------------------------------
r772 | nevcairiel | 2009-04-04 12:46:46 +0000 (Sat, 04 Apr 2009) | 1 line
Changed paths:
M /trunk/.pkgmeta
M /trunk/AceGUI-3.0/AceGUI-3.0.lua
D /trunk/benchs
D /trunk/docs
Update docs some more, and remove the old stubbed docs
------------------------------------------------------------------------
r771 | nevcairiel | 2009-04-04 12:40:04 +0000 (Sat, 04 Apr 2009) | 1 line
Changed paths:
M /trunk/AceGUI-3.0/AceGUI-3.0.lua
Small usage example for AceGUI
------------------------------------------------------------------------
r770 | nevcairiel | 2009-04-04 12:27:27 +0000 (Sat, 04 Apr 2009) | 1 line
Changed paths:
M /trunk/AceGUI-3.0/AceGUI-3.0.lua
Simple AceGUI-3.0 API LuaDocs
------------------------------------------------------------------------
r769 | nevcairiel | 2009-04-04 11:05:08 +0000 (Sat, 04 Apr 2009) | 1 line
Changed paths:
M /trunk/AceConfig-3.0/AceConfig-3.0.lua
M /trunk/AceConfig-3.0/AceConfigCmd-3.0/AceConfigCmd-3.0.lua
M /trunk/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua
M /trunk/AceConfig-3.0/AceConfigRegistry-3.0/AceConfigRegistry-3.0.lua
M /trunk/AceTab-3.0/AceConfigTab-3.0.lua
M /trunk/AceTab-3.0/AceTab-3.0.lua
M /trunk/AceTimer-3.0/AceTimer-3.0.lua
More LuaDocs for the AceConfig* libs
------------------------------------------------------------------------
r768 | nevcairiel | 2009-04-04 10:18:38 +0000 (Sat, 04 Apr 2009) | 1 line
Changed paths:
M /trunk/AceSerializer-3.0/AceSerializer-3.0.lua
M /trunk/AceTimer-3.0/AceTimer-3.0.lua
More LuaDocs
------------------------------------------------------------------------
r767 | nevcairiel | 2009-04-04 08:31:23 +0000 (Sat, 04 Apr 2009) | 1 line
Changed paths:
M /trunk/.docmeta
Update .docmeta
------------------------------------------------------------------------
r766 | nevcairiel | 2009-04-04 08:26:05 +0000 (Sat, 04 Apr 2009) | 1 line
Changed paths:
M /trunk/AceBucket-3.0/AceBucket-3.0.lua
M /trunk/AceComm-3.0/AceComm-3.0.lua
M /trunk/AceConsole-3.0/AceConsole-3.0.lua
M /trunk/AceEvent-3.0/AceEvent-3.0.lua
M /trunk/AceHook-3.0/AceHook-3.0.lua
M /trunk/AceLocale-3.0/AceLocale-3.0.lua
More LuaDoc updates
------------------------------------------------------------------------
r765 | nevcairiel | 2009-04-03 19:14:41 +0000 (Fri, 03 Apr 2009) | 1 line
Changed paths:
M /trunk/AceAddon-3.0/AceAddon-3.0.lua
M /trunk/AceBucket-3.0/AceBucket-3.0.lua
M /trunk/AceComm-3.0/AceComm-3.0.lua
M /trunk/AceConsole-3.0/AceConsole-3.0.lua
M /trunk/AceDBOptions-3.0/AceDBOptions-3.0.lua
M /trunk/AceEvent-3.0/AceEvent-3.0.lua
M /trunk/AceHook-3.0/AceHook-3.0.lua
More LuaDocs and formatting improvements
------------------------------------------------------------------------
r764 | nevcairiel | 2009-04-03 18:15:39 +0000 (Fri, 03 Apr 2009) | 1 line
Changed paths:
M /trunk/AceBucket-3.0/AceBucket-3.0.lua
M /trunk/AceComm-3.0/AceComm-3.0.lua
M /trunk/AceConsole-3.0/AceConsole-3.0.lua
M /trunk/AceDBOptions-3.0/AceDBOptions-3.0.lua
M /trunk/AceEvent-3.0/AceEvent-3.0.lua
More LuaDocs for a bunch of libraries
------------------------------------------------------------------------
r763 | nevcairiel | 2009-04-02 21:55:23 +0000 (Thu, 02 Apr 2009) | 1 line
Changed paths:
M /trunk/AceAddon-3.0/AceAddon-3.0.lua
Updated AceAddon-3.0 inline docs.
------------------------------------------------------------------------
r762 | nevcairiel | 2009-04-02 14:58:04 +0000 (Thu, 02 Apr 2009) | 1 line
Changed paths:
M /trunk/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua
M /trunk/AceConfig-3.0/AceConfigRegistry-3.0/AceConfigRegistry-3.0.lua
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Icon.lua
AceConfigDialog-3.0: The "execute" type does now recognize the "image" (and imageWidth, imageHeight, imageCoords) attribute, and will display a clickable icon instead of the button when an image is supplied. (Ticket #35)
------------------------------------------------------------------------
r761 | nevcairiel | 2009-04-02 14:56:18 +0000 (Thu, 02 Apr 2009) | 1 line
Changed paths:
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-TabGroup.lua
AceGUI-3.0: TabGroup: Set a maximum width for tabs based on the size of the widget. (Fixes Ticket #34)
------------------------------------------------------------------------
r760 | nevcairiel | 2009-04-01 09:40:12 +0000 (Wed, 01 Apr 2009) | 1 line
Changed paths:
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-TreeGroup.lua
Don't error if the treegroup doesn't have a name set when trying to display the tooltip.
------------------------------------------------------------------------
r759 | nevcairiel | 2009-04-01 09:18:38 +0000 (Wed, 01 Apr 2009) | 1 line
Changed paths:
M /trunk/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua
Check if the Blizzard Option Panel is still visible before clearing its contents, so we don't end up with an empty frame.
------------------------------------------------------------------------
r758 | nevcairiel | 2009-03-30 13:51:33 +0000 (Mon, 30 Mar 2009) | 1 line
Changed paths:
M /trunk/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua
Use the scheduled release of the widgets children for the BlizzOptionsPanel, too. (Ticket #33)
------------------------------------------------------------------------
r757 | nevcairiel | 2009-03-26 16:46:24 +0000 (Thu, 26 Mar 2009) | 1 line
Changed paths:
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Slider.lua
AceGUI-3.0 Slider Widget: Properly show percentage values as min/max if isPercent is true. Ticket #32
------------------------------------------------------------------------
r756 | kaelten | 2009-03-15 09:28:25 +0000 (Sun, 15 Mar 2009) | 2 lines
Changed paths:
M /trunk/AceAddon-3.0/AceAddon-3.0.lua
reverting change as it didn't fix the render.
------------------------------------------------------------------------
r755 | kaelten | 2009-03-15 09:25:14 +0000 (Sun, 15 Mar 2009) | 3 lines
Changed paths:
M /trunk/AceAddon-3.0/AceAddon-3.0.lua
fixing the new module docs, hopefully
------------------------------------------------------------------------
r754 | kaelten | 2009-03-15 08:50:50 +0000 (Sun, 15 Mar 2009) | 2 lines
Changed paths:
M /trunk/AceDB-3.0/AceDB-3.0.lua
AceDB-3.0: added silent option to GetNamespace, and fleshed out doc on the function.
------------------------------------------------------------------------
r753 | nevcairiel | 2009-03-15 08:22:00 +0000 (Sun, 15 Mar 2009) | 1 line
Changed paths:
M /trunk/AceDB-3.0/AceDB-3.0.lua
M /trunk/tests/AceDB-3.0-namespaces.lua
AceDB-3.0: Add a GetNamespace function to the DB Objects which returns an existing namespace from the DB object.
------------------------------------------------------------------------
r752 | nevcairiel | 2009-03-13 09:48:24 +0000 (Fri, 13 Mar 2009) | 1 line
Changed paths:
M /trunk/AceConfig-3.0/AceConfigCmd-3.0/AceConfigCmd-3.0.lua
M /trunk/AceConfig-3.0/AceConfigRegistry-3.0/AceConfigRegistry-3.0.lua
M /trunk/tests/AceConfigRegisty-3.0-errors.lua
AceConfig-3.0: Allow spaces in the keys of config tables. Spaces will be changed on the fly to underscores for AceConfigCmd-3.0. Currently there is no check if two keys collide ("foo bar" and "foo_bar").
------------------------------------------------------------------------
r751 | nevcairiel | 2009-03-03 09:44:27 +0000 (Tue, 03 Mar 2009) | 1 line
Changed paths:
M /trunk/AceBucket-3.0/AceBucket-3.0.lua
AceBucket-3.0: markup fixes take2
------------------------------------------------------------------------
r750 | nevcairiel | 2009-03-03 09:43:36 +0000 (Tue, 03 Mar 2009) | 1 line
Changed paths:
M /trunk/AceBucket-3.0/AceBucket-3.0.lua
AceBucket-3.0: markup fixes
------------------------------------------------------------------------
r749 | nevcairiel | 2009-03-03 09:34:28 +0000 (Tue, 03 Mar 2009) | 1 line
Changed paths:
M /trunk/AceBucket-3.0/AceBucket-3.0.lua
AceBucket-3.0: LuaDocs
------------------------------------------------------------------------
r748 | kaelten | 2009-03-02 07:12:17 +0000 (Mon, 02 Mar 2009) | 2 lines
Changed paths:
M /trunk/Ace3.lua
A /trunk/Bindings.xml
added a keybinding entry for reloadui
------------------------------------------------------------------------
r747 | kaelten | 2009-03-02 03:41:48 +0000 (Mon, 02 Mar 2009) | 2 lines
Changed paths:
M /trunk/AceLocale-3.0/AceLocale-3.0.lua
AceLocale-3.0: Updated docs on NewLocale
------------------------------------------------------------------------
r746 | nevcairiel | 2009-03-01 15:17:19 +0000 (Sun, 01 Mar 2009) | 1 line
Changed paths:
M /trunk/AceGUI-3.0/AceGUI-3.0.lua
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-MultiLineEditBox.lua
AceGUI-3.0: Increase version numbers for upgrading properly.
------------------------------------------------------------------------
r745 | nevcairiel | 2009-03-01 15:16:38 +0000 (Sun, 01 Mar 2009) | 3 lines
Changed paths:
M /trunk/AceGUI-3.0/AceGUI-3.0.lua
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-MultiLineEditBox.lua
AceGUI-3.0:
- Disable the framelevel fixer since SetParent does that on its own since forever now - please report any issues with this directly to me.
- Set the "Accept" button on the MultiLineEditBox to a higher FrameLevel as the EditBox, so it isn't covered by it.
------------------------------------------------------------------------
r744 | nevcairiel | 2009-03-01 09:20:19 +0000 (Sun, 01 Mar 2009) | 1 line
Changed paths:
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-MultiLineEditBox.lua
AceGUI-3.0: Fix some glitches in the MultiLineEditBox Widget (Ticket #28)
------------------------------------------------------------------------
r743 | nevcairiel | 2009-02-28 12:08:29 +0000 (Sat, 28 Feb 2009) | 1 line
Changed paths:
M /trunk/AceComm-3.0/AceComm-3.0.lua
AceComm-3.0: Fix recycling of old received data
------------------------------------------------------------------------
r741 | nevcairiel | 2009-02-15 13:58:28 +0000 (Sun, 15 Feb 2009) | 1 line
Changed paths:
M /trunk/changelog.txt
Update changelog.txt
------------------------------------------------------------------------
r740 | nevcairiel | 2009-02-15 13:56:40 +0000 (Sun, 15 Feb 2009) | 1 line
Changed paths:
M /trunk/AceGUI-3.0/AceGUI-3.0.lua
AceGUI-3.0: Change the third argument of AddChild to add the widget before the specified widget. This eliminates the need for the special "1" case, and allows the same flexibility. Passing nil (or nothing) for the third arg will still add it to the end of the list.
------------------------------------------------------------------------
r738 | nevcairiel | 2009-02-15 12:41:29 +0000 (Sun, 15 Feb 2009) | 1 line
Changed paths:
M /trunk/changelog.txt
Update changelog.txt
------------------------------------------------------------------------
r737 | nevcairiel | 2009-02-15 12:17:05 +0000 (Sun, 15 Feb 2009) | 2 lines
Changed paths:
M /trunk/AceGUI-3.0/AceGUI-3.0.lua
AceGUI-3.0: Added a third optional argument to <container>:AddChild() to specify a widget that already is a child of the container - the new widget will be inserted directly after the specified widget instead of at the end.
Alternatively, the 3rd argument can as well be the number 1 to insert the widget at the first position.
------------------------------------------------------------------------
r736 | nevcairiel | 2009-02-14 11:13:43 +0000 (Sat, 14 Feb 2009) | 1 line
Changed paths:
M /trunk/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua
AceConfigDialog-3.0: Refresh the Options Panel after a confirmation is canceled to reset the value to its previous value. (Ticket #23)
------------------------------------------------------------------------
r735 | nevcairiel | 2009-02-14 11:10:48 +0000 (Sat, 14 Feb 2009) | 1 line
Changed paths:
M /trunk/AceDB-3.0/AceDB-3.0.lua
AceDB-3.0: LuaDoc comments for the API calls
------------------------------------------------------------------------
r734 | nevcairiel | 2009-02-13 19:43:32 +0000 (Fri, 13 Feb 2009) | 1 line
Changed paths:
M /trunk/AceDB-3.0/AceDB-3.0.lua
M /trunk/tests/AceDB-3.0-defaults.lua
AceDB-3.0: Fix a data inconsistency when using false as a table key. (Ticket #25)
------------------------------------------------------------------------
r733 | nevcairiel | 2009-02-03 22:24:44 +0000 (Tue, 03 Feb 2009) | 1 line
Changed paths:
M /trunk/AceConfig-3.0/AceConfigCmd-3.0/AceConfigCmd-3.0.lua
AceConfigCmd-3.0: Do not show `description` or `header` elements in the help listing
------------------------------------------------------------------------
r732 | nevcairiel | 2009-02-03 15:07:43 +0000 (Tue, 03 Feb 2009) | 1 line
Changed paths:
M /trunk/AceAddon-3.0/AceAddon-3.0.lua
AceAddon-3.0: even more doc formatting
------------------------------------------------------------------------
r731 | nevcairiel | 2009-02-03 15:02:42 +0000 (Tue, 03 Feb 2009) | 1 line
Changed paths:
M /trunk/AceAddon-3.0/AceAddon-3.0.lua
AceAddon-3.0: Some comment formatting
------------------------------------------------------------------------
r730 | nevcairiel | 2009-02-03 13:20:10 +0000 (Tue, 03 Feb 2009) | 1 line
Changed paths:
M /trunk/AceAddon-3.0/AceAddon-3.0.lua
Fix usage tags
------------------------------------------------------------------------
r729 | nevcairiel | 2009-02-03 13:15:10 +0000 (Tue, 03 Feb 2009) | 1 line
Changed paths:
M /trunk/AceAddon-3.0/AceAddon-3.0.lua
AceAddon-3.0: Add file-level header
------------------------------------------------------------------------
r728 | nevcairiel | 2009-02-03 13:10:22 +0000 (Tue, 03 Feb 2009) | 1 line
Changed paths:
A /trunk/.docmeta
M /trunk/AceAddon-3.0/AceAddon-3.0.lua
AceAddon-3.0 documentation
------------------------------------------------------------------------
r727 | nevcairiel | 2009-01-06 20:32:46 +0000 (Tue, 06 Jan 2009) | 1 line
Changed paths:
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-TabGroup.lua
AceGUI-3.0: TabGroup: Only stretch the tabs to the full width if they would use 75% of the available space already, otherwise just leave them be.
------------------------------------------------------------------------
r726 | nevcairiel | 2009-01-06 14:41:57 +0000 (Tue, 06 Jan 2009) | 3 lines
Changed paths:
M /trunk/AceDBOptions-3.0/AceDBOptions-3.0.lua
AceDBOptions-3.0: Disable the "Copy From" and "Delete" dropdowns if there are no profiles to choose from.
Closes Ticket #19
------------------------------------------------------------------------
r725 | nevcairiel | 2009-01-04 18:53:40 +0000 (Sun, 04 Jan 2009) | 1 line
Changed paths:
D /trunk/.docmeta
M /trunk/AceAddon-3.0/AceAddon-3.0.lua
Clean up docs
------------------------------------------------------------------------
r724 | nevcairiel | 2009-01-04 18:28:40 +0000 (Sun, 04 Jan 2009) | 1 line
Changed paths:
M /trunk/AceAddon-3.0/AceAddon-3.0.lua
AceAddon-3.0: First pass of converting function headers to luadoc
------------------------------------------------------------------------
r722 | nevcairiel | 2009-01-04 13:13:26 +0000 (Sun, 04 Jan 2009) | 1 line
Changed paths:
M /trunk/changelog.txt
Update changelog.txt
------------------------------------------------------------------------
r721 | nevcairiel | 2009-01-04 12:39:04 +0000 (Sun, 04 Jan 2009) | 4 lines
Changed paths:
M /trunk/AceHook-3.0/AceHook-3.0.lua
AceHook-3.0:
Fix :SecureHookScript to not fail on previously empty scripts since frame:HookScript does nothing at all in that case.
Closes Ticket #16
------------------------------------------------------------------------
r720 | nevcairiel | 2009-01-04 12:19:10 +0000 (Sun, 04 Jan 2009) | 4 lines
Changed paths:
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-EditBox.lua
AceGUI-3.0:
Fix EditBox alignment if the label is disabled.
Closes Ticket #13
------------------------------------------------------------------------
r719 | nevcairiel | 2009-01-04 12:01:23 +0000 (Sun, 04 Jan 2009) | 5 lines
Changed paths:
M /trunk/AceLocale-3.0/AceLocale-3.0.lua
AceLocale-3.0:
Implement 'silent' option for :NewLocale
The new fourth parameter to :NewLocale, 'silent', allows you to disable the warnings on missing locale entrys in the base locale while developing, for example.
Closes Ticket #18
------------------------------------------------------------------------
r718 | nevcairiel | 2009-01-04 10:45:16 +0000 (Sun, 04 Jan 2009) | 1 line
Changed paths:
M /trunk/AceTimer-3.0/AceTimer-3.0.lua
AceTimer-3.0: Implement :TimeLeft(handle) as of Ticket #10
------------------------------------------------------------------------
r717 | nevcairiel | 2009-01-04 10:29:29 +0000 (Sun, 04 Jan 2009) | 6 lines
Changed paths:
M /trunk/AceDB-3.0/AceDB-3.0.lua
AceDB-3.0:
Implement OnProfileShutdown callback
The OPS callback will fire right before the active profile is changed and before the defaults are stripped. Its meant to be used to store data in the DB that is usually kept in internal data structures but needs to be exported into the SV.
This is the profile-equivalent to OnDatabaseShutdown, however on logout, only OnDatabaseShutdown will fire, not both.
Closes Ticket #7.
------------------------------------------------------------------------
r716 | nevcairiel | 2009-01-02 20:55:03 +0000 (Fri, 02 Jan 2009) | 1 line
Changed paths:
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-TabGroup.lua
AceGUI-3.0: TabGroup: Don't resize the Tabs in their OnShow for a more consistent behavior
------------------------------------------------------------------------
r715 | nevcairiel | 2008-12-31 00:50:06 +0000 (Wed, 31 Dec 2008) | 1 line
Changed paths:
M /trunk/AceDBOptions-3.0/AceDBOptions-3.0.lua
AceDBOptions-3.0: esES locale by Silmano
------------------------------------------------------------------------
r714 | nevcairiel | 2008-12-28 01:23:34 +0000 (Sun, 28 Dec 2008) | 1 line
Changed paths:
M /trunk/AceDBOptions-3.0/AceDBOptions-3.0.lua
AceDBOptions-3.0: luadoc comments
------------------------------------------------------------------------
r713 | nevcairiel | 2008-12-28 01:09:57 +0000 (Sun, 28 Dec 2008) | 1 line
Changed paths:
M /trunk/AceDBOptions-3.0/AceDBOptions-3.0.lua
AceDBOptions-3.0: ruRU update by Swix (Ticket 14)
------------------------------------------------------------------------
r712 | nevcairiel | 2008-12-28 00:31:03 +0000 (Sun, 28 Dec 2008) | 1 line
Changed paths:
M /trunk/.docmeta
M /trunk/AceTab-3.0/AceConfigTab-3.0.lua
Update .docmeta
------------------------------------------------------------------------
r711 | nevcairiel | 2008-12-19 10:22:07 +0000 (Fri, 19 Dec 2008) | 1 line
Changed paths:
M /trunk/.docmeta
Remove special AceConfig handling from the .docmeta as it seems to not work as expected
------------------------------------------------------------------------
r710 | nevcairiel | 2008-12-19 10:14:39 +0000 (Fri, 19 Dec 2008) | 1 line
Changed paths:
A /trunk/.docmeta
M /trunk/AceAddon-3.0/AceAddon-3.0.lua
M /trunk/AceBucket-3.0/AceBucket-3.0.lua
M /trunk/AceComm-3.0/AceComm-3.0.lua
M /trunk/AceConfig-3.0/AceConfig-3.0.lua
M /trunk/AceConfig-3.0/AceConfigCmd-3.0/AceConfigCmd-3.0.lua
M /trunk/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua
M /trunk/AceConfig-3.0/AceConfigRegistry-3.0/AceConfigRegistry-3.0.lua
M /trunk/AceConsole-3.0/AceConsole-3.0.lua
M /trunk/AceDB-3.0/AceDB-3.0.lua
M /trunk/AceDBOptions-3.0/AceDBOptions-3.0.lua
M /trunk/AceEvent-3.0/AceEvent-3.0.lua
M /trunk/AceGUI-3.0/AceGUI-3.0.lua
M /trunk/AceHook-3.0/AceHook-3.0.lua
M /trunk/AceLocale-3.0/AceLocale-3.0.lua
M /trunk/AceSerializer-3.0/AceSerializer-3.0.lua
M /trunk/AceTab-3.0/AceConfigTab-3.0.lua
M /trunk/AceTab-3.0/AceTab-3.0.lua
M /trunk/AceTab-3.0/AceTab-3.0.xml
M /trunk/AceTimer-3.0/AceTimer-3.0.lua
Add .docmeta file and luadoc file headers to all files
------------------------------------------------------------------------
r709 | antiarc | 2008-10-26 01:03:36 +0000 (Sun, 26 Oct 2008) | 1 line
Changed paths:
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-TreeGroup.lua
Adds a .visible flag to tree group entries; this allows for tree filtering without actually rebuilding the tree, preventing table churn. A tree branch will only show if there is at least one leaf node (without children) with .visible ~= false (true and nil both cause it to be shown, presuming that "true" means explicitly show, and "nil" means that there is no expressed show preference). To use filtering, :SetTree must be called with an additional boolean parameter; :SetTree(treeTable, true) will cause filtering to happen, whereas :SetTree(treeTable) or :SetTree(treeTable, false) will produce no filtering. This allows for easy switching between filtered/non-filtered modes, and preserves the widget's performance and default behavior for all non-filtered cases.
------------------------------------------------------------------------
r708 | arrowmaster | 2008-10-19 10:59:58 +0000 (Sun, 19 Oct 2008) | 1 line
Changed paths:
M /trunk/AceConsole-3.0/AceConsole-3.0.lua
pass editBox to methods registered as the recipent function of a slash command, just incase somebody wants it
------------------------------------------------------------------------
r706 | nevcairiel | 2008-10-18 08:56:01 +0000 (Sat, 18 Oct 2008) | 2 lines
Changed paths:
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Keybinding.lua
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-TabGroup.lua
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-TreeGroup.lua
M /trunk/changelog.txt
- Remove 2.4.x compat code
- Update changelog
------------------------------------------------------------------------
r705 | mikk | 2008-10-15 11:53:47 +0000 (Wed, 15 Oct 2008) | 1 line
Changed paths:
M /trunk/AceComm-3.0/ChatThrottleLib.lua
AceComm-3.0: Pull in updated ChatThrottleLib v20. Not worth tagging for since v19 works as-is embedded.
------------------------------------------------------------------------
r704 | nevcairiel | 2008-10-15 00:19:30 +0000 (Wed, 15 Oct 2008) | 1 line
Changed paths:
M /trunk/Ace3.toc
Update .toc to interface version 30000
------------------------------------------------------------------------
r703 | nevcairiel | 2008-10-10 20:33:59 +0000 (Fri, 10 Oct 2008) | 3 lines
Changed paths:
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-MultiLineEditBox.lua
AceGUI-3.0 MultiLineEditBox Widget:
- Properly disable the widget in SetDisabled
- Adjust style to be conform to the other widgets
------------------------------------------------------------------------
r700 | nevcairiel | 2008-10-09 17:53:54 +0000 (Thu, 09 Oct 2008) | 1 line
Changed paths:
A /trunk (from /branches/RC1:699)
Proper layout, take2
------------------------------------------------------------------------
r696 | nargiddley | 2008-10-09 10:23:56 +0000 (Thu, 09 Oct 2008) | 1 line
Changed paths:
M /branches/RC1/AceGUI-3.0/widgets/AceGUIWidget-Keybinding.lua
AceGUI: Fix Keybinding widget text sometimes carrying over through a recycle.
------------------------------------------------------------------------
r694 | nargiddley | 2008-10-09 09:03:51 +0000 (Thu, 09 Oct 2008) | 1 line
Changed paths:
M /branches/RC1/AceGUI-3.0/widgets/AceGUIWidget-Keybinding.lua
AceGUI: Keybinding widget will show "Not Bound" instead of being blank when no key is set.
------------------------------------------------------------------------
r693 | nargiddley | 2008-10-09 07:42:11 +0000 (Thu, 09 Oct 2008) | 1 line
Changed paths:
M /branches/RC1/AceGUI-3.0/widgets/AceGUIWidget-Keybinding.lua
AceGUI: Keybinding widget's label doesn't take up space if it is blank.
------------------------------------------------------------------------
r690 | nevcairiel | 2008-09-30 16:18:06 +0000 (Tue, 30 Sep 2008) | 1 line
Changed paths:
M /branches/RC1
A /branches/RC1/.pkgmeta
M /branches/RC1/AceAddon-3.0
M /branches/RC1/AceConfig-3.0
M /branches/RC1/AceConfig-3.0/AceConfigCmd-3.0
M /branches/RC1/AceConfig-3.0/AceConfigDialog-3.0
M /branches/RC1/AceConfig-3.0/AceConfigDropdown-3.0
M /branches/RC1/AceConfig-3.0/AceConfigRegistry-3.0
M /branches/RC1/AceEvent-3.0
M /branches/RC1/AceLocale-3.0
M /branches/RC1/AceSerializer-3.0
M /branches/RC1/AceTab-3.0
M /branches/RC1/docs
M /branches/RC1/tests
Added .pkgmeta and removed log template
------------------------------------------------------------------------
r689 | nevcairiel | 2008-09-26 20:55:53 +0000 (Fri, 26 Sep 2008) | 1 line
Changed paths:
A /branches/RC1/AceTab-3.0
A /branches/RC1/AceTab-3.0/AceConfigTab-3.0.lua
A /branches/RC1/AceTab-3.0/AceTab-3.0.lua
A /branches/RC1/AceTab-3.0/AceTab-3.0.xml
A /trunk/AceTab-3.0
A /trunk/AceTab-3.0/AceConfigTab-3.0.lua
A /trunk/AceTab-3.0/AceTab-3.0.lua
A /trunk/AceTab-3.0/AceTab-3.0.xml
Re-add AceTab-3.0, its history was lost due to weird svn behaviour. Does this thing even work?
------------------------------------------------------------------------
r688 | nevcairiel | 2008-09-26 20:39:43 +0000 (Fri, 26 Sep 2008) | 1 line
Changed paths:
D /branches/Ace3
A /branches/RC1 (from /branches/Ace3/RC1:687)
D /tags/Ace3
A /tags/Alpha (from /tags/Ace3/Alpha:687)
A /tags/Beta (from /tags/Ace3/Beta:687)
D /trunk/Ace3
A /trunk/Ace3.lua (from /trunk/Ace3/Ace3.lua:687
A /trunk/Ace3.toc (from /trunk/Ace3/Ace3.toc:687
A /trunk/AceAddon-3.0 (from /trunk/Ace3/AceAddon-3.0:687)
A /trunk/AceBucket-3.0 (from /trunk/Ace3/AceBucket-3.0:687)
A /trunk/AceComm-3.0 (from /trunk/Ace3/AceComm-3.0:687)
A /trunk/AceConfig-3.0 (from /trunk/Ace3/AceConfig-3.0:687)
A /trunk/AceConsole-3.0 (from /trunk/Ace3/AceConsole-3.0:687)
A /trunk/AceDB-3.0 (from /trunk/Ace3/AceDB-3.0:687)
A /trunk/AceDBOptions-3.0 (from /trunk/Ace3/AceDBOptions-3.0:687)
A /trunk/AceEvent-3.0 (from /trunk/Ace3/AceEvent-3.0:687)
A /trunk/AceGUI-3.0 (from /trunk/Ace3/AceGUI-3.0:687)
A /trunk/AceHook-3.0 (from /trunk/Ace3/AceHook-3.0:687)
A /trunk/AceLocale-3.0 (from /trunk/Ace3/AceLocale-3.0:687)
A /trunk/AceSerializer-3.0 (from /trunk/Ace3/AceSerializer-3.0:687)
A /trunk/AceTimer-3.0 (from /trunk/Ace3/AceTimer-3.0:687)
A /trunk/CallbackHandler-1.0 (from /trunk/Ace3/CallbackHandler-1.0:687)
A /trunk/LICENSE.txt (from /trunk/Ace3/LICENSE.txt:687
A /trunk/LibStub (from /trunk/Ace3/LibStub:687)
A /trunk/benchs (from /trunk/Ace3/benchs:687)
A /trunk/changelog.txt (from /trunk/Ace3/changelog.txt:687
A /trunk/docs (from /trunk/Ace3/docs:687)
A /trunk/split.bat (from /trunk/Ace3/split.bat:687
A /trunk/tests (from /trunk/Ace3/tests:687)
A /trunk/unsplit.bat (from /trunk/Ace3/unsplit.bat:687
Move everything around for a proper layout
------------------------------------------------------------------------
r686 | nevcairiel | 2008-09-18 21:22:35 +0000 (Thu, 18 Sep 2008) | 1 line
Changed paths:
M /branches/Ace3/RC1/AceGUI-3.0/widgets/AceGUIWidget-TreeGroup.lua
Ace3 - AceGUI-3.0 TreeGroup Widget - fix renamed template used in the tree view
------------------------------------------------------------------------
r684 | nevcairiel | 2008-09-06 13:40:28 +0000 (Sat, 06 Sep 2008) | 1 line
Changed paths:
M /branches/Ace3/RC1/changelog.txt
Ace3 - update changelog
------------------------------------------------------------------------
r682 | nevcairiel | 2008-09-06 13:31:56 +0000 (Sat, 06 Sep 2008) | 1 line
Changed paths:
M /branches/Ace3/RC1/AceGUI-3.0/widgets/AceGUIWidget-TabGroup.lua
M /branches/Ace3/RC1/AceGUI-3.0/widgets/AceGUIWidget-TreeGroup.lua
Ace3 - merge WotLK changes to Tab/TreeGroup widgets into main development branch with Interface Version check
------------------------------------------------------------------------
r681 | nargiddley | 2008-09-06 13:01:59 +0000 (Sat, 06 Sep 2008) | 1 line
Changed paths:
M /branches/Ace3/RC1/AceGUI-3.0/AceGUI-3.0.lua
Ace3 - AceGUI: Fix upgrading of widgets that still define :Release instead of :OnRelease so that the new :Release function will still always work
------------------------------------------------------------------------
r680 | nargiddley | 2008-09-06 12:54:53 +0000 (Sat, 06 Sep 2008) | 2 lines
Changed paths:
M /branches/Ace3/RC1/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua
Ace3 - AceConfigDialog-3.0: Cleanup handling of widget userdata, use the new Helper function instead of accessing the table directly.
- Clear the tables set for group widgets without accessing widget members directly
------------------------------------------------------------------------
r679 | nargiddley | 2008-09-06 12:51:18 +0000 (Sat, 06 Sep 2008) | 3 lines
Changed paths:
M /branches/Ace3/RC1/AceGUI-3.0/widgets/AceGUIWidget-DropDown.lua
M /branches/Ace3/RC1/AceGUI-3.0/widgets/AceGUIWidget-TreeGroup.lua
Ace3 - AceGUI: Dropdown Widget: Fix OnClose being called multiple times as the widget is released, causing AceConfigDialog to error with multiselect dropdowns
- :SetList(list) accepts nil to clear the list
TreeGroup Widget: SetTree(tree) accepts nil to clear the tree
------------------------------------------------------------------------
r678 | nargiddley | 2008-09-06 12:45:12 +0000 (Sat, 06 Sep 2008) | 5 lines
Changed paths:
M /branches/Ace3/RC1/AceGUI-3.0/AceGUI-3.0.lua
Ace3 - AceGUI: Add new methods to the widget base table - ACE-205
Positioning function that ace on widget.frame - SetPoint(...) ClearAllPoints() GetNumPoints() GetPoint(...)
Helper functions for accessing widget.userdata - GetUserDataTable() SetUserData(key, value) GetUserData(key)
Functions to replace setting .width or .height to "fill" - IsFullHeight() SetFullHeight(isFull) IsFullWidth() SetFullWidth(isFull), the old way will continue working but these functions are now preferred
Release() - same effect as calling AceGUI:Release(widget) ACE-160
------------------------------------------------------------------------
r677 | nargiddley | 2008-09-01 07:12:45 +0000 (Mon, 01 Sep 2008) | 3 lines
Changed paths:
M /branches/Ace3/RC1/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua
M /branches/Ace3/RC1/AceGUI-3.0/AceGUI-3.0.lua
Ace3
- AceGUI: call widget:OnRelease before clearing events and userdata to allow OnMouseLeave events to fire as the frame is released
- AceConfigDialog: :Close and :CloseAll are now safe to call from within callbacks.
------------------------------------------------------------------------
r675 | nevcairiel | 2008-08-12 09:00:03 +0000 (Tue, 12 Aug 2008) | 1 line
Changed paths:
M /branches/Ace3/RC1/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua
Ace3 - AceConfigDialog: the confirm callback will now receive the new value that is being set (same signature as the validate callback)
------------------------------------------------------------------------
r668 | funkydude | 2008-07-16 10:08:17 +0000 (Wed, 16 Jul 2008) | 1 line
Changed paths:
M /branches/Ace3/RC1/AceDBOptions-3.0/AceDBOptions-3.0.lua
Ace3 - AceDBOptions-3.0: Add ruRU by StingerSoft
------------------------------------------------------------------------
r667 | nevcairiel | 2008-06-11 14:34:58 +0000 (Wed, 11 Jun 2008) | 2 lines
Changed paths:
M /branches/Ace3/RC1/AceDB-3.0/AceDB-3.0.lua
M /branches/Ace3/RC1/tests/AceDB-3.0-defaults.lua
Ace3 - AceDB-3.0
- fix a bug in default-removal code that caused missing data in rare cases
------------------------------------------------------------------------
r665 | nevcairiel | 2008-06-09 09:25:14 +0000 (Mon, 09 Jun 2008) | 1 line
Changed paths:
M /branches/Ace3/RC1/changelog.txt
Ace3 - update changelog.txt
------------------------------------------------------------------------
r664 | nargiddley | 2008-06-09 06:52:04 +0000 (Mon, 09 Jun 2008) | 1 line
Changed paths:
M /branches/Ace3/RC1/AceGUI-3.0/widgets/AceGUIWidget-TabGroup.lua
Ace3 - AceGUI: TabGroup: Fix logic for tab layout.
------------------------------------------------------------------------
r663 | nevcairiel | 2008-06-06 13:49:40 +0000 (Fri, 06 Jun 2008) | 1 line
Changed paths:
M /branches/Ace3/RC1/AceGUI-3.0/widgets/AceGUIWidget-DropDown.lua
Ace3 - AceGUI-3.0: fix alignoffset for the dropdown widget
------------------------------------------------------------------------
r662 | nargiddley | 2008-06-06 13:43:24 +0000 (Fri, 06 Jun 2008) | 1 line
Changed paths:
M /branches/Ace3/RC1/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua
Ace3 - AceConfigDialog: Add appName to info table
------------------------------------------------------------------------
r661 | nargiddley | 2008-06-06 10:58:11 +0000 (Fri, 06 Jun 2008) | 1 line
Changed paths:
M /branches/Ace3/RC1/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua
Ace3 - AceConfigDialog: Fix error when activating a multiselect.
------------------------------------------------------------------------
r660 | nargiddley | 2008-06-06 08:08:02 +0000 (Fri, 06 Jun 2008) | 5 lines
Changed paths:
M /branches/Ace3/RC1/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua
M /branches/Ace3/RC1/AceGUI-3.0/widgets/AceGUIWidget-DropDown.lua
M /branches/Ace3/RC1/AceGUI-3.0/widgets/AceGUIWidget-DropDownGroup.lua
Ace3 - AceGUI: Dropdown: Reset multiselect status on recycling
DropdownGroup: Make use of status consistent with TabGroup
AceConfigDialog: Add :SelectGroup(appName, ...) - Selects the group given by the path specified then refreshes open windows.
- :Open now accepts an optional path, when given will open the window with only the given group and its children visible
- :AddToBlizOptions now accepts an optional path, this will add the config page to display the specified group and its children only.
------------------------------------------------------------------------
r659 | nargiddley | 2008-06-05 10:37:04 +0000 (Thu, 05 Jun 2008) | 3 lines
Changed paths:
M /branches/Ace3/RC1/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua
M /branches/Ace3/RC1/AceGUI-3.0/widgets/AceGUIWidget-TabGroup.lua
M /branches/Ace3/RC1/AceGUI-3.0/widgets/AceGUIWidget-TreeGroup.lua
Ace3 - AceGUI: TreeGroup: Add :EnableButtonTooltips(enable) to make the default tooltips on the tree optional, enabled by default.
TabGroup: Add OnTabEnter and OnTabLeave Callbacks
AceConfigDialog: Add Custom tooltips to the TreeGroup and TabGroup, shows both name and desc for the group.
------------------------------------------------------------------------
r658 | nargiddley | 2008-06-03 11:05:38 +0000 (Tue, 03 Jun 2008) | 3 lines
Changed paths:
M /branches/Ace3/RC1/AceGUI-3.0/widgets/AceGUIWidget-TabGroup.lua
Ace3 - AceGUI:
TabGroup: Rewrite tab layout to avoid single tabs left on the last row
TabGroup: Fix tabs not stretching to full width when first shown in some cases
------------------------------------------------------------------------
r657 | nargiddley | 2008-05-31 22:44:09 +0000 (Sat, 31 May 2008) | 2 lines
Changed paths:
M /branches/Ace3/RC1/AceConfig-3.0/AceConfigCmd-3.0/AceConfigCmd-3.0.lua
Ace3 - AceConfigCmd:
- Remove unneeded references to .confirm, will no longer error when .confirm is a boolean
------------------------------------------------------------------------
r656 | nargiddley | 2008-05-31 11:47:08 +0000 (Sat, 31 May 2008) | 3 lines
Changed paths:
M /branches/Ace3/RC1/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua
M /branches/Ace3/RC1/AceConfig-3.0/AceConfigRegistry-3.0/AceConfigRegistry-3.0.lua
M /branches/Ace3/RC1/AceGUI-3.0/widgets/AceGUIWidget-DropDown-Items.lua
M /branches/Ace3/RC1/AceGUI-3.0/widgets/AceGUIWidget-DropDown.lua
Ace3 :
- AceGUI: Finish Multiselect support for the Dropdown widget
- AceConfigDialog: allow multiselect to be shown as a dropdown by setting dialogControl = "Dropdown"
------------------------------------------------------------------------
r655 | nargiddley | 2008-05-25 04:47:07 +0000 (Sun, 25 May 2008) | 1 line
Changed paths:
M /branches/Ace3/RC1/AceGUI-3.0/widgets/AceGUIWidget-TreeGroup.lua
Ace3 - AceGUI: TreeGroup: Workaround for :GetHeight() not returning the correct value causing the tree to not resize with the window after it had been resized itself.
------------------------------------------------------------------------
r654 | ammo | 2008-05-21 13:43:29 +0000 (Wed, 21 May 2008) | 4 lines
Changed paths:
M /branches/Ace3/RC1/AceAddon-3.0/AceAddon-3.0.lua
Ace3 - AceAddon-3.0: Experimental
Allow for an optional first argument to NewAddon to be a table to be used as the base for the addon.
Example: local addon = LibStub("AceAddon-3.0"):NewAddon(CreateFrame("Button", nil, UIParent), "MyAddon")
or: LibStub("AceAddon-3.0"):NewAddon({}, "Empty Useless Table Addon")
------------------------------------------------------------------------
r651 | nevcairiel | 2008-05-21 08:19:16 +0000 (Wed, 21 May 2008) | 1 line
Changed paths:
M /branches/Ace3/RC1/changelog.txt
Ace3 - update changelog
------------------------------------------------------------------------
r650 | nargiddley | 2008-05-21 07:12:54 +0000 (Wed, 21 May 2008) | 1 line
Changed paths:
M /branches/Ace3/RC1/AceGUI-3.0/widgets/AceGUIWidget-Frame.lua
Ace3 - AceGUI: ACE-190: Fix Frame widget restoring its size from status tables incorrectly.
------------------------------------------------------------------------
r649 | nevcairiel | 2008-05-20 16:21:25 +0000 (Tue, 20 May 2008) | 2 lines
Changed paths:
M /branches/Ace3/RC1/AceGUI-3.0/AceGUI-3.0.xml
A /branches/Ace3/RC1/AceGUI-3.0/widgets/AceGUIWidget-DropDown-Items.lua
M /branches/Ace3/RC1/AceGUI-3.0/widgets/AceGUIWidget-DropDown.lua
Ace3 - AceGUI-3.0:
- ACE-161, ACE-180, ACE-181: New and improved DropDown widget (originally coded by Borlox)
------------------------------------------------------------------------
r648 | nargiddley | 2008-05-19 09:16:25 +0000 (Mon, 19 May 2008) | 2 lines
Changed paths:
M /branches/Ace3/RC1/AceGUI-3.0/widgets/AceGUIWidget-TabGroup.lua
Ace3 - AceGUI: TabGroup: Fix tab width when there is only 1 row of tabs
------------------------------------------------------------------------
r647 | nargiddley | 2008-05-19 09:05:23 +0000 (Mon, 19 May 2008) | 1 line
Changed paths:
M /branches/Ace3/RC1/Ace