DewdropLib-r44792
Details
-
FilenameDewdropLib-r44792.zip
-
Uploaded by
-
UploadedJul 25, 2007
-
Size31.36 KB
-
Downloads90
-
MD57d099fd056b1d5992a0fa8abbc5cbb49
Supported WoW Retail Versions
- 2.1.3
Changelog
------------------------------------------------------------------------
r44792 | mikk | 2007-07-25 09:46:06 -0400 (Wed, 25 Jul 2007) | 2 lines
Changed paths:
M /trunk/DewdropLib/Dewdrop-2.0/Dewdrop-2.0.lua
DewdropLib:
- Passing groups within passing groups will no longer pass sets&gets to the bottom-most parent if the child group has its own get&set defined (bug fix of Mikk's passing-in-passing support)
------------------------------------------------------------------------
r44560 | ckknight | 2007-07-22 20:34:52 -0400 (Sun, 22 Jul 2007) | 2 lines
Changed paths:
M /trunk/DewdropLib/Dewdrop-2.0/Dewdrop-2.0.lua
.Dewdrop-2.0 - through massive hacks, if tooltipTitle or tooltipText is a font specified in SharedMedia-1.0, the tooltip will be changed to said font, to provide a preview.
------------------------------------------------------------------------
r42392 | mikk | 2007-07-01 05:50:08 -0400 (Sun, 01 Jul 2007) | 3 lines
Changed paths:
M /trunk/DewdropLib/Dewdrop-2.0/Dewdrop-2.0.lua
DewdropLib:
- Even better error messages for methods
- BUGFIX: If dewdrop encountered .get&.set for an item, it'd forget that it's in a passing group for all subsequent items in the group (not just for the current item). Original dewdrop bug, don't blame me :-)
------------------------------------------------------------------------
r42295 | ckknight | 2007-06-29 23:47:16 -0400 (Fri, 29 Jun 2007) | 1 line
Changed paths:
M /trunk/DewdropLib/Dewdrop-2.0/Dewdrop-2.0.lua
.Dewdrop-2.0 - possible bugfixings.
------------------------------------------------------------------------
r42233 | mikk | 2007-06-29 10:17:04 -0400 (Fri, 29 Jun 2007) | 2 lines
Changed paths:
M /trunk/DewdropLib/Dewdrop-2.0/Dewdrop-2.0.lua
DewdropLib: Editbox validate functions should NOT get passed the key name as the first argument. Damnit. (Yeah it would have made sense for them to do so but.. that's not the spec)
------------------------------------------------------------------------
r42066 | mikk | 2007-06-28 12:22:10 -0400 (Thu, 28 Jun 2007) | 2 lines
Changed paths:
M /trunk/DewdropLib/Dewdrop-2.0/Dewdrop-2.0.lua
DewdropLib: Add isChecked & onClick directives to texts with table validates. Not tested functionality other than to verify that old stuff doesn't break.
------------------------------------------------------------------------
r41534 | mikk | 2007-06-24 06:48:17 -0400 (Sun, 24 Jun 2007) | 5 lines
Changed paths:
M /trunk/DewdropLib/Dewdrop-2.0/Dewdrop-2.0.lua
DewdropLib:
- Junk some more unneeded lines since callMethod() now understands methods defined as "false"
- Handle callMethod() returning nil (as a result of "false" methods) in more places
- Fix setting name in error reporting in some fringe case
------------------------------------------------------------------------