summaryrefslogtreecommitdiffstats
path: root/generic/qebind.c
Commit message (Collapse)AuthorAgeFilesLines
* * generic/tkTreeNotify.c (Percents_ItemDelete, ExpandItemList)hobbs22008-02-221-2/+1
| | | | | | | (Percents_ItemVisibility, Percents_Selection): remove TclFormatInt * generic/qebind.c (QE_ExpandNumber): references and add ExpandItemList to simplify item list expansion. Corrects crash with 8.4-built treectrl used in 8.5.
* Bump copyright to 2008.treectrl2008-01-221-2/+2
|
* Comment updated.treectrl2007-12-141-3/+3
|
* Renamed many symbols to avoid collisions under ELF.treectrl2007-01-231-1/+2
| | | | Renamed Element to TreeElement_.
* Removed #include "dbwin.h" since dbwin is now part of the sources.treectrl2007-01-211-6/+2
|
* Bumped copyright to 2006.treectrl2006-09-051-2/+2
|
* Don't overwrite object result of interpreter in case it is shared.treectrl2005-07-231-7/+8
|
* Changed QE_DeleteBinding to delete all bindings on the given object if the ↵treectrl2005-07-101-34/+84
| | | | | | | | eventString is NULL. This code was in TkWinEventProc. Changed TkWinEventProc to call QE_DeleteBinding. QE_GetAllBindings: stop searching if object was found since an object can only appear once in each BindValue chain. New QE_UnbindCmd allows unbinding all scripts on a given object.
* Binding scripts on a Tk window are automatically deleted if the window is ↵treectrl2005-06-081-1/+138
| | | | destroyed.
* Bumped copyright to 2005.treectrl2005-05-011-2/+2
|
* Added optional percentsCommand argument "notify generate".treectrl2005-03-291-338/+498
| | | | | | | | Strip duplicate characters from charMap argument to "notify generate". New syntax: "notify install pattern ?percentsCommand?", old syntax still supported but deprecated. New syntax: "notify linkage pattern", old syntax still supported but deprecated. New syntax: "notify uninstall pattern", old syntax still supported but deprecated. Added QE_ExpandPattern to turn %-char into a <event-detail> string.
* Fix bug with binding to a Tk window.treectrl2005-01-031-27/+43
| | | | Fix "configure -active" command to return configuration value.
* Casts to quiet compiler warnings.treectrl2004-10-121-14/+34
| | | | Improved background-error message.
* Add copyrighttreectrl2004-07-301-3/+9
|
* 'generate' command now takes char-value list instead of option-value pairs.treectrl2002-12-311-40/+53
|
* install event command allows %-command.treectrl2002-12-301-47/+139
| | | | | | %-char/value args to generate command are passed to %-command. Allow '>' in event and detail names. Don't allow spaces or '-' in event or detail names.
* Fix parsing to allow '>' in event and detail names.treectrl2002-12-291-20/+41
| | | | | Unlimited %-chars allowed in generate command. Use last-specified %-char in case of duplicates.
* Fix calls to Tcl_WrongNumArgs.treectrl2002-12-291-3/+5
|
* Fixed dbwin.h being included in qebind.c.treectrl2002-12-181-0/+5
|
* Initial revisiontreectrl2002-12-171-0/+1992