summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added [tag] command.treectrl2006-09-241-67/+1159
* Added [tag] command.treectrl2006-09-241-3/+9
* Declare TreeTagCmd.treectrl2006-09-241-1/+2
* 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
* 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
* Removed unused code.treectrl2006-09-081-52/+20
* Bumped copyright to 2006.treectrl2006-09-0515-30/+38
* * generic/tkTreeDisplay.c (Tree_Display): Allow Tree_DeselectHiddenhobbs22006-08-163-16/+31
* * generic/tkTreeItem.c (Item_Configure): on checking for -visible,hobbs22006-08-151-2/+3
* * generic/tkTreeCtrl.c (TreeWidgetCmd): set the tk caret when thehobbs22006-08-041-1/+7
* Fix cut-and-paste error in comment.treectrl2006-07-111-2/+2
* Playing around with span widths.treectrl2006-07-111-1/+14
* Did some work on better distributing space when a style spans multiple column...treectrl2006-07-111-50/+232
* * generic/tkTreeCtrl.c (LoupeCmd): correct loupe on OS X x86.hobbs22006-04-061-1/+16
* Improve appearance of list header under OSX/Aqua. [Patch 1356447]treectrl2005-11-181-2/+22
* Fix compile issue on Mac [Patch 1311956]treectrl2005-10-151-1/+3
* Format fix with braces.treectrl2005-09-281-6/+4
* Fix a comment typo.treectrl2005-09-281-2/+2
* * generic/tkTreeCtrl.c (LoupeCmd): don't capture display (ithobbs22005-09-281-3/+1
* Hide cursor on OS X and capture display while grabbinghobbs22005-09-271-1/+5
* * generic/tkTreeCtrl.c (LoupeCmd): add OS X support. Correcthobbs22005-09-271-24/+110
* reorg used vars into right areashobbs22005-09-251-4/+4
* * demos/demo.tcl: just check for 'loupe' to run loupe demohobbs22005-09-251-32/+91
* Removed declarations of unused functions.treectrl2005-09-211-4/+1
* Add Tcl block comments above each function. Comment function arguments.treectrl2005-09-211-46/+778
* Add Tcl block comments above each function. Comment function arguments.treectrl2005-09-211-142/+1630
* Add Tcl block comments above each function. Comment function arguments.treectrl2005-09-191-80/+725
* Add Tcl block comments above each function. Comment function arguments.treectrl2005-09-171-17/+168
* Add Tcl block comments above each function. Comment function arguments.treectrl2005-09-161-10/+200
* Converted to tab+space indentation.treectrl2005-09-164-1789/+1789
* Added Tcl block comments above each function. Commented function arguments.treectrl2005-09-161-100/+1112
* Converted to tab+space indentation.treectrl2005-09-161-4131/+4137
* Added Tcl block comments above each function. Commented function arguments. C...treectrl2005-09-161-472/+826
* Comment function arguments.treectrl2005-09-161-124/+531
* Removed unused code.treectrl2005-09-151-38/+3