summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set ElementArgs.display.bounds in two places to support clipping of window el...treectrl2006-09-271-3/+27
* Rewrote TreeItem_UpdateWindowPositions to respect column spans (code is mostl...treectrl2006-09-271-1/+71
* Added -clip option to window element to support clipping of windows.treectrl2006-09-271-6/+154
* Added ElementArgs.display.bounds field to support clipping window elements.treectrl2006-09-271-1/+2
* Move drawableX/YOrigin statements where they belong.treectrl2006-09-271-12/+46
* Disable mouse tracking when the initial click activates the name-editing entry.treectrl2006-09-241-1/+3
* Replace clunky block of code with [item descendants].treectrl2006-09-242-37/+5
* Use tags to group related items rather than checking their depth.treectrl2006-09-241-12/+12
* Added ITEM TAGS section.treectrl2006-09-243-252/+605
* Updates for 2.2.treectrl2006-09-241-1/+899
* Added tests for [tag] command.treectrl2006-09-241-1/+108
* Added [tag] command.treectrl2006-09-241-67/+1159
* Added [tag] command.treectrl2006-09-241-3/+9