summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Set -treecolumn to zero after deleting columns (otherwise it is -1).treectrl2002-12-241-1/+2
|
* Changed error message when specifying invalid column index with no columns.treectrl2002-12-241-25/+42
| | | | | Don't create column for 'column configure' query unless setting value. Redo Ranges when creating a new column.
* Set -wrap database options.treectrl2002-12-241-4/+1
| | | | Allow any value for -treecolumn option.
* Fix errors when total height/width is zero.treectrl2002-12-241-4/+7
|
* Return error for bad char in rectangle -open option.treectrl2002-12-241-4/+20
|
* Extra checks for visible columns.treectrl2002-12-241-4/+5
|
* Don't call "notify generate" if events weren't installed.treectrl2002-12-232-7/+17
|
* Include tclInt.h on MaxOSX for TclFormatInt.treectrl2002-12-231-0/+6
|
* element delete command works when element is in use.treectrl2002-12-231-2/+39
|
* Mac window geometry fix.treectrl2002-12-231-1/+24
| | | | Comment describes the "notify install" stuff.
* Mac support added.treectrl2002-12-231-28/+52
| | | | Missing option database names added.
* 'column index' and 'column move' commands added.treectrl2002-12-231-9/+121
|
* TreeItem_MoveColumn() added.treectrl2002-12-231-0/+51
|
* -indent and -itemheight Tcl_Objs added. TreeItem_MoveColumn() declared.treectrl2002-12-231-0/+3
|
* Changes to survive column reordering.treectrl2002-12-233-98/+135
|
* Mac support added.treectrl2002-12-232-24/+71
|
* Scroll-by-pages fix.treectrl2002-12-222-11/+21
|
* Layout fix when changing column header font.treectrl2002-12-221-1/+2
|
* Replace puts with dbwin.treectrl2002-12-211-2/+2
|
* Double-click button fix.treectrl2002-12-212-0/+11
|
* Text layout fixes.treectrl2002-12-214-42/+57
|
* -stepwidth and -minwidth fixes.treectrl2002-12-211-21/+44
|
* Extended demo.treectrl2002-12-211-14/+46
|
* Double-click button fix.treectrl2002-12-212-3/+14
|