r741

Details

  • Filename
    Ace3-r741.zip
  • Uploaded by
  • Uploaded
    Feb 15, 2009
  • Size
    133.98 KB
  • Downloads
    296
  • MD5
    f1b172d13af343e68bc79cb9c6d47880

Supported WoW Retail Versions

  • 3.0.9

Changelog

------------------------------------------------------------------------
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.
------------------------------------------------------------------------