r60
Details
-
FilenameLibQTip-1.0-r60.zip
-
Uploaded by
-
UploadedFeb 25, 2009
-
Size7.67 KB
-
Downloads157
-
MD5c0b3c39d606776817df864dce485ba01
Supported WoW Retail Versions
- 3.0.9
Changelog
------------------------------------------------------------------------
r60 | adirelle | 2009-02-25 12:56:44 +0000 (Wed, 25 Feb 2009) | 1 line
Changed paths:
M /trunk/LibQTip-1.0/LibQTip-1.0.lua
Moved lineHeap and columnHeap into the library itself. There is no need to duplicate them into each frame now that there are indexed by tooltip key.
------------------------------------------------------------------------
r58 | torhal | 2009-02-25 12:10:03 +0000 (Wed, 25 Feb 2009) | 2 lines
Changed paths:
M /trunk/LibQTip-1.0/LibQTip-1.0.lua
Bumped MAJOR.
------------------------------------------------------------------------
r56 | torhal | 2009-02-25 08:16:13 +0000 (Wed, 25 Feb 2009) | 3 lines
Changed paths:
M /trunk/LibQTip-1.0/LibQTip-1.0.lua
In ResizeColspans(): Removed line which only allowed the function to run if the tooltip was shown. Fixes ticket #4.
In InitializeTooltip(): Removed line which set ResizeColspans() to the tooltip's OnShow(), as this only worked after the tooltip was shown - making it rather useless.
------------------------------------------------------------------------
r54 | torhal | 2009-02-13 01:03:28 +0000 (Fri, 13 Feb 2009) | 1 line
Changed paths:
M /trunk/LibQTip-1.0/LibQTip-1.0.lua
Added lineHeap[key] and columnHeap[key] to make each heap unique to the specified tooltip. This fixes the issue of setting a column/line's background to a different color which would propagate to another tooltip upon re-use.
------------------------------------------------------------------------
r53 | adirelle | 2009-01-11 09:17:28 +0000 (Sun, 11 Jan 2009) | 1 line
Changed paths:
A /trunk/.docmeta
M /trunk/LibQTip-1.0/LibQTip-1.0.lua
First try at adding luadoc using .docmeta
------------------------------------------------------------------------