r808

Details

  • Filename
    Ace3-r808.zip
  • Uploaded by
  • Uploaded
    May 7, 2009
  • Size
    182.23 KB
  • Downloads
    1,181
  • MD5
    cb9fe69852c137e5ff129af4a896025d

Supported WoW Retail Versions

  • 3.1.0

Changelog

------------------------------------------------------------------------
r808 | ammo | 2009-05-07 14:45:15 +0000 (Thu, 07 May 2009) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-DropDown-Items.lua

fix accidental globals
------------------------------------------------------------------------
r807 | kaelten | 2009-04-20 07:29:12 +0000 (Mon, 20 Apr 2009) | 2 lines
Changed paths:
   M /trunk/Ace3.toc

changed X-License text to reflect the limited nature.

------------------------------------------------------------------------
r806 | nevcairiel | 2009-04-18 10:17:46 +0000 (Sat, 18 Apr 2009) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-TabGroup.lua

AceGUI-3.0: TabGroup: Fixed an error that was causing certain tabs to be unresponsive (Ticket #38)
------------------------------------------------------------------------
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
------------------------------------------------------------------------