summaryrefslogtreecommitdiffstats
path: root/generic/tkTreeStyle.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cast argument to AllocHax_Free() and AllocHax_CFree().treectrl2005-05-191-11/+11
* ALLOC_HAX: play games with memory allocation for speed boost.treectrl2005-05-171-1/+79
* Experimental hacks to allow -detach elements to appear under the button/line ...treectrl2005-05-141-13/+212
* Return a better error when attempting to retrieve configuration info for an e...treectrl2005-05-131-4/+23
* Removed a bunch of conditional-compilation stuff and dead code.treectrl2005-05-111-33/+3
* Fixed bug with column -justify center|right and horizontal expansion. Element...treectrl2005-05-101-94/+247
* Bumped copyright to 2005.treectrl2005-05-011-8/+13
* Removed spurious '\' character.treectrl2005-03-291-2/+2
* Add some element-iterating routines for exporting via stubs.treectrl2004-10-121-1/+103
* Add TreeItem argument to element create proc so element can call Tree_RedrawE...treectrl2004-08-131-6/+22
* Moved elementTypeList to tkTreeElem.c where it is initialized.treectrl2004-08-091-29/+1
* Add copyright.treectrl2004-07-301-22/+40
* Update -defaultstyle widget option when a style is deleted.treectrl2004-07-261-0/+22
* Moved static Tk_OptionTable vars into structs.treectrl2003-01-281-10/+8
* Fixed bug with 'state undefine'.treectrl2003-01-061-7/+11
* Some new public functions defined.treectrl2003-01-051-4/+38
* Remove 20-element limit.treectrl2003-01-021-34/+120
* Big padx and pady patch.treectrl2003-01-021-280/+336
* Extra arg added to TreeStyle_ElementConfigure.treectrl2002-12-311-5/+20
* Define TreeStyle_ValidateElements.treectrl2002-12-291-2/+31
* Return error when illegal chars specified in -expand, -iexpand and -squeeze.treectrl2002-12-281-10/+37
* element delete command works when element is in use.treectrl2002-12-231-2/+39
* Text layout fixes.treectrl2002-12-211-20/+43
* Replaced GNU __FUNCTION__ with ANSI __FILE__ and __LINE__.treectrl2002-12-181-6/+6
* Initial revisiontreectrl2002-12-171-0/+3652