summaryrefslogtreecommitdiffstats
path: root/generic/tkBind.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-22/+19
* | | [Patch #2999889] TkCopyAndGlobalEval obsoletenijtmans2010-06-211-38/+1
* | | [Patch 3009998]: Replace binding procedures with ordinary event handlersjenglish2010-06-191-423/+42
* | | Tk_CreateBinding): Silently ignore empty scripts (Fixes [Bug 3006842]).jenglish2010-05-311-2/+6
* | | Revert [Patch #2999920], as it entails an incompatible change to the C APIjenglish2010-05-171-7/+14
* | | [Patch #2999920]: Optimize Internal Virtual event string operationsnijtmans2010-05-171-14/+7
* | | CONSTify TkCopyAndGlobalEval, TkpSetMainMenubar,nijtmans2010-05-101-13/+13
* | | use -pipe for gcc on win32 (mingw/cygwin)nijtmans2010-02-131-8/+8
* | | Little simplification in tkBind.cnijtmans2010-01-291-5/+2
* | | [Bug 2926819]: Factor out the pointer warping code a bit better and extend itdkf2010-01-061-10/+12
* | | SMALL FIX: Remove useless explicit casts now that we require C89 or later.dkf2010-01-021-3/+3
* | | CONSTify return values of TkKeysymToString,nijtmans2009-12-161-4/+4
* | | * generic/tkBind.c (HandleEventGenerate): Don't generate events fordas2009-08-241-2/+13
* | | Eliminate various gcc warningsnijtmans2009-08-091-76/+75
* | | Fix [Bug 2441988]. Also squelch use of TkCopyAndGlobalEval, we can do better!dkf2009-07-231-2/+4
* | | revert HandleEventGenerate change, it was causing bind-8.2 to faildas2009-04-111-2/+1
* | | * generic/tkBind.c (HandleEventGenerate): ensure window exists beforedas2009-04-101-1/+2
* | | CONSTify TkDebugBorder, TkStringToKeysym, TkDebugBitmapnijtmans2009-01-091-10/+11
* | | TIP 337dgp2008-12-091-4/+6
* | | Minor tidying updkf2008-11-251-99/+74
* | | [Bug 1389270] event generate silently ignored focus events. These can now be ...patthoyts2008-11-231-1/+5
* | | Lots of small changes to make code more pretty and C89-like.dkf2008-11-081-115/+110
* | | Add "const" to many internalnijtmans2008-10-171-9/+9
* | | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-3/+3
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | Tidy up some variable types.patthoyts2007-11-171-3/+3
* | header cleanupdgp2007-09-071-2/+1
* | various "const" additions, in line with TIP #27nijtmans2007-01-181-31/+31
* | * generic/tkBind.c (TkBindInit): for REDO_KEYSYM_LOOKUP, changedas2006-07-211-7/+9
* | * generic/tkBind.c (Tk_BindEvent, TkCopyAndGlobalEval): usehobbs2006-05-251-4/+6
* | Lots of ANSIfying of function decls.dkf2005-11-171-26/+26
* | Fixes of other issues raised in [Bug 1353022]dkf2005-11-101-2/+4
* | ANSIfydkf2005-11-041-172/+165
* | Getting more systematic about styledkf2005-08-101-1545/+1485
* | TIP#165 (user data field) implementation.dkf2004-08-291-5/+40
* | TIP#158 implementation; keypad keys on Win are now distinguishable.dkf2004-07-051-1/+2
* | Modified HandleEventGenerate to properly generate <Destroy> eventchengyemao2004-05-131-3/+11
* | Removed support for Mac OS Classic platform [Patch 918139]das2004-03-171-2/+2
* | * generic/tkBind.c (HandleEventGenerate): only modify root[xy]hobbs2004-02-181-11/+24
* | * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-131-10/+10
* | * generic/tkBind.c (TkpGetBindingXEvent): Add helper methodmdejong2003-04-141-2/+28
|/
* Make all %-expansions generate ?? when their event doesn't have the rightdkf2003-02-281-57/+92
* *** macosx-8-4-branch merged into the mainline [tcl patch #602770] ***macosx_8_4_merge_2002_08_31_trunkdas2002-08-311-2/+2
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-29/+43
* * generic/tkBind.c (TkBindDeadWindow):mdejong2002-06-191-1/+8
* * generic/tkBind.c (HandleEventGenerate):hobbs2002-06-151-4/+4
* * generic/tkBind.c (ExpandPercents): Cast argument tomdejong2002-06-141-2/+2
* TIP #47 "Modifying Tk to Allow Writing X Window managers"jenglish2002-06-141-6/+99
* * Updated callers of Tcl_SplitList and Tcl_Merge.dgp2002-01-251-2/+2
* * Updates to handle change in type of tablePtrdgp2002-01-171-3/+3