summaryrefslogtreecommitdiffstats
path: root/library/treectrl.tcl
Commit message (Collapse)AuthorAgeFilesLines
* Replace usage of the deprecated [range] command.treectrl2006-12-071-5/+5
|
* Theme-related changes to support tile-aware treectrl.treectrl2006-12-041-1/+14
|
* Use the new [bbox] command.treectrl2006-11-211-17/+7
|
* Dragging a column header behaviour is much improved.treectrl2006-11-191-29/+80
|
* Defined TreeCtrl::lassign if ::lassign doesn't exist and use it instead of ↵treectrl2006-11-191-3/+10
| | | | the classic foreach hack.
* Fixed a bug where the wrong column might get returned by CursorAction.treectrl2006-11-181-8/+8
|
* Fixed a bug where the right-most column could be resized even when its ↵treectrl2006-11-151-3/+2
| | | | -resize option was false.
* Stop unnecessary configuring of the -cursor.treectrl2006-11-101-7/+7
|
* Changed CursorAction to report "column resize C" or "column button C" and ↵treectrl2006-11-051-67/+48
| | | | use it in MotionInHeader, ButtonPress1 and DoubleButton1.
* Tweaked column drag-and-drop behaviour: when the pointer is over a column ↵treectrl2006-10-271-1/+9
| | | | adjacent to the dragged column a drop is indicated without having to move the cursor to the left or right half of the adjacent column.
* Don't scroll horizontally if the initial click is in a locked column.treectrl2006-10-261-31/+45
|
* Remove rowlabels.treectrl2006-10-141-140/+2
|
* Fix resizing and dragging locked columns.treectrl2006-10-141-39/+129
| | | | Fix typos.
* Handle resizing rowlabels.treectrl2006-10-041-18/+190
|
* Fix control- and shift-clicks in an empty list. [Patch 1556387]treectrl2006-09-271-5/+10
|
* Added/updated comments above every proc.treectrl2006-09-161-188/+378
| | | | | | | | Removed old SelectionMotion and unused CancelRepeat procs. Priv(col), Priv(row) and Priv(rnc) are now per-widget. Renamed TreeCtrl::ExtendUpDown to TreeCtrl::Extend since it always moved the active item in any direction. The various <Home>, <End> and arrow key bindings now ignore items which are not enabled. Mouse press and motion events ignore items which are not enabled.
* Fix undefined variable. [ Patch 1507123 ]treectrl2006-07-121-1/+3
|
* Fix errors with various bindings when no items are visible. [ Bug 1422883 ]treectrl2006-07-111-9/+17
|
* Add mousewheel support to OSX. [Patch 1338259]treectrl2005-11-161-6/+10
|
* Added RCS line.treectrl2005-09-151-0/+2
|
* Multi-clicking in a column header is same as single-click instead of a no-op.treectrl2005-07-231-0/+4
| | | | Update cursor and header state after double-clicking to resize a column.
* Change <Control-ButtonPress-1> binding on Aqua to <Command-ButtonPress-1>, ↵treectrl2005-05-281-1/+6
| | | | since Command should be used for discontinuous selection on OSX.
* 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".
* 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.
* 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-091-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.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 "marquee configure -visible" instead of "marquee visible".treectrl2004-07-301-2/+2
|
* 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
|
* Use changed ''notify generate' syntax.treectrl2002-12-311-1/+2
|
* Don't call "notify generate" if events weren't installed.treectrl2002-12-231-1/+4
|
* Double-click button fix.treectrl2002-12-211-0/+10
|
* Initial revisiontreectrl2002-12-171-0/+825