Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use "item id" instead of "index". | treectrl | 2005-05-13 | 1 | -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". | ||||
* | Replace -relief and -sunken column options with -state. | treectrl | 2005-05-10 | 1 | -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. | treectrl | 2005-05-01 | 1 | -0/+44 |
| | | | | Support for new Theme API "active" state in column headers. | ||||
* | Added TreeCtrl::PercentsCmd to perform %-substitution on dynamic events. | treectrl | 2005-03-29 | 1 | -2/+28 |
| | |||||
* | * pkgIndex.tcl.in: Automate creation of pkgIndex.tcl and use | hobbs2 | 2004-10-09 | 1 | -0/+3 |
| | | | | | | | | * 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. | treectrl | 2004-08-11 | 1 | -7/+7 |
| | |||||
* | Clear Priv(prev) after tracking a selection to avoid error in TreeCtrl::Cancel. | treectrl | 2004-08-09 | 1 | -0/+49 |
| | | | | Rewrite TreeCtrl::Motion to generate a single <Selection> event. | ||||
* | Use "marquee configure -visible" instead of "marquee visible". | treectrl | 2004-07-30 | 1 | -2/+2 |
| | |||||
* | whitespace police | hobbs2 | 2003-12-02 | 1 | -328/+328 |
| | |||||
* | Work-around for auto-scanning problem. | treectrl | 2003-07-18 | 1 | -0/+2 |
| | |||||
* | Implement 'scan mark' and 'scan dragto' stuff. | treectrl | 2003-01-28 | 1 | -3/+33 |
| | |||||
* | Use changed ''notify generate' syntax. | treectrl | 2002-12-31 | 1 | -1/+2 |
| | |||||
* | Don't call "notify generate" if events weren't installed. | treectrl | 2002-12-23 | 1 | -1/+4 |
| | |||||
* | Double-click button fix. | treectrl | 2002-12-21 | 1 | -0/+10 |
| | |||||
* | Initial revision | treectrl | 2002-12-17 | 1 | -0/+825 |