summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove now useless command and test constraint testgrabfvogel2020-06-022-79/+0
* Remove proc waitForGrab from test bind-35.1fvogel2020-06-021-20/+3
* merge bug-e3888d5820fvogel2020-06-021-0/+1
|\
| * Make test bind-34.1 pass on Debian 10 with KDE/Plasma.fvogel2020-06-021-0/+1
* | merge bug-e3888d5820fvogel2020-06-021-2/+2
|\ \ | |/
| * Fix error (with no consequences) in test bind-34.1fvogel2020-06-021-2/+2
* | Rename DoWarpWrtWin --> TkDoWarpWrtWinfvogel2020-06-023-5/+5
* | Remove function DoWarpWrtScreen which was called from only one place, and add...fvogel2020-06-023-40/+25
* | Rename DoWarp to DoWarWrtScreen, add function DoWarpWrtWin to factorize the c...fvogel2020-06-024-36/+55
* | Remove the TK_DISPLAY_IN_WARP machinery completely.fvogel2020-06-024-52/+10
* | Warping with respect to the whole screen is now synchronous as well (it is no...fvogel2020-06-022-21/+9
* | A more robust approach to warping with respect to a window: make the call to ...fvogel2020-06-023-21/+56
|/
* Remove code from TkpWarpPointer which was only needed to construct the NSEven...marc_culler2020-05-161-11/+1
* merge core-8-6-branchfvogel2020-02-231-11/+22
|\
| * Prevent some textTag tests from triggering hot spots of the Linux KDE/Plasma ...fvogel2020-02-231-11/+22
* | Use TkGrabState() in function TestgrabObjCmd() instead of dispPtr->grabWinPtr...fvogel2020-02-181-5/+4
* | Refine test bind-35.1 once more since [grab current] returns the eventualGrab...fvogel2020-02-173-7/+91
* | Merge 8.6jan.nijtmans2020-02-1740-244/+330
|\ \ | |/
| * Merge 8.5jan.nijtmans2020-02-161-1/+1
| |\
| | * Don't build static with tcl8.6, that doesn't work (yet). Could be fixed, but ...jan.nijtmans2020-02-166-14/+7
| * | Merge-markjan.nijtmans2020-02-140-0/+0
| |\ \ | | |/
| | * Fix travis build. Revise usage of TCLDIR.jan.nijtmans2020-02-146-31/+128
| * | A few missing (internal) "const" modifiers.jan.nijtmans2020-02-144-6/+6
| * | Fix travis build. Revise usage of TCLDIRjan.nijtmans2020-02-132-13/+13
| * | Use (more efficient) Tcl_GetIntFromObj() in stead of Tcl_GetInt() in a few pl...jan.nijtmans2020-02-123-32/+31
| * | Update travis build to "bionic"jan.nijtmans2020-02-121-42/+26
| * | According to documentation, maxBytes is exclusing the end 0-byte, so previous...jan.nijtmans2020-02-101-2/+2
| * | Don't forget closing 0-bytejan.nijtmans2020-02-101-2/+3
| * | Fix (harmless) gcc-9 warningjan.nijtmans2020-02-101-1/+1
| * | Fix [90a4b7581f]: Tk fontconfig crash if there is no font installedfvogel2020-02-091-1/+1
| |\ \
| | * | Fix [90a4b7581f]: Tk fontconfig crash if there is no font installedfvogel2020-01-261-1/+1
| * | | (cherry-pick): Don't panic for "Wild GenericEvent"'s: Just filter out all eve...jan.nijtmans2020-02-055-34/+30
| * | | (cherry-pick): Some DBGX cleanup (not used any more)jan.nijtmans2020-02-052-36/+2
| * | | (cherry-pick): It appears that inttypes.h was introduced in Visual Studio 2013jan.nijtmans2020-02-051-4/+1
| * | | Merge 8.5jan.nijtmans2020-02-031-17/+4
| |\ \ \ | | | |/ | | |/|
| | * | Put realEventMasks and virtualEventMasks together in a single table: VirtualE...jan.nijtmans2020-02-031-17/+4
| * | | Typo (which no compiler would discover, but really xGenericEvent != XGenericE...jan.nijtmans2020-02-031-1/+1
| * | | fixed segfault [a196fb11]: wrong handling in ClearLookupTable (if object is n...sebres2020-01-311-2/+3
| * | | Don't add UNIX_DIR to VPATH. This should solve a dependency problem on Cygwin...jan.nijtmans2020-01-281-1/+7
| * | | Don't use "bool" as variable name. Possible conflict with "bool" type.jan.nijtmans2020-01-281-3/+3
| * | | No need to include "tk.h" here: It's already included in tkInt.h (through tkP...jan.nijtmans2020-01-271-4/+0
| * | | HAVE_INTTYPES_H=1 is already handled in rules.vcjan.nijtmans2020-01-271-1/+1
| | |/ | |/|
| * | Let bind-34.3 be robust against Linux KDE hot spots on screen corners.fvogel2020-01-251-5/+23
| |\ \
| | * | Let bind-34.3 be robust against Linux KDE hot spots on screen cornersfvogel2020-01-251-5/+23
| * | | silence "unused variable" warningdgp2020-01-241-1/+0
| * | | Sync tcl.m4 and rules.vc to latest version from Tcljan.nijtmans2020-01-243-6/+31
| * | | Remove 2 comments which are simply not correct (nor useful) any morejan.nijtmans2020-01-192-11/+0
| * | | A better fix for [bf93d098d7]: Aqua menus can be unresponsive at startupmarc_culler2020-01-181-12/+4
| |\ \ \
| | * | | A better fix for [bf93d098d7]: Aqua menus can be unresponsive at startupmarc_culler2020-01-171-12/+4
| * | | | Fix [077d49828b]: notebook tab 'ambiguous compound' failure/regression, by ma...fvogel2020-01-184-8/+18
| |\ \ \ \