summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* New file to demonstrate the column option -lock.treectrl2006-10-111-0/+176
* Verify [console] command exists so demo can be run in a slave interp.treectrl2006-10-111-10/+66
* 2 nitpicks.treectrl2006-10-111-2/+5
* 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
* [tag] -> [item tag]treectrl2006-10-041-57/+62
* New file.treectrl2006-10-041-0/+145
* Added tkTreeRowLabel.c.treectrl2006-10-042-3/+5
* Use the window element -clip option.treectrl2006-10-041-4/+13
* Column -tag is now -tags (although -tag is still backwards-compatible).treectrl2006-10-048-47/+47
* Column -tag is now -tags (although -tag is still backwards-compatible).treectrl2006-10-041-11/+41
* Column -tag is now -tags (although -tag is still backwards-compatible).treectrl2006-10-041-5/+4
* Column -tag is now -tags (although -tag is still backwards-compatible).treectrl2006-10-045-32/+31
* Handle resizing rowlabels.treectrl2006-10-041-18/+190
* 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
* TreeItemList stuff renamed to TreePtrList so columns and rowlabels can use them.treectrl2006-10-041-25/+219
* The -tag option is now -tags and uses a TagInfo struct.treectrl2006-10-041-326/+923
* Fix control- and shift-clicks in an empty list. [Patch 1556387]treectrl2006-09-271-5/+10
* Added -clip option to window elements.treectrl2006-09-271-3813/+353
* Added -clip option to window elements.treectrl2006-09-273-4/+29
* Clip window elements.treectrl2006-09-271-14/+39
* Moved check for Tile from firefox.tcl.treectrl2006-09-271-1/+9
* Nitpick.treectrl2006-09-271-5/+6
* Moved check for Tile to demo.tcl.treectrl2006-09-271-31/+114