| Commit message (Expand) | Author | Age | Files | Lines |
* | Committed the canary to help with debugging the faults in binding processing | dkf | 2019-06-16 | 1 | -2/+25 |
|
|
* | Tweaked comments | fvogel | 2019-02-03 | 1 | -23/+20 |
|
|
* | (1) Computation of most specialized event (PREFER_MOST_SPECIALIZED_EVENT) cha... | gcramer | 2019-01-15 | 1 | -17/+17 |
|
|
* | Fix in comparison of homegeneous equal sequences, a real problem with old imp... | gcramer | 2019-01-14 | 1 | -3/+38 |
|
|
* | (1) Return type of Tk_CreateBinding changed to 'Mask'. (2) Fix of issue with ... | gcramer | 2019-01-13 | 1 | -0/+31 |
|
|
* | Fix in comparison of complex patterns, new test cases bind-33.9, bind-33.10, ... | gcramer | 2019-01-10 | 1 | -0/+59 |
|
|
* | Remove debug output from bind-15.23 | fvogel | 2019-01-02 | 1 | -2/+0 |
|
|
* | Another test version for Windows, dedicated to bind-15.23. | gcramer | 2018-12-31 | 1 | -0/+2 |
|
|
* | Test cases 32.10 and 32.15 improved. | gcramer | 2018-12-30 | 1 | -0/+2 |
|
|
* | New test cases added: reset button state after destroying window, and detect ... | gcramer | 2018-12-30 | 1 | -0/+30 |
|
|
* | Make test case 32.10 safer. | gcramer | 2018-12-22 | 1 | -1/+1 |
|
|
* | Try to fix problem with test case bind-32.10 under Windoze. | gcramer | 2018-12-22 | 1 | -12/+44 |
|
|
* | Fix of test case bind-32.9 | gcramer | 2018-12-20 | 1 | -1/+1 |
|
|
* | Only correction of typo in comment. | gcramer | 2018-12-18 | 1 | -1/+1 |
|
|
* | Bugfix in matching virtual events, see new test case bind-32.11 | gcramer | 2018-12-18 | 1 | -4/+21 |
|
|
* | Now modifier keys will trigger Key events, conform to original implementation. | gcramer | 2018-12-11 | 1 | -0/+27 |
|
|
* | (1) Small fix in test version. | gcramer | 2018-12-09 | 1 | -1/+1 |
|
|
* | (1) tkBind.c reviewed and a bit overworked, now it's the final version (excep... | gcramer | 2018-10-26 | 1 | -35/+148 |
|
|
* | (1) Some fixes for Windows. (2) Some minor corrections in test cases. | gcramer | 2018-10-23 | 1 | -8/+29 |
|
|
* | Bugfix [6e8afe516d]: rework of tkBind.c. | gcramer | 2018-10-21 | 1 | -281/+376 |
|
|
* | Move calls to clearRingBuffer into the setup sections of tests in bind.test. | culler | 2017-12-03 | 1 | -13/+13 |
|
|
* | Restore original content of test bind-15.23. Since the event ring buffer is n... | fvogel | 2017-12-03 | 1 | -3/+3 |
|
|
* | Remove unneeded [expr ] in bind-15.22 | fvogel | 2017-12-03 | 1 | -1/+1 |
|
|
* | Resolve unintended fork | fvogel | 2017-12-03 | 1 | -6/+1 |
|\ |
|
| * | Remove letftover try. | fvogel | 2017-12-03 | 1 | -6/+1 |
|
|
* | | The ring buffer needs to be cleared in 16.49 too. The issue only appears | culler | 2017-12-03 | 1 | -0/+1 |
|/ |
|
* | Add an explicit procedure in bind.test which clears the pattern matcher's | culler | 2017-12-03 | 1 | -0/+30 |
|
|
* | Modify the bind-15.23 test so the events left over in the ring buffer from bi... | culler | 2017-12-03 | 1 | -4/+3 |
|
|
* | Use -1 instead of 0 as the invalid keycode in test bind-13.14 since 0 is | culler | 2017-11-28 | 1 | -2/+2 |
|
|
* | Fixed tests cases bad interactions and a forgotten mouse warping case (event ... | fvogel | 2016-05-30 | 1 | -0/+1 |
|\ |
|
| * | A mouse button once pressed should be released. Doing otherwise messes up wit... | fvogel | 2016-05-30 | 1 | -0/+1 |
|
|
* | | Fixed [79549a9134] - Mouse pointer warping crashes | fvogel | 2016-05-30 | 1 | -0/+12 |
|\ \
| |/ |
|
| * | More complete fix for [79549a9134] - Mouse pointer warping crashes, with a no... | fvogel | 2016-05-26 | 1 | -0/+12 |
|
|
* | | Fixed [f2655bb0ec] - bind-15.23 fails if the mouse is inside the test window | fvogel | 2016-05-25 | 1 | -0/+8 |
|/ |
|
* | Modify bind tests for '%M' to save/restore the 'Key' bindings for both 'All' ... | Joe Mistachkin | 2015-02-06 | 1 | -10/+20 |
|\ |
|
| * | Modify bind tests for '%M' to save/restore the 'Key' bindings for both 'All' ... | Joe Mistachkin | 2015-02-06 | 1 | -4/+22 |
|
|
* | | Add support for an 'M' binding substitution that is replaced with the number ... | Joe Mistachkin | 2015-02-06 | 1 | -1/+32 |
|\ \
| |/ |
|
| * | Add docs and tests. | Joe Mistachkin | 2012-11-16 | 1 | -0/+26 |
|
|
| * | Fixed [Bug 3554081]: Test bind-22.10 failed | fvogel | 2012-08-03 | 1 | -2/+2 |
| |\ |
|
| | * | Fixed [Bug 3554081]: Test bind-22.10 failed | fvogel | 2012-08-03 | 1 | -2/+2 |
|
|
* | | | 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 |
|
|
| | * | * tests/bind.test: Make test suite more SCIM-tolerant [Bug 1609316] | dgp | 2007-05-16 | 1 | -1/+3 |
|
|
* | | | [Patch 3009998]: Replace binding procedures with ordinary event handlers | jenglish | 2010-06-19 | 1 | -345/+10 |
|
|
* | | | [Bug 2336454] fixed keysyms used in bind tests. | patthoyts | 2009-01-11 | 1 | -31/+30 |
|
|
* | | | [Bug 1389270] event generate silently ignored focus events. These can now be ... | patthoyts | 2008-11-23 | 1 | -4/+4 |
|
|
* | | | Fixed some locale dependencies to reduce the noise on non-English systems | patthoyts | 2008-11-23 | 1 | -651/+657 |
|
|
* | | | Re-fixed QWERTY/AZERTY sensitivity of key event generation test (thx to Pat T... | ferrieux | 2008-11-23 | 1 | -3/+3 |
|
|
* | | | Fixed QWERTY/AZERTY sensitivity of key event generation test | ferrieux | 2008-11-22 | 1 | -3/+3 |
|
|