r74
Details
-
Filenamelib-st-sithy-r74.zip
-
Uploaded by
-
UploadedJan 5, 2009
-
Size15.07 KB
-
Downloads79
-
MD51a300e954b5dbc32a127cc65538a4a5a
Supported WoW Retail Versions
- 3.0.3
Changelog
------------------------------------------------------------------------
r74 | sithy | 2009-01-06 05:08:14 +0000 (Tue, 06 Jan 2009) | 1 line
Changed paths:
M /trunk/Core.lua
Updated to handle multi row select.
------------------------------------------------------------------------
r72 | sithy | 2008-12-24 05:20:23 +0000 (Wed, 24 Dec 2008) | 4 lines
Changed paths:
M /trunk/Core.lua
Added selection locking to the library.
Modified the Constructor to include a selection bool.
Modified st.Refresh() to toggle selection.
Modified st.DefaultEvents["OnLeave"]() to maintain selection.
------------------------------------------------------------------------
r71 | ddumont | 2008-12-21 19:26:22 +0000 (Sun, 21 Dec 2008) | 1 line
Changed paths:
M /trunk/Core.lua
no looping nextcol for sorts
------------------------------------------------------------------------
r70 | ddumont | 2008-12-21 13:59:09 +0000 (Sun, 21 Dec 2008) | 1 line
Changed paths:
M /trunk/Core.lua
user comparesort bug
------------------------------------------------------------------------
r69 | ddumont | 2008-12-20 18:05:31 +0000 (Sat, 20 Dec 2008) | 1 line
Changed paths:
M /trunk/Core.lua
some event fixes
------------------------------------------------------------------------
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
------------------------------------------------------------------------