r861
Details
-
FilenameAce3-r861.zip
-
Uploaded by
-
UploadedOct 22, 2009
-
Size199.39 KB
-
Downloads676
-
MD59ff9cf80e527d0bb84e93f3e50f9ac66
Supported WoW Retail Versions
- 3.2.0
Changelog
------------------------------------------------------------------------
r861 | nevcairiel | 2009-10-22 17:55:48 +0000 (Thu, 22 Oct 2009) | 1 line
Changed paths:
M /trunk/AceTab-3.0/AceTab-3.0.lua
AceTab-3.0: *FrameType => *ObjectType for 3.3
------------------------------------------------------------------------
r860 | mikk | 2009-10-09 17:52:37 +0000 (Fri, 09 Oct 2009) | 2 lines
Changed paths:
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-EditBox.lua
Ticket 21: Ability to accept links for EditBox Widget
Implemented the given patch pretty much as-is, except made it upgradeable.
------------------------------------------------------------------------
r859 | mikk | 2009-10-05 16:09:42 +0000 (Mon, 05 Oct 2009) | 2 lines
Changed paths:
M /trunk/AceConsole-3.0/AceConsole-3.0.lua
- Add :Printf() so you don't have to do Print(format()). Amagad saving several Lua instructions per addon :P
- Optimize :Print() so it generates less garbage strings when given multiple arguments.
------------------------------------------------------------------------
r858 | mikk | 2009-10-03 09:21:20 +0000 (Sat, 03 Oct 2009) | 1 line
Changed paths:
M /trunk/AceTab-3.0/AceTab-3.0.lua
Stop calling the "self:error" that doesn't exist. Call error() instead. Fixes stupid message on PTR. It'll still error - but now at least we'll get a sane error.
------------------------------------------------------------------------
r857 | mikk | 2009-10-02 18:04:31 +0000 (Fri, 02 Oct 2009) | 1 line
Changed paths:
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-EditBox.lua
Should fix ticket 83 - EditBox:SetText fails to hide "Okay" for numbers
------------------------------------------------------------------------
r856 | nevcairiel | 2009-09-27 09:32:19 +0000 (Sun, 27 Sep 2009) | 1 line
Changed paths:
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-ScrollFrame.lua
AceGUI-3.0: Clear some more vars in the ScrollFrame when releasing
------------------------------------------------------------------------
r855 | nevcairiel | 2009-09-26 12:04:58 +0000 (Sat, 26 Sep 2009) | 2 lines
Changed paths:
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-DropDownGroup.lua
AceGUI-3.0: Fix the margins of the dropdown group to be consistent with other widgets.
------------------------------------------------------------------------
r854 | nevcairiel | 2009-09-26 11:58:34 +0000 (Sat, 26 Sep 2009) | 2 lines
Changed paths:
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-BlizOptionsGroup.lua
AceGUI-3.0: Adjust the margins of the BlizOptionsGroup to be the same on both sides.
------------------------------------------------------------------------
r853 | nevcairiel | 2009-09-26 11:53:58 +0000 (Sat, 26 Sep 2009) | 3 lines
Changed paths:
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-ScrollFrame.lua
AceGUI-3.0: ScrollFrame: Hide the scrollbar when there is no overflowing content, and allow the Layout functions to use that space
for widgets. EXPERIMENTAL and might break!
------------------------------------------------------------------------
r852 | nevcairiel | 2009-09-25 13:46:00 +0000 (Fri, 25 Sep 2009) | 2 lines
Changed paths:
M /trunk/tests/AceDB-3.0-callbacks.lua
Add an additional test case
------------------------------------------------------------------------
r851 | nevcairiel | 2009-09-25 12:46:37 +0000 (Fri, 25 Sep 2009) | 2 lines
Changed paths:
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-TreeGroup.lua
Fix more errors caused by specific function call orders.
------------------------------------------------------------------------
r850 | nevcairiel | 2009-09-25 12:29:01 +0000 (Fri, 25 Sep 2009) | 2 lines
Changed paths:
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-CheckBox.lua
AceGUI-3.0: CheckBox: shorten the inline description a bit, so it doesnt fall off the world.
------------------------------------------------------------------------
r849 | nevcairiel | 2009-09-25 12:27:35 +0000 (Fri, 25 Sep 2009) | 2 lines
Changed paths:
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-TreeGroup.lua
Fix a bug with loading order weirdness.
------------------------------------------------------------------------
r848 | nevcairiel | 2009-09-25 12:21:26 +0000 (Fri, 25 Sep 2009) | 3 lines
Changed paths:
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-TreeGroup.lua
AceGUI-3.0: TreeGroup: Refresh the layout of the TreeGroup Content Frame after changing the width of the tree-frame using the
drag-handle (Ticket #61)
------------------------------------------------------------------------
r847 | nevcairiel | 2009-09-25 11:51:36 +0000 (Fri, 25 Sep 2009) | 3 lines
Changed paths:
M /trunk/AceGUI-3.0/AceGUI-3.0.lua
AceGUI-3.0: Fix aligning of widgets in the Flow-Layout if one widget is set to full height, but there is still space on the same row
for more widgets (Ticket #73)
------------------------------------------------------------------------
r846 | ammo | 2009-09-17 10:51:12 +0000 (Thu, 17 Sep 2009) | 1 line
Changed paths:
M /trunk/CallbackHandler-1.0/CallbackHandler-1.0.lua
update to 1.0.5
------------------------------------------------------------------------