Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Andrew Reed
VuhDo
Commits
0cebae18
Commit
0cebae18
authored
2 years ago
by
Ivaria
Browse files
Options
Download
Plain Diff
Merge branch 'wotlkc' into vanilla
parents
ef72a3b6
e536e0d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
21 deletions
+18
-21
Libs/Libs.xml
Libs/Libs.xml
+1
-1
Libs/TaintLess/TaintLess.xml
Libs/TaintLess/TaintLess.xml
+17
-20
No files found.
Libs/Libs.xml
View file @
0cebae18
...
...
@@ -4,7 +4,7 @@
<Script
file=
"LibStub\LibStub.lua"
/>
<Include
file=
"Taint
l
ess\Taint
l
ess.xml"
/>
<Include
file=
"Taint
L
ess\Taint
L
ess.xml"
/>
<Include
file=
"CallbackHandler-1.0\CallbackHandler-1.0.xml"
/>
<Include
file=
"AceAddon-3.0\AceAddon-3.0.xml"
/>
<Include
file=
"AceGUI-3.0\AceGUI-3.0.xml"
/>
...
...
This diff is collapsed.
Click to expand it.
Libs/Taint
l
ess/Taint
l
ess.xml
→
Libs/Taint
L
ess/Taint
L
ess.xml
View file @
0cebae18
<Ui><Script>
<![CDATA[--[[
TaintLess [2
0-10
-1
9
]
TaintLess [2
2-09
-1
5
]
https://www.townlong-yak.com/addons/taintless
All rights reserved.
...
...
@@ -19,14 +19,11 @@ local function purgeKey(t, k)
until issecurevariable(t, k)
end
-- https://www.townlong-yak.com/
bugs/Mx7CWN-
RefreshOverread
-- https://www.townlong-yak.com/
addons/taintless/fixes/
RefreshOverread
if (tonumber(UIDD_REFRESH_OVERREAD_PATCH_VERSION) or 0) < 3 then
UIDD_REFRESH_OVERREAD_PATCH_VERSION = 3
hooksecurefunc("UIDropDownMenu_InitializeHelper", function()
if UIDD_REFRESH_OVERREAD_PATCH_VERSION ~= 3 then
return
end
for i=1, UIDROPDOWNMENU_MAXLEVELS do
for i=1, UIDD_REFRESH_OVERREAD_PATCH_VERSION == 3 and UIDROPDOWNMENU_MAXLEVELS or 0 do
for j=1+_G["DropDownList" .. i].numButtons, UIDROPDOWNMENU_MAXBUTTONS do
local b, _ = _G["DropDownList" .. i .. "Button" .. j]
_ = issecurevariable(b, "checked") or purgeKey(b, "checked")
...
...
@@ -36,28 +33,28 @@ if (tonumber(UIDD_REFRESH_OVERREAD_PATCH_VERSION) or 0) < 3 then
end)
end
-- https://www.townlong-yak.com/
bugs/Kjq4hm-
DisplayModeTaint
-- https://www.townlong-yak.com/
addons/taintless/fixes/
DisplayModeTaint
if (tonumber(UIDROPDOWNMENU_OPEN_PATCH_VERSION) or 0) < 1 then
UIDROPDOWNMENU_OPEN_PATCH_VERSION = 1
hooksecurefunc("UIDropDownMenu_InitializeHelper", function(frame)
if UIDROPDOWNMENU_OPEN_PATCH_VERSION ~= 1 then
return
end
if UIDROPDOWNMENU_OPEN_MENU and UIDROPDOWNMENU_OPEN_MENU ~= frame
if UIDROPDOWNMENU_OPEN_PATCH_VERSION == 1
and UIDROPDOWNMENU_OPEN_MENU and UIDROPDOWNMENU_OPEN_MENU ~= frame
and not issecurevariable(UIDROPDOWNMENU_OPEN_MENU, "displayMode") then
purgeKey(_G, "UIDROPDOWNMENU_OPEN_MENU")
purgeKey(_G, "UIDROPDOWNMENU_OPEN_MENU")
end
end)
end
-- https://www.townlong-yak.com/bugs/gXwH4P-IOFrameSelection
if (tonumber(IOFRAME_SELECTION_PATCH_VERSION) or 0) < 1 then
IOFRAME_SELECTION_PATCH_VERSION = 1
InterfaceOptionsFrame:HookScript("OnHide", function()
if IOFRAME_SELECTION_PATCH_VERSION == 1 then
InterfaceOptionsFrameCategories.selection = nil
end
end)
-- https://www.townlong-yak.com/addons/taintless/fixes/IOFrameSelection
if (tonumber(IOFRAME_SELECTION_PATCH_VERSION) or 0) < 3 then
IOFRAME_SELECTION_PATCH_VERSION = 3
if InterfaceOptionsFrame then
InterfaceOptionsFrame:HookScript("OnHide", function()
if IOFRAME_SELECTION_PATCH_VERSION == 3 then
InterfaceOptionsFrameCategories.selection = nil
end
end)
end
end
]]>
</Script></Ui>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment