summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-0825-44/+44
* Fix [e3888d5820]: Grab on master prevents mouse pointer warp into slave widge...fvogel2020-07-063-53/+73
|\
| * Rework test bind-35.1 and simplify it a bit, make it fail in core-8-6-branch ...fvogel2020-06-143-106/+22
| * Add comment explaining the result expected for bind-35.1fvogel2020-06-071-0/+2
| * Be even more specific in the result expected from bind-35.1fvogel2020-06-071-1/+2
| * Take into account that some WM, such as KDE/Plasma with the Aurorae theme eng...fvogel2020-06-061-0/+5
| * Cherry-pick [a6c87041]: Make bind-34.1 pass on Debian 10 with KDE/Plasma by g...fvogel2020-06-061-0/+1
| * Make test bind-34.1 pass on Debian 10 with KDE/Plasma.fvogel2020-06-021-0/+1
| * Fix error (with no consequences) in test bind-34.1fvogel2020-06-021-2/+2
| * 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
| |\
| * | 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
| |\ \
| * | | Don't stress the CPU too much.fvogel2020-02-161-1/+1
| * | | Attempt to make test bind-35.1 more reliable, by waiting for the expected [gr...fvogel2020-02-161-5/+13
| * | | Avoid interference in bind-35.1 from the hot spots in the corners of the scre...fvogel2020-01-271-2/+2
| * | | Remove useless generation of NSMouseMoved event when warping the mouse pointe...fvogel2020-01-251-18/+0
| * | | Fix [e3888d5820] (Grab on master prevents mouse pointer warp into slave widge...fvogel2020-01-251-11/+11
| * | | Put more robustness in bind-35.1fvogel2020-01-191-0/+1
| * | | Make bind-35.1 fail on Linux, by swapping the order of the mouse pointer warp...fvogel2020-01-111-5/+8
| * | | Attempt to make bind-35.1 more reliable on Windows.fvogel2020-01-111-7/+3
| * | | Add test bind-35.1, currently failing, and demonstrating issue reported in [e...fvogel2020-01-061-0/+33
| * | | Reorder code snippet in HandleEventGenerate to make it easier to understand. ...fvogel2020-01-061-5/+5
* | | | Fix [40e4bf6198]: Entry/spinbox: double free when textvariable set in validat...fvogel2020-07-063-5/+49
|\ \ \ \
| * | | | Add test spinbox-19.21 testing for a spinbox the same thing entry-19.21 does ...fvogel2020-07-051-0/+20
| * | | | Bring entry-19.19 and spinbox-19.19 in line with the fix for [40e4bf6198]. Va...fvogel2020-07-052-2/+2
| * | | | More complete fix: deal with the case the textvariable is set more than once ...fvogel2020-06-181-0/+3
| * | | | Fix [40e4bf6198]: Entry: double free when textvariable set in validatecommand...fvogel2020-06-142-3/+24
* | | | | Fix [cd051b586a]: MouseWheel documentation in bind.nfvogel2020-07-052-7/+17
|\ \ \ \ \
| * | | | | Document platform differences in vertical scrolling events. Add documentation...fvogel2020-06-221-2/+15
| * | | | | Remove obsolete mention of MouseWheel events being directed to the windos hav...fvogel2020-06-221-3/+0
| * | | | | Fix [cd051b586a]: MouseWheel documentation in bind.nfvogel2020-06-211-2/+2
* | | | | | Fix bug in previous commitjan.nijtmans2020-07-031-1/+1
* | | | | | Minor optimizations in ::tk::EntryBackspace and ::tk::EntryTransposejan.nijtmans2020-07-031-5/+5
* | | | | | merge bug-2d24591c; fix -postoffset with default style.bll2020-07-021-0/+3
|\ \ \ \ \ \
| * | | | | | Fix -postoffset to work with the default combobox style. If -style isbll2020-06-301-0/+3
| * | | | | | Create new branch named "bug-2d24591c"bll2020-06-300-0/+0
|/ / / / / /
* | | | | | A few missing entries in .fossil-settings/ignore-glob and .gitignorejan.nijtmans2020-06-292-2/+11
* | | | | | Fix "make dist"jan.nijtmans2020-06-292-5/+19
* | | | | | Make Travis build labels the same as Tcljan.nijtmans2020-06-291-7/+7
* | | | | | Workaround for missing "man.macros" in Travis' Tcl installationjan.nijtmans2020-06-291-0/+1
* | | | | | Merge make-dist branch: Now travis checks regressions in "make dist" toojan.nijtmans2020-06-283-12/+45
|\ \ \ \ \ \
| * | | | | | Add "make dist" target to Travis build, as regression test. This should conti...jan.nijtmans2020-06-263-12/+36
* | | | | | | Fix [16ef161925]: <Escape><Control-c> binding sequence not working anymore.fvogel2020-06-272-12/+154
|\ \ \ \ \ \ \
| * | | | | | | Let tests bind-33.20 and bind-33.21 pass.fvogel2020-06-211-2/+5
| * | | | | | | Add two new tests, bind-33.20 and bind-33.21, exercising bindings to mixed ty...fvogel2020-06-211-0/+31
| * | | | | | | Make a bit more use of helper functions. No functional change.fvogel2020-05-031-10/+17
| * | | | | | | Now a mixture of my fix with Gregor's fix. All tests from bind.test do pass a...fvogel2020-05-031-5/+24
| * | | | | | | Revert my fix proposal [dfa8bbc5] and commit a fix proposal from Gregor. Test...fvogel2020-05-021-26/+19