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
...
*
Removed a useless #args check from [element delete] and added one to [element...
treectrl
2006-11-12
1
-6/+6
*
Added tests of number of arguments.
treectrl
2006-11-11
1
-7/+101
*
Stop unnecessary configuring of the -cursor.
treectrl
2006-11-10
1
-7/+7
*
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
*
Changed 2 incorrect 'return' statements to 'goto'.
treectrl
2006-11-10
1
-3/+3
*
Added Tree_HeaderXXX macros for getting the position of the header.
treectrl
2006-11-10
3
-20/+31
*
Changed 'make gdb' to run demo.tcl.
treectrl
2006-11-10
1
-2/+2
*
Added tests of [element].
treectrl
2006-11-10
1
-0/+59
*
Copy item states when displaying the current style in the canvas.
treectrl
2006-11-09
1
-1/+11
*
Added tests for -itemstyle.
treectrl
2006-11-09
1
-1/+26
*
Added tests for -defaultstyle (even though it is now deprecated).
treectrl
2006-11-09
1
-1/+74
*
Moved checks of tree->updateIndex into Tree_UpdateItemIndex.
treectrl
2006-11-09
1
-3/+2
*
Moved checks of tree->updateIndex into Tree_UpdateItemIndex.
treectrl
2006-11-09
1
-74/+111
*
Moved checks of tree->updateIndex into Tree_UpdateItemIndex.
treectrl
2006-11-09
1
-24/+24
*
Fixed disclosure triangles being drawn with a white background under OSX.
treectrl
2006-11-09
1
-6/+2
*
Updates.
treectrl
2006-11-09
1
-1/+970
*
Removed hundreds of type-casts and pointer copies.
treectrl
2006-11-08
4
-891/+770
*
Moved TreeCtrlColumnImage out of the global namespace.
treectrl
2006-11-08
1
-44/+39
*
Code cleanup and comments added.
treectrl
2006-11-08
1
-68/+124
*
Attempt to avoid the white background behind the disclosure triangles on OSX....
treectrl
2006-11-07
1
-3/+29
*
Declare TreeItem_GetElemRects, remove TreeStyle_ValidateElements.
treectrl
2006-11-07
1
-2/+6
*
Changed [dragimage add] to respect spans and locked columns.
treectrl
2006-11-07
1
-5/+103
*
Changed [item bbox] to respect spans.
treectrl
2006-11-07
1
-4/+110
*
TreeStyle_ValidateElements no longer used.
treectrl
2006-11-07
1
-7/+12
*
Sped up calculation of scroll increments when there is only a single range.
treectrl
2006-11-07
1
-37/+59
*
Remove COLUMN_LOCK-related code.
treectrl
2006-11-07
6
-654/+75
*
Remove COLUMN_SPAN-related code.
treectrl
2006-11-07
3
-305/+45
*
Remove NEW_SPAN_CODE-related code.
treectrl
2006-11-07
5
-163/+36
*
Keep an array of column indexes for each item that has at least one span > 1....
treectrl
2006-11-06
1
-1/+11
*
Keep an array of column indexes for each item that has at least one span > 1....
treectrl
2006-11-06
1
-3/+30
*
Keep an array of column indexes for each item that has at least one span > 1....
treectrl
2006-11-06
1
-115/+145
*
Keep an array of column indexes for each item that has at least one span > 1....
treectrl
2006-11-06
1
-1/+17
*
Keep an array of column indexes for each item that has at least one span > 1....
treectrl
2006-11-06
1
-13/+276
*
Added DStringAppendf to append a formatted string to a dynamic string. Use it...
treectrl
2006-11-06
1
-4/+33
*
Fixed item background colors not drawing over the whole item in some cases.
treectrl
2006-11-06
1
-12/+20
*
Fix some cases where left/right locked columns weren't being redisplayed.
treectrl
2006-11-06
1
-25/+65
*
Chopped out WALK_SPANS unused code.
treectrl
2006-11-06
1
-454/+1
*
Added missing prototype.
treectrl
2006-11-06
1
-1/+2
*
Be more efficient when calculating which columns are onscreen.
treectrl
2006-11-06
1
-5/+21
*
Avoid unnecessary calculation of column offset.
treectrl
2006-11-06
1
-10/+4
*
Added a routine to walk over each span of an item and call a callback routine...
treectrl
2006-11-06
1
-77/+536
*
Cosmetic changes (to code and appearance).
treectrl
2006-11-05
1
-8/+8
*
Use TreeCtrl::IsSensitive in two places rather than checking TreeCtrl::Priv(s...
treectrl
2006-11-05
1
-34/+3
*
Replaced use of deprecated treectrl option -defaultstyle with new column opti...
treectrl
2006-11-05
1
-6/+6
*
Replaced use of deprecated treectrl option -defaultstyle with new column opti...
treectrl
2006-11-05
4
-10/+13
*
Removed some unneeded checks from IsSensitive, and use it in FileListButton1 ...
treectrl
2006-11-05
1
-44/+7
*
Changed CursorAction to report "column resize C" or "column button C" and use...
treectrl
2006-11-05
1
-67/+48
[prev]
[next]