summaryrefslogtreecommitdiffstats
path: root/generic/qebind.c
Commit message (Collapse)AuthorAgeFilesLines
* 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