summaryrefslogtreecommitdiffstats
path: root/tests/textIndex.test
Commit message (Collapse)AuthorAgeFilesLines
* Merge core-8-6-branch that just received changes from unstable_tests branch. ↵fvogel2022-10-021-1/+1
|\ | | | | | | This commit stabilizes a lot of tests that could sporadically fail, mainly on macOS. No test results were changed, except for entry-5.7 and spinbox-5.7 which expected results were found to be wrong (these tests passes due to a race condition that is now fixed).
| * Remove proc updateWidgets since it now simply runs 'update' on all platforms.fvogel2022-09-251-1/+1
| |
| * merge core-8-6-branchfvogel2022-06-111-0/+1
| |\
* | \ merge core-8-6-branchfvogel2022-06-111-0/+1
|\ \ \ | | |/ | |/|
| * | merge 8.6fvogel2022-06-071-1/+1
| |\ \ | | |/
| * | merge 8.6fvogel2022-01-051-0/+12
| |\ \
| * | | Limit the diffs in textDisp.test between legacy and revised versions to the ↵fvogel2021-07-191-0/+1
| | | | | | | | | | | | | | | | minimum.
* | | | merge core-8-6-branchfvogel2022-06-071-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Ultrix is long dead, remove 'nonPortable' test constraints.fvogel2022-05-231-1/+1
| | |/ | |/|
* | | Add new test textIndex-19.14 for [934cab5005]. This test does not fail with ↵fvogel2021-09-121-0/+12
|\ \ \ | |/ / | | | | | | the legacy text widget but fails with revised_text.
| * | Add new test textIndex-19.14 for [934cab5005]. This test does not fail with ↵fvogel2021-09-121-0/+12
| |/ | | | | | | the legacy text widget but fails with revised_text.
* | Fix [34db75c0ac]: Text peer widget error on Down arrow key when passed ↵fvogel2021-04-181-0/+37
|\ \ | |/ | | | | -endline line. Also, propagate the fix for [1630271fff] from marks to embedded images and windows.
| * Remove extra empty line.fvogel2021-04-181-1/+0
| |
| * Extend textIndex-26.2 to tags located outside -startline/-endlinefvogel2021-04-181-5/+9
| |
| * Fix syntax error in textIndex-26.2 testcase.fvogel2021-04-181-1/+1
| |
| * Trying to get the index of an embedded image or window should trigger an ↵fvogel2021-04-181-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.fvogel2021-04-121-1/+6
| |
| * Add non-regression test textIndex-26.1fvogel2021-04-111-0/+13
| |
* | (c) -> ©jan.nijtmans2020-12-091-1/+1
| |
* | Merge trunkjan.nijtmans2020-10-051-18/+18
| |
* | Use \x escape sequences in stead of \u when appropriatejan.nijtmans2020-09-291-4/+4
| |
* | Merge 8.6jan.nijtmans2020-09-151-1/+1
|\ \ | |/
| * Merge 8.6. Modify local xvfb-run script such that it works on macOS, and use itjan.nijtmans2020-09-101-2/+2
| |
* | Merge 8.6jan.nijtmans2020-09-031-1/+1
|\ \ | |/
| * Another round of TIP #581-related name changes. Now merely concentrated on ↵jan.nijtmans2020-09-031-10/+10
| | | | | | | | consistancy in the test-cases
* | Merge 8.6jan.nijtmans2020-08-131-1/+1
|\ \ | |/
* | Fix [c8ccd1899c]: Pressing the up arrow key on the first line of a [text] ↵fvogel2019-08-211-0/+8
|\ \ | |/ | | | | does not move the cursor to 1.0
| * Since we are here, also add test textIndex-19.12.2 checking for past end of ↵fvogel2019-04-141-0/+4
| | | | | | | | text results in '+ n displaylines' calculations. This one does does not fail in core-8-6-branch (contrary to textIndex-19.12.1). Note to self: in revised_text the test should check 'end' instead of 'end - 1 c'.
| * Add test textIndex-19.12.1 checking for regressions regarding the '1.5 - n ↵fvogel2019-04-141-0/+4
| | | | | | | | displaylines' fix [4384effe]
* | Remove old pack syntax from the scripts of the Tk test suitefvogel2017-02-011-3/+3
|\ \ | |/
| * Remove old pack syntax from the scripts of the Tk test suitefvogel2017-02-011-3/+3
| |
* | Excess spacing in test-suitejan.nijtmans2016-03-141-10/+10
|/
* Fixed bug [3f1f79abcf] - Text widget crash when seeing or bboxing (or ↵fvogel2015-07-131-0/+13
|\ | | | | | | selecting, moving the cursor...) in elided text
| * Added test case for bug [3f1f79abcf]fvogel2015-07-111-0/+13
| |
* | [562118ce41] Fix wordstart modifier handling of multi-byte charsdgp2015-04-091-0/+10
|\ \ | |/
| * [562118ce41] Fix wordstart modifier handling of multi-byte charsdgp2015-04-091-0/+10
| |\
| | * Added test for bug [562118ce41]fvogel2015-04-081-0/+10
| | |
* | | [e4ed00a954] Fixed crash with display wordstartdgp2015-04-091-0/+5
|\ \ \ | |/ /
| * | Fixed crash with display wordstart - Bug [e4ed00a954]fvogel2015-04-081-0/+5
| |/
* | [Bug 3588824]: bug in image index handling for weird image namesdgp2012-12-041-0/+22
|\ \ | |/
| * [Bug 3588824]: bug in image index handling for weird image namesdgp2012-12-041-0/+22
| |\
| | * Added tests for weird embedded windows namesfvogel2012-11-241-5/+15
| | |
| | * [Bug 3588824]: bug in image index handling for weird image namesfvogel2012-11-221-0/+12
| | |
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | |
| | * backport of text widget bug fixvincentdarley2005-05-131-1/+12
| | |
* | | Give an error if grid and pack are used in the same master. [Patch 2475855]pspjuth2009-08-191-2/+2
|/ /
* | fix to text widget 'mark prev' segfaultvincentdarley2005-07-181-1/+11
| |
* | fix to two text widget bugsvincentdarley2005-05-131-2/+2
| |