summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Remove 20-column limit.treectrl2003-01-021-1/+10
* Declare TreeStyle_NumElements.treectrl2003-01-021-1/+2
* Use STATIC_SIZE in more places.treectrl2003-01-021-7/+7
* TreeCtrl_GetPadAmountFromObj: don't modify vars if error occurs. It was a pro...treectrl2003-01-021-5/+8
* Big padx and pady patch.treectrl2003-01-025-372/+683
* Fix for 'marquee identify' not reporting column when item has no columns.treectrl2003-01-011-3/+4
* Fix for problems when configure fails.treectrl2003-01-011-31/+57
* Fix for problems when configure fails.treectrl2003-01-012-17/+60
* Extra arg added to TreeStyle_ElementConfigure.treectrl2002-12-311-5/+20
* Use extra arg to TreeStyle_ElementConfigure.treectrl2002-12-311-42/+71
* Fixes for image element choosing image.treectrl2002-12-311-5/+5
* Extra arg to TreeStyle_ElementConfigure.treectrl2002-12-311-1/+1
* 'generate' command now takes char-value list instead of option-value pairs.treectrl2002-12-311-40/+53
* Reworked 'item state' command into 'item state get' and 'item state set'.treectrl2002-12-311-1/+155
* Use StateFromObj public, rename private to StateFromObj2.treectrl2002-12-311-38/+10
* Define StateFromObj, use it in 'state undefine' command.treectrl2002-12-311-24/+88
* Declare StateFromObj.treectrl2002-12-311-0/+8
* 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
* install event command allows %-command.treectrl2002-12-301-47/+139
* 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
* 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
* 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
* 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
* Added database names for -xscrolldelay and -yscrolldelay.treectrl2002-12-261-2/+2
* Changed error message when specifying invalid column index with no columns.treectrl2002-12-241-25/+42
* Set -wrap database options.treectrl2002-12-241-4/+1
* 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
* 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 support added.treectrl2002-12-231-28/+52
* '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
* Scroll-by-pages fix.treectrl2002-12-222-11/+21
* Layout fix when changing column header font.treectrl2002-12-221-1/+2
* Text layout fixes.treectrl2002-12-214-42/+57