summaryrefslogtreecommitdiffstats
path: root/generic/tkTreeCtrl.c
Commit message (Expand)AuthorAgeFilesLines
* Removed SELECTION_VISIBLE define in favor of runtime option.David N. Welton2009-02-251-44/+36
* * First version of -fillstripes patch.David N. Welton2009-02-041-0/+6
* Added option -showrootchildbuttons.treectrl2008-07-211-7/+16
* Bump copyright to 2008.treectrl2008-01-221-2/+2
* Added #ifdef around Tk_InitStubs to handle "const" difference between 8.4 and...treectrl2007-12-141-1/+5
* Added -itemtagexpr and -columntagexpr options.treectrl2007-11-121-1/+7
* Call FormatResult in two places.treectrl2007-01-311-14/+17
* Renamed many symbols to avoid collisions under ELF.treectrl2007-01-231-15/+15
* Tcl_Preserve the associated Tk_Window otherwise we get crashes while freeing ...treectrl2007-01-221-1/+8
* Moved tclInt.h to the main header file.treectrl2007-01-211-17/+5
* Formatting of braces (again).treectrl2006-12-231-5/+3
* Fixed double-freeing a TreeCtrl structure if the option database had an inval...treectrl2006-12-231-2/+1
* Formatting of braces.treectrl2006-12-221-111/+56
* With -doublebuffer=window, <Expose> events no longer invalidate parts of item...treectrl2006-12-081-2/+2
* Added -span debug option.treectrl2006-12-081-2/+4
* 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