Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix [f8f1f0b103]: macosx/README: update Wiki and X11 info. Also change more ↵ | jan.nijtmans | 2019-10-04 | 1 | -1/+1 |
| | | | | links to point to the current https://core.tcl-lang.org | ||||
* | Fix [6a12b61fc3]: identical tests 'frame-3.5' and 'frame-3.6'. Remove the latter | fvogel | 2019-08-30 | 1 | -10/+0 |
| | |||||
* | Fix [a3e81a82a1]: macOS: ttk-2.8 fails | fvogel | 2019-08-28 | 1 | -0/+1 |
|\ | |||||
| * | Fix [a3e81a82a1]: macOS: ttk-2.8 fails | fvogel | 2019-08-28 | 1 | -0/+1 |
| | | |||||
* | | Fix [69b48f427e]: Test 'textTag-18.1' fails since Win10 Creator Falls Update | fvogel | 2019-08-28 | 1 | -0/+40 |
|\ \ | |||||
| * \ | Merge 8.6 | jan.nijtmans | 2019-08-22 | 1 | -0/+8 |
| |\ \ | |||||
| * | | | Since we're here dealing with pointer warping, add tests checking that the ↵ | fvogel | 2019-08-22 | 1 | -1/+41 |
| | | | | | | | | | | | | | | | | mouse really moves when event generating with -wrap true | ||||
* | | | | Merge TIP #532 implementation now that [c1c842ef7792] (new tkBind.c: wrong ↵ | fvogel | 2019-08-28 | 1 | -33/+491 |
|\ \ \ \ | |_|_|/ |/| | | | | | | | assumption about ButtonRelease to match Button presses) is fixed. | ||||
| * | | | Merge 8.6 | jan.nijtmans | 2019-08-13 | 1 | -156/+156 |
| |\ \ \ | | |/ / | |||||
| * | | | Now that the issue is fixed, remove the canary test committed in [69735dbf]. ↵ | fvogel | 2019-08-04 | 1 | -25/+2 |
| | | | | | | | | | | | | | | | | It was only here to trigger the issue more easily. | ||||
| * | | | Merge 8.6 (and fix merge conflict arising from that) | jan.nijtmans | 2019-08-01 | 3 | -4/+4 |
| |\ \ \ | |||||
| * | | | | Committed the canary to help with debugging the faults in binding processing | dkf | 2019-06-16 | 1 | -2/+25 |
| | | | | | |||||
| * | | | | merge core-8-6-branch | fvogel | 2019-06-08 | 36 | -313/+699 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge 8.6. Some tweaks, e.g. "bool" -> "int", "true" -> 1, "false" -> 0 | jan.nijtmans | 2019-05-15 | 9 | -9/+160 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge 8.6 | jan.nijtmans | 2019-03-29 | 10 | -103/+775 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Tweaked comments | fvogel | 2019-02-03 | 1 | -23/+20 |
| | | | | | | | | |||||
| * | | | | | | | (1) Computation of most specialized event (PREFER_MOST_SPECIALIZED_EVENT) ↵ | gcramer | 2019-01-15 | 1 | -17/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changed to make it more user-friendly (2) Minor modifications in bind.test (only textual changes) | ||||
| * | | | | | | | Fix in comparison of homegeneous equal sequences, a real problem with old ↵ | gcramer | 2019-01-14 | 1 | -3/+38 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | implementation, see new test case bind-33.15. | ||||
| * | | | | | | | (1) Return type of Tk_CreateBinding changed to 'Mask'. (2) Fix of issue with ↵ | gcramer | 2019-01-13 | 1 | -0/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | homogeneous equal sequences. New test cases bind-32.12 and bind-32.13. | ||||
| * | | | | | | | Fix in comparison of complex patterns, new test cases bind-33.9, bind-33.10, ↵ | gcramer | 2019-01-10 | 1 | -0/+59 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and bind-33.11. | ||||
| * | | | | | | | Merge 8.6 | jan.nijtmans | 2019-01-10 | 3 | -180/+272 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when window has changed. | ||||
| * | | | | | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (2) Minor correction of error message. | ||||
| * | | | | | | | | Merge 8.6 | jan.nijtmans | 2018-11-29 | 14 | -228/+664 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | (1) tkBind.c reviewed and a bit overworked, now it's the final version ↵ | gcramer | 2018-10-26 | 1 | -35/+148 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (except bug fixes). (2) Some critical test cases added, this has caused corrections in matching algorithm. | ||||
| * | | | | | | | | | (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 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Remove tests/bugs.tcl: the test cases in that file do no longer make Tk ↵ | fvogel | 2019-08-27 | 1 | -41/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | crash (for a long time). | ||||
* | | | | | | | | | | Fix 2 test-cases on MacOSX, which shouldn't be executed at all | jan.nijtmans | 2019-08-22 | 1 | -1/+1 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
* | | | | | | | | | Fix [c8ccd1899c]: Pressing the up arrow key on the first line of a [text] ↵ | fvogel | 2019-08-21 | 1 | -0/+8 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | does not move the cursor to 1.0 | ||||
| * | | | | | | | | Since we are here, also add test textIndex-19.12.2 checking for past end of ↵ | fvogel | 2019-04-14 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | text results in '+ n displaylines' calculations. This one does does not fail in core-8-6-branch (contrary to textIndex-19.12.1). Note to self: in revised_text the test should check 'end' instead of 'end - 1 c'. | ||||
| * | | | | | | | | Add test textIndex-19.12.1 checking for regressions regarding the '1.5 - n ↵ | fvogel | 2019-04-14 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | displaylines' fix [4384effe] | ||||
* | | | | | | | | | Fix indenting in bind.test (taken from TIP #532 branch) | jan.nijtmans | 2019-08-13 | 1 | -405/+406 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||||
* | | | | | | | | typo | jan.nijtmans | 2019-07-29 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez) | fvogel | 2019-07-02 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | Merge 8.5 | jan.nijtmans | 2019-06-26 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | |||||
| * | | | | | | | Remove use of/documentation regarding deprecated symbols/macro's, which ↵ | jan.nijtmans | 2019-06-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | moved to Tcl headers long ago. | ||||
| * | | | | | | | Fix [fbaed1f66b]: [image create photo] errors out on a sane animated gif. ↵ | fvogel | 2018-07-28 | 2 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cherrypicked [95f4a8e283] | ||||
* | | | | | | | | Reduce the number of unnecessary end-of-line spacings | jan.nijtmans | 2019-06-05 | 9 | -110/+110 |
| | | | | | | | | |||||
* | | | | | | | | Use single-argument "expr" as much as possible. Not complete yet, but most ↵ | jan.nijtmans | 2019-06-05 | 18 | -163/+163 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | trivial places are done. | ||||
* | | | | | | | | Fix error in the spelling of the Windows windowingsystem introduced in ↵ | fvogel | 2019-05-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [02ca3773] |