summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed a bunch of conditional-compilation stuff and dead code.treectrl2005-05-118-654/+154
* Nitpicktreectrl2005-05-111-1/+1
* Removed some useless bindings and code.treectrl2005-05-113-122/+8
* Removed duplicate XXXAutoScan code and use TreeCtrl::AutoScan.treectrl2005-05-101-75/+17
* Tweaked -xscrollincrement so horizontal scrolling is better with column dnd.treectrl2005-05-101-1/+2
* Replace -arrowpad with -arrowpadx.treectrl2005-05-101-2/+2
* Minor changes to keep in synch with library procs.treectrl2005-05-102-14/+10
* Replace -arrowpad with -arrowpadx.treectrl2005-05-101-1/+1
* "option add" call to set -usetheme default to true.treectrl2005-05-101-80/+125
* Removed duplicate XXXAutoScan code and use TreeCtrl::AutoScan.treectrl2005-05-101-72/+12
* Replace -relief and -sunken column options with -state.treectrl2005-05-101-29/+160
* Added arg to Ellipsis to force ellipsis.treectrl2005-05-101-12/+856
* Changed name of assoc data from TreeTheme to TreeCtrlTheme for consistency wi...treectrl2005-05-101-2/+2
* Fixed bug with column -justify center|right and horizontal expansion. Element...treectrl2005-05-101-94/+247
* New <ItemDelete> event.treectrl2005-05-101-1/+64
* Changes for new -buttonimage and -buttonbitmap per-state options.treectrl2005-05-101-79/+327
* Added new "window" element type.treectrl2005-05-101-48/+12
* Added new "window" element type.treectrl2005-05-101-706/+752
* Keep a list of free DItems to reduce memory alloc/free.treectrl2005-05-101-2/+129
* Replaced -openbuttonbitmap, -closedbuttonbitmap, -openbuttonimage, and -close...treectrl2005-05-101-25/+148
* Replaced -openbuttonbitmap, -closedbuttonbitmap, -openbuttonimage, and -close...treectrl2005-05-101-185/+248
* Changed -background option to a per-state option.treectrl2005-05-101-367/+1079
* * generic/tkTreeTheme.c: correct headers to build on unix and usehobbs22005-05-022-6/+16
* Added tkTreeTheme.c.treectrl2005-05-012-3/+3
* Initial import of Theme API file.treectrl2005-05-011-0/+657