summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Expand)AuthorAgeFilesLines
* The <Left> and <Right> arrow keys expand/collapse the current item if -orient...treectrl2008-07-211-3/+11
* 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 th...treectrl2006-11-192-6/+13
* 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 -resiz...treectrl2006-11-151-3/+2
* Stop unnecessary configuring of the -cursor.treectrl2006-11-101-7/+7
* Removed some unneeded checks from IsSensitive, and use it in FileListButton1 ...treectrl2006-11-051-44/+7
* Changed CursorAction to report "column resize C" or "column button C" and use...treectrl2006-11-051-67/+48
* Added TreeCtrl::IsSensitive to test whether the mouse pointer is over an elem...treectrl2006-11-031-3/+31
* Configure the text editing widget to use the same -wrap value as the element.treectrl2006-10-311-4/+19
* Tweaked column drag-and-drop behaviour: when the pointer is over a column adj...treectrl2006-10-271-1/+9
* 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
* Handle resizing rowlabels.treectrl2006-10-041-18/+190
* Fix control- and shift-clicks in an empty list. [Patch 1556387]treectrl2006-09-271-5/+10
* Clicking in a disabled item starts the marquee drag.treectrl2006-09-161-1/+4
* Added/updated comments above every proc.treectrl2006-09-161-188/+378
* Removed unused code.treectrl2006-09-051-12/+4
* * library/filelist-bindings.tcl (::TreeCtrl::EditClose): rewrotehobbs22006-08-161-177/+127
* 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-152-0/+4
* Multi-clicking in a column header is same as single-click instead of a no-op.treectrl2005-07-231-0/+4
* Use [item element perstate] instead of [item element actual] (it was renamed)...treectrl2005-07-121-4/+16
* Removed style arg to FileListEdit.treectrl2005-07-101-3/+8
* Removed the <Destroy> binding on the name-editting window since qebind.c now ...treectrl2005-06-081-9/+0
* Examine -padx and -ipadx of -union elements when calculating max width of the...treectrl2005-06-041-7/+30
* Fix bug 1210747: entry or text widget could keep focus when hidden.treectrl2005-06-041-0/+2
* Shortened the delay before showing the text editing widget. A new variable Tr...treectrl2005-06-021-2/+91
* Change <Control-ButtonPress-1> binding on Aqua to <Command-ButtonPress-1>, si...treectrl2005-05-281-1/+6
* New option -columnresizemode.treectrl2005-05-271-4/+13
* Check new -resize option to determine if column can be resized.treectrl2005-05-221-6/+15
* Use "item id" instead of "index".treectrl2005-05-131-137/+97
* Use "column compare" instead of !=, eq etc.treectrl2005-05-131-38/+43
* 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
* Use new column -state option. Will probably remove column -sunken.treectrl2005-05-011-0/+44
* Pass TreeCtrl::PercentsCmd to "notify generate".treectrl2005-03-291-15/+26
* 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
* 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
* 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