summaryrefslogtreecommitdiffstats
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
* HTML manual generated from treectrl.mankrischan2003-01-021-0/+2825
* Now generated from treectrl.mankrischan2003-01-021-539/+1007
* Master source for manual in tcllib's doctool format, which can bekrischan2003-01-021-0/+2254
* - fixed buggy font assignments.krischan2003-01-021-5/+5
* - added tests of new state linkage widget command.krischan2003-01-021-8/+22
* - added description of new state linkage widget command.krischan2003-01-021-18/+11
* added description of new state linkage widget command.krischan2003-01-021-1/+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-0219-550/+899
* 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
* tests for changed argument of "notify generate" widget commandkrischan2002-12-311-13/+12
* tests for new syntax of "item state" widget commandkrischan2002-12-311-24/+60
* - new syntax of "item state" widget commandkrischan2002-12-312-20/+34
* Use changed ''notify generate' syntax.treectrl2002-12-312-11/+12
* Use new 'item state set' command.treectrl2002-12-313-15/+14
* '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
* Defines a proc package_require, which can be used by the test fileskrischan2002-12-301-1/+33
* 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
* - Added test for percentcommand of notify install eventkrischan2002-12-301-2/+15
* adepted to improved behaviour of tkTreeCtrl,krischan2002-12-301-32/+16
* new options for columnskrischan2002-12-301-1/+6
* - Added new options of columns to COLUMNS description.krischan2002-12-301-16/+136
* 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
* Additional tests of notify widget commandkrischan2002-12-291-17/+316
* - Added description of notify widget commandkrischan2002-12-291-3/+126
* 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
* 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