zz_GarrisonToggle

Simple LDB for Garrison windows toggle.

File Details

zz_GarrisonToggle-80200.15

  • R
  • Aug 7, 2019
  • 126.23 KB
  • 324
  • 8.2.0
  • Retail

File Name

zz_GarrisonToggle.zip

Supported Versions

  • 8.2.0

r15 | robin | Wed, 07 Aug 19 14:05:57 +0200
Changed paths:
M /trunk/zz_GarrisonToggle/core.lua

Fix global use of n
------------------------------------------------------------------------
r1225 | nevcairiel | Tue, 06 Aug 19 15:37:52 +0200
Changed paths:
M /trunk/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua

AceConfigDialog-3.0: Add an alternate backdrop for classic, since the DialogBorderDarkTemplate does not exist there
------------------------------------------------------------------------
r8 | robin | Thu, 01 Aug 19 18:15:20 +0200
Changed paths:
M /trunk/zzLibCommon/Common/frames.lua

bugfix SetTexture changed to SetColorTexture
------------------------------------------------------------------------
r1222 | funkydude | Sat, 27 Jul 19 00:14:43 +0200
Changed paths:
M /trunk/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua

AceConfigDialog-3.0: Make the popup not block keyboard input.
------------------------------------------------------------------------
r1221 | nevcairiel | Sat, 20 Jul 19 20:23:00 +0200
Changed paths:
M /trunk/AceGUI-3.0/AceGUI-3.0.lua

AceGUI-3.0: Clear the points before re-anchoring in Fill layout (Ticket #512)
------------------------------------------------------------------------
r1220 | funkydude | Thu, 18 Jul 19 18:47:58 +0200
Changed paths:
M /trunk/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua

AceConfigDialog: Make sure to hide the popup after it's created
------------------------------------------------------------------------
r1219 | funkydude | Thu, 18 Jul 19 16:35:16 +0200
Changed paths:
M /trunk/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua

AceConfigDialog: Replace the StaticPopup with our own custom made popup.
------------------------------------------------------------------------
r1218 | nevcairiel | Mon, 15 Jul 19 10:29:52 +0200
Changed paths:
M /trunk/AceGUI-3.0/AceGUI-3.0.lua

AceGUI-3.0: Hide the widget early in the release process, so that OnLeave callbacks have a chance to fire (Fixes #505)
------------------------------------------------------------------------
r1217 | funkydude | Thu, 11 Jul 19 05:06:18 +0200
Changed paths:
M /trunk/AceDB-3.0/AceDB-3.0.lua

AceDB-3.0: Improve errors to provide more information.
------------------------------------------------------------------------
r1216 | funkydude | Wed, 10 Jul 19 04:36:51 +0200
Changed paths:
M /trunk/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua
M /trunk/AceGUI-3.0/AceGUI-3.0.lua
M /trunk/AceGUI-3.0/widgets/AceGUIContainer-TreeGroup.lua

Create our own tooltip instead of re-using the GameTooltip.
------------------------------------------------------------------------
r1216 | funkydude | Wed, 10 Jul 19 04:36:51 +0200
Changed paths:
M /trunk/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua
M /trunk/AceGUI-3.0/AceGUI-3.0.lua
M /trunk/AceGUI-3.0/widgets/AceGUIContainer-TreeGroup.lua

Create our own tooltip instead of re-using the GameTooltip.
------------------------------------------------------------------------
r1215 | funkydude | Tue, 09 Jul 19 06:52:59 +0200
Changed paths:
M /trunk/AceGUI-3.0/widgets/AceGUIContainer-TreeGroup.lua

AceGUI-3.0/widgets/AceGUIContainer-TreeGroup: Make sure to :ClearAllPoints() after changing the width using the drag handler.