Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More updateWidgets in unixEmbed.test (instead of update idletasks) | fvogel | 2022-04-10 | 1 | -4/+4 |
| | |||||
* | Fix indentation in unixEmbed.test | fvogel | 2022-04-10 | 1 | -194/+194 |
| | |||||
* | Adjust unixEmbed-10.1 and unixEmbed-10.2 and remove constraints ↵ | fvogel | 2022-04-10 | 1 | -8/+8 |
| | | | | failsOnUbuntu and failsOnXQuarz. | ||||
* | Factorize proc update* | fvogel | 2022-04-06 | 4 | -471/+452 |
| | |||||
* | Fix indentation in panedwindow.test | fvogel | 2022-04-06 | 1 | -699/+699 |
| | |||||
* | Stabilize panedwindow-23.30. This test was observed failing at least three ↵ | fvogel | 2022-04-06 | 1 | -0/+4 |
| | | | | times at GitHub Actions, in branch bug-dc4c5573a6, less_tests_constraints_revised_text, and unstable_tests, all on macOS, respectively with clang (mem, --enable-aqua), xcode, and clang (mem, --enable-aqua). A second 'update' is needed to set the mapping state of .f4 because it does not fit in the width of the panedwindow. | ||||
* | merge 8.6 | fvogel | 2022-04-05 | 3 | -4/+27 |
|\ | |||||
| * | (Cherry-pick) Fix for bug [29b5c28ea] | jan.nijtmans | 2022-04-04 | 3 | -4/+27 |
| | | |||||
* | | Propagate previous scheme to entry tests (including the fix in the expected ↵ | fvogel | 2022-04-03 | 1 | -37/+47 |
| | | | | | | | | result of entry-5.7. | ||||
* | | Propagate previous scheme to other spinbox tests that were vwaiting on ↵ | fvogel | 2022-04-03 | 1 | -34/+27 |
| | | | | | | | | scrollInfo. | ||||
* | | Stabilize spinbox-5.7. This test was observed failing once at GitHub ↵ | fvogel | 2022-04-03 | 1 | -5/+16 |
| | | | | | | | | Actions, in branch bug-dc4c5573a6, on macOS, with clang (mem, --enable-aqua). Further analysis shows that the expected result in this test is wrong (from day one!), and that when the test fails it produces the correct result! Fix: use proc updateSpin instead of vwaiting on scrollInfo. | ||||
* | | Stabilize textDisp-19.4. This test was observed failing once at GitHub ↵ | fvogel | 2022-04-03 | 1 | -1/+1 |
|/ | | | | Actions, in branch bug-dc4c5573a6, on macOS, with clang (no, --disable-aqua). Call proc delay instead of proc updateText since this was more or less the previous scheme, see [30586d4fe984848c]. | ||||
* | Tcl_GetBoolean -> Tcl_GetBooleanFromObj | jan.nijtmans | 2022-04-01 | 1 | -1/+1 |
| | |||||
* | Oops. I think this time I get it right. | fvogel | 2022-03-20 | 1 | -1/+1 |
|\ | |||||
| * | Oops. I think this time I get it right. | fvogel | 2022-03-20 | 1 | -1/+1 |
| | | |||||
* | | Fix error in [68e5af70]: PARENT_RECONFIG_PENDING is a container flag, not a ↵ | fvogel | 2022-03-20 | 2 | -3/+3 |
|\ \ | |/ | | | | | content flag. | ||||
| * | Fix error in [df2353f2]: PARENT_RECONFIG_PENDING is a container flag, not a ↵ | fvogel | 2022-03-20 | 2 | -3/+3 |
| | | | | | | | | content flag. | ||||
* | | Fix [54fe7a5e71]: crash with destroy and text widget embedded windows. | fvogel | 2022-03-19 | 2 | -9/+29 |
|\ \ | |||||
| * | | Fix [54fe7a5e71]: crash with destroy and text widget embedded windows. Test ↵ | fvogel | 2022-02-19 | 1 | -2/+10 |
| | | | | | | | | | | | | textWind-18.3 now passes. | ||||
| * | | Add (currently crashing) test textWind-18.3 demonstrating [54fe7a5e71]. | fvogel | 2022-02-19 | 1 | -0/+18 |
| | | | |||||
| * | | Factorize code: let EmbWinStructureProc call EmbWinRequestProc instead of ↵ | fvogel | 2022-02-19 | 1 | -7/+1 |
| | | | | | | | | | | | | copying code of the latter in the former. | ||||
* | | | Fix [5412c64a79]: Segmentation fault on closing error report window. This ↵ | fvogel | 2022-03-19 | 5 | -1/+36 |
|\ \ \ | | |/ | |/| | | | | deals with when a canvas embedded window gets destroyed through a binding to <Configure>. Also scheduled idletasks for deleted containers must be canceled. | ||||
| * | | Refine Brian's fix for pack, and propagate it to grid and place. | fvogel | 2022-03-14 | 3 | -1/+9 |
| | | | |||||
| * | | Correct fix for secondary crash, scheduled idletasks for deleted containers ↵ | griffin | 2022-03-14 | 1 | -6/+1 |
| | | | | | | | | | | | | must be canceled since the clientData has been deallocated. | ||||
| * | | Backout [14bdca4d]. This fix is no longer needed since previous commit. ↵ | fvogel | 2022-03-13 | 1 | -10/+0 |
| | | | | | | | | | | | | Moreover there was a missing Tcl_Release call before returning. | ||||
| * | | Fix secondary crash in tkPack. This is a hack fix as not exactly certain if ↵ | griffin | 2022-03-13 | 2 | -1/+17 |
| | | | | | | | | | | | | -1 value is intentional under these conditions. | ||||
| * | | Fix [5412c64a79]: Segmentation fault on closing error report window. The ↵ | fvogel | 2022-03-09 | 1 | -0/+10 |
| | | | | | | | | | | | | problem is a canvas embedded window gets destroyed through a binding to <Configure>. Test canvWind-2.1 now passes. | ||||
| * | | Add test canvWind-2.1 demonstrating bug [5412c64a79] | fvogel | 2022-03-09 | 1 | -0/+16 |
| | | | |||||
* | | | Correct legacy comment no longer exact. Since TIP #532 the PAT_NEARBY define ↵ | fvogel | 2022-03-19 | 1 | -1/+1 |
| | | | | | | | | | | | | was removed. | ||||
* | | | Fix [424773a00c]: NULL dereference in PostscriptBitmap(). | fvogel | 2022-03-19 | 2 | -0/+30 |
|\ \ \ | |||||
| * | | | Fix error in test script. | fvogel | 2022-02-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add test canPs-5.2 testing canvas postscript generation with an image. | fvogel | 2022-02-27 | 1 | -0/+8 |
| | | | | |||||
| * | | | Change comment since the test now passes. | fvogel | 2022-02-26 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix indentation. | fvogel | 2022-02-26 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix [424773a00c]: NULL dereference in PostscriptBitmap(). Test canvPs-5.1 ↵ | fvogel | 2022-02-26 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | now passes. | ||||
| * | | | Add new (and currently crashing) test canPs-5.1 demonstrating bug [424773a00c]. | fvogel | 2022-02-26 | 1 | -0/+10 |
| | | | | |||||
* | | | | Eliminate some write-only variables in MacOSX | jan.nijtmans | 2022-03-16 | 5 | -13/+4 |
| | | | | |||||
* | | | | Remove finnish translations for strings not present in 8.6 (delivered ↵ | jan.nijtmans | 2022-03-16 | 1 | -28/+3 |
| | | | | | | | | | | | | | | | | msg-file was for 8.7) | ||||
* | | | | Add Finnish translations from Sampo Hippelainen, provided in [f479206ff1]. | fvogel | 2022-03-14 | 1 | -0/+114 |
| |/ / |/| | | |||||
* | | | Cherrypick [541e50a5] in order to add test textDisp-32.4 for the legacy text ↵ | fvogel | 2022-03-08 | 1 | -0/+14 |
| | | | | | | | | | | | | widget as it was added for the revised text widget. So we avoid unnecessary differences in the test suite for the two text widgets. | ||||
* | | | Fix issue with <<TreeviewSelect>> event as described in [2a6c62afd9] in the ↵ | fvogel | 2022-03-07 | 4 | -20/+21 |
| | | | | | | | | | | | | comment dated 2022-05-07. This commit is for 8.6 and was backported from pspjuth's patch [040f5aa0]. | ||||
* | | | Code cleanup (more TCL_UNUSED, more type-casts, eol-spacing) | jan.nijtmans | 2022-03-02 | 6 | -133/+144 |
| | | | |||||
* | | | Add new tests b-tree-2.22 -2.23 -2.24 -2.25 -2.26 copied from the ↵ | fvogel | 2022-03-02 | 1 | -0/+62 |
|/ / | | | | | | | revised_text branch, in order to improve tests coverage with the legacy text widget and to avoid unnecessary differences in the text widget test suite. | ||||
* | | Fix [caaae89bd5]: Can't open clipboard in Windows 10 after Button-2 on Entry ↵ | fvogel | 2022-02-26 | 1 | -4/+4 |
| | | | | | | | | and Text. | ||||
* | | Fix [f75190db19]: ::tk::fontchooser of contains a couple of issues. | fvogel | 2022-02-25 | 1 | -99/+158 |
|\ \ | |||||
| * | | Remove proc ::tk::fontchooser::actual as this does not look right to me and ↵ | fvogel | 2022-01-13 | 1 | -52/+1 |
| | | | | | | | | | | | | creates issue #15 (see ticket [f75190db19]). | ||||
| * | | Typo in comment | fvogel | 2022-01-13 | 1 | -1/+1 |
| | | | |||||
| * | | Let existing fontchooser tests pass. This also fixes the 'can't read ↵ | fvogel | 2022-01-13 | 1 | -2/+2 |
| | | | | | | | | | | | | S(nstate)' error reported in the ticket. | ||||
| * | | Better code style | fvogel | 2022-01-13 | 1 | -20/+40 |
| | | | |||||
| * | | Oops. Fix my fix in the previous commit. | fvogel | 2022-01-09 | 1 | -1/+1 |
| | | |