summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Add TreeItem argument to element create proc so element can call Tree_RedrawE...treectrl2004-08-131-6/+22
* Add Tk_RedrawElement().treectrl2004-08-132-2/+7
* Fiddle with declarations.treectrl2004-08-131-3/+5
* Only ReallyVisible() items may be selected.treectrl2004-08-132-17/+134
* Added hash table for current selection.treectrl2004-08-111-8/+62
* Added hash table for current selection.treectrl2004-08-112-35/+43
* New Tk_OffsetRegion() routine.treectrl2004-08-091-1/+10
* Moved elementTypeList to tkTreeElem.c where it is initialized.treectrl2004-08-091-29/+1
* Support for ITEM_ID_IS_STRING compile-time option.treectrl2004-08-091-5/+22
* New "item state forcolumn" command.treectrl2004-08-091-51/+333
* Moved PerStateXXX declarations from tkTreeElem.c.treectrl2004-08-091-1/+58
* Moved PerStateXXX declarations to tkTreeElem.h.treectrl2004-08-091-43/+61
* Fix bug with whitespace not always being erased.treectrl2004-08-091-4/+40
* Add Tcl_Obj for -borderwidth, -height, -width and -highlighthickness.treectrl2004-08-091-1/+26
* Add Tcl_Obj for -borderwidth, -height, -width and -highlighthickness.treectrl2004-08-091-89/+60
* New option "-squeeze" lets columns surrender width when needed.treectrl2004-08-091-10/+47
* Add copyright.treectrl2004-07-301-22/+40
* Add copyright.treectrl2004-07-302-0/+20
* Add copyright.treectrl2004-07-301-36/+50
* Add copyright.treectrl2004-07-301-402/+415
* Add copyright.treectrl2004-07-301-42/+50
* Add copyright.treectrl2004-07-303-0/+30
* Add copyright.treectrl2004-07-301-3/+5
* Add copyright.treectrl2004-07-301-6/+3
* 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