Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [db8c541b6b] Prevent access of freed memory in warp pointer callbacks. | dgp | 2017-04-06 | 1 | -2/+23 |
|\ | |||||
| * | [db8c541b6b] Prevent access of freed memory in warp pointer callbacks. | dgp | 2017-04-06 | 1 | -2/+23 |
| | | |||||
* | | Fix [7a838c38a1]: X11 bind event ring buffer and NoExpose event. Patch from ↵ | fvogel | 2017-01-09 | 1 | -0/+10 |
|\ \ | |/ | | | | | Christian Werner. | ||||
| * | Better comment explaining why some events are ignored.bug_7a838c38a1 | fvogel | 2017-01-09 | 1 | -3/+3 |
| | | |||||
| * | Patch from chw for [7a838c38a1]: X11 bind event ring buffer and ↵ | fvogel | 2017-01-07 | 1 | -0/+10 |
| | | | | | | | | GraphicsExpose/NoExpose | ||||
* | | Fixed [a2abc45ee6] - Cursor at wrong position after event generate -warp on ↵ | fvogel | 2016-08-23 | 1 | -1/+1 |
|\ \ | |/ | | | | | secondary screen. | ||||
| * | Fixed [a2abc45ee6] - Cursor at wrong position after event generate -warp on ↵bug_a2abc45ee6 | fvogel | 2016-08-13 | 1 | -1/+1 |
| | | | | | | | | secondary screen | ||||
* | | Fixed tests cases bad interactions and a forgotten mouse warping case (event ↵ | fvogel | 2016-05-30 | 1 | -2/+5 |
|\ \ | |/ | | | | | generate {} <...> -warp 1 is valid) | ||||
| * | Fixed crash when calling event generate {} <Motion> -warp 1 | fvogel | 2016-05-30 | 1 | -2/+5 |
| | | |||||
* | | Fixed [79549a9134] - Mouse pointer warping crashes | fvogel | 2016-05-30 | 1 | -2/+11 |
|\ \ | |/ | |||||
| * | More complete fix for [79549a9134] - Mouse pointer warping crashes, with a ↵ | fvogel | 2016-05-26 | 1 | -3/+4 |
| | | | | | | | | non-regression test case. | ||||
| * | Fixed [79549a9134] - Mouse pointer warping crashes | fvogel | 2016-05-26 | 1 | -2/+10 |
| | | |||||
* | | Deprecate Tk_FreeXId(), since it doesn't do anything since 2008-08-19: ↵ | jan.nijtmans | 2016-04-11 | 1 | -1/+1 |
| | | | | | | | | [8356aa0eec57fa7a] | ||||
* | | Suggested fix for [38dc27bd1d0ecd68]: Tk does not support <Button-6> nor ↵ | jan.nijtmans | 2016-03-14 | 1 | -1/+1 |
|/ | | | | <Button-7> events. With test-cases and doc change. | ||||
* | Silence some compiler warnings. | dgp | 2015-02-12 | 1 | -18/+18 |
|\ | |||||
| * | Different approach to stubs for the TkpScanWindowId() declaration. | dgp | 2015-02-12 | 1 | -19/+19 |
| | | | | | | Man, what an inflexible maintenance chore this stuff is. | ||||
* | | Add support for an 'M' binding substitution that is replaced with the number ↵ | Joe Mistachkin | 2015-02-06 | 1 | -2/+10 |
|\ \ | |/ | | | | | of script-based binding patterns matched so far for the event. | ||||
| * | Merge updates from core 8.5 branch. | Joe Mistachkin | 2014-11-11 | 1 | -1/+1 |
| |\ | |||||
| * | | Add support for an 'M' binding substitution that is replaced with the number ↵ | Joe Mistachkin | 2012-11-16 | 1 | -2/+10 |
| | | | | | | | | | | | | of script-based binding patterns matched so far for the event. | ||||
* | | | Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) ↵ | jan.nijtmans | 2014-02-10 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | don't define it, and _WIN32 is much more portable anyway. See: [http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system#WindowsCygwinnonPOSIXandMinGW] | ||||
* | | | Use some more (void *)'s in FreeProc's, a step in the direction getting Tk ↵ | jan.nijtmans | 2013-01-26 | 1 | -1/+1 |
| | | | | | | | | | | | | to work with "novem" | ||||
* | | | more places converted | jan.nijtmans | 2013-01-24 | 1 | -4/+4 |
| | | | |||||
* | | | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵ | jan.nijtmans | 2013-01-11 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | | | | | | | Tcl_GlobalEvalObj functions. Add [file normalize] to pkgIndex.tcl, in order to prevent '..' in file paths. | ||||
| * | | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵ | jan.nijtmans | 2013-01-11 | 1 | -1/+1 |
| |\ \ | | |/ | |/| | | | | | | | | | | | | | Tcl_GlobalEvalObj functions. Add [file normalize] to pkgIndex.tcl, in order to prevent '..' in file paths. Remove unused TCLPATCHL, it should be ".0" for all final releases. Enable tk.h to be used with higher tcl.h versions which might lack _ANSI_ARGS_ | ||||
| | * | More complete purge of things only present for supporting long-dead Mac 9 ↵ | dgp | 2012-11-15 | 1 | -1/+1 |
| | | | | | | | | | | | | systems. | ||||
| | * | unneccessary variable | jan.nijtmans | 2012-05-02 | 1 | -8/+0 |
| | | | |||||
| * | | [Bug 533519]: Window placement with multiple screens | jan.nijtmans | 2012-05-02 | 1 | -20/+0 |
| |\ \ | | |/ | |||||
| | * | [Bug 533519]: Window placement with multiple screens | jan.nijtmans | 2012-05-02 | 1 | -12/+0 |
| | |\ | |||||
* | | | | minor improvements to flag handling | dkf | 2012-07-31 | 1 | -3/+3 |
| | | | | |||||
* | | | | more auditing of error codes | dkf | 2012-07-30 | 1 | -1/+2 |
| | | | | |||||
* | | | | Working towards making the error codes more consistent. | dkf | 2012-07-30 | 1 | -4/+7 |
| | | | | |||||
* | | | | Purged Tcl_AppendElement from all non-test code. | dkf | 2012-07-29 | 1 | -55/+45 |
| | | | | |||||
* | | | | Much more cleaning up of result handling. | dkf | 2012-07-23 | 1 | -20/+21 |
| | | | | |||||
* | | | | consistent error formatting, added error codes | dkf | 2012-07-21 | 1 | -19/+23 |
| | | | | |||||
* | | | | Working towards adding all the Tcl_SetErrorCode calls that should be there. | dkf | 2012-07-16 | 1 | -0/+25 |
| | | | | | | | | | | | | ** WORK IN PROGRESS ** | ||||
* | | | | merge trunk | jan.nijtmans | 2012-04-26 | 1 | -4/+4 |
|\ \ \ \ | |||||
| * \ \ \ | [Bug 3520202]: %K must not work with <MouseWheel> or effects are undefined! | dkf | 2012-04-22 | 1 | -4/+4 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | [Bug 3520202]: %K must not work with <MouseWheel> or effects are undefined! | dkf | 2012-04-22 | 1 | -4/+4 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | [Bug 3520202]: %K must not work with <MouseWheel> or effects are undefined! | dkf | 2012-04-22 | 1 | -4/+4 |
| | | | | | |||||
* | | | | | same bugfix, but now applied to trunk | jan.nijtmans | 2012-04-21 | 1 | -16/+2 |
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| | | |||||
| * | | | fix (hopefully) menu posting in the same way as window placement | jan.nijtmans | 2012-04-20 | 1 | -12/+0 |
| | |/ | |/| | |||||
* | | | [Bug 3176239] control-MouseWheel causes segv | jan.nijtmans | 2012-04-06 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | [Bug 3176239] control-MouseWheel causes segv | jan.nijtmans | 2012-04-06 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | [Bug 3176239] control-MouseWheel causes segv | jan.nijtmans | 2012-04-06 | 1 | -1/+1 |
| | | | |||||
* | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | keysym-to-string mapping hash to use first name in ks_names.h instead of last (if there are multiple possibilities), e.g. "F11" instead of "L1". * macosx/tkMacOSXKeyboard.c (TkpGetKeySym): correct keysyms for pure modifier key presses [Bugs 700311, 1525905]; correct keysym for Enter key; add keysyms for new NumLock and Fn modifiers (added 2005-08-09). | ||||
| | * | * generic/tkBind.c (Tk_BindEvent, ChangeScreen): replace | hobbs | 2006-04-11 | 1 | -6/+9 |
| | | | | | | | | | | | | Tcl_GlobalEval with more efficient Tcl_EvalEx. | ||||
| | * | * generic/tkBind.c <HandleEventGenerate>: Modified to fix wish | dgp | 2004-05-13 | 1 | -3/+11 |
| | | | | | | | | | | | | | | | crach due to incorrectly generate <Destroy> event. This bug was reported in comp.lang.tcl but not logged. |