summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* New option -columnresizemode.treectrl2005-05-271-4/+13
|
* Check new -resize option to determine if column can be resized.treectrl2005-05-221-6/+15
| | | | | Highlight correct column header when pointer is at the left edge. Restrict column resize max width to the new -maxwidth option.
* Use "item id" instead of "index".treectrl2005-05-131-137/+97
| | | | | | | | | Use "item compare" instead of "compare". Use "column compare" instead of !=, eq etc. Cleaner code with column descriptions. Allow column dragging even if -button is false. New command TreeCtrl::TryEvent for generating events which may not be installed. "columndrag XXX" replaced with "column dragconfigure" and "column dragcget".
* Use "column compare" instead of !=, eq etc.treectrl2005-05-131-38/+43
| | | | | | | | | Use "item id" instead of "index". Require 4-pixel movement before starting a drag. Use TreeCtrl::TryEvent to report <Drag>, <Edit> events. Use "item order" which replaces "item index". Changed format of Priv(edit,$w) to match Priv(sensitive,$w). File-name editing no longer assumes element is in column zero.
* Removed duplicate XXXAutoScan code and use TreeCtrl::AutoScan.treectrl2005-05-101-72/+12
|
* Replace -relief and -sunken column options with -state.treectrl2005-05-101-29/+160
| | | | | | Column drag-and-drop reordering added. Added bunch of return statements (more efficient right?) Changed AutoScan code to be useful to other scripts.
* Use new column -state option. Will probably remove column -sunken.treectrl2005-05-011-0/+44
| | | | Support for new Theme API "active" state in column headers.
* Pass TreeCtrl::PercentsCmd to "notify generate".treectrl2005-03-291-15/+26
| | | | Double-colon police.
* Added TreeCtrl::PercentsCmd to perform %-substitution on dynamic events.treectrl2005-03-291-2/+28
|
* * pkgIndex.tcl.in: Automate creation of pkgIndex.tcl and usehobbs22004-10-092-0/+5
| | | | | | | | * demos/demo.tcl: tcl_findLibrary to avoid the issue of build vs. * tests/all.tcl: install package. * generic/tkTreeCtrl.c: * library/filelist-bindings.tcl: ensure TreeCtrl namespace exists * library/treectrl.tcl: source filelist-bindings
* Use "item expand/collapse/toggle" commands.treectrl2004-08-111-7/+7
|
* Clear Priv(prev) after tracking a selection to avoid error in TreeCtrl::Cancel.treectrl2004-08-091-0/+49
| | | | Rewrite TreeCtrl::Motion to generate a single <Selection> event.
* Use "dragimage configure -visible" instead of "dragimage visible".treectrl2004-07-301-2/+2
|
* Use "marquee configure -visible" instead of "marquee visible".treectrl2004-07-301-2/+2
|
* * library/filelist-bindings.tcl: whitespace policehobbs22003-12-021-641/+646
| | | | | added check for Priv(buttonMode) before use in bindings that may not get an associated button-down event
* whitespace policehobbs22003-12-021-328/+328
|
* Work-around for auto-scanning problem.treectrl2003-07-181-0/+2
|
* Implement 'scan mark' and 'scan dragto' stuff.treectrl2003-01-281-3/+33
|
* -padw/e -> -padxtreectrl2003-01-051-2/+7
|
* Use changed ''notify generate' syntax.treectrl2002-12-312-11/+12
|
* Don't call "notify generate" if events weren't installed.treectrl2002-12-232-7/+17
|
* Changes to survive column reordering.treectrl2002-12-231-54/+66
|
* Double-click button fix.treectrl2002-12-212-0/+11
|
* Initial revisiontreectrl2002-12-172-0/+1613