| Commit message (Expand) | Author | Age | Files | Lines |
* | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ |
|
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ |
|
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| | * | * generic/tkBind.c (TkBindInit): for REDO_KEYSYM_LOOKUP, change | das | 2006-07-21 | 1 | -7/+9 |
|
|
| | * | * generic/tkBind.c (Tk_BindEvent, ChangeScreen): replace | hobbs | 2006-04-11 | 1 | -6/+9 |
|
|
| | * | * generic/tkBind.c <HandleEventGenerate>: Modified to fix wish | dgp | 2004-05-13 | 1 | -3/+11 |
|
|
| | * | * generic/tkBind.c (HandleEventGenerate): only modify root[xy] | hobbs | 2004-02-18 | 1 | -11/+24 |
|
|
| * | | Tk_CreateBinding: Silently ignore empty binding scripts (Fixes [Bug 3006842]). | jenglish | 2010-05-31 | 1 | -2/+6 |
|
|
| * | | Fix various gcc-4.4 warnings and formatting, all | nijtmans | 2010-01-29 | 1 | -163/+144 |
|
|
| * | | revert HandleEventGenerate change, it was causing bind-8.2 to fail | das | 2009-04-11 | 1 | -2/+1 |
|
|
| * | | * generic/tkBind.c (HandleEventGenerate): ensure window exists before | das | 2009-04-10 | 1 | -1/+2 |
|
|
* | | | Eliminate some more unneeded write-only variables (discovered by gcc-4.6) | jan.nijtmans | 2011-03-14 | 1 | -3/+2 |
|
|
* | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -22/+19 |
|
|
* | | | [Patch #2999889] TkCopyAndGlobalEval obsolete | nijtmans | 2010-06-21 | 1 | -38/+1 |
|
|
* | | | [Patch 3009998]: Replace binding procedures with ordinary event handlers | jenglish | 2010-06-19 | 1 | -423/+42 |
|
|
* | | | Tk_CreateBinding): Silently ignore empty scripts (Fixes [Bug 3006842]). | jenglish | 2010-05-31 | 1 | -2/+6 |
|
|
* | | | Revert [Patch #2999920], as it entails an incompatible change to the C API | jenglish | 2010-05-17 | 1 | -7/+14 |
|
|
* | | | [Patch #2999920]: Optimize Internal Virtual event string operations | nijtmans | 2010-05-17 | 1 | -14/+7 |
|
|
* | | | CONSTify TkCopyAndGlobalEval, TkpSetMainMenubar, | nijtmans | 2010-05-10 | 1 | -13/+13 |
|
|
* | | | use -pipe for gcc on win32 (mingw/cygwin) | nijtmans | 2010-02-13 | 1 | -8/+8 |
|
|
* | | | Little simplification in tkBind.c | nijtmans | 2010-01-29 | 1 | -5/+2 |
|
|
* | | | [Bug 2926819]: Factor out the pointer warping code a bit better and extend it | dkf | 2010-01-06 | 1 | -10/+12 |
|
|
* | | | SMALL FIX: Remove useless explicit casts now that we require C89 or later. | dkf | 2010-01-02 | 1 | -3/+3 |
|
|
* | | | CONSTify return values of TkKeysymToString, | nijtmans | 2009-12-16 | 1 | -4/+4 |
|
|
* | | | * generic/tkBind.c (HandleEventGenerate): Don't generate events for | das | 2009-08-24 | 1 | -2/+13 |
|
|
* | | | Eliminate various gcc warnings | nijtmans | 2009-08-09 | 1 | -76/+75 |
|
|
* | | | Fix [Bug 2441988]. Also squelch use of TkCopyAndGlobalEval, we can do better! | dkf | 2009-07-23 | 1 | -2/+4 |
|
|
* | | | revert HandleEventGenerate change, it was causing bind-8.2 to fail | das | 2009-04-11 | 1 | -2/+1 |
|
|
* | | | * generic/tkBind.c (HandleEventGenerate): ensure window exists before | das | 2009-04-10 | 1 | -1/+2 |
|
|
* | | | CONSTify TkDebugBorder, TkStringToKeysym, TkDebugBitmap | nijtmans | 2009-01-09 | 1 | -10/+11 |
|
|
* | | | TIP 337 | dgp | 2008-12-09 | 1 | -4/+6 |
|
|
* | | | Minor tidying up | dkf | 2008-11-25 | 1 | -99/+74 |
|
|
* | | | [Bug 1389270] event generate silently ignored focus events. These can now be ... | patthoyts | 2008-11-23 | 1 | -1/+5 |
|
|
* | | | Lots of small changes to make code more pretty and C89-like. | dkf | 2008-11-08 | 1 | -115/+110 |
|
|
* | | | Add "const" to many internal | nijtmans | 2008-10-17 | 1 | -9/+9 |
|
|
* | | | fix [2021443] inconsistant "wrong # args" messages (for Tk) | nijtmans | 2008-07-23 | 1 | -3/+3 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | Tidy up some variable types. | patthoyts | 2007-11-17 | 1 | -3/+3 |
|
|
* | | header cleanup | dgp | 2007-09-07 | 1 | -2/+1 |
|
|
* | | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-18 | 1 | -31/+31 |
|
|
* | | * generic/tkBind.c (TkBindInit): for REDO_KEYSYM_LOOKUP, change | das | 2006-07-21 | 1 | -7/+9 |
|
|
* | | * generic/tkBind.c (Tk_BindEvent, TkCopyAndGlobalEval): use | hobbs | 2006-05-25 | 1 | -4/+6 |
|
|
* | | Lots of ANSIfying of function decls. | dkf | 2005-11-17 | 1 | -26/+26 |
|
|
* | | Fixes of other issues raised in [Bug 1353022] | dkf | 2005-11-10 | 1 | -2/+4 |
|
|
* | | ANSIfy | dkf | 2005-11-04 | 1 | -172/+165 |
|
|
* | | Getting more systematic about style | dkf | 2005-08-10 | 1 | -1545/+1485 |
|
|
* | | TIP#165 (user data field) implementation. | dkf | 2004-08-29 | 1 | -5/+40 |
|
|
* | | TIP#158 implementation; keypad keys on Win are now distinguishable. | dkf | 2004-07-05 | 1 | -1/+2 |
|
|
* | | Modified HandleEventGenerate to properly generate <Destroy> event | chengyemao | 2004-05-13 | 1 | -3/+11 |
|
|
* | | Removed support for Mac OS Classic platform [Patch 918139] | das | 2004-03-17 | 1 | -2/+2 |
|
|