r68
Details
-
Filenamelib-st-r68.zip
-
Uploaded by
-
UploadedDec 19, 2008
-
Size14.73 KB
-
Downloads71
-
MD581228b63968977467e8aa4f9324b6eb2
Supported WoW Retail Versions
- 3.0.3
Changelog
------------------------------------------------------------------------
r68 | ddumont | 2008-12-19 21:39:14 +0000 (Fri, 19 Dec 2008) | 2 lines
Changed paths:
M /trunk/Core.lua
fixes for new event model
------------------------------------------------------------------------
r67 | ddumont | 2008-12-19 21:25:57 +0000 (Fri, 19 Dec 2008) | 8 lines
Changed paths:
M /trunk/Core.lua
Event changes,
events are now applied to columns...
if (row and realrow ) then
This is a data row/cell
else
This is a column header
end
------------------------------------------------------------------------
r66 | ddumont | 2008-12-19 20:50:18 +0000 (Fri, 19 Dec 2008) | 1 line
Changed paths:
M /trunk/Core.lua
indents
------------------------------------------------------------------------
r65 | ddumont | 2008-12-19 20:49:41 +0000 (Fri, 19 Dec 2008) | 1 line
Changed paths:
M /trunk/Core.lua
events on resize fix?
------------------------------------------------------------------------
r63 | ddumont | 2008-12-09 13:10:28 +0000 (Tue, 09 Dec 2008) | 1 line
Changed paths:
M /trunk/Core.lua
nil error hiding unused rows
------------------------------------------------------------------------
r60 | ddumont | 2008-12-09 04:42:07 +0000 (Tue, 09 Dec 2008) | 1 line
Changed paths:
M /trunk/Core.lua
Rampant frame creation fix.
------------------------------------------------------------------------
r59 | ddumont | 2008-12-08 20:01:26 +0000 (Mon, 08 Dec 2008) | 1 line
Changed paths:
M /trunk/Core.lua
cell > col > row DoCellUpdate
------------------------------------------------------------------------
r58 | ddumont | 2008-12-08 13:14:52 +0000 (Mon, 08 Dec 2008) | 1 line
Changed paths:
M /trunk/Core.lua
OnLeave static table ref
------------------------------------------------------------------------
r57 | ddumont | 2008-12-08 13:13:19 +0000 (Mon, 08 Dec 2008) | 1 line
Changed paths:
M /trunk/Core.lua
endless loop hiding rows
------------------------------------------------------------------------
r56 | ddumont | 2008-12-08 01:20:10 +0000 (Mon, 08 Dec 2008) | 1 line
Changed paths:
M /trunk/Core.lua
deleting whitespace
------------------------------------------------------------------------
r55 | ddumont | 2008-12-08 01:10:09 +0000 (Mon, 08 Dec 2008) | 1 line
Changed paths:
M /trunk/Core.lua
for got the row one.
------------------------------------------------------------------------
r54 | ddumont | 2008-12-08 01:04:20 +0000 (Mon, 08 Dec 2008) | 1 line
Changed paths:
M /trunk/Core.lua
Support for user supplied update function
------------------------------------------------------------------------
r53 | ddumont | 2008-12-05 04:57:10 +0000 (Fri, 05 Dec 2008) | 1 line
Changed paths:
M /trunk/Core.lua
Custom events for cells
------------------------------------------------------------------------
r52 | ddumont | 2008-11-29 01:58:25 +0000 (Sat, 29 Nov 2008) | 1 line
Changed paths:
M /trunk/Core.lua
removed some useless debug code.
------------------------------------------------------------------------
r51 | ddumont | 2008-11-29 01:04:26 +0000 (Sat, 29 Nov 2008) | 1 line
Changed paths:
M /trunk/Core.lua
Added feature: User specified compare functions for sorting.
------------------------------------------------------------------------