summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* (TreeWorldChanged): add calls to TreeStyle_TreeChanged andhobbs22003-11-251-4/+9
* whitespace policehobbs22003-11-252-2943/+2699
* Always redraw header when "column move" command is used.treectrl2003-08-091-0/+2
* Fix for missing lines when siblings not visible.treectrl2003-03-291-14/+28
* Moved static Tk_OptionTable vars into structs.treectrl2003-01-284-41/+30
* Added 'scan' command.treectrl2003-01-282-3/+64
* Fixed bug with 'state undefine'.treectrl2003-01-061-7/+11
* Fixed bug with bitmap and 'state undefine'.treectrl2003-01-061-7/+14
* Some new public functions declared.treectrl2003-01-051-2/+7
* Some new public functions defined.treectrl2003-01-051-4/+38
* Tk_FillRegion moved from tkTreeDisplay.c (was XFillRegion).treectrl2003-01-051-8/+28
* New -element option to item sort command.treectrl2003-01-051-13/+144
* Move XFillRegion -> Tk_FillRegion in tkTreeUtils.c.treectrl2003-01-051-32/+3
* TCL_OK -> TCL_ERROR for item sort with no columns.treectrl2003-01-051-1/+1
* item sort returns error if there are no columns.treectrl2003-01-051-3/+43
* Use GetROP2/SetROP2 when modifying/releasing device context.treectrl2003-01-051-0/+6
* 'state define' returns an error for a bad state name.treectrl2003-01-051-0/+5
* Reworked handling of whitespace. '-doublebuffer window' works now. One new ro...treectrl2003-01-041-79/+185
* Remove 20-column limit.treectrl2003-01-021-83/+100
* Remove 20-element limit.treectrl2003-01-022-35/+134
* 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