summaryrefslogtreecommitdiffstats
path: root/generic/tkTreeStyle.c
Commit message (Collapse)AuthorAgeFilesLines
* ALLOC_HAX: play games with memory allocation for speed boost.treectrl2005-05-171-1/+79
| | | | Fixed bug with new -indent layout option and column justification.
* Experimental hacks to allow -detach elements to appear under the button/line ↵treectrl2005-05-141-13/+212
| | | | | | | | area using new layout option -indent. Fixed bug with calculation of -union padding. Set style->layoutWidth to limit recalculating height of a style (should have always been this way???). Fixed OLD bug with reporting -ipadx and -ipady layout options.
* Return a better error when attempting to retrieve configuration info for an ↵treectrl2005-05-131-4/+23
| | | | element that has never been configured for an item.
* 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. ↵treectrl2005-05-101-94/+247
| | | | | | Elements could be shifted out of view. Added code to support new "window" element type.
* Bumped copyright to 2005.treectrl2005-05-011-8/+13
| | | | | Use new TreeElement_TypeFromObj. Changed comparison against elemTypeText because ElementTypes are now malloc'd.
* 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 ↵treectrl2004-08-131-6/+22
| | | | Tree_RedrawElement().
* Moved elementTypeList to tkTreeElem.c where it is initialized.treectrl2004-08-091-29/+1
|
* Add copyright.treectrl2004-07-301-22/+40
| | | | Fixed "style elements" error message.
* 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
| | | | TreeStyle_GetSortData accepts index of element to use.
* 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