index
:
tktreectrl.git
master
Mirror of https://github.com/davidw/tktreectrl.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added some conditional compilation around the size cache of elements and styl...
treectrl
2006-11-22
1
-90/+297
*
Comment added.
treectrl
2006-11-22
2
-3/+4
*
Added a little performance test for CACHE_xxx_SIZE.
treectrl
2006-11-22
1
-1/+12
*
Update version to 2.2.
treectrl
2006-11-21
2
-13/+13
*
Added [bbox] command.
treectrl
2006-11-21
4
-339/+428
*
Renamed themeData global to appThemeData.
treectrl
2006-11-21
1
-27/+29
*
Use the new [bbox] command.
treectrl
2006-11-21
1
-17/+7
*
New command [bbox].
treectrl
2006-11-21
1
-13/+40
*
Added per-tree theme data.
treectrl
2006-11-21
1
-3/+13
*
Dragging a column header behaviour is much improved.
treectrl
2006-11-19
1
-29/+80
*
New routine OptionSpec_Find is used to search an option table.
treectrl
2006-11-19
1
-52/+182
*
Added per-tree theme data to avoid getting back an invalid handle from OpenTh...
treectrl
2006-11-19
1
-26/+95
*
Fixed display bugs with TreeItem_WalkSpans; some style routines were changing...
treectrl
2006-11-19
1
-32/+46
*
Use OptionSpec_Find in a few places.
treectrl
2006-11-19
1
-42/+21
*
Fixed a display bug with DebugDrawBorder.
treectrl
2006-11-19
1
-2/+2
*
Added per-tree theme data.
treectrl
2006-11-19
1
-5/+15
*
Fixed drawing of the drag indicator so it does not appear over columns with a...
treectrl
2006-11-19
1
-25/+73
*
Added 2 optional arguments to [selection get] to perform lindex- and lrange-l...
treectrl
2006-11-19
4
-8821/+107
*
Use updated [selection get] syntax.
treectrl
2006-11-19
1
-3/+3
*
Use lassign instead of the classic foreach hack.
treectrl
2006-11-19
1
-4/+3
*
Use updated [selection get] syntax.
treectrl
2006-11-19
1
-7/+5
*
Use lassign instead of the classic foreach hack.
treectrl
2006-11-19
4
-12/+23
*
Define ::lassign if it doesn't exist and use it instead of the classic foreac...
treectrl
2006-11-19
1
-10/+16
*
Defined TreeCtrl::lassign if ::lassign doesn't exist and use it instead of th...
treectrl
2006-11-19
2
-6/+13
*
Added 2 optional arguments to [selection get] to perform lindex- and lrange-l...
treectrl
2006-11-19
3
-3/+106
*
Moved [item count] tests to item.test.
treectrl
2006-11-18
1
-17/+5
*
Added a test of an invalid item description.
treectrl
2006-11-18
1
-1/+5
*
Added tests of improved [item count].
treectrl
2006-11-18
1
-1/+39
*
Renamed -tag to -tags.
treectrl
2006-11-18
1
-21/+41
*
Updates for 2.2.
treectrl
2006-11-18
4
-221/+2943
*
Comment out the line setting -itemprefix and -columnprefix.
treectrl
2006-11-18
1
-3/+3
*
Replaced [llength [$w selection get]] with [$w selection count].
treectrl
2006-11-18
1
-4/+4
*
Fixed a bug where the wrong column might get returned by CursorAction.
treectrl
2006-11-18
1
-8/+8
*
Added an optional arg to [item count] to return the number of items matching ...
treectrl
2006-11-18
1
-26/+9
*
Added an optional arg to [column count] to return the number of columns match...
treectrl
2006-11-18
1
-11/+19
*
Use Tcl_GetIndexFromObjStruct to avoid having to update 2 lists when changing...
treectrl
2006-11-18
1
-95/+52
*
Fixed incorrect "wrong # args" message with [column count].
treectrl
2006-11-18
1
-4/+9
*
Fixed a bug where the right-most column could be resized even when its -resiz...
treectrl
2006-11-15
1
-3/+2
*
Avoid creating an empty list object in the [item ancestors] command.
treectrl
2006-11-15
1
-1/+3
*
Debug the drawing of borders.
treectrl
2006-11-15
1
-1/+49
*
Use TreeItem_FirstAndLast in the deprecated [range] command.
treectrl
2006-11-15
1
-17/+2
*
Make sure it works when -itemprefix and/or -columnprefix are specified.
treectrl
2006-11-15
1
-40/+37
*
Add "Resize" checkbutton to the column header right-click menu.
treectrl
2006-11-15
1
-17/+22
*
Make sure the demo runs when -itemprefix and/or -columnprefix are specified.
treectrl
2006-11-15
2
-12/+12
*
Don't draw the tail column header if the tail column is not visible.
treectrl
2006-11-13
1
-2/+5
*
Fixed bug resulting in redrawing the borders needlessly.
treectrl
2006-11-13
1
-17/+28
*
Theme-related changes.
treectrl
2006-11-13
3
-53/+209
*
Made scrollbars dynamic.
treectrl
2006-11-12
1
-6/+17
*
Fixed improper binding on the demo list.
treectrl
2006-11-12
1
-5/+5
*
Fixed not being able to scroll horizontally when the header is wider than the...
treectrl
2006-11-12
3
-59/+101
[next]