summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* New command [bbox].treectrl2006-11-211-13/+40
* Added per-tree theme data.treectrl2006-11-211-3/+13
* Dragging a column header behaviour is much improved.treectrl2006-11-191-29/+80
* New routine OptionSpec_Find is used to search an option table.treectrl2006-11-191-52/+182
* Added per-tree theme data to avoid getting back an invalid handle from OpenTh...treectrl2006-11-191-26/+95
* Fixed display bugs with TreeItem_WalkSpans; some style routines were changing...treectrl2006-11-191-32/+46
* Use OptionSpec_Find in a few places.treectrl2006-11-191-42/+21
* Fixed a display bug with DebugDrawBorder.treectrl2006-11-191-2/+2
* Added per-tree theme data.treectrl2006-11-191-5/+15
* Fixed drawing of the drag indicator so it does not appear over columns with a...treectrl2006-11-191-25/+73
* Added 2 optional arguments to [selection get] to perform lindex- and lrange-l...treectrl2006-11-194-8821/+107
* Use updated [selection get] syntax.treectrl2006-11-191-3/+3
* Use lassign instead of the classic foreach hack.treectrl2006-11-191-4/+3
* Use updated [selection get] syntax.treectrl2006-11-191-7/+5
* Use lassign instead of the classic foreach hack.treectrl2006-11-194-12/+23
* Define ::lassign if it doesn't exist and use it instead of the classic foreac...treectrl2006-11-191-10/+16
* Defined TreeCtrl::lassign if ::lassign doesn't exist and use it instead of th...treectrl2006-11-192-6/+13
* Added 2 optional arguments to [selection get] to perform lindex- and lrange-l...treectrl2006-11-193-3/+106
* Moved [item count] tests to item.test.treectrl2006-11-181-17/+5
* Added a test of an invalid item description.treectrl2006-11-181-1/+5
* Added tests of improved [item count].treectrl2006-11-181-1/+39
* Renamed -tag to -tags.treectrl2006-11-181-21/+41
* Updates for 2.2.treectrl2006-11-184-221/+2943
* Comment out the line setting -itemprefix and -columnprefix.treectrl2006-11-181-3/+3
* Replaced [llength [$w selection get]] with [$w selection count].treectrl2006-11-181-4/+4
* Fixed a bug where the wrong column might get returned by CursorAction.treectrl2006-11-181-8/+8
* Added an optional arg to [item count] to return the number of items matching ...treectrl2006-11-181-26/+9
* Added an optional arg to [column count] to return the number of columns match...treectrl2006-11-181-11/+19
* Use Tcl_GetIndexFromObjStruct to avoid having to update 2 lists when changing...treectrl2006-11-181-95/+52
* Fixed incorrect "wrong # args" message with [column count].treectrl2006-11-181-4/+9
* Fixed a bug where the right-most column could be resized even when its -resiz...treectrl2006-11-151-3/+2
* Avoid creating an empty list object in the [item ancestors] command.treectrl2006-11-151-1/+3
* Debug the drawing of borders.treectrl2006-11-151-1/+49
* Use TreeItem_FirstAndLast in the deprecated [range] command.treectrl2006-11-151-17/+2
* Make sure it works when -itemprefix and/or -columnprefix are specified.treectrl2006-11-151-40/+37
* Add "Resize" checkbutton to the column header right-click menu.treectrl2006-11-151-17/+22
* Make sure the demo runs when -itemprefix and/or -columnprefix are specified.treectrl2006-11-152-12/+12
* Don't draw the tail column header if the tail column is not visible.treectrl2006-11-131-2/+5
* Fixed bug resulting in redrawing the borders needlessly.treectrl2006-11-131-17/+28
* Theme-related changes.treectrl2006-11-133-53/+209
* Made scrollbars dynamic.treectrl2006-11-121-6/+17
* Fixed improper binding on the demo list.treectrl2006-11-121-5/+5
* Fixed not being able to scroll horizontally when the header is wider than the...treectrl2006-11-123-59/+101
* Removed a useless #args check from [element delete] and added one to [element...treectrl2006-11-121-6/+6
* Added tests of number of arguments.treectrl2006-11-111-7/+101
* Stop unnecessary configuring of the -cursor.treectrl2006-11-101-7/+7
* Fixed crash with incorrect number of args in [element perstate].treectrl2006-11-101-2/+2
* Always include tclInt.h to fix compilation under 8.5.treectrl2006-11-101-6/+31
* Fixed bug with TreeItem_UpdateWindowPositions not stopping on the right edge ...treectrl2006-11-101-3/+3
* Always include tclInt.h to fix compilation under 8.5.treectrl2006-11-101-7/+2