WoWInterface SVN PhanxWatchFrame

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 17 to Rev 18
    Reverse comparison

Rev 17 → Rev 18

LICENSE.txt
1,4 → 1,4
Copyright (c) 2010-2013 Phanx <addons@phanx.net>
Copyright (c) 2010-2014 Phanx <addons@phanx.net>
 
All rights reserved.
 
Animations.lua
1,3 → 1,9
--[[--------------------------------------------------------------------
PhanxWatchFrame
Copyright (c) 2009-2014 Phanx <addons@phanx.net>. All rights reserved.
See the accompanying LICENSE file for details.
----------------------------------------------------------------------]]
 
local FADE_IN_ALPHA = 1
local FADE_IN_DELAY = 0.1
local FADE_IN_DURATION = 0.2
QuestLog.lua
1,3 → 1,9
--[[--------------------------------------------------------------------
PhanxWatchFrame
Copyright (c) 2009-2014 Phanx <addons@phanx.net>. All rights reserved.
See the accompanying LICENSE file for details.
----------------------------------------------------------------------]]
 
hooksecurefunc("QuestLogTitleButton_OnClick", function(self)
if IsModifiedClick() and self.isHeader then
local index = self:GetID()
PhanxWatchFrame.toc
5,7 → 5,7
 
## Author: Phanx
## X-Email: addons@phanx.net
## X-Copyright: Copyright (c) 2009-2013 Phanx. All rights reserved.
## X-Copyright: Copyright (c) 2009-2014 Phanx. All rights reserved.
## X-License: See the accompanying LICENSE file for details.
 
Addon.lua
Addon.lua
1,8 → 1,8
--[[
--[[--------------------------------------------------------------------
PhanxWatchFrame
Copyright (c) 2009-2013 Phanx <addons@phanx.net>. All rights reserved.
Copyright (c) 2009-2014 Phanx <addons@phanx.net>. All rights reserved.
See the accompanying LICENSE file for details.
--]]
----------------------------------------------------------------------]]
 
hooksecurefunc("WatchFrameItem_UpdateCooldown", function(button)
if button and PhanxBorder and not button.BorderTextures then