summaryrefslogtreecommitdiffstats
path: root/generic/tkTreeCtrl.c
Commit message (Expand)AuthorAgeFilesLines
* Created a stack of TkRegions to avoid creating/destroying them repeatedly.treectrl2006-12-061-1/+5
* Renamed the 2 PerStateGC_xxx functions since they had nothing to do with per-...treectrl2006-12-061-1/+2
* Add missing check of tree->useTheme.treectrl2006-12-041-2/+4
* Theme-related changes to support tile-aware treectrl.treectrl2006-12-041-12/+46
* Removed some unnecessary casts.treectrl2006-12-021-15/+20
* The item option -button may now be "auto" in which case a button is drawn onl...treectrl2006-11-301-4/+3
* New command [bbox].treectrl2006-11-211-13/+40
* Added per-tree theme data.treectrl2006-11-191-5/+15
* Added 2 optional arguments to [selection get] to perform lindex- and lrange-l...treectrl2006-11-191-1/+61
* Use TreeItem_FirstAndLast in the deprecated [range] command.treectrl2006-11-151-17/+2
* Changed 2 incorrect 'return' statements to 'goto'.treectrl2006-11-101-3/+3
* Moved checks of tree->updateIndex into Tree_UpdateItemIndex.treectrl2006-11-091-3/+2
* Remove COLUMN_LOCK-related code.treectrl2006-11-071-22/+3
* Remove NEW_SPAN_CODE-related code.treectrl2006-11-071-7/+1
* Keep an array of column indexes for each item that has at least one span > 1....treectrl2006-11-061-3/+30
* Deprecated the treectrl option -defaultstyle.treectrl2006-11-031-4/+17
* Fix crash when destroying a treectrl with non-empty -backgroundimage.treectrl2006-11-031-9/+22
* BG_MODE_INDEX and BG_MODE_VISINDEX wrapped in #ifdef DEPRECATED.treectrl2006-11-031-4/+15
* Changed handling of deleted items (again) so that the item is removed from th...treectrl2006-10-301-15/+50
* Restore old behaviour of deprecated [expand], [collapse] and [toggle] allowin...treectrl2006-10-301-26/+29
* [identify] now takes pixel x/y arguments, rather than plain integers.treectrl2006-10-301-3/+3
* Renamed columnCustomOption_xxx.treectrl2006-10-291-3/+3
* Deprecated commands and options are wrapped inside #ifdef DEPRECATED.treectrl2006-10-281-11/+61
* Tree_GetImage now uses reference counting on images. Tree_FreeImage decrement...treectrl2006-10-181-20/+80
* Added [debug alloc] command to display info about memory allocations.treectrl2006-10-161-3/+15
* Remove rowlabels.treectrl2006-10-141-78/+7
* [contentbox] returns an empty string if the content area is <= 0 height or wi...treectrl2006-10-141-75/+91
* Added column option -lock.treectrl2006-10-111-42/+97
* Use the new PerStateInfo custom option, eliminating some code.treectrl2006-10-051-36/+12
* New treectrl options: -rowlabelresize, -rowlabelwidth, -minrowlabelwidth, -ma...treectrl2006-10-041-41/+107
* Added [tag] command.treectrl2006-09-241-3/+9
* Added Tree_StateFromListObj.treectrl2006-09-221-1/+41
* [selection add], [selection clear] and [selection modify] rewritten to use Tr...treectrl2006-09-211-293/+230
* Exclude !enabled items from the selection.treectrl2006-09-161-23/+20
* Bumped copyright to 2006.treectrl2006-09-051-2/+2
* * generic/tkTreeCtrl.c (TreeWidgetCmd): set the tk caret when thehobbs22006-08-041-1/+7
* * generic/tkTreeCtrl.c (LoupeCmd): correct loupe on OS X x86.hobbs22006-04-061-1/+16
* Fix compile issue on Mac [Patch 1311956]treectrl2005-10-151-1/+3
* * 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
* Add Tcl block comments above each function. Comment function arguments.treectrl2005-09-211-46/+778
* Removed unused code.treectrl2005-09-151-38/+3
* Fixed a typo.treectrl2005-09-071-2/+2
* Whitespace nitpick with ...treectrl2005-07-121-6/+6
* Change TreeItem_Identify to write to a string instead of returning an element...treectrl2005-07-071-1/+7
* New option -itemwidth, -itemwidthequal and -itemwidthmultiple to replace the ...treectrl2005-07-051-3/+17
* Fixed possible performance problem with "selection clear" (hash tables get bi...treectrl2005-06-291-1/+12