r991

Details

  • Filename
    Ace3-r991.zip
  • Uploaded by
  • Uploaded
    Nov 12, 2010
  • Size
    155.37 KB
  • Downloads
    1,348
  • MD5
    893e997c3f1bc4007140a34645cadbd3

Supported WoW Retail Versions

  • 4.0.1

Changelog

------------------------------------------------------------------------
r991 | nevcairiel | 2010-11-12 16:51:38 +0000 (Fri, 12 Nov 2010) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-DropDown.lua

AceGUI-3.0: DropDown: upvalue
------------------------------------------------------------------------
r990 | nevcairiel | 2010-11-12 16:39:17 +0000 (Fri, 12 Nov 2010) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIContainer-TreeGroup.lua

AceGUI-3.0: TreeGroup: Allow setting of "treesizable" in the status table to false. (Ticket #163)
------------------------------------------------------------------------
r989 | nevcairiel | 2010-11-12 16:22:46 +0000 (Fri, 12 Nov 2010) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-EditBox.lua
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-MultiLineEditBox.lua

AceGUI-3.0: Implement focus handling for the multiline editbox as well (and fix a small glitch in the editbox)
------------------------------------------------------------------------
r988 | nevcairiel | 2010-11-12 16:16:50 +0000 (Fri, 12 Nov 2010) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-EditBox.lua

AceGUI-3.0: EditBox: Implement full support for Focus handling (Ticket #193)
------------------------------------------------------------------------
r987 | nevcairiel | 2010-11-12 16:07:53 +0000 (Fri, 12 Nov 2010) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Button.lua

AceGUI-3.0: Button: Clear the focus before firing the callback, so its possible to set a new focus inside the callback (Ticket #192)
------------------------------------------------------------------------
r986 | nevcairiel | 2010-11-12 16:05:56 +0000 (Fri, 12 Nov 2010) | 1 line
Changed paths:
   M /trunk/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua

AceConfigDialog-3.0: Pass the proper order of elements to "select"-type groups (Ticket #184)
------------------------------------------------------------------------
r985 | nevcairiel | 2010-11-12 16:05:13 +0000 (Fri, 12 Nov 2010) | 3 lines
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIContainer-DropDownGroup.lua
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-DropDown.lua

AceGUI-3.0:
- The DropDown widget now accepts a second parameter for SetList that specifies a custom order for the elements (instead of always sorting by key)
- The DropDownGroup supports the same for SetGroupList, and just forwards to DropDown
------------------------------------------------------------------------
r984 | nevcairiel | 2010-11-12 15:35:53 +0000 (Fri, 12 Nov 2010) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIContainer-Frame.lua

AceGUI-3.0: Frame: Dynamically change the size of the header background to fit longer texts (Ticket #171)
------------------------------------------------------------------------
r983 | nevcairiel | 2010-11-06 22:00:40 +0000 (Sat, 06 Nov 2010) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Icon.lua

AceGUI-3.0: Icon: Fix resetting the disabled flag.
------------------------------------------------------------------------
r981 | nevcairiel | 2010-10-27 14:28:44 +0000 (Wed, 27 Oct 2010) | 1 line
Changed paths:
   M /trunk/changelog.txt

Update changelog
------------------------------------------------------------------------
r980 | nevcairiel | 2010-10-27 14:20:11 +0000 (Wed, 27 Oct 2010) | 3 lines
Changed paths:
   M /trunk/AceAddon-3.0/AceAddon-3.0.lua

AceAddon-3.0:
- Fix an library upgrade issue that always reset the modules enabled state
- Properly implemented ordered module loading
------------------------------------------------------------------------
r979 | nevcairiel | 2010-10-27 09:49:28 +0000 (Wed, 27 Oct 2010) | 1 line
Changed paths:
   M /trunk/AceAddon-3.0/AceAddon-3.0.lua

AceAddon-3.0: bump minor so the reverted version actually gets used
------------------------------------------------------------------------
r978 | kaelten | 2010-10-27 00:04:36 +0000 (Wed, 27 Oct 2010) | 1 line
Changed paths:
   M /trunk/AceAddon-3.0/AceAddon-3.0.lua

Reverting back to 975 due to mass breakage.
------------------------------------------------------------------------
r977 | kaelten | 2010-10-26 23:54:25 +0000 (Tue, 26 Oct 2010) | 1 line
Changed paths:
   M /trunk/AceAddon-3.0/AceAddon-3.0.lua

Fixing it so that addon modules are enabled during the initialization queue as well.
------------------------------------------------------------------------
r976 | nevcairiel | 2010-10-26 19:52:45 +0000 (Tue, 26 Oct 2010) | 1 line
Changed paths:
   M /trunk/AceAddon-3.0/AceAddon-3.0.lua

AceAddon-3.0: Enable modules in the proper order on initial load
------------------------------------------------------------------------
r975 | nevcairiel | 2010-10-23 11:26:18 +0000 (Sat, 23 Oct 2010) | 1 line
Changed paths:
   M /trunk/AceEvent-3.0/AceEvent-3.0.lua

AceEvent-3.0: Fix documentation
------------------------------------------------------------------------
r974 | nevcairiel | 2010-10-23 11:22:46 +0000 (Sat, 23 Oct 2010) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Keybinding.lua

AceGUI-3.0: Keybinding: Don't steal key presses when not enabled (Ticket #169)
------------------------------------------------------------------------
r973 | nevcairiel | 2010-10-14 05:10:40 +0000 (Thu, 14 Oct 2010) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-EditBox.lua
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-MultiLineEditBox.lua

AceGUI: Replace GetSpellName with GetSpellInfo
------------------------------------------------------------------------
r971 | nevcairiel | 2010-10-12 18:55:55 +0000 (Tue, 12 Oct 2010) | 1 line
Changed paths:
   M /trunk/changelog.txt

Update changelog
------------------------------------------------------------------------
r970 | nevcairiel | 2010-10-12 18:17:30 +0000 (Tue, 12 Oct 2010) | 1 line
Changed paths:
   M /trunk/Ace3.toc

Bump toc
------------------------------------------------------------------------
r969 | shefki | 2010-10-07 02:11:48 +0000 (Thu, 07 Oct 2010) | 2 lines
Changed paths:
   M /trunk/AceConfig-3.0/AceConfig-3.0.lua

Add link to documentation of the contents of the options table.

------------------------------------------------------------------------