summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Consolidated the column-layout code, and applied the -uniform and -weight opt...treectrl2006-10-271-269/+474
* The -weight option affects how extra space is allocated amongst -expand columns.treectrl2006-10-271-5/+30
* Added -uniform and -weight options to columns, which operate the same as the ...treectrl2006-10-272-2/+224
* Don't allocate an item-column if setting its style to NULL.treectrl2006-10-261-4/+6
* Changed dynamic-option code to use AllocHax_xxx.treectrl2006-10-264-46/+130
* Nitpicks.treectrl2006-10-261-5/+5
* Column description of "all" doesn't return the tail column if the command pro...treectrl2006-10-261-53/+57
* Declare DynamicOption_AllocIfNeeded (used by ElementText).treectrl2006-10-251-3/+5
* Moved 4 fields out of ElementText into a dynamic-option record.treectrl2006-10-251-77/+119
* Tree_GetImage now uses reference counting on images. Tree_FreeImage decrement...treectrl2006-10-182-23/+85
* DumpDInfo sets the interpreter result instead of calling dbwin.treectrl2006-10-181-9/+21
* Per-state images call Tree_FreeImage to decrement the reference count on an i...treectrl2006-10-181-36/+37
* Merged with BRANCH_dynamic_options.treectrl2006-10-185-204/+1313
* AllocHax_xxx takes a Tk_Uid arg for gathering stats on memory allocations.treectrl2006-10-161-20/+29
* AllocHax_xxx takes a Tk_Uid arg for gathering stats on memory allocations.treectrl2006-10-161-28/+43
* Fixed "state" qualifier in column descriptions.treectrl2006-10-161-129/+142
* AllocHax_xxx takes a Tk_Uid arg for gathering stats on memory allocations.treectrl2006-10-162-63/+157
* Added [debug alloc] command to display info about memory allocations.treectrl2006-10-161-3/+15
* Track which item-columns are onscreen so that window elements are unmapped wh...treectrl2006-10-161-35/+288
* Remove rowlabels.treectrl2006-10-149-3987/+20
* Renamed TreeItemList_ItemN to TreeItemList_Nth.treectrl2006-10-141-340/+458
* Renamed TreeItemList_ItemN to TreeItemList_Nth.treectrl2006-10-142-6/+6
* Fix Tree_InvalidateItemDInfo not considering column spans.treectrl2006-10-141-739/+724
* Renamed IFO_xxx flags.treectrl2006-10-141-2/+2
* TreeColumn_FromObj sets CFO_NOT_MANY by default.treectrl2006-10-141-50/+221
* [contentbox] returns an empty string if the content area is <= 0 height or wi...treectrl2006-10-141-75/+91
* Added -indicatorside option to [column dragconfigure].treectrl2006-10-141-12/+65
* Added StyleDrawArgs.bounds for clipping window elements.treectrl2006-10-111-43/+56
* Tree_ItemsInArea returns a TreeItemList.treectrl2006-10-111-9/+11
* Added column option -lock.treectrl2006-10-111-52/+193
* Fixed a bug with window elements when another geometry manager takes control ...treectrl2006-10-111-7/+18
* Added column option -lock.treectrl2006-10-111-1/+5
* Added column option -lock.treectrl2006-10-111-85/+999
* Added column option -lock.treectrl2006-10-111-13/+85
* Added column option -lock.treectrl2006-10-111-42/+97
* Added column option -lock.treectrl2006-10-111-190/+850
* Use the new PerStateInfo custom option, eliminating some code.treectrl2006-10-051-53/+21
* Use the new PerStateInfo custom option, eliminating some code.treectrl2006-10-051-36/+12
* Added AllocHax_Realloc.treectrl2006-10-051-7/+15
* Fix a bug with -orient horizontal and rowlabels.treectrl2006-10-051-2/+11
* Use the new PerStateInfo custom option, eliminating a lot of code.treectrl2006-10-051-263/+80
* Changed TagInfo_xxx to accept a TreeCtrl arg.treectrl2006-10-052-11/+11
* Added AllocHax_Realloc.treectrl2006-10-051-18/+290
* New file.treectrl2006-10-041-0/+3107
* Wrap various fields in TREECTRL_DEBUG define to save some memory.treectrl2006-10-041-92/+1036
* Separated Style into MStyle and IStyle to save some memory.treectrl2006-10-041-356/+827
* Moved ItemTags and TagExpr stuff to tkTreeCtrl.h and tkTreeUtils.c.treectrl2006-10-041-1062/+406
* Added TreeRowLabel field/arg.treectrl2006-10-042-4/+42
* Arrange and draw rowlabels.treectrl2006-10-041-241/+664
* New treectrl options: -rowlabelresize, -rowlabelwidth, -minrowlabelwidth, -ma...treectrl2006-10-041-41/+107