Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove test-cases added [ac48fb2d729f3994|here]: This test-case gives ↵ | jan.nijtmans | 2021-11-01 | 1 | -8/+0 |
| | | | | different results in 8.6, which are fixed in 8.7 | ||||
* | Test-case cleanup (all backported form 8.7) | jan.nijtmans | 2021-10-31 | 8 | -669/+677 |
| | |||||
* | TIP 608 implementation - Add <<TkWorldChanged>> virtual event | griffin | 2021-10-22 | 1 | -0/+141 |
|\ | |||||
| * | Possible fix for tkticket 3049518 - Generate <<TkWorldChanged>> event. | griffin | 2021-08-04 | 1 | -0/+141 |
| | | |||||
* | | Fix [489b69a820]: Slightly wrong error message on 'wm attributes $w -junk' | fvogel | 2021-09-14 | 2 | -8/+3 |
| | | |||||
* | | Add new test textIndex-19.14 for [934cab5005]. This test does not fail with ↵ | fvogel | 2021-09-12 | 1 | -0/+12 |
|/ | | | | the legacy text widget but fails with revised_text. | ||||
* | Remove comment which is not true any more. Some more formatting | jan.nijtmans | 2021-05-31 | 1 | -2/+2 |
| | |||||
* | Be more tolerant about timing in tk-6.5 and remove unneeded constraint. This ↵ | fvogel | 2021-05-24 | 1 | -4/+2 |
| | | | | test really does pass on macOS with XQuartz. It may fail (both with XQuartz or with aqua) because of the slowness of the continuous integration platform on which the tests are performed. | ||||
* | Fix [ff9c815a83]: 8 Aqua unixWm tests fail if the dock is positioned on the ↵ | culler | 2021-04-30 | 1 | -12/+15 |
| | | | | left side. Also fixes a segfault at exit in ximage.c. | ||||
* | Fix textWind.test à la François Vogel | culler | 2021-04-29 | 1 | -10/+10 |
| | |||||
* | Add a call to [window display] after creating a new window. This makes the ↵ | marc_culler | 2021-04-29 | 2 | -230/+233 |
| | | | | tests work in High Sierra. | ||||
* | Deal with new test failures revealed by changing the order of the tests. | culler | 2021-04-28 | 3 | -15/+33 |
| | |||||
* | Merge 8.6 | culler | 2021-04-27 | 5 | -13/+25 |
|\ | |||||
| * | Adjust textWind-17.10 | culler | 2021-04-27 | 1 | -12/+16 |
| | | |||||
| * | Using the CALayer changes some timings -- make some small adjustments to a ↵ | culler | 2021-04-25 | 4 | -6/+12 |
| | | | | | | | | few tests to avoid sporadic timing-related failures. | ||||
| * | Add calls to update idletasks in scale-20.7 and scale-20.8. | culler | 2021-04-25 | 1 | -0/+2 |
| | | |||||
* | | Backport stabilization of event-9 from 8.7 | fvogel | 2021-04-26 | 1 | -0/+3 |
| | | |||||
* | | merge core-8-6-branch | fvogel | 2021-04-24 | 5 | -7/+83 |
|\ \ | |/ | |||||
| * | Fix [ea876b3e8a]: Text peer widget ignores set -startline when scrolling ↵ | fvogel | 2021-04-18 | 2 | -2/+17 |
| |\ | | | | | | | | | | with the scrollbar. | ||||
| | * | Augment test text-32.3 so that it fails if previous commit is backed out. | fvogel | 2021-04-17 | 1 | -2/+2 |
| | | | |||||
| | * | Add non-regression test textDisp-11.22 | fvogel | 2021-04-13 | 1 | -0/+15 |
| | | | |||||
| * | | Fix [34db75c0ac]: Text peer widget error on Down arrow key when passed ↵ | fvogel | 2021-04-18 | 2 | -0/+48 |
| |\ \ | | | | | | | | | | | | | -endline line. Also, propagate the fix for [1630271fff] from marks to embedded images and windows. | ||||
| | * | | Slightly simplify test textMark-6.6 | fvogel | 2021-04-18 | 1 | -2/+1 |
| | | | | |||||
| | * | | Remove extra empty line. | fvogel | 2021-04-18 | 1 | -1/+0 |
| | | | | |||||
| | * | | Extend textIndex-26.2 to tags located outside -startline/-endline | fvogel | 2021-04-18 | 1 | -5/+9 |
| | | | | |||||
| | * | | Fix syntax error in textIndex-26.2 testcase. | fvogel | 2021-04-18 | 1 | -1/+1 |
| | | | | |||||
| | * | | Trying to get the index of an embedded image or window should trigger an ↵ | fvogel | 2021-04-18 | 1 | -2/+18 |
| | |/ | | | | | | | | | | error when located outside of -startline/-endline (same as for marks, this was bug [1630271fff]). | ||||
| | * | Let the newly introduced test textIndex-26.1 also test the -startline condition. | fvogel | 2021-04-12 | 1 | -1/+6 |
| | | | |||||
| | * | Add non-regression test textIndex-26.1 | fvogel | 2021-04-11 | 1 | -0/+13 |
| | | | |||||
| | * | Add non-regression test textMark-6.6 (failing before the fix, passing with ↵ | fvogel | 2021-04-10 | 1 | -0/+12 |
| | | | | | | | | | | | | the fix) | ||||
| * | | Fix [3540e4929cd]: Revised [text]: textDisp-17.10 fails. The tests of the ↵ | fvogel | 2021-04-17 | 1 | -1/+17 |
| |/ | | | | | | | TkTextScanCmd procedure combine xview, yview and scan commands, and typically check what is the resulting index @0,0. However, the text widget updates its view at idle time, and the tests shall take this fact into account, otherwise the results may be linked between tests. Especially textDisp-17.9 has wrong expected result (see also commit [bf453137e1]). | ||||
| * | Use "tkwait visibility" to stabilize the testcase | jan.nijtmans | 2021-03-25 | 1 | -4/+1 |
| | | |||||
* | | merge core-8-6-branch | fvogel | 2021-03-22 | 4 | -2/+40 |
|\ \ | |/ | |||||
| * | Stabilize tests event-9 and textTag-16.2. See [9e1312f32c]. | fvogel | 2021-03-22 | 2 | -1/+7 |
| |\ | |||||
| | * | Add a comment in event-9 and let GitActions run one more time. | fvogel | 2021-03-21 | 1 | -0/+2 |
| | | | |||||
| | * | Another trivial change, let the GitHub action run again. | fvogel | 2021-03-19 | 1 | -0/+1 |
| | | | |||||
| | * | Once more. Backout previous trivial change, and let GitActions run again. | fvogel | 2021-03-18 | 1 | -1/+1 |
| | | | |||||
| | * | Once more. Make a trivial change (add a space character in the textTag.test ↵ | fvogel | 2021-03-17 | 1 | -1/+1 |
| | | | | | | | | | | | | file) just to let GitActions run again. | ||||
| | * | Backout previous trivial change, and let GitActions run again. | fvogel | 2021-03-16 | 1 | -1/+1 |
| | | | |||||
| | * | Make a trivial change (add a space character in the textTag.test file) just ↵ | fvogel | 2021-03-15 | 1 | -1/+1 |
| | | | | | | | | | | | | to let GitActions run again. | ||||
| | * | textTag-16.2: Try an update after configuring the 'big' tag, even if the tag ↵ | fvogel | 2021-03-14 | 1 | -3/+2 |
| | | | | | | | | | | | | is not yet applied to anything. | ||||
| | * | Try Jan's suggestion for event-9: Maybe the update after the pack has a ↵ | fvogel | 2021-03-13 | 1 | -4/+3 |
| | | | | | | | | | | | | timing issue. What if the pack isn't fully handled yet (in Windows UI thread), so the warp doesn't find the frame it's warping to? So putting some waiting time before this update might help. | ||||
| | * | If this still allows event-9 and/or textTag-16.2 to fail, then it cannot be ↵ | fvogel | 2021-03-09 | 2 | -3/+7 |
| | | | | | | | | | | | | a timing issue. | ||||
| | * | <u>event-9</u>: Try an increase of the waiting time. | fvogel | 2021-03-08 | 2 | -11/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <u>textTag-16.2</u>: For each of the following environnements : * My Win10 at home (PASS) * GitHub action (msvc) (PASS) * GitHub action (gcc(all)) (FAIL) * GitHub action (gcc(mem)) (PASS) the debug output produced by the previous commit is always the same, independently of the PASS or FAIL test result : Courier 12 -family {Courier New} -size 12 -weight normal -slant roman -underline 0 -overstrike 0 -ascent 14 -descent 4 -linespace 18 -fixed 1 Helvetica 24 -family Arial -size 24 -weight normal -slant roman -underline 0 -overstrike 0 -ascent 29 -descent 7 -linespace 36 -fixed 0 17,29 -- 27,47 Conclusion: this is not a font issue. Let's try a different timing test then. | ||||
| | * | Some debug info in an attempt to understand what's going on with ↵ | fvogel | 2021-03-06 | 1 | -0/+8 |
| | | | | | | | | | | | | textTag-16.2 (font issue?) | ||||
| | * | Experiment | fvogel | 2021-03-04 | 2 | -2/+3 |
| | | | |||||
| * | | Fix [9b6065d1fd]: Tk doesn't restore overwritten Tcl command "update" | jan.nijtmans | 2021-03-19 | 1 | -0/+33 |
| |\ \ | |||||
| | * \ | Merge 8.7 | jan.nijtmans | 2021-03-16 | 5 | -7/+10 |
| | |\ \ | |||||
| | | * \ | Merge 8.6 | jan.nijtmans | 2021-03-15 | 1 | -2/+2 |
| | | |\ \ | | |_|/ / | |/| | | | |||||
| | | * | | Fix [2374c602bf]: bind-34.1 sometimes fails on Linux. | fvogel | 2021-03-13 | 1 | -3/+3 |
| | | |\ \ |