summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * generic/tkTreeElem.c: add "Elem" to a few names to prevent namehobbs22004-11-302-11/+16
* really correct 8.4 compilation of Tk_PhotoPut* usagehobbs22004-11-291-5/+7
* correct Tk defined version checkhobbs22004-11-291-6/+5
* whitespace policehobbs22004-11-293-6353/+5856
* * generic/tkTreeCtrl.c: adapt to Tk_PhotoPut(Zoomed)Block APIhobbs22004-11-292-5/+25
* Implement Tk_ScrollRegion() and Tk_OffsetRegion() on Mac (submitted by user).treectrl2004-10-241-4/+8
* Fix whitespace scrolling.treectrl2004-10-241-29/+18
* Add some element-iterating routines for exporting via stubs.treectrl2004-10-121-1/+103
* Added some stubs entries.treectrl2004-10-122-2/+16
* Casts to quiet compiler warnings.treectrl2004-10-121-14/+34
* * pkgIndex.tcl.in: Automate creation of pkgIndex.tcl and usehobbs22004-10-097-848/+845
* Revamp build system to use TEA 3.1 setuphobbs22004-10-095-1359/+5493
* * generic/tkTreeDisplay.c: correctly handle the damageRgn var.hobbs22004-10-091-10/+12
* * generic/tkTreeUtils.c: Implement Tk_OffsetRegion ashobbs22004-10-091-2/+4
* Update version to 1.1.treectrl2004-08-132-3/+3
* 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
* Update version to 1.1.treectrl2004-08-133-10/+10
* Move "selection modify" call because hidden items can't be selected.treectrl2004-08-131-1/+1
* Require correct package version.treectrl2004-08-131-1/+1
* Use "item expand/collapse/toggle" commands.treectrl2004-08-111-7/+7
* Added hash table for current selection.treectrl2004-08-111-8/+62
* Added hash table for current selection.treectrl2004-08-112-35/+43
* Deprecate the "T expand/collapse/toggle" commands.treectrl2004-08-113-287/+329
* Changed the directory displayed.treectrl2004-08-111-1/+1
* Use "T item expand" etc instead of "T expand".treectrl2004-08-113-15/+17
* Allow changing -squeeze option for columns via popup.treectrl2004-08-111-12/+14
* Clear Priv(prev) after tracking a selection to avoid error in TreeCtrl::Cancel.treectrl2004-08-091-0/+49
* New "item state forcolumn" command.treectrl2004-08-093-128/+169
* Removed assumptions about item identifiers; use the result of "item create".treectrl2004-08-092-38/+46
* Replace styOn and styOff with single styCheck; use the new "item state forcol...treectrl2004-08-091-19/+17
* Fix bug when sorting via the "Modified" column.treectrl2004-08-091-1/+1
* 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
* Update tests for changes in code.treectrl2004-07-303-19/+12
* Use "dragimage configure -visible" instead of "dragimage visible".treectrl2004-07-301-2/+2
* Use "marquee configure -visible" instead of "marquee visible".treectrl2004-07-301-2/+2
* Update docs for "item create", "item cget", "item configure", "dragimage visi...treectrl2004-07-303-408/+507
* Use -button item option.treectrl2004-07-301-5/+5
* Use -button item option.treectrl2004-07-303-16/+7