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
/
tkTreeStyle.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Formatting of braces (again).
treectrl
2006-12-23
1
-63/+26
*
Formatting of braces.
treectrl
2006-12-22
1
-731/+377
*
New style layout option -draw deprecates the -draw option of every element.
treectrl
2006-12-07
1
-28/+83
*
Hide window elements if changing the -visible layout option causes the window...
treectrl
2006-12-07
1
-4/+15
*
Revert the change involving hiding elements that had non-zero size. Just rely...
treectrl
2006-12-06
1
-36/+11
*
New style layout option -visible.
treectrl
2006-12-04
1
-25/+165
*
Don't layout elements whose requested size is zero.
treectrl
2006-12-02
1
-62/+207
*
Fix potential segfaults when a display update is requested in the middle of d...
treectrl
2006-11-25
1
-6/+28
*
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
*
Added some conditional compilation around the size cache of elements and styl...
treectrl
2006-11-22
1
-90/+297
*
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
*
TreeStyle_ValidateElements no longer used.
treectrl
2006-11-07
1
-7/+12
*
Deprecated the treectrl option -defaultstyle.
treectrl
2006-11-03
1
-1/+10
*
Fix compilation when ALLOC_HAX is undefined.
treectrl
2006-11-03
1
-3/+3
*
Fixed a crash when a master element calls Tree_ElementChangedItself.
treectrl
2006-10-30
1
-22/+25
*
Changed dynamic-option code to use AllocHax_xxx.
treectrl
2006-10-26
1
-4/+4
*
Merged with BRANCH_dynamic_options.
treectrl
2006-10-18
1
-1/+11
*
AllocHax_xxx takes a Tk_Uid arg for gathering stats on memory allocations.
treectrl
2006-10-16
1
-28/+43
*
Remove rowlabels.
treectrl
2006-10-14
1
-239/+2
*
Added StyleDrawArgs.bounds for clipping window elements.
treectrl
2006-10-11
1
-43/+56
*
Separated Style into MStyle and IStyle to save some memory.
treectrl
2006-10-04
1
-356/+827
*
Set ElementArgs.display.bounds in two places to support clipping of window el...
treectrl
2006-09-27
1
-3/+27
*
Use new Tree_StateFromListObj for getting state flags from a list object.
treectrl
2006-09-22
1
-11/+2
*
Bumped copyright to 2006.
treectrl
2006-09-05
1
-2/+2
*
Fix cut-and-paste error in comment.
treectrl
2006-07-11
1
-2/+2
*
Converted to tab+space indentation.
treectrl
2005-09-16
1
-4131/+4137
*
Add Tcl block comments above each function. Comment function arguments.
treectrl
2005-09-15
1
-102/+1705
*
Style_DoLayoutH/V: Removed unused return values.
treectrl
2005-09-07
1
-21/+12
*
* generic/tkTreeStyle.c (Style_DoLayout): use if instead of
hobbs2
2005-08-10
1
-4/+6
*
Eliminate "type-punned pointer" warnings from GCC.
treectrl
2005-07-23
1
-16/+17
*
Added [element perstate] command.
treectrl
2005-07-15
1
-3/+39
*
Add TreeStyle_GetImage and TreeStyle_SetImage.
treectrl
2005-07-12
1
-27/+56
*
TreeStyle_Draw: added call to Style_CheckNeededSize.
treectrl
2005-07-05
1
-6/+7
*
Style_DoLayoutH: Allow column justification to occur when a -detach element i...
treectrl
2005-06-20
1
-86/+77
*
Allow expansion of non-detach non-union elements if a -detach element is larg...
treectrl
2005-06-15
1
-254/+200
*
Removed gobs of conditional compilation code.
treectrl
2005-06-14
1
-362/+7
*
Style_DoExpandH rearranged to allocate space to the right padding before the ...
treectrl
2005-06-13
1
-206/+405
*
New style layout option "-sticky" controls how an element is stretched/positi...
treectrl
2005-06-10
1
-281/+384
*
Rewrote Style_DoExpandH and Style_DoExpandV to handle -expand and -iexpand at...
treectrl
2005-06-08
1
-6/+237
*
Fixed panic attacks in Style_DoLayout caused by LAYOUTHAX changes (caller was...
treectrl
2005-06-06
1
-84/+54
*
LAYOUTHAX code accepted, removed conditional compilation.
treectrl
2005-06-06
1
-164/+32
*
Added -minwidth, -minheight, -width, -height style layout options.
treectrl
2005-06-06
1
-33/+291
*
Fixed y-position bug in Style_DoLayoutV.
treectrl
2005-06-04
1
-135/+107
*
Fixed bug with calculation of needed size of a style.
treectrl
2005-06-02
1
-7/+41
*
Fix layout bug with new LAYOUT_HAX code.
treectrl
2005-05-28
1
-1/+11
*
Cast argument to AllocHax_Free() and AllocHax_CFree().
treectrl
2005-05-19
1
-11/+11
*
ALLOC_HAX: play games with memory allocation for speed boost.
treectrl
2005-05-17
1
-1/+79
*
Experimental hacks to allow -detach elements to appear under the button/line ...
treectrl
2005-05-14
1
-13/+212
[next]