Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disallow transient/master cycles. Fix bgerror for Aqua to avoid hangs when ↵ | culler | 2019-03-04 | 1 | -1/+1 |
|\ | | | | | | | an error occurs in an idle task run by [NSView drawRect]. | ||||
| * | Increase the size of the ring buffer for Aqua, and modify bgerror so it | culler | 2019-03-03 | 1 | -1/+1 |
| | | | | | | doesn't try (and fail) to post a dialog inside [NSView drawRect]. | ||||
* | | Merge 8.6 | jan.nijtmans | 2019-01-10 | 1 | -1/+1 |
|\ \ | |/ | |||||
| *-. | Merge 8.6 and all changes from original [bug-9e31fd9449] branch | jan.nijtmans | 2019-01-08 | 1 | -2/+2 |
| |\ \ | |||||
| | | * | Bring back more original "None" usages, and fix other warnings which ↵ | jan.nijtmans | 2019-01-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | gradually slipped in. Wherever possible, pragma's are used in MSVC to silence useless compiler warnings. | ||||
| * | | | As requested by Christian Werner/François Vogel and others: Undo many None ↵ | jan.nijtmans | 2018-12-31 | 1 | -1/+1 |
| |\ \ \ | | | |/ | | |/| | | | | | | | | | -> 0 changes, in order to reduce the probability of merge conflicts with other branches. Remark: Many usages of "None" in Tk are wrong, "NULL" should be used in many places where pointers are referenced in stead of XID's. Those places are corrected. | ||||
| | * | | As requested by Christian Werner/François Vogel and others: Undo many None ↵ | jan.nijtmans | 2018-12-31 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | -> 0 changes, in order to reduce the probability of merge conflicts with other branches. Remark: Many usages of "None" in Tk are wrong, "NULL" should be used in many places where pointers are referenced in stead of XID's. Those places are corrected. | ||||
| * | | | Merge 8.5. Undo previous introduced ***POTENTIAL INCOMPATIBLITY*** on win32 | jan.nijtmans | 2018-12-26 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Change None/ControlMask on win32 (and MacOSX - which is harmless) to being ↵ | jan.nijtmans | 2018-12-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | an enum. This fixes (hopefully) the ***POTENTIAL INCOMPATABILITY*** in previous commit | ||||
| * | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols | jan.nijtmans | 2018-12-20 | 1 | -3/+3 |
| |\ \ \ | | |/ / | | | / | | |/ | |/| | *** POTENTIAL INCOMPATIBILITY *** for Win32 only: On X11 and Mac, "None" can still be used as before | ||||
| | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and ↵ | jan.nijtmans | 2018-12-20 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | Windows.h have conflicting symbols. Also fix a few newer (harmless) gcc warnings. | ||||
* | | | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more. | jan.nijtmans | 2018-12-08 | 1 | -10/+9 |
| | | | | | | | | | Eliminate a ton of unnecessary type casts | ||||
* | | | Many updates for macOS. Most, but not all, were triggered by changes ↵ | culler | 2018-10-30 | 1 | -1/+14 |
|\ \ \ | |/ / | | | | | | | between OSX 10.13 and 10.14. | ||||
| * | | Increase the size of the event ring to 45 on macOS, because the new code ↵ | culler | 2018-10-26 | 1 | -1/+14 |
| | | | | | | | | | | | | demands a bigger ring. | ||||
* | | | Fix PTR2INT/PTR2UINT, so they no longer are restricted to the "int" range. | jan.nijtmans | 2018-10-22 | 1 | -5/+5 |
| | | | | | | | | | | | | Make TCL_Z_MODIFIER available in Tk (even when compiled with Tcl 8.6), and use it. More size_t/clientData related improvements | ||||
* | | | Eliminate CONST86: Since Tk 8.7 only compiles with Tcl >= 8.6 anyway, we ↵ | jan.nijtmans | 2018-10-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | just can use "const" everywhere. typo's: occured -> occurred | ||||
* | | | Make Tk sufficiently 64-bit aware in order to withstand TIP #494 possible ↵ | jan.nijtmans | 2018-07-10 | 1 | -2/+0 |
| | | | | | | | | | | | | problems | ||||
* | | | Ongoing work (not finished yet) making Tk fully 64-bit size_t aware (see TIP ↵ | jan.nijtmans | 2018-07-09 | 1 | -1/+4 |
| | | | | | | | | | | | | #494) without compatibility macros | ||||
* | | | Fix indentation that was lost in [f057be0817] | fvogel | 2018-01-28 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix indentation that was lost in [f057be0817] | fvogel | 2018-01-28 | 1 | -1/+1 |
| | | | |||||
* | | | Merge core-8-6-branch into trunk. Fixes [1088805fff]. See [0feb63f139] | culler | 2017-12-05 | 1 | -4/+5 |
|\ \ \ | |/ / | | | | for explanations. | ||||
| * | | Add an explicit procedure in bind.test which clears the pattern matcher's | culler | 2017-12-03 | 1 | -3/+3 |
| | | | | | | | | | ring buffer. Make timeDiff a long instead of an int. | ||||
| * | | Modify the bind-15.23 test so the events left over in the ring buffer from ↵ | culler | 2017-12-03 | 1 | -3/+4 |
| | | | | | | | | | | | | bind-15.22 won't interfere with those generated in bind-15.23. | ||||
* | | | merge core-8-6-branch | jan.nijtmans | 2017-05-10 | 1 | -7/+29 |
|\ \ \ | |/ / | |||||
| * | | New internal function TkpCancelWarp(), which does a proper warp clean-up ↵ | jan.nijtmans | 2017-05-10 | 1 | -8/+30 |
| | | | | | | | | | | | | when the display is closed. Follow-up to [db8c541b6bff91848c53006b0fe352136fbd4be9|db8c541b6b]. Backported from androwish [http://www.androwish.org/index.html/info/0b3392c9134c228f|0b3392c9134c228f] (which was a little more than just a "add tk upstream changes" ...). Thanks, Christian! | ||||
* | | | [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. | 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 ↵ | 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. |