r1191-alpha

Details

  • Filename
    Ace3-r1191-alpha.zip
  • Uploaded by
  • Uploaded
    Jul 27, 2018
  • Size
    158.63 KB
  • Downloads
    2,307
  • MD5
    2efa1cbedaec0241055074972e25f3bc

Supported WoW Retail Versions

  • 8.0.1

Changelog

------------------------------------------------------------------------
r1191 | funkydude | 2018-07-27 13:29:50 +0000 (Fri, 27 Jul 2018) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Slider.lua

AceGUI-3.0/widgets/AceGUIWidget-Slider: Use the value passed to the OnValueChanged script, saves a call to frame:GetValue()
------------------------------------------------------------------------
r1190 | nevcairiel | 2018-07-27 07:46:34 +0000 (Fri, 27 Jul 2018) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Label.lua

AceGUI-3.0: Label: Avoid zero-height labels more directly
------------------------------------------------------------------------
r1189 | nevcairiel | 2018-07-27 07:33:48 +0000 (Fri, 27 Jul 2018) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Label.lua

AceGUI-3.0: Label: Fix computing a label height on empty labels
------------------------------------------------------------------------
r1188 | nevcairiel | 2018-07-25 20:26:35 +0000 (Wed, 25 Jul 2018) | 3 lines
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-CheckBox.lua
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Label.lua

AceGUI-3.0: Prefer GetStringHeight over GetHeight for FontStrings, as this alleviates pressure on the anchor system and avoids glitches

Recommended by TheDanW to help work-around anchoring issues.
------------------------------------------------------------------------
r1187 | nevcairiel | 2018-07-25 00:06:26 +0000 (Wed, 25 Jul 2018) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIContainer-ScrollFrame.lua

AceGUI-3.0: ScrollFrame: Adjust content.width based on scroll bar visibility
------------------------------------------------------------------------
r1186 | nevcairiel | 2018-07-21 14:19:18 +0000 (Sat, 21 Jul 2018) | 1 line
Changed paths:
   M /trunk/CallbackHandler-1.0/CallbackHandler-1.0.lua

Update CallbackHandler to the latest version
------------------------------------------------------------------------
r1185 | nevcairiel | 2018-07-21 14:15:16 +0000 (Sat, 21 Jul 2018) | 1 line
Changed paths:
   M /trunk/AceBucket-3.0/AceBucket-3.0.lua

AceBucket-3.0: Fix bucket firing with events that use "false" as arg1
------------------------------------------------------------------------
r1184 | nevcairiel | 2018-07-21 14:13:14 +0000 (Sat, 21 Jul 2018) | 1 line
Changed paths:
   M /trunk/AceAddon-3.0/AceAddon-3.0.lua
   M /trunk/AceBucket-3.0/AceBucket-3.0.lua
   M /trunk/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua
   M /trunk/AceGUI-3.0/AceGUI-3.0.lua

Remove self-generating Dispatchers, and use xpcall, which now supports arguments
------------------------------------------------------------------------
r1183 | nevcairiel | 2018-07-18 23:21:04 +0000 (Wed, 18 Jul 2018) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIContainer-ScrollFrame.lua
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-CheckBox.lua

AceGUI-3.0: Replace layout workaround with another one that hopefully works better
------------------------------------------------------------------------