summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Bumped version to 2.2.8.treectrl2008-10-084-12/+1109
|
* Added option -showrootchildbuttons.treectrl2008-07-214-2102/+150
| | | | Bumped version to 2.2.7.
* Bumped version to 2.2.6.treectrl2008-02-294-21/+1083
|
* * demos/demo.tcl, doc/What's New in TkTreeCtrl.html:hobbs22008-02-224-25/+29
| | | | | | * doc/treectrl.html, doc/treectrl.man, doc/treectrl.n * shellicon/configure, shellicon/configure.ac: * configure, configure.ac: bump version to 2.2.5
* Updates for version 2.2.4.treectrl2008-01-224-10758/+148
|
* Added -columntagexpr and -itemtagexpr options. [Patch 1684169]treectrl2007-11-123-4/+105
| | | | Documented use of double-quoted tag names in tag expressions.
* Added some comments about the importance of order in per-state options. [BUG ↵treectrl2007-10-233-4/+45
| | | | 1816723]
* Notes for 2.2.3.treectrl2007-02-061-1/+3022
|
* Bumped version to 2.2.3.treectrl2007-02-063-10/+10
|
* Update version to 2.2.2 (for real this time).treectrl2007-01-222-7/+7
|
* Update version to 2.2.2.treectrl2007-01-224-23/+5060
|
* Deprecated the -draw option of every element. The new style layout option ↵treectrl2006-12-074-5/+1034
| | | | -draw should be used instead.
* Revert the change involving hiding elements that had non-zero size. Just ↵treectrl2006-12-061-11/+996
| | | | rely on the style layout option -visible.
* New style layout option -visible.treectrl2006-12-044-13/+1027
| | | | | Elements with zero requested size are not included in the layout, including any padding. Union elements are not included in the layout if all the elements they surround are hidden or have zero size.
* Added column option -itemjustify.treectrl2006-12-034-16/+2016
|
* The item option -button may now be "auto" in which case a button is drawn ↵treectrl2006-11-303-40/+66
| | | | only when the item has a child whose -visible option is true.
* Added [bbox] command.treectrl2006-11-214-339/+428
|
* Added 2 optional arguments to [selection get] to perform lindex- and ↵treectrl2006-11-194-8821/+107
| | | | lrange-like operations on the sorted list of selected items.
* Updates for 2.2.treectrl2006-11-184-221/+2943
|
* Updates.treectrl2006-11-091-1/+970
|
* Deprecated the treectrl option -defaultstyle.treectrl2006-11-034-48/+4385
| | | | Added column option -itemstyle (replaces -defaultstyle).
* Added -underline option to text element. [ Patch 1580928 ]treectrl2006-10-313-81/+111
| | | | | Added "depth" qualifier to item descriptions. Added "!tail" qualifier to column descriptions.
* Sync with current features.treectrl2006-10-271-37/+271
|
* Added column options -uniform and -weight.treectrl2006-10-273-265/+305
| | | | Misc rewrites.
* Merged with BRANCH_dynamic_options.treectrl2006-10-184-616/+1923
|
* Added -clip option to window elements.treectrl2006-09-271-3813/+353
|
* Added -clip option to window elements.treectrl2006-09-273-4/+29
|
* Added ITEM TAGS section.treectrl2006-09-243-252/+605
| | | | | | | Added -tags option to [item create]. Added [item descendants]. Added [tag]. Added "list", "range", "tag", "ancestors", "children", "descendants" to item descriptions.
* Updates for 2.2.treectrl2006-09-241-1/+899
|
* Change the description of -showbuttons and -showrootbutton.treectrl2006-09-163-264/+444
| | | | | | | Added [item enabled] command. [scan mark] and [scan dragto] docs were missing. Update description of "enabled" state, since the state can now be changed. Update item description docs since new qualifier "state xxx" was added.
* Added -visible option to [item count].treectrl2006-09-083-13/+22
|
* Updates for 2.1.1.treectrl2006-09-051-1/+1363
|
* Bumped version to 2.1.1.treectrl2006-09-053-10/+10
|
* Fix typo.treectrl2006-07-111-2/+2
|
* [column delete] now accepts an optional second argument to delete a range of ↵treectrl2005-09-073-129/+171
| | | | | | columns with one call. Added a bunch of links to the COLUMN DESCRIPTION section.
* Changes for 2.1.treectrl2005-07-234-473/+1041
|
* Updates for 2.1.treectrl2005-07-151-2/+628
|
* Give more complete/accurate description of each element configuration option.treectrl2005-07-153-630/+912
| | | | | | | Added -itemwidth, -itemwidthequal, -itemwidthmultiple treectrl options. Added [element perstate] command. Deprecated column -stepwidth and -widthhack options. Added <ItemVisibility> event.
* Deprecate [item element actual], renamed it to [item element perstate] and ↵treectrl2005-07-123-230/+289
| | | | | | describe it correctly. Added [item image].
* Updates for 2.1.treectrl2005-07-121-49/+1273
|
* Changed DESCRIPTION section a little.treectrl2005-07-113-586/+901
| | | | | | | | | | | | Deprecated and rewrote [item complex] description. List valid options to [item configure] since [item create] accepts many more. Listed new options to [item create]. [item element configure] expanded syntax with '+' and ',' arguments. New [item span] command. Tweaked [item style set] description. [item text] now returns a string for every column if no column is specified. Changed [notify bind] description since bindings on windows *are* automatically deleted now when a window is deleted. New [notify unbind] command.
* Fixed description of "item state get".treectrl2005-06-293-9/+9
|
* Changed references to old -open/closedbuttonimage/bitmap options.treectrl2005-06-223-10/+10
|
* Added "-sticky" style layout option.treectrl2005-06-133-4/+29
|
* Added "Style Layout Options" section.treectrl2005-06-131-3/+62
|
* Updated the descriptions of various style layout options.treectrl2005-06-133-56/+174
| | | | | Added the new min/max width/height style layout options. Added "-draw" option to the "window" element type.
* Command "item range" added, command "range" deprecated.treectrl2005-06-081-9/+17
|
* Command "item range" added, command "range" deprecated.treectrl2005-06-083-157/+182
| | | | <Edit-begin> and <Edit-end> added.
* New item description "end".treectrl2005-06-023-10/+43
| | | | | New column description "end". New "-destroy" option added to "window" element type.
* The quick brown fox jumps over the lazy dog.treectrl2005-06-021-401/+438
|