From: Joe E. <jen...@us...> - 2004-10-03 17:41:40
|
Update of /cvsroot/tktable/tile/library In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17852 Added Files: treeview.tcl Log Message: Oops! forgot to commit |
From: Joe E. <jen...@us...> - 2004-10-05 23:42:20
|
Update of /cvsroot/tktable/tile/library In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18720/library Modified Files: treeview.tcl Log Message: Added column -anchor option. Added heading -command option, evaluated when column heading is pressed. Track active heading, update -cursor. |
From: Joe E. <jen...@us...> - 2004-10-07 22:17:05
|
Update of /cvsroot/tktable/tile/library In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16161/library Modified Files: treeview.tcl Log Message: BUGFIX: Missing <Leave> binding to deactivate active heading |
From: Joe E. <jen...@us...> - 2005-02-07 23:31:16
|
Update of /cvsroot/tktable/tile/library In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24554/library Modified Files: treeview.tcl Log Message: treeview.tcl: Don't pollute global namespace [#1118216] |
From: Joe E. <jen...@us...> - 2005-03-01 22:25:13
|
Update of /cvsroot/tktable/tile/library In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17734/library Modified Files: treeview.tcl Log Message: LabelElement/TextDraw: Clip text if it's too wide to fit in allocated parcel. BUG: For multi-line text, this will clip more than necessary. But at least the treeview widget is usable now. |
From: Joe E. <jen...@us...> - 2005-03-17 20:43:30
|
Update of /cvsroot/tktable/tile/library In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24879/library Modified Files: treeview.tcl Log Message: Changed treeview bindings to work more like other tree widgets: double-click on item or press disclosure button to toggle state (before, pressing anywhere on the item toggled open/close state). [Bryan Oakley] |
From: Joe E. <jen...@us...> - 2005-03-22 15:41:16
|
Update of /cvsroot/tktable/tile/library In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23547/library Modified Files: treeview.tcl Log Message: BUGFIX: only toggle -open for double-click on tree item, not anywhere in tree. |
From: Joe E. <jen...@us...> - 2005-04-17 23:41:07
|
Update of /cvsroot/tktable/tile/library In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18623/library Modified Files: treeview.tcl Log Message: Avoid excessive calls to [$tv configure -cursor ...] [Fixes: #1184746] |
From: Joe E. <jen...@us...> - 2005-05-22 22:42:16
|
Update of /cvsroot/tktable/tile/library In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16483/library Modified Files: treeview.tcl Log Message: Double-click on items with no special double-click behaviour should be the same as single-click binding, not a no-op (Fixes: #1186361). |
From: Joe E. <jen...@us...> - 2005-07-13 18:05:32
|
Update of /cvsroot/tktable/tile/library In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10681/library Modified Files: treeview.tcl Log Message: Remove default -borderwidth 2 for labels and treeview headings; use theme settings instead. |
From: Joe E. <jen...@us...> - 2006-01-30 18:25:11
|
Update of /cvsroot/tktable/tile/library In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16516/library Modified Files: treeview.tcl Log Message: Initial implementation of new syntax for [$tv identify] command -- [$tv identify row $x $y], [$tv identify column $x $y]. |
From: Joe E. <jen...@us...> - 2006-03-13 15:50:21
|
Update of /cvsroot/tktable/tile/library In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24021/library Modified Files: treeview.tcl Log Message: BUGFIX(BrowseTo): [$tv selection set] takes a list of items, not a single item. [#1448421] |
From: Joe E. <jen...@us...> - 2006-08-21 17:52:47
|
Update of /cvsroot/tktable/tile/library In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29836/library Modified Files: treeview.tcl Log Message: Changed Shift-click selection behavior to match common conventions [#1389202]. Also added preliminary support for future '-selectmode' option. |
From: Joe E. <jen...@us...> - 2006-10-03 17:53:49
|
Update of /cvsroot/tktable/tile/library In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv32429/library Modified Files: treeview.tcl Log Message: Bumped version number to 0.7.8. |
From: Joe E. <jen...@us...> - 2008-01-30 05:33:59
|
Update of /cvsroot/tktable/tile/library In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19726/library Modified Files: treeview.tcl Log Message: library/treeview.tcl: Fix bug in Shift-ButtonPress-1 binding (error if no current focus item; reported on c.l.t.) |
From: Joe E. <jen...@us...> - 2008-04-25 19:11:19
|
Update of /cvsroot/tktable/tile/library In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16745/library Modified Files: treeview.tcl Log Message: BUGFIX: [$tv selection] takes a list of items, not a single item [#1951733; see also #1448421] |
From: Joe E. <jen...@us...> - 2008-05-23 20:03:28
|
Update of /cvsroot/tktable/tile/library In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15458/library Modified Files: treeview.tcl Log Message: treeview 'identify' enhancements: added 'identify region', 'identify element', and 'identify item' submethods. |