summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Splitted the big huge test into 5 (not so) little pieces...krischan2002-12-305-1616/+1415
|
* - Added a paragraph about orientation to DESCRIPTION section.krischan2002-12-301-41/+89
| | | | | | | - corrected some statements about things in horizontal orientation. - described field arguments to percentcommand. - new sections DEFAULT BINDINGS and SEE ALSO (I think the nroff doc is ready now...)
* - Added test for percentcommand of notify install eventkrischan2002-12-301-2/+15
| | | | - corrected proc doMyOwnSubst to expect additinal arguments.
* adepted to improved behaviour of tkTreeCtrl,krischan2002-12-301-32/+16
| | | | but there seems to be still one (new?) error.
* new options for columnskrischan2002-12-301-1/+6
|
* - Added new options of columns to COLUMNS description.krischan2002-12-301-16/+136
| | | | | | | - New section EVENTS AND SCRIPT BINDINGS. - Noted all event generations. - Tag of tail column is tail and cannot be changed. - new optional argument percentCommand for notify install event
* Return error when 'visible' is used for some modifiers.treectrl2002-12-301-0/+9
|
* Tag of tail column is 'tail'.treectrl2002-12-301-47/+92
| | | | | Disallow changing tag of tail column. -*padn and -*pads config options added for image and text.
* install event command allows %-command.treectrl2002-12-301-47/+139
| | | | | | %-char/value args to generate command are passed to %-command. Allow '>' in event and detail names. Don't allow spaces or '-' in event or detail names.
* Tree_ItemBbox returns result indicating success or failure.treectrl2002-12-295-20/+10
|
* Fix parsing to allow '>' in event and detail names.treectrl2002-12-291-20/+41
| | | | | Unlimited %-chars allowed in generate command. Use last-specified %-char in case of duplicates.
* Additional tests of notify widget commandkrischan2002-12-291-17/+316
|
* - Added description of notify widget commandkrischan2002-12-291-3/+126
| | | | - corrected description of state undefine widget command.
* Added column index, column move, and column neededwidthkrischan2002-12-291-0/+6
|
* - Removed all knownBug constraints, since these bugs are fixed.krischan2002-12-291-45/+93
| | | | | | - Explicitely require tcltest version 2 - adapt to the latest changes. - Added some first tests of notify widget command.
* Fix calls to Tcl_WrongNumArgs.treectrl2002-12-291-3/+5
|
* Define TreeStyle_ValidateElements.treectrl2002-12-291-2/+31
|
* Set indexVis to -1 for orphans and descendants of orphans.treectrl2002-12-291-0/+1
|
* Validate arguments to 'dragimage add'.treectrl2002-12-291-12/+43
|
* Fix increment calculations when tree has zero height or width.treectrl2002-12-291-18/+35
|
* Declare TreeStyle_ValidateElements.treectrl2002-12-291-0/+1
|
* Extra check in 'see' command.treectrl2002-12-291-1/+2
|
* Disallow tail for bbox command.treectrl2002-12-291-2/+2
| | | | Fix arg to Tcl_WrongNumArgs in column command.
* Removed line loading libtreectrl*.so.treectrl2002-12-281-2/+1
|
* Return error when illegal chars specified in -expand, -iexpand and -squeeze.treectrl2002-12-281-10/+37
|
* Fix for depth of tree with root item only.treectrl2002-12-281-21/+26
| | | | TreeItem_FromObj fix when disallowing root item.
* Fixed a typo in error message.treectrl2002-12-281-1/+1
|
* More checks for required number of arguments.treectrl2002-12-281-0/+5
|
* More checks for required number of arguments.treectrl2002-12-281-56/+70
| | | | 'state undefine' accepts zero or more state arguments.
* Added tests of dragimage widget command.krischan2002-12-281-1/+61
|
* Added description of dragimage widget command.krischan2002-12-281-1/+73
|
* - Added tests of widget commands contentbox and identifykrischan2002-12-281-73/+138
| | | | - renumbered most of the column tests.
* Added dscriptions of widget commands contentbox, debug, and identifykrischan2002-12-281-1/+113
|
* Added tests for widget command column.krischan2002-12-281-1/+384
|
* - Added subcommands index, move, and neededwidth of widget command column.krischan2002-12-281-4/+37
| | | | | - Added widget command numcolumns - Added description of tail column to section COLUMNS
* - Added description of "column" widget command.krischan2002-12-271-3/+190
| | | | - Added a section about COLUMNS including their options.
* - Added test for deleting the root item.krischan2002-12-271-1/+90
| | | | - Added test widget commands see, range, orphans, numitems, and depth.
* - Added descriptions of widget commands depth, numitems, orphans, range, seekrischan2002-12-271-11/+60
| | | | - Corrected descriptions of widget commands collapse, expand, and toggle.
* Added tests of selection widget command.krischan2002-12-272-2/+136
|
* Added database names for -xscrolldelay and -yscrolldelay.treectrl2002-12-261-2/+2
|
* Added tests of marquee widget commandkrischan2002-12-261-1/+52
|
* Added description of marquee widget commandkrischan2002-12-261-3/+93
|
* - Added tests of state and item state widget commands.krischan2002-12-261-64/+160
|
* - Extended DESCRIPTION section.krischan2002-12-261-14/+157
| | | | | | - added activate, canvasx/y, collapse, compare, expand,, item state, state, and toggle widget command descriptions - new section STATES.
* Sorted descriptions of item widget command alphabetically.krischan2002-12-241-58/+58
|
* - Load the extension ina platform dependend way.krischan2002-12-241-2/+109
| | | | - Added tests for "item style" command.
* Man page for treectrl.krischan2002-12-241-0/+1097
| | | | | | Describes currently the options of the widget, the itemDesc argument, and the widget commands element, style and item.
* Macro file for nroff man pages (copy from Tcl)krischan2002-12-241-0/+236
|
* Test file for treectrl.krischan2002-12-241-0/+1266
| | | | | Tests exist yet for options of widget, and for the widget commands element, style and item.
* Driver file for test-suite of treectrl (copy from Tcl's test-suite).krischan2002-12-241-0/+58
|