summaryrefslogtreecommitdiffstats
path: root/generic/tkTreeStyle.c
Commit message (Expand)AuthorAgeFilesLines
* 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