summaryrefslogtreecommitdiffstats
path: root/generic/tkTreeItem.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed indentation with last patch.HEADmasterDavid N. Welton2009-02-251-6/+6
* Removed SELECTION_VISIBLE define in favor of runtime option.David N. Welton2009-02-251-14/+14
* Added option -showrootchildbuttons.treectrl2008-07-211-10/+21
* Fixed integer overflow in the "item bbox" command when getting the bounds of ...treectrl2008-02-291-5/+5
* Bump copyright to 2008.treectrl2008-01-221-2/+2
* Fixed an old bug caused by a MSVC compiler optimization bug that stopped item...treectrl2007-12-141-3/+5
* The new option -itemtagexpr is checked to disable tag expressions in item des...treectrl2007-11-121-17/+89
* Fixed partially-exposed transparent photo images not being redrawn when scrol...treectrl2007-04-211-30/+30
* Renamed many symbols to avoid collisions under ELF.treectrl2007-01-231-17/+17
* Formatting of braces.treectrl2006-12-221-171/+86
* Added -span debug option.treectrl2006-12-081-3/+3
* Add info to the stack trace about which item/column was involved when getting...treectrl2006-12-061-1/+7
* The index argument to the item description modifiers "child" and "sibling" ma...treectrl2006-12-021-104/+184
* The item option -button may now be "auto" in which case a button is drawn onl...treectrl2006-11-301-27/+60
* Fix potential segfaults when a display update is requested in the middle of d...treectrl2006-11-251-1/+7
* Comment added.treectrl2006-11-221-2/+2
* Fixed display bugs with TreeItem_WalkSpans; some style routines were changing...treectrl2006-11-191-32/+46
* Added 2 optional arguments to [selection get] to perform lindex- and lrange-l...treectrl2006-11-191-1/+43
* Added an optional arg to [item count] to return the number of items matching ...treectrl2006-11-181-26/+9
* Use Tcl_GetIndexFromObjStruct to avoid having to update 2 lists when changing...treectrl2006-11-181-95/+52
* Avoid creating an empty list object in the [item ancestors] command.treectrl2006-11-151-1/+3
* Fixed bug with TreeItem_UpdateWindowPositions not stopping on the right edge ...treectrl2006-11-101-3/+3
* Moved checks of tree->updateIndex into Tree_UpdateItemIndex.treectrl2006-11-091-24/+24
* Removed hundreds of type-casts and pointer copies.treectrl2006-11-081-538/+456
* Code cleanup and comments added.treectrl2006-11-081-68/+124
* Changed [item bbox] to respect spans.treectrl2006-11-071-4/+110
* Remove COLUMN_LOCK-related code.treectrl2006-11-071-90/+8
* Remove COLUMN_SPAN-related code.treectrl2006-11-071-290/+43
* Remove NEW_SPAN_CODE-related code.treectrl2006-11-071-54/+7
* Keep an array of column indexes for each item that has at least one span > 1....treectrl2006-11-061-13/+276
* Fixed item background colors not drawing over the whole item in some cases.treectrl2006-11-061-12/+20
* Chopped out WALK_SPANS unused code.treectrl2006-11-061-454/+1
* Added a routine to walk over each span of an item and call a callback routine...treectrl2006-11-061-77/+536
* Deprecated the treectrl option -defaultstyle.treectrl2006-11-031-1/+16
* Changed handling of deleted items (again) so that the item is removed from th...treectrl2006-10-301-27/+91
* Qualifiers may now be the first part of an item description. This has the sam...treectrl2006-10-291-149/+150
* Deprecated commands and options are wrapped inside #ifdef DEPRECATED.treectrl2006-10-281-3/+23
* Don't allocate an item-column if setting its style to NULL.treectrl2006-10-261-4/+6
* AllocHax_xxx takes a Tk_Uid arg for gathering stats on memory allocations.treectrl2006-10-161-20/+29
* Remove rowlabels.treectrl2006-10-141-25/+1
* Renamed TreeItemList_ItemN to TreeItemList_Nth.treectrl2006-10-141-340/+458
* Added column option -lock.treectrl2006-10-111-52/+193
* Changed TagInfo_xxx to accept a TreeCtrl arg.treectrl2006-10-051-7/+7
* Moved ItemTags and TagExpr stuff to tkTreeCtrl.h and tkTreeUtils.c.treectrl2006-10-041-1062/+406
* Rewrote TreeItem_UpdateWindowPositions to respect column spans (code is mostl...treectrl2006-09-271-1/+71
* Added [tag] command.treectrl2006-09-241-67/+1159
* Use new Tree_StateFromListObj for getting state flags from a list object.treectrl2006-09-221-410/+665
* Added Item.flags field for handling deleted items.treectrl2006-09-211-476/+605
* Generalized how the "visible" qualifier in item descriptions is handled, and ...treectrl2006-09-161-133/+265
* Removed unused code.treectrl2006-09-081-52/+20