summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Add copyrighttreectrl2004-07-303-7/+20
* Bounds check -defaultstyle in "item create".treectrl2004-07-281-2/+2
* Update -defaultstyle when during "column move".treectrl2004-07-281-3/+75
* More visible height/width < 0 fixes.treectrl2004-07-271-3/+15
* More visible height < 0 fixes.treectrl2004-07-271-1/+5
* Edit last revision to handle negative visible height/width better in xview/yv...treectrl2004-07-261-2/+2
* Update -defaultstyle widget option when a style is deleted.treectrl2004-07-261-0/+22
* Fix "column move" when item column wasn't allocated yet.treectrl2004-07-261-72/+70
* Fix panic() attack in yview/xview when visible height/width <= 0.treectrl2004-07-261-2/+2
* New "-defaultstyle" widget option.treectrl2004-07-261-2/+8
* New "-defaultstyle" widget option.treectrl2004-07-261-14/+76
* New "column create" command.treectrl2004-07-261-56/+44
* * generic/tkTreeCtrl.c (ImageChangedProc): cause image change tohobbs22004-02-102-2/+8
* * generic/tkTreeCtrl.c (LoupeCmd): remove extra interp arg tohobbs22003-11-261-2/+2
* whitespace policehobbs22003-11-251-1478/+1360
* (TreeWorldChanged): add calls to TreeStyle_TreeChanged andhobbs22003-11-251-4/+9
* whitespace policehobbs22003-11-252-2943/+2699
* Always redraw header when "column move" command is used.treectrl2003-08-091-0/+2
* Fix for missing lines when siblings not visible.treectrl2003-03-291-14/+28
* Moved static Tk_OptionTable vars into structs.treectrl2003-01-284-41/+30
* Added 'scan' command.treectrl2003-01-282-3/+64
* Fixed bug with 'state undefine'.treectrl2003-01-061-7/+11
* Fixed bug with bitmap and 'state undefine'.treectrl2003-01-061-7/+14
* Some new public functions declared.treectrl2003-01-051-2/+7
* Some new public functions defined.treectrl2003-01-051-4/+38
* Tk_FillRegion moved from tkTreeDisplay.c (was XFillRegion).treectrl2003-01-051-8/+28
* New -element option to item sort command.treectrl2003-01-051-13/+144
* Move XFillRegion -> Tk_FillRegion in tkTreeUtils.c.treectrl2003-01-051-32/+3
* TCL_OK -> TCL_ERROR for item sort with no columns.treectrl2003-01-051-1/+1
* item sort returns error if there are no columns.treectrl2003-01-051-3/+43
* Use GetROP2/SetROP2 when modifying/releasing device context.treectrl2003-01-051-0/+6
* 'state define' returns an error for a bad state name.treectrl2003-01-051-0/+5
* Reworked handling of whitespace. '-doublebuffer window' works now. One new ro...treectrl2003-01-041-79/+185
* Remove 20-column limit.treectrl2003-01-021-83/+100
* Remove 20-element limit.treectrl2003-01-022-35/+134
* Remove 20-column limit.treectrl2003-01-021-1/+10
* Declare TreeStyle_NumElements.treectrl2003-01-021-1/+2
* Use STATIC_SIZE in more places.treectrl2003-01-021-7/+7
* TreeCtrl_GetPadAmountFromObj: don't modify vars if error occurs. It was a pro...treectrl2003-01-021-5/+8
* Big padx and pady patch.treectrl2003-01-025-372/+683
* Fix for 'marquee identify' not reporting column when item has no columns.treectrl2003-01-011-3/+4
* Fix for problems when configure fails.treectrl2003-01-011-31/+57
* Fix for problems when configure fails.treectrl2003-01-012-17/+60
* Extra arg added to TreeStyle_ElementConfigure.treectrl2002-12-311-5/+20
* Use extra arg to TreeStyle_ElementConfigure.treectrl2002-12-311-42/+71
* Fixes for image element choosing image.treectrl2002-12-311-5/+5
* Extra arg to TreeStyle_ElementConfigure.treectrl2002-12-311-1/+1
* 'generate' command now takes char-value list instead of option-value pairs.treectrl2002-12-311-40/+53
* Reworked 'item state' command into 'item state get' and 'item state set'.treectrl2002-12-311-1/+155
* Use StateFromObj public, rename private to StateFromObj2.treectrl2002-12-311-38/+10