summaryrefslogtreecommitdiffstats
path: root/tests/textDisp.test
Commit message (Collapse)AuthorAgeFilesLines
* Factorize computations in expected textWind.test results (use proc bo, xw, ↵fvogel2023-01-221-0/+1
| | | | xchar, yline - same as in textDisp.test).
* merge core-8-6-branchfvogel2023-01-191-1/+0
|
* Cherrypick [31667ffe] and [df25043c] (fix conflict).fvogel2022-12-051-9/+0
|
* Reduce differences in the test suite between 8.6 and 8.7 by backporting ↵fvogel2022-11-301-36/+36
| | | | cosmetic differences from 8.7.
* Fix camel case in constraint name.fvogel2022-11-271-18/+18
|
* textDisp.test: Add havebigFontTwiceLargerThanTextFont constraint on tests ↵fvogel2022-11-271-18/+39
| | | | depending on availability of a big font. This constraint evaluates to false at the CI runner on Linux with --disable-xft because only ONE single font is available in this configuration.
* merge 8.6fvogel2022-11-031-6/+6
|\
| * Use "eq" not "==" when checking "tk windowingsystem"jan.nijtmans2022-11-021-6/+6
| |
* | Remove a word in comment, making it more general.fvogel2022-10-291-1/+1
|/
* Remove proc updateWidgets since it now simply runs 'update' on all platforms.fvogel2022-09-251-427/+427
|
* Merge 8.6 and fix conflicts triggered by [a48b9196] (Fix [bfea11a916]: ↵fvogel2022-09-251-14/+6
|\ | | | | | | update idletasks runs timer events on Aqua). We are on our way out of platform-specific update of widgets, yay!
| * Fix [bfea11a916]: make XSync a no-op on Aqua (again).marc_culler2022-09-061-19/+12
| |
* | merge core-8-6-branchfvogel2022-07-161-1/+1
|\ \ | |/
| * argc -> objc where appropriatejan.nijtmans2022-07-121-1/+1
| |
* | merge core-8-6-branchfvogel2022-06-121-11/+21
|\ \ | |/
| * Use constraint aquaKnownBug on textDisp-6.5, -6.6 and -7.* instead of only ↵fvogel2022-06-121-11/+21
| | | | | | | | notAqua.
* | merge core-8-6-branchfvogel2022-06-111-502/+1051
|\ \ | |/
| * merge 8.6fvogel2022-06-071-10/+0
| |\
| * \ merge 8.6fvogel2022-04-031-0/+14
| |\ \
| * \ \ merge 8.6fvogel2022-01-051-2/+2
| |\ \ \
| * | | | Fix typos in comments.fvogel2021-07-311-2/+2
| | | | |
| * | | | Fix typos in comments.fvogel2021-07-311-3/+3
| | | | |
| * | | | Limit the diffs in textDisp.test between legacy and revised versions to the ↵fvogel2021-07-221-0/+1
| | | | | | | | | | | | | | | | | | | | minimum.
| * | | | Further limit the diffs in textDisp.test between legacy and revised versions ↵fvogel2021-07-181-7/+17
| | | | | | | | | | | | | | | | | | | | to the minimum.
| * | | | Limit the diffs in textDisp.test between legacy and revised versions to the ↵fvogel2021-07-181-3/+9
| | | | | | | | | | | | | | | | | | | | minimum.
| * | | | Cherrypick [20b4b415]. The affected test (textDisp-6.6 passes with the ↵fvogel2021-07-171-1/+2
| | | | | | | | | | | | | | | | | | | | legacy code on all the three platforms with or without this change. This commit only aims at limiting the diffs in textDisp.test between legacy and revised versions to the minimum.
| * | | | Remove unneeded differences between textDisp.test versions between the ↵fvogel2021-07-141-1/+3
| | | | | | | | | | | | | | | | | | | | revised version tests and the legacy version tests.
| * | | | Change warning message to take into account that some fonts have -fixed 0 ↵fvogel2021-07-121-1/+2
| | | | | | | | | | | | | | | | | | | | while they actually are fixed-width and will allow let the tests pass. See for instance [44d0a89a52].
| * | | | Fix typos in commentsfvogel2021-07-121-6/+6
| | | | |
| * | | | Give more info about the range of -borderwidth, -highlightthickness, -padx, ↵fvogel2021-07-111-19/+19
| | | | | | | | | | | | | | | | | | | | -pady for which we expect the tests to pass. Also, remove many unneeded int() and rely on integer arithmetics in [expr] instead.
| * | | | Add an explanatory comment in textDisp-16.28fvogel2021-07-111-0/+2
| | | | |
| * | | | Fix previous commit and add one more check.fvogel2021-07-111-4/+9
| | | | |
| * | | | Add warnings displaying when the font actually used is too different from ↵fvogel2021-07-111-0/+12
| | | | | | | | | | | | | | | | | | | | the requested fixed-width font
| * | | | More flexibility on font size. Fully works with 'set fixedFont {Courier ↵fvogel2021-07-111-19/+43
| | | | | | | | | | | | | | | | | | | | -1[024]}'. It also works with other fixed width fonts.
| * | | | More flexibility on font size. Fully works with 'set fixedFont {Courier ↵fvogel2021-07-101-9/+9
| | | | | | | | | | | | | | | | | | | | -12}' or 'set fixedFont {Courier -10}'
| * | | | More flexibility on font size. Fully works with 'set fixedFont {Courier ↵fvogel2021-06-301-49/+100
| | | | | | | | | | | | | | | | | | | | -12}' ; works with 'set fixedFont {Courier -10}' up to textDisp-27.7
| * | | | Be a bit tolerant about -highlightwidth of .t text widget.fvogel2021-06-281-2/+2
| | | | |
| * | | | Remove unneeded statement that slipped in the previous commit.fvogel2021-06-261-1/+0
| | | | |
| * | | | Be a bit tolerant about -borderwidth of .t text widget.fvogel2021-06-251-13/+24
| | | | |
| * | | | Remove variables used only once.fvogel2021-06-241-8/+6
| | | | |
| * | | | Remove now unused variables.fvogel2021-06-241-6/+0
| | | | |
| * | | | Adopt word 'elided' everywhere since it's much more widespread in the ↵fvogel2021-06-241-6/+6
| | | | | | | | | | | | | | | | | | | | codebase and manual than 'elidden'.
| * | | | Remove now unused test constraints.fvogel2021-06-241-3/+0
| | | | |
| * | | | Go on removing test constraints in textDisp.test. Now up to textDisp-35.1 ↵fvogel2021-06-241-52/+130
| | | | | | | | | | | | | | | | | | | | (this is the end of the file).
| * | | | Go on removing test constraints in textDisp.test. Now up to textDisp-28.1fvogel2021-06-231-36/+48
| | | | |
| * | | | Go on removing test constraints in textDisp.test. Now up to textDisp-26.14.2fvogel2021-06-161-8/+8
| | | | |
| * | | | Remove debug statement.fvogel2021-06-141-1/+0
| | | | |
| * | | | Go on removing test constraints in textDisp.test. Now up to textDisp-26.12fvogel2021-06-141-4/+9
| | | | |
| * | | | Forgot to adapt the expected result for textDisp-24.22fvogel2021-06-131-1/+1
| | | | |
| * | | | Add 'notAqua' constraint on textDisp-24.24 (same as -2.26 regarding ↵fvogel2021-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | justification and tabs not rendering on aqua).