Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |\ \ | |||||
| | | * \ \ | Fix [d50f63a0e1]: menu-38.1 hangs when unconstrained. | fvogel | 2021-03-09 | 1 | -1/+1 |
| | | |\ \ \ | |||||
| | | * \ \ \ | Merge 8.6 | jan.nijtmans | 2021-03-09 | 2 | -2/+4 |
| | | |\ \ \ \ | |||||
| | | * \ \ \ \ | Merge 8.6 | jan.nijtmans | 2021-03-09 | 1 | -1/+2 |
| | | |\ \ \ \ \ | |||||
| | * | | | | | | | fix and testcase for ticket [9b6065d1fd] | griffin | 2021-03-15 | 1 | -0/+33 |
| | |/ / / / / / | |||||
| | * | | | | | | Merge 8.6 | jan.nijtmans | 2021-03-08 | 6 | -16/+19 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge 8.6 | jan.nijtmans | 2021-03-01 | 1 | -2/+1 |
| | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | | | |||||
| | * | | | | | | | Merge 8.6 | jan.nijtmans | 2021-03-01 | 1 | -6/+6 |
| | |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Binding to all in test event-9 introduces coupling between this test and ↵ | fvogel | 2021-02-28 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | other tests, for instance textTag-18.1, which then fails when event.test and textTag.test are run together. Fix this binding to .top only, which produces the same result (see the 'bind' man page: 'If the tag is the name of a toplevel window the binding applies to the toplevel window and all its internal windows.'). | ||||
| | * \ \ \ \ \ \ \ \ | Merge TIP 529 to trunk | Kevin Walzer | 2021-02-27 | 3 | -8/+497 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | Fix reference of tests | fvogel | 2021-02-25 | 1 | -2/+2 |
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | Merge main, Tk_CreatePhotoImageFormatVersion3: stubs position from 279 to ↵ | oehhar | 2021-01-23 | 118 | -2488/+2926 |
| | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 280, masterPtr->modelPtr | ||||
| | | * \ \ \ \ \ \ \ \ \ | Merge trunk | jan.nijtmans | 2020-06-28 | 47 | -769/+927 |
| | | |\ \ \ \ \ \ \ \ \ \ |