summaryrefslogtreecommitdiffstats
path: root/generic/tkTreeCtrl.h
Commit message (Expand)AuthorAgeFilesLines
* Added -itemtagexpr and -columntagexpr options.treectrl2007-11-121-1/+4
* Fixed partially-exposed transparent photo images not being redrawn when scrol...treectrl2007-04-211-6/+15
* Misc format changes.treectrl2007-01-311-3/+3
* (vsnprintf): _vsnprintf on Windowshobbs22007-01-261-1/+5
* Renamed many symbols to avoid collisions under ELF.treectrl2007-01-231-38/+49
* Moved tclInt.h to the main header file.treectrl2007-01-211-6/+4
* With -doublebuffer=window, <Expose> events no longer invalidate parts of item...treectrl2006-12-081-1/+2
* Added -span debug option.treectrl2006-12-081-1/+2
* Created a stack of TkRegions to avoid creating/destroying them repeatedly.treectrl2006-12-061-1/+6
* Renamed the 2 PerStateGC_xxx functions since they had nothing to do with per-...treectrl2006-12-061-10/+13
* DynamicOption_FindData returns void* to avoid lots of casts.treectrl2006-12-041-3/+3
* Theme-related changes to support tile-aware treectrl.treectrl2006-12-041-8/+17
* Changed how the display code tracks column headers to better detect changes t...treectrl2006-12-031-1/+4
* Rename TreeColumn_Justify to TreeColumn_ItemJustify to handle the new column ...treectrl2006-12-021-2/+6
* The item option -button may now be "auto" in which case a button is drawn onl...treectrl2006-11-301-2/+4
* Indentation nitpick.treectrl2006-11-271-2/+2
* Fix potential segfaults when a display update is requested in the middle of d...treectrl2006-11-251-1/+3
* Added per-tree theme data.treectrl2006-11-211-3/+13
* Added 2 optional arguments to [selection get] to perform lindex- and lrange-l...treectrl2006-11-191-1/+2
* Fixed not being able to scroll horizontally when the header is wider than the...treectrl2006-11-121-1/+2
* Added Tree_HeaderXXX macros for getting the position of the header.treectrl2006-11-101-2/+13
* Declare TreeItem_GetElemRects, remove TreeStyle_ValidateElements.treectrl2006-11-071-2/+6
* Remove COLUMN_LOCK-related code.treectrl2006-11-071-36/+3
* Remove COLUMN_SPAN-related code.treectrl2006-11-071-2/+1
* Remove NEW_SPAN_CODE-related code.treectrl2006-11-071-8/+1
* Keep an array of column indexes for each item that has at least one span > 1....treectrl2006-11-061-1/+11
* Added missing prototype.treectrl2006-11-061-1/+2
* Deprecated the treectrl option -defaultstyle.treectrl2006-11-031-4/+9
* BG_MODE_INDEX and BG_MODE_VISINDEX wrapped in #ifdef DEPRECATED.treectrl2006-11-031-1/+3
* Added underline arg to TextLayout_Draw. [ Patch 1580928 ]treectrl2006-10-311-2/+3
* Changed handling of deleted items (again) so that the item is removed from th...treectrl2006-10-301-2/+4
* COLUMN_FOR_EACH no longer iterates over the tail column if the tail is not al...treectrl2006-10-291-2/+4
* Added -uniform and -weight options to columns, which operate the same as the ...treectrl2006-10-271-1/+5
* Changed dynamic-option code to use AllocHax_xxx.treectrl2006-10-261-6/+8
* Declare DynamicOption_AllocIfNeeded (used by ElementText).treectrl2006-10-251-3/+5
* Tree_GetImage now uses reference counting on images. Tree_FreeImage decrement...treectrl2006-10-181-3/+5
* Merged with BRANCH_dynamic_options.treectrl2006-10-181-1/+29
* AllocHax_xxx takes a Tk_Uid arg for gathering stats on memory allocations.treectrl2006-10-161-9/+8
* Remove rowlabels.treectrl2006-10-141-108/+2
* Added -indicatorside option to [column dragconfigure].treectrl2006-10-141-12/+65
* Added column option -lock.treectrl2006-10-111-13/+85
* Added AllocHax_Realloc.treectrl2006-10-051-7/+15
* TreeItemList stuff renamed to TreePtrList so columns and rowlabels can use them.treectrl2006-10-041-25/+219
* Declare TreeTagCmd.treectrl2006-09-241-1/+2
* Added Tree_StateFromListObj.treectrl2006-09-221-1/+2
* New data type TreeItemList and related funcs are used instead of STATIC_ALLOC...treectrl2006-09-211-6/+38
* Declare TreeItem_GetEnabled.treectrl2006-09-161-1/+2
* Bumped copyright to 2006.treectrl2006-09-051-2/+2
* * generic/tkTreeDisplay.c (Tree_Display): Allow Tree_DeselectHiddenhobbs22006-08-161-1/+2
* Removed declarations of unused functions.treectrl2005-09-211-4/+1