summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added -clip option to window element to support clipping of windows.treectrl2006-09-271-6/+154
* Added ElementArgs.display.bounds field to support clipping window elements.treectrl2006-09-271-1/+2
* Move drawableX/YOrigin statements where they belong.treectrl2006-09-271-12/+46
* Disable mouse tracking when the initial click activates the name-editing entry.treectrl2006-09-241-1/+3
* Replace clunky block of code with [item descendants].treectrl2006-09-242-37/+5
* Use tags to group related items rather than checking their depth.treectrl2006-09-241-12/+12
* Added ITEM TAGS section.treectrl2006-09-243-252/+605
* Updates for 2.2.treectrl2006-09-241-1/+899
* Added tests for [tag] command.treectrl2006-09-241-1/+108
* Added [tag] command.treectrl2006-09-241-67/+1159
* Added [tag] command.treectrl2006-09-241-3/+9
* Declare TreeTagCmd.treectrl2006-09-241-1/+2
* More tests added for [item element xxx].treectrl2006-09-221-18/+339
* [item id all] is allowed.treectrl2006-09-221-3/+29
* Use new Tree_StateFromListObj for getting state flags from a list object.treectrl2006-09-221-11/+2
* Added Tree_StateFromListObj.treectrl2006-09-222-2/+43
* Use new Tree_StateFromListObj for getting state flags from a list object.treectrl2006-09-221-410/+665
* Added various TreeItemList_xxx routines.treectrl2006-09-211-1/+167
* Use TreeItemList instead of various other data types.treectrl2006-09-211-82/+44
* Added Item.flags field for handling deleted items.treectrl2006-09-211-476/+605
* Added DInfo.requests field to count calls to Tree_EventuallyRedraw.treectrl2006-09-211-130/+125
* [selection add], [selection clear] and [selection modify] rewritten to use Tr...treectrl2006-09-211-293/+230
* New data type TreeItemList and related funcs are used instead of STATIC_ALLOC...treectrl2006-09-211-6/+38
* New demo "My Computer" shows off disabled items.treectrl2006-09-161-0/+115
* Fix tests affected by changed error messages in TreeItem_FromObj.treectrl2006-09-161-7/+90
* Clicking in a disabled item starts the marquee drag.treectrl2006-09-161-1/+4
* Added/updated comments above every proc.treectrl2006-09-161-188/+378
* Generalized how the "visible" qualifier in item descriptions is handled, and ...treectrl2006-09-161-133/+265
* Exclude !enabled items from the selection.treectrl2006-09-161-23/+20
* Declare TreeItem_GetEnabled.treectrl2006-09-161-1/+2
* Clear the "enabled" state of header items in the property list so they can't ...treectrl2006-09-161-2/+3
* Added "My Computer" demo.treectrl2006-09-161-2/+5
* Change the description of -showbuttons and -showrootbutton.treectrl2006-09-163-264/+444
* Added -visible option to [item count].treectrl2006-09-083-13/+22
* Removed unused code.treectrl2006-09-081-52/+20
* Removed unused code.treectrl2006-09-051-12/+4
* Bumped copyright to 2006.treectrl2006-09-0515-30/+38
* Updates for 2.1.1.treectrl2006-09-051-1/+1363
* Bumped version to 2.1.1.treectrl2006-09-051-10/+15
* Bumped version to 2.1.1.treectrl2006-09-056-17/+250
* * library/filelist-bindings.tcl (::TreeCtrl::EditClose): rewrotehobbs22006-08-162-177/+132
* * generic/tkTreeDisplay.c (Tree_Display): Allow Tree_DeselectHiddenhobbs22006-08-164-16/+39
* * generic/tkTreeItem.c (Item_Configure): on checking for -visible,hobbs22006-08-152-2/+8
* * generic/tkTreeCtrl.c (TreeWidgetCmd): set the tk caret when thehobbs22006-08-042-1/+12
* Fix undefined variable. [ Patch 1507123 ]treectrl2006-07-121-1/+3
* Fix errors with various bindings when no items are visible. [ Bug 1422883 ]treectrl2006-07-111-9/+17
* Add column-span demo.treectrl2006-07-112-1/+71
* Fix typo.treectrl2006-07-111-2/+2
* Fix cut-and-paste error in comment.treectrl2006-07-111-2/+2
* Playing around with span widths.treectrl2006-07-111-1/+14