summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Wrap various fields in TREECTRL_DEBUG define to save some memory.treectrl2006-10-041-92/+1036
* Separated Style into MStyle and IStyle to save some memory.treectrl2006-10-041-356/+827
* Moved ItemTags and TagExpr stuff to tkTreeCtrl.h and tkTreeUtils.c.treectrl2006-10-041-1062/+406
* Added TreeRowLabel field/arg.treectrl2006-10-042-4/+42
* Arrange and draw rowlabels.treectrl2006-10-041-241/+664
* New treectrl options: -rowlabelresize, -rowlabelwidth, -minrowlabelwidth, -ma...treectrl2006-10-041-41/+107
* TreeItemList stuff renamed to TreePtrList so columns and rowlabels can use them.treectrl2006-10-041-25/+219
* The -tag option is now -tags and uses a TagInfo struct.treectrl2006-10-041-326/+923
* Fix control- and shift-clicks in an empty list. [Patch 1556387]treectrl2006-09-271-5/+10
* Added -clip option to window elements.treectrl2006-09-271-3813/+353
* Added -clip option to window elements.treectrl2006-09-273-4/+29
* Clip window elements.treectrl2006-09-271-14/+39
* Moved check for Tile from firefox.tcl.treectrl2006-09-271-1/+9
* Nitpick.treectrl2006-09-271-5/+6
* Moved check for Tile to demo.tcl.treectrl2006-09-271-31/+114
* Set ElementArgs.display.bounds in two places to support clipping of window el...treectrl2006-09-271-3/+27
* Rewrote TreeItem_UpdateWindowPositions to respect column spans (code is mostl...treectrl2006-09-271-1/+71
* 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