summaryrefslogtreecommitdiffstats
path: root/generic/tkTreeStyle.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed partially-exposed transparent photo images not being redrawn when scrol...treectrl2007-04-211-3/+5
* Make TreeElemTypeXXX variables start with lowercase letter.treectrl2007-01-311-15/+15
* Renamed many symbols to avoid collisions under ELF.treectrl2007-01-231-133/+139
* Formatting of braces (again).treectrl2006-12-231-63/+26
* Formatting of braces.treectrl2006-12-221-731/+377
* New style layout option -draw deprecates the -draw option of every element.treectrl2006-12-071-28/+83
* Hide window elements if changing the -visible layout option causes the window...treectrl2006-12-071-4/+15
* Revert the change involving hiding elements that had non-zero size. Just rely...treectrl2006-12-061-36/+11
* New style layout option -visible.treectrl2006-12-041-25/+165
* Don't layout elements whose requested size is zero.treectrl2006-12-021-62/+207
* Fix potential segfaults when a display update is requested in the middle of d...treectrl2006-11-251-6/+28
* Fixed crash with [style elements] when items were using the style.treectrl2006-11-231-11/+12
* Changed Style_NeededSize to calculate the needed and minimum sizes in one cal...treectrl2006-11-231-46/+36
* Added some conditional compilation around the size cache of elements and styl...treectrl2006-11-221-90/+297
* Removed a useless #args check from [element delete] and added one to [element...treectrl2006-11-121-6/+6
* Fixed crash with incorrect number of args in [element perstate].treectrl2006-11-101-2/+2
* TreeStyle_ValidateElements no longer used.treectrl2006-11-071-7/+12
* Deprecated the treectrl option -defaultstyle.treectrl2006-11-031-1/+10
* Fix compilation when ALLOC_HAX is undefined.treectrl2006-11-031-3/+3
* Fixed a crash when a master element calls Tree_ElementChangedItself.treectrl2006-10-301-22/+25
* Changed dynamic-option code to use AllocHax_xxx.treectrl2006-10-261-4/+4
* Merged with BRANCH_dynamic_options.treectrl2006-10-181-1/+11
* AllocHax_xxx takes a Tk_Uid arg for gathering stats on memory allocations.treectrl2006-10-161-28/+43
* Remove rowlabels.treectrl2006-10-141-239/+2
* Added StyleDrawArgs.bounds for clipping window elements.treectrl2006-10-111-43/+56
* Separated Style into MStyle and IStyle to save some memory.treectrl2006-10-041-356/+827
* Set ElementArgs.display.bounds in two places to support clipping of window el...treectrl2006-09-271-3/+27
* Use new Tree_StateFromListObj for getting state flags from a list object.treectrl2006-09-221-11/+2
* Bumped copyright to 2006.treectrl2006-09-051-2/+2
* Fix cut-and-paste error in comment.treectrl2006-07-111-2/+2
* Converted to tab+space indentation.treectrl2005-09-161-4131/+4137
* Add Tcl block comments above each function. Comment function arguments.treectrl2005-09-151-102/+1705
* Style_DoLayoutH/V: Removed unused return values.treectrl2005-09-071-21/+12
* * generic/tkTreeStyle.c (Style_DoLayout): use if instead ofhobbs22005-08-101-4/+6
* Eliminate "type-punned pointer" warnings from GCC.treectrl2005-07-231-16/+17
* Added [element perstate] command.treectrl2005-07-151-3/+39
* Add TreeStyle_GetImage and TreeStyle_SetImage.treectrl2005-07-121-27/+56
* TreeStyle_Draw: added call to Style_CheckNeededSize.treectrl2005-07-051-6/+7
* Style_DoLayoutH: Allow column justification to occur when a -detach element i...treectrl2005-06-201-86/+77
* Allow expansion of non-detach non-union elements if a -detach element is larg...treectrl2005-06-151-254/+200
* Removed gobs of conditional compilation code.treectrl2005-06-141-362/+7
* Style_DoExpandH rearranged to allocate space to the right padding before the ...treectrl2005-06-131-206/+405
* New style layout option "-sticky" controls how an element is stretched/positi...treectrl2005-06-101-281/+384
* Rewrote Style_DoExpandH and Style_DoExpandV to handle -expand and -iexpand at...treectrl2005-06-081-6/+237
* Fixed panic attacks in Style_DoLayout caused by LAYOUTHAX changes (caller was...treectrl2005-06-061-84/+54
* LAYOUTHAX code accepted, removed conditional compilation.treectrl2005-06-061-164/+32
* Added -minwidth, -minheight, -width, -height style layout options.treectrl2005-06-061-33/+291
* Fixed y-position bug in Style_DoLayoutV.treectrl2005-06-041-135/+107
* Fixed bug with calculation of needed size of a style.treectrl2005-06-021-7/+41
* Fix layout bug with new LAYOUT_HAX code.treectrl2005-05-281-1/+11