summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Reapply [0e9cbdba] and [82b1d286], then merge bug-ce470f20fd. This fixes [caa...fvogel2019-10-281-0/+88
|\
| * Fix [caacf1f082]: treeview column resizing not possible in some conditions. T...fvogel2019-10-271-2/+2
* | Fix [f7a4f75d1c]: issues with focus -force and Aqua mouse coordinates for emb...culler2019-10-271-0/+52
|\ \
| * | Add a regression test for computing local mouse coordinates in embedded windo...culler2019-10-271-2/+36
| * | Add a regression test for this bug.culler2019-10-261-0/+18
| |/
* | Help tests bind-34.1 and bind-34.2 to always pass on Win10. See today's comme...fvogel2019-10-271-0/+4
* | Backout [82b1d286] and [0e9cbdba] that fixed [cc6c711c1e] and [ce470f20fd] si...fvogel2019-10-271-88/+0
|/
* re-add an update in canvImg-11.3. [d0ddf1ac] made the test fail on Windowsfvogel2019-10-231-0/+1
* Fix test canvImg-11.3 which was failing on macOS due to interaction withculler2019-10-201-15/+13
* Added a regression test, which involved adding a command to tkMacOSXTest.c to...culler2019-10-181-3/+33
* Fix 3 bugs in X11 keysym translations, originating from X11-r5 which were fix...jan.nijtmans2019-10-131-1/+22
* Use vwait instead of after in canvImg.test. On macOS protect against exceptionsculler2019-10-111-9/+11
* Merge the remainder of catalina_more_testsculler2019-10-101-2/+7
|\
| * Merge 8.6culler2019-10-101-15/+15
| |\
| * \ Merge 8.6jan.nijtmans2019-10-103-24/+32
| |\ \
| * | | Revert to using update in textWind.test.culler2019-10-091-4/+4
| * | | Use a platform specific procedure to update the text widget in textDisp.test.culler2019-10-091-381/+392
| * | | A couple more tweaks to the tests.culler2019-10-092-5/+4
| * | | Clean up the other tests. Mouse movement is still needed to avoid hangs.culler2019-10-097-414/+449
| * | | Rebase to 8.6, and use more "vwait" in stead of "update"jan.nijtmans2019-10-094-25/+74
| |\ \ \
| | * | | Attempt to make more test-cases pass on Catalina (not sure we should go this ...jan.nijtmans2019-10-083-14/+14
| | * | | Fix some test errors on macOS 10.15 (Catalina)marc_culler2019-10-082-1/+6
| |/ / /
* | | | Add deprecate Key-names to ks_names.h, and make sure that deprecated Keynames...jan.nijtmans2019-10-101-0/+7
* | | | Fix test number in commentfvogel2019-10-101-1/+1
* | | | Add debug info useful in case bind-34.1 failsfvogel2019-10-101-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add debug info useful in case bind-32.2 failsfvogel2019-10-101-1/+1
* | | | Use vwait in image.test instead of after.culler2019-10-101-15/+15
| |_|/ |/| |
* | | Change a few "update idletask" from previous commit back to "update". Other p...jan.nijtmans2019-10-103-24/+32
* | | Cherry-pick test-case changes from catalina_more_tests branch. They appear to...jan.nijtmans2019-10-109-436/+525
| |/ |/|
* | Fix [f8f1f0b103]: macosx/README: update Wiki and X11 info. Also change more l...jan.nijtmans2019-10-041-1/+1
* | Fix [6a12b61fc3]: identical tests 'frame-3.5' and 'frame-3.6'. Remove the latterfvogel2019-08-301-10/+0
* | Fix [a3e81a82a1]: macOS: ttk-2.8 failsfvogel2019-08-281-0/+1
|\ \
| * | Fix [a3e81a82a1]: macOS: ttk-2.8 failsfvogel2019-08-281-0/+1
* | | Fix [69b48f427e]: Test 'textTag-18.1' fails since Win10 Creator Falls Updatefvogel2019-08-281-0/+40
|\ \ \ | | |/ | |/|
| * | Merge 8.6jan.nijtmans2019-08-221-0/+8
| |\ \
| * | | Since we're here dealing with pointer warping, add tests checking that the mo...fvogel2019-08-221-1/+41
* | | | Merge TIP #532 implementation now that [c1c842ef7792] (new tkBind.c: wrong as...fvogel2019-08-281-33/+491
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge 8.6jan.nijtmans2019-08-131-156/+156
| |\ \ \ | | |/ /
| * | | Now that the issue is fixed, remove the canary test committed in [69735dbf]. ...fvogel2019-08-041-25/+2
| * | | Merge 8.6 (and fix merge conflict arising from that)jan.nijtmans2019-08-013-4/+4
| |\ \ \
| * | | | Committed the canary to help with debugging the faults in binding processingdkf2019-06-161-2/+25
| * | | | merge core-8-6-branchfvogel2019-06-0836-313/+699
| |\ \ \ \
| * \ \ \ \ Merge 8.6. Some tweaks, e.g. "bool" -> "int", "true" -> 1, "false" -> 0jan.nijtmans2019-05-159-9/+160
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.6jan.nijtmans2019-03-2910-103/+775
| |\ \ \ \ \ \
| * | | | | | | 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
| * | | | | | | Merge 8.6jan.nijtmans2019-01-103-180/+272
| |\ \ \ \ \ \ \