summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* New -draw per-state option for all element types (except window).treectrl2005-06-023-4/+84
|
* Change to UNIX EOL. Added CVS $Id$ tag.treectrl2005-05-271-400/+401
|
* New option -columnresizemode.treectrl2005-05-274-4/+39
|
* Try to give a clearer description of the -backgroundmode option.treectrl2005-05-243-73/+91
| | | | | Note that only 1 line of text is allowed under Aqua when -usetheme is true. Fiddle with descriptions of -tag, -width and -widthhack column options.
* Described changes to treectrl -backgroundmode option.treectrl2005-05-241-0/+16
| | | | Described changes to column -background option.
* New file describing changes since the last version.treectrl2005-05-231-0/+380
|
* Added -columnprefix and -itemprefix options.treectrl2005-05-233-268/+662
| | | | | | Added "column dragcget" and "column dragconfigure" commands. Added all the dynamic events generated by the library scripts. Added example of <ColumnDrag-receive>.
* New column options -maxwidth and -resize.treectrl2005-05-223-10/+42
|
* New column description "tree".treectrl2005-05-173-7/+33
| | | | New text element option "-textvariable".
* New style layout option -indent (experimental).treectrl2005-05-143-65/+83
| | | | Alphabetized style layout options.
* Bump version to 2.0 because of API changes.treectrl2005-05-133-416/+818
| | | | | | | | | | | | | | | | | | | | New "column configure all" syntax. New "column compare" command. Return value of "column create" is unique identifier. New "column delete all" syntax. Deprecated "column index". New command "column id". New command "column list". New command "column order". Deprecated "compare". Deprecated "index". New command "item compare". New command "item count". New command "item id". New command "item order" (replaces old "item index"). Deprecated "numcolumns" and "numitems". Added section COLUMN DESCRIPTION. Added section EXAMPLES with examples of column/item descriptions.