summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use Appearance Manager to draw list header and open/close buttons. *** Hasn't...treectrl2005-05-201-2/+131
* Put back Tk_FillRegion() change.treectrl2005-05-201-2/+23
* Call XSetClipOrigin after drawing bitmap.treectrl2005-05-192-5/+7
* Replaced TARGET_OS_MAC with MAC_TCL and MAC_OSX_TK macros according to Apple'...treectrl2005-05-194-24/+13
* Replaced TARGET_OS_MAC with MAC_TCL and MAC_OSX_TK macros according to Apple'...treectrl2005-05-191-30/+9
* Attempt to fix Tk_FillRegion() on the mac using QuickDraw. *** Hasn't even be...treectrl2005-05-191-2/+22
* Cast argument to AllocHax_Free() and AllocHax_CFree().treectrl2005-05-192-17/+19
* New column description "tree".treectrl2005-05-173-7/+33
* New demo to show off new -textvariable option of "text" element.treectrl2005-05-171-0/+67
* Added double-click binding.treectrl2005-05-171-0/+9
* Added Textvariable demo.treectrl2005-05-171-0/+2
* Renamed bind tag to same name as the demo command.treectrl2005-05-175-33/+33
* ALLOC_HAX: play games with memory allocation for speed boost.treectrl2005-05-171-5/+21
* Added -textvariable option to "text" elements.treectrl2005-05-171-14/+168
* ALLOC_HAX: play games with memory allocation for speed boost.treectrl2005-05-171-1/+79
* Added new column description "tree".treectrl2005-05-171-3/+9
* ALLOC_HAX: play games with memory allocation for speed boost.treectrl2005-05-173-6/+163
* Removed DItem.nextFree since it is redundant.treectrl2005-05-171-5/+4
* Demonstrate the new style layout option -indent.treectrl2005-05-141-11/+78
* Set cursor to hand2 when over item.treectrl2005-05-141-0/+2
* Allow "Tree Column" command in header context menu to toggle -treecolumn on/off.treectrl2005-05-141-1/+1
* New style layout option -indent (experimental).treectrl2005-05-143-65/+83
* Experimental hacks to allow -detach elements to appear under the button/line ...treectrl2005-05-142-2/+19
* Experimental hacks to allow -detach elements to appear under the button/line ...treectrl2005-05-141-17/+77
* Experimental hacks to allow -detach elements to appear under the button/line ...treectrl2005-05-141-13/+212
* Bump version to 2.0 because of API changes.treectrl2005-05-132-11/+11
* Bump version to 2.0 because of API changes.treectrl2005-05-133-416/+818
* Use "item id" instead of "index".treectrl2005-05-132-55/+50
* The error message changed when a specified column doesn't exist.treectrl2005-05-131-31/+43
* Use column -tag instead of zero, to handle -columnprefix option if used.treectrl2005-05-131-3/+4
* Use column -tag instead of zero, to handle -columnprefix option if used.treectrl2005-05-132-11/+15
* Use column -tag instead of zero, to handle -columnprefix option if used.treectrl2005-05-131-6/+8
* Use column -tag instead of zero, to handle -columnprefix option if used.treectrl2005-05-135-54/+60
* Force -usetheme off in demo "Explorer (Details)" and demonstrate per-state co...treectrl2005-05-131-31/+44
* Bump version to 2.0 because of API changes.treectrl2005-05-131-47/+86
* Use column -tag instead of zero, to handle -columnprefix option if used.treectrl2005-05-131-7/+7
* Use "item id" instead of "index".treectrl2005-05-131-137/+97
* Use "column compare" instead of !=, eq etc.treectrl2005-05-131-38/+43
* Removed some dbwin() calls.treectrl2005-05-131-4/+1
* Return a better error when attempting to retrieve configuration info for an e...treectrl2005-05-131-4/+23
* Replaced global itemPrefix with tree->itemPrefix option.treectrl2005-05-131-30/+31
* New command "item compare", "compare" is deprecated.treectrl2005-05-131-63/+151
* Use STATIC_ALLOC macro.treectrl2005-05-131-7/+5
* Fixed display not redrawing when deleting columns if columns had same width.treectrl2005-05-131-1/+22
* -treecolumn requires real column or "", not an int.treectrl2005-05-131-12/+21
* New option -columnprefix changes how column ids look.treectrl2005-05-131-144/+33
* The result of "column create" is now a unique identifier.treectrl2005-05-131-51/+669
* Added missing demo.treectrl2005-05-111-0/+251
* Updated for recent changes.treectrl2005-05-114-68/+43
* Replaced -XXXbuttonXXX with -buttonbitmap, -buttonimage.treectrl2005-05-113-214/+494