index
:
tktreectrl.git
master
Mirror of https://github.com/davidw/tktreectrl.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
generic
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename TreeColumn_Justify to TreeColumn_ItemJustify to handle the new column ...
treectrl
2006-12-02
1
-2/+6
*
Added Tree_GetIntForIndex to handle "end?-offset?" indices.
treectrl
2006-12-02
1
-9/+60
*
Added TreeTheme_ComputeGeometry to allow themes to draw the borders.
treectrl
2006-12-02
1
-1/+18
*
Don't layout elements whose requested size is zero.
treectrl
2006-12-02
1
-62/+207
*
Removed some unnecessary casts.
treectrl
2006-12-02
2
-4/+4
*
The index argument to the item description modifiers "child" and "sibling" ma...
treectrl
2006-12-02
1
-104/+184
*
Removed some unnecessary casts.
treectrl
2006-12-02
1
-18/+18
*
Removed some unnecessary casts.
treectrl
2006-12-02
1
-166/+2
*
Avoid unnecessary work in Tree_InvalidateItemDInfo.
treectrl
2006-12-02
1
-62/+74
*
Removed some unnecessary casts.
treectrl
2006-12-02
1
-15/+20
*
New column option -itemjustify.
treectrl
2006-12-02
1
-10/+22
*
The item option -button may now be "auto" in which case a button is drawn onl...
treectrl
2006-11-30
4
-34/+212
*
Merge with VERSION2_2fixes.
treectrl
2006-11-27
1
-6/+8
*
Changed a comment.
treectrl
2006-11-27
1
-3/+4
*
Indentation nitpick.
treectrl
2006-11-27
1
-2/+2
*
Fixed a bug where items wouldn't be redrawn when 2 columns swapped visibility...
treectrl
2006-11-27
1
-2/+8
*
Fix potential segfaults when a display update is requested in the middle of d...
treectrl
2006-11-25
5
-19/+120
*
Fixed crash with [style elements] when items were using the style.
treectrl
2006-11-23
1
-11/+12
*
Changed Style_NeededSize to calculate the needed and minimum sizes in one cal...
treectrl
2006-11-23
1
-46/+36
*
Fix window elements not respecting -squeeze layout.
treectrl
2006-11-23
1
-6/+13
*
Prevent column headers requesting width from the layout when the treectrl opt...
treectrl
2006-11-23
1
-1/+4
*
Testing SW_SCROLLCHILDREN.
treectrl
2006-11-22
1
-1/+53
*
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
1
-2/+2
*
Renamed themeData global to appThemeData.
treectrl
2006-11-21
1
-27/+29
*
New command [bbox].
treectrl
2006-11-21
1
-13/+40
*
Added per-tree theme data.
treectrl
2006-11-21
1
-3/+13
*
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
3
-3/+106
*
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
*
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
*
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
*
Fixed not being able to scroll horizontally when the header is wider than the...
treectrl
2006-11-12
3
-59/+101
*
Removed a useless #args check from [element delete] and added one to [element...
treectrl
2006-11-12
1
-6/+6
*
Fixed crash with incorrect number of args in [element perstate].
treectrl
2006-11-10
1
-2/+2
*
Always include tclInt.h to fix compilation under 8.5.
treectrl
2006-11-10
1
-6/+31
*
Fixed bug with TreeItem_UpdateWindowPositions not stopping on the right edge ...
treectrl
2006-11-10
1
-3/+3
*
Always include tclInt.h to fix compilation under 8.5.
treectrl
2006-11-10
1
-7/+2
[next]