r1143

Details

  • Filename
    Ace3-r1143.zip
  • Uploaded by
  • Uploaded
    Jul 11, 2016
  • Size
    157.19 KB
  • Downloads
    398
  • MD5
    1392a265d98e834a9caaae90b3d047a6

Supported WoW Retail Versions

  • 6.2.4

Changelog

------------------------------------------------------------------------
r1143 | nevcairiel | 2016-07-11 08:52:03 +0000 (Mon, 11 Jul 2016) | 1 line
Changed paths:
   M /trunk/AceConsole-3.0/AceConsole-3.0.lua

AceConsole-3.0: Fix a typo in the LuaDoc function signature
------------------------------------------------------------------------
r1142 | nevcairiel | 2016-07-11 08:36:19 +0000 (Mon, 11 Jul 2016) | 1 line
Changed paths:
   M /trunk/AceDB-3.0/AceDB-3.0.lua

AceDB-3.0: Add the "locale" profile key to the LuaDoc (Ticket #344)
------------------------------------------------------------------------
r1141 | nevcairiel | 2016-07-11 08:32:23 +0000 (Mon, 11 Jul 2016) | 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: Expose the HighlightText API for EditBox and MultiLineEditBox Widgets (Ticket #378)
------------------------------------------------------------------------
r1140 | nevcairiel | 2016-07-03 07:53:29 +0000 (Sun, 03 Jul 2016) | 1 line
Changed paths:
   M /trunk/AceDBOptions-3.0/AceDBOptions-3.0.lua

AceDBOptions-3.0: Update localization from the WoWAce Localization system
------------------------------------------------------------------------
r1139 | nevcairiel | 2016-07-03 07:43:51 +0000 (Sun, 03 Jul 2016) | 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

AceConfig-3.0: Allow specifying images using the numeric fileID (Ticket #389)
------------------------------------------------------------------------
r1138 | nevcairiel | 2016-06-01 10:17:04 +0000 (Wed, 01 Jun 2016) | 3 lines
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIContainer-TreeGroup.lua

AceGUI-3.0: TreeGroup: Refresh the tree in an OnUpdate once after Acquire, not only after creation

The widget creation and acquire can be on different code paths, this ensures the tree height is always known and the tree populated properly.
------------------------------------------------------------------------