summaryrefslogtreecommitdiffstats
path: root/generic/tkTreeNotify.c
Commit message (Expand)AuthorAgeFilesLines
* Always include tclInt.h to fix compilation under 8.5.treectrl2006-11-101-7/+2
* Renamed TreeItemList_ItemN to TreeItemList_Nth.treectrl2006-10-141-4/+4
* Use TreeItemList instead of various other data types.treectrl2006-09-211-82/+44
* Bumped copyright to 2006.treectrl2006-09-051-2/+2
* Added Tcl block comments above each function. Commented function arguments. C...treectrl2005-09-161-472/+826
* Whitespace nitpick with ...treectrl2005-07-121-2/+2
* Added [notify unbind] command.treectrl2005-07-101-3/+8
* Added <ItemVisibility> event.treectrl2005-07-051-1/+65
* Increased size of static storage in TreeNotify_Selection.treectrl2005-06-041-2/+2
* Replaced global itemPrefix with tree->itemPrefix option.treectrl2005-05-131-30/+31
* Removed a bunch of conditional-compilation stuff and dead code.treectrl2005-05-111-7/+1
* New <ItemDelete> event.treectrl2005-05-101-1/+64
* Bumped copyright to 2005.treectrl2005-05-011-2/+2
* Added %P and %? %-substitution characters.treectrl2005-03-291-6/+39
* Support for ITEM_ID_IS_STRING compile-time option.treectrl2004-08-091-5/+22
* Add copyright.treectrl2004-07-301-0/+10
* Include tclInt.h on MaxOSX for TclFormatInt.treectrl2002-12-231-0/+6
* Initial revisiontreectrl2002-12-171-0/+389