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
*
Moved tclInt.h to the main header file.
treectrl
2007-01-21
1
-2/+1
*
DumpDInfo processes arguments itself rather than letting tkTreeCtrl.c do it.
treectrl
2007-01-21
1
-7/+45
*
Moved tclInt.h to the main header file.
treectrl
2007-01-21
1
-6/+4
*
Moved tclInt.h to the main header file.
treectrl
2007-01-21
1
-17/+5
*
Removed #include "dbwin.h" since dbwin is now part of the sources.
treectrl
2007-01-21
1
-6/+2
*
Formatting of braces (again).
treectrl
2006-12-23
7
-92/+42
*
Fixed double-freeing a TreeCtrl structure if the option database had an inval...
treectrl
2006-12-23
1
-2/+1
*
Changed the way text elements display an ellipsis. At least 1 character plus ...
treectrl
2006-12-23
2
-47/+63
*
Formatting of braces.
treectrl
2006-12-22
10
-1464/+748
*
Fixed improper invalidating while scrolling under WIN32. If the area to inval...
treectrl
2006-12-22
1
-36/+17
*
Comments.
treectrl
2006-12-09
1
-3/+3
*
With -doublebuffer=window, <Expose> events no longer invalidate parts of item...
treectrl
2006-12-08
3
-42/+129
*
Added -span debug option.
treectrl
2006-12-08
1
-44/+87
*
Added -span debug option.
treectrl
2006-12-08
3
-6/+9
*
Added DEPRECATED around a variable.
treectrl
2006-12-08
1
-2/+5
*
New style layout option -draw deprecates the -draw option of every element.
treectrl
2006-12-07
1
-28/+83
*
Pass extra info to stateProc to avoid unnecessary redisplays due to the new -...
treectrl
2006-12-07
1
-1/+5
*
Deprecated the -draw option of every element. The new style layout option -dr...
treectrl
2006-12-07
1
-105/+314
*
Hide window elements if changing the -visible layout option causes the window...
treectrl
2006-12-07
1
-4/+15
*
Fixed a crash when invalidating a column of an item if the column wasn't the ...
treectrl
2006-12-06
1
-11/+18
*
Revert the change involving hiding elements that had non-zero size. Just rely...
treectrl
2006-12-06
1
-36/+11
*
Add info to the stack trace about which item/column was involved when getting...
treectrl
2006-12-06
1
-1/+7
*
Return an error message when unable to get a double or long from a text eleme...
treectrl
2006-12-06
1
-8/+13
*
UNTESTED: Set the clipping region when drawing dotted rectangles under OSX.
treectrl
2006-12-06
1
-5/+27
*
Created a stack of TkRegions to avoid creating/destroying them repeatedly.
treectrl
2006-12-06
5
-35/+103
*
Renamed the 2 PerStateGC_xxx functions since they had nothing to do with per-...
treectrl
2006-12-06
6
-52/+51
*
Remove ElementText.stringRepInvalid, and set ElementText.textLen to -1 when t...
treectrl
2006-12-05
1
-64/+56
*
New style layout option -visible.
treectrl
2006-12-04
1
-25/+165
*
Fixed bug where text elements were requesting height when displaying an empty...
treectrl
2006-12-04
1
-8/+17
*
DynamicOption_FindData returns void* to avoid lots of casts.
treectrl
2006-12-04
1
-3/+3
*
DynamicOption_FindData returns void* to avoid lots of casts.
treectrl
2006-12-04
1
-81/+134
*
DynamicOption_FindData returns void* to avoid lots of casts.
treectrl
2006-12-04
1
-2/+2
*
Add missing checks of tree->useTheme.
treectrl
2006-12-04
1
-4/+8
*
Add missing check of tree->useTheme.
treectrl
2006-12-04
1
-2/+4
*
Fixed wrong loop variable being used when calculating onscreen columns for an...
treectrl
2006-12-04
1
-2/+2
*
Theme-related changes to support tile-aware treectrl.
treectrl
2006-12-04
1
-8/+17
*
TreeDisplay_FreeColumnDInfo is called when a column is deleted to free displa...
treectrl
2006-12-04
1
-1/+2
*
Theme-related changes to support tile-aware treectrl.
treectrl
2006-12-04
2
-16/+651
*
Fix bug with calculating onscreen columns.
treectrl
2006-12-04
1
-57/+88
*
Changed how the display code tracks column headers to better detect changes t...
treectrl
2006-12-03
3
-95/+144
*
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
[next]