summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* More updateWidgets in unixEmbed.test (instead of update idletasks)fvogel2022-04-101-4/+4
|
* Fix indentation in unixEmbed.testfvogel2022-04-101-194/+194
|
* Adjust unixEmbed-10.1 and unixEmbed-10.2 and remove constraints ↵fvogel2022-04-101-8/+8
| | | | failsOnUbuntu and failsOnXQuarz.
* Factorize proc update*fvogel2022-04-064-471/+452
|
* Fix indentation in panedwindow.testfvogel2022-04-061-699/+699
|
* Stabilize panedwindow-23.30. This test was observed failing at least three ↵fvogel2022-04-061-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.6fvogel2022-04-053-4/+27
|\
| * (Cherry-pick) Fix for bug [29b5c28ea]jan.nijtmans2022-04-043-4/+27
| |
* | Propagate previous scheme to entry tests (including the fix in the expected ↵fvogel2022-04-031-37/+47
| | | | | | | | result of entry-5.7.
* | Propagate previous scheme to other spinbox tests that were vwaiting on ↵fvogel2022-04-031-34/+27
| | | | | | | | scrollInfo.
* | Stabilize spinbox-5.7. This test was observed failing once at GitHub ↵fvogel2022-04-031-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 ↵fvogel2022-04-031-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_GetBooleanFromObjjan.nijtmans2022-04-011-1/+1
|
* Oops. I think this time I get it right.fvogel2022-03-201-1/+1
|\
| * Oops. I think this time I get it right.fvogel2022-03-201-1/+1
| |
* | Fix error in [68e5af70]: PARENT_RECONFIG_PENDING is a container flag, not a ↵fvogel2022-03-202-3/+3
|\ \ | |/ | | | | content flag.
| * Fix error in [df2353f2]: PARENT_RECONFIG_PENDING is a container flag, not a ↵fvogel2022-03-202-3/+3
| | | | | | | | content flag.
* | Fix [54fe7a5e71]: crash with destroy and text widget embedded windows.fvogel2022-03-192-9/+29
|\ \
| * | Fix [54fe7a5e71]: crash with destroy and text widget embedded windows. Test ↵fvogel2022-02-191-2/+10
| | | | | | | | | | | | textWind-18.3 now passes.
| * | Add (currently crashing) test textWind-18.3 demonstrating [54fe7a5e71].fvogel2022-02-191-0/+18
| | |
| * | Factorize code: let EmbWinStructureProc call EmbWinRequestProc instead of ↵fvogel2022-02-191-7/+1
| | | | | | | | | | | | copying code of the latter in the former.
* | | Fix [5412c64a79]: Segmentation fault on closing error report window. This ↵fvogel2022-03-195-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.fvogel2022-03-143-1/+9
| | |
| * | Correct fix for secondary crash, scheduled idletasks for deleted containers ↵griffin2022-03-141-6/+1
| | | | | | | | | | | | must be canceled since the clientData has been deallocated.
| * | Backout [14bdca4d]. This fix is no longer needed since previous commit. ↵fvogel2022-03-131-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 ↵griffin2022-03-132-1/+17
| | | | | | | | | | | | -1 value is intentional under these conditions.
| * | Fix [5412c64a79]: Segmentation fault on closing error report window. The ↵fvogel2022-03-091-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]fvogel2022-03-091-0/+16
| | |
* | | Correct legacy comment no longer exact. Since TIP #532 the PAT_NEARBY define ↵fvogel2022-03-191-1/+1
| | | | | | | | | | | | was removed.
* | | Fix [424773a00c]: NULL dereference in PostscriptBitmap().fvogel2022-03-192-0/+30
|\ \ \
| * | | Fix error in test script.fvogel2022-02-281-1/+1
| | | |
| * | | Add test canPs-5.2 testing canvas postscript generation with an image.fvogel2022-02-271-0/+8
| | | |
| * | | Change comment since the test now passes.fvogel2022-02-261-1/+1
| | | |
| * | | Fix indentation.fvogel2022-02-261-1/+1
| | | |
| * | | Fix [424773a00c]: NULL dereference in PostscriptBitmap(). Test canvPs-5.1 ↵fvogel2022-02-261-0/+12
| | | | | | | | | | | | | | | | now passes.
| * | | Add new (and currently crashing) test canPs-5.1 demonstrating bug [424773a00c].fvogel2022-02-261-0/+10
| | | |
* | | | Eliminate some write-only variables in MacOSXjan.nijtmans2022-03-165-13/+4
| | | |
* | | | Remove finnish translations for strings not present in 8.6 (delivered ↵jan.nijtmans2022-03-161-28/+3
| | | | | | | | | | | | | | | | msg-file was for 8.7)
* | | | Add Finnish translations from Sampo Hippelainen, provided in [f479206ff1].fvogel2022-03-141-0/+114
| |/ / |/| |
* | | Cherrypick [541e50a5] in order to add test textDisp-32.4 for the legacy text ↵fvogel2022-03-081-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 ↵fvogel2022-03-074-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.nijtmans2022-03-026-133/+144
| | |
* | | Add new tests b-tree-2.22 -2.23 -2.24 -2.25 -2.26 copied from the ↵fvogel2022-03-021-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 ↵fvogel2022-02-261-4/+4
| | | | | | | | and Text.
* | Fix [f75190db19]: ::tk::fontchooser of contains a couple of issues.fvogel2022-02-251-99/+158
|\ \
| * | Remove proc ::tk::fontchooser::actual as this does not look right to me and ↵fvogel2022-01-131-52/+1
| | | | | | | | | | | | creates issue #15 (see ticket [f75190db19]).
| * | Typo in commentfvogel2022-01-131-1/+1
| | |
| * | Let existing fontchooser tests pass. This also fixes the 'can't read ↵fvogel2022-01-131-2/+2
| | | | | | | | | | | | S(nstate)' error reported in the ticket.
| * | Better code stylefvogel2022-01-131-20/+40
| | |
| * | Oops. Fix my fix in the previous commit.fvogel2022-01-091-1/+1
| | |