summaryrefslogtreecommitdiffstats
path: root/tests/bind.test
Commit message (Expand)AuthorAgeFilesLines
* merge trunk (after fixing conflicts)fvogel2019-08-041-2/+2
|\
| * Merge 8.6jan.nijtmans2019-06-261-2/+2
| |\
| | * Merge 8.5jan.nijtmans2019-06-261-2/+2
| | |\
| | | * Remove use of/documentation regarding deprecated symbols/macro's, which moved...jan.nijtmans2019-06-261-2/+2
| * | | Many updates for macOS. Most, but not all, were triggered by changes between...culler2018-10-301-3/+3
| |\ \ \ | | |/ /
| | * | Increase the size of the ring buffer (in bind.test) according to the change m...fvogel2018-10-281-3/+3
| * | | Merge core-8-6-branch into trunk. Fixes [1088805fff]. See [0feb63f139]culler2017-12-051-2/+27
| |\ \ \ | | |/ /
| * | | Merge core-8-6-branch into trunk. Fixes bind-13.14 test.culler2017-11-281-2/+2
| |\ \ \
| * \ \ \ Fixed tests cases bad interactions and a forgotten mouse warping case (event ...fvogel2016-05-301-0/+1
| |\ \ \ \
| * \ \ \ \ Fixed [79549a9134] - Mouse pointer warping crashesfvogel2016-05-301-0/+12
| |\ \ \ \ \
| * \ \ \ \ \ Fixed [f2655bb0ec] - bind-15.23 fails if the mouse is inside the test windowfvogel2016-05-301-0/+8
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Fix test-case bind-27.2 on X11 (it worked on win32)jan.nijtmans2016-03-221-2/+2
| |\ \ \ \ \ \ \
| * | | | | | | | Suggested fix for [38dc27bd1d0ecd68]: Tk does not support <Button-6> nor <But...jan.nijtmans2016-03-141-2/+58
| |/ / / / / / /
| * | | | | | | Excess spacing in test-suitejan.nijtmans2016-03-141-156/+156
* | | | | | | | Create a derivated version of TIP #532 targeting trunk (8.7), with PREFER_MOS...fvogel2019-02-031-17/+5
* | | | | | | | Tweaked commentsfvogel2019-02-031-23/+20
* | | | | | | | (1) Computation of most specialized event (PREFER_MOST_SPECIALIZED_EVENT) cha...gcramer2019-01-151-17/+17
* | | | | | | | Fix in comparison of homegeneous equal sequences, a real problem with old imp...gcramer2019-01-141-3/+38
* | | | | | | | (1) Return type of Tk_CreateBinding changed to 'Mask'. (2) Fix of issue with ...gcramer2019-01-131-0/+31
* | | | | | | | Fix in comparison of complex patterns, new test cases bind-33.9, bind-33.10, ...gcramer2019-01-101-0/+59
* | | | | | | | Remove debug output from bind-15.23fvogel2019-01-021-2/+0
* | | | | | | | Another test version for Windows, dedicated to bind-15.23.gcramer2018-12-311-0/+2
* | | | | | | | Test cases 32.10 and 32.15 improved.gcramer2018-12-301-0/+2
* | | | | | | | New test cases added: reset button state after destroying window, and detect ...gcramer2018-12-301-0/+30
* | | | | | | | Make test case 32.10 safer.gcramer2018-12-221-1/+1
* | | | | | | | Try to fix problem with test case bind-32.10 under Windoze.gcramer2018-12-221-12/+44
* | | | | | | | Fix of test case bind-32.9gcramer2018-12-201-1/+1
* | | | | | | | Only correction of typo in comment.gcramer2018-12-181-1/+1
* | | | | | | | Bugfix in matching virtual events, see new test case bind-32.11gcramer2018-12-181-4/+21
* | | | | | | | Now modifier keys will trigger Key events, conform to original implementation.gcramer2018-12-111-0/+27
* | | | | | | | (1) Small fix in test version.gcramer2018-12-091-1/+1
* | | | | | | | (1) tkBind.c reviewed and a bit overworked, now it's the final version (excep...gcramer2018-10-261-35/+148
* | | | | | | | (1) Some fixes for Windows. (2) Some minor corrections in test cases.gcramer2018-10-231-8/+29
* | | | | | | | Bugfix [6e8afe516d]: rework of tkBind.c.gcramer2018-10-211-281/+376
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Move calls to clearRingBuffer into the setup sections of tests in bind.test.culler2017-12-031-13/+13
* | | | | | | Restore original content of test bind-15.23. Since the event ring buffer is n...fvogel2017-12-031-3/+3
* | | | | | | Remove unneeded [expr ] in bind-15.22fvogel2017-12-031-1/+1
* | | | | | | Resolve unintended forkfvogel2017-12-031-6/+1
|\ \ \ \ \ \ \
| * | | | | | | Remove letftover try.fvogel2017-12-031-6/+1
* | | | | | | | The ring buffer needs to be cleared in 16.49 too. The issue only appearsculler2017-12-031-0/+1
|/ / / / / / /
* | | | | | | Add an explicit procedure in bind.test which clears the pattern matcher'sculler2017-12-031-0/+30
* | | | | | | Modify the bind-15.23 test so the events left over in the ring buffer from bi...culler2017-12-031-4/+3
| |_|_|_|/ / |/| | | | |
* | | | | | Use -1 instead of 0 as the invalid keycode in test bind-13.14 since 0 isculler2017-11-281-2/+2
| |_|_|/ / |/| | | |
* | | | | Fixed tests cases bad interactions and a forgotten mouse warping case (event ...fvogel2016-05-301-0/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | A mouse button once pressed should be released. Doing otherwise messes up wit...fvogel2016-05-301-0/+1
* | | | | Fixed [79549a9134] - Mouse pointer warping crashesfvogel2016-05-301-0/+12
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | More complete fix for [79549a9134] - Mouse pointer warping crashes, with a no...fvogel2016-05-261-0/+12
| |/ /
* | | Fixed [f2655bb0ec] - bind-15.23 fails if the mouse is inside the test windowfvogel2016-05-251-0/+8
|/ /
* | Modify bind tests for '%M' to save/restore the 'Key' bindings for both 'All' ...Joe Mistachkin2015-02-061-10/+20
|\ \ | |/
| * Modify bind tests for '%M' to save/restore the 'Key' bindings for both 'All' ...Joe Mistachkin2015-02-061-4/+22