summaryrefslogtreecommitdiffstats
path: root/tests/textDisp.test
Commit message (Collapse)AuthorAgeFilesLines
* Change some internal refCount's from int to size_t.jan.nijtmans2017-02-151-1/+1
|
* Fix [c0dbdd3ff3]: Tk Compatibility Fonts block access to system fontsfvogel2017-02-051-1/+1
|\
| * Make tests pass again after fixing [c0dbdd3ff3]: Tk Compatibility Fonts ↵bug_c0dbdd3ff3fvogel2017-01-281-1/+1
| | | | | | | | block access to system fonts
* | Fix [ae32eb7e10]: Win + specific text widget configuration : textDisp-18.6, ↵fvogel2017-02-051-5/+5
|\ \ | | | | | | | | | -20.2 -20.3 -20.4 fail
| * \ Fix [ae32eb7e10]: Win + specific text widget configuration : textDisp-18.6, ↵fvogel2017-02-051-5/+5
| |\ \ | | | | | | | | | | | | -20.2 -20.3 -20.4 fail
| | * | Remove superfluous 'textfonts' constraint in textDisp-20.1,2,3,4,5bug_ae32eb7e10fvogel2017-01-291-5/+5
| | | |
* | | | 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
| |/
* | Fix [89a638af38]: OS X - textDisp-15.8 failsfvogel2017-01-231-2/+4
|\ \ | |/
| * Fix [89a638af38]: OS X - textDisp-15.8 failsbug_89a638af38fvogel2017-01-221-2/+4
| |
* | Fixed [1082213fff] - word wrapping should trim excess spacesfvogel2016-10-091-38/+38
|\ \ | |/
| * Restored successful tests textDisp-*.*bug_1082213ffffvogel2016-09-301-38/+38
| |
* | Fixed [18c08df753] - Change of behaviour for text widget last newlinefvogel2016-03-271-4/+4
|\ \ | |/
| * Fixed [18c08df753] - Change of behaviour for text widget last newlinefvogel2016-03-271-4/+4
| |\
| | * Beginning of fix for [18c08df753] - Reverted [296bd4c3], and adjusted ↵fvogel2016-03-271-4/+4
| | | | | | | | | | | | textDisp-4.9 accordingly by adding one fixedHeight on the two necessary places in the test result
| | * Fixed (with a real fix this time) bug [06c1433906] - Text widget crash ↵fvogel2016-02-081-11/+2
| | | | | | | | | | | | during delete (cherrypicked [48cf3656d9])
| | * (cherry-pick): Fix [06c14339060ba9ae]: Text widget crash during delete. ↵jan.nijtmans2016-02-081-2/+1
| | | | | | | | | | | | Thanks to François Vogel for the implementation and Brian Griffin for all his help getting this figured out.
| | * Fix crashing test case, textDisp-8.13dgp2016-02-051-0/+9
| | |
* | | Excess spacing in test-suitejan.nijtmans2016-03-141-7/+7
|/ /
* | Fixed (with a real fix this time) bug [06c1433906] - Text widget crash ↵fvogel2016-02-081-11/+2
|\ \ | | | | | | | | | during delete
| * | Made FindDLine fully match its header description.fvogel2016-02-081-10/+1
| | |
| * | Renumbered lines to avoid wrong interpretation of the test.fvogel2016-02-081-1/+1
| | |
* | | Fix [06c14339060ba9ae]: Text widget crash during delete. Thanks to François ↵jan.nijtmans2016-02-081-2/+1
|\ \ \ | |/ / | | | | | | Vogel for the implementation and Brian Griffin for all his help getting this figured out.
| * | Cherrypicked the new test textDisp-8.13 from core-8-5-branch. This test (and ↵fvogel2016-02-071-0/+8
| |/ | | | | | | all the other tests) pass.
* | Fix crashing test case, textDisp-8.13dgp2016-02-051-0/+9
| |
* | Merged core-8-5-branchfvogel2015-12-261-1/+25
|\ \ | |/
| * Fixed bug [2f78c7c5ea] - text widget segfault with tablelistfvogel2015-12-261-0/+24
| |\
| | * Added new test textDisp-9.14 to check against regression regarding bug ↵fvogel2015-12-231-0/+24
| | | | | | | | | | | | [2f78c7c5ea]
| * | Made test textDisp-16.18 pass again on Win7 after [a4bf73e4b8]: map the text ↵fvogel2015-12-231-1/+1
| |/ | | | | | | widget earlier
* | Merged core-8-5-branchfvogel2015-12-131-0/+11
|\ \ | |/
| * Added non-regression test case: textDisp-11.21bug_1739605ffffvogel2015-12-061-0/+11
| |
* | Merged core-8-5-branchfvogel2015-11-221-0/+16
|\ \ | |/
| * Added test textDisp-35.1 to check for regressions against pach [5b11cf19]fvogel2015-11-221-0/+16
| |
* | Improved the tests a bitfvogel2015-11-211-26/+0
| |
* | Rename "yupdate" to "sync" and fix various test-casesjan.nijtmans2015-11-191-10/+10
| |
* | better argument checkingjan.nijtmans2015-11-191-1/+9
| |
* | First test-implementation of "$t yupdate -command <command>". TODO: more ↵jan.nijtmans2015-11-191-0/+18
| | | | | | | | testcases and documentation
* | Better test for bug [2677890] since [19960bcef8] breaks relevance/efficiency ↵fvogel2015-11-161-18/+23
|/ | | | of the previous version of textDisp-34.1
* Fix test-cases textDisp-33.2 and textDisp-33.3tip_438_bettercodejan.nijtmans2015-11-131-2/+2
|
* Made textDisp-4.9 more robust to font variations across platforms, so that ↵fvogel2015-07-281-1/+5
| | | | it passes on Linux Debian 6.0
* Fixed bug [2886436fff] - [.txt delete] deletes before start index - This is ↵bug_2886436fff_option1fvogel2015-07-141-4/+4
| | | | option 1: change the behavior of the text widget to completely avoid any deletion before index1
* Fixed crash in 'text see' - Bug [e0f1c380bd]fvogel2015-02-091-0/+12
|
* Fixed disappearing cursor when moving up one line at the boundary of elided ↵fvogel2015-01-251-0/+35
| | | | lines. Factorized the code again in the process, using function IsStartOfNotMergedLine when possible.
* TkTextIndexCount is counting chars. Fix these calls where bytes counting is ↵fvogel2015-01-241-0/+23
| | | | needed. Among other issues, this fixes horizontal scrolling when typing text at the end of a line containing multi-byte characters.
* Further fixed text see with indices in elided lines, [5f352f3a71] was not ↵fvogel2014-12-281-0/+31
| | | | always correct
* Further fixed text count -ypixels with indices in elided lines, [30d6b995dc] ↵fvogel2014-12-281-1/+13
| | | | was not always correct
* Cherrypicked bug fix for Bug [c199ef90a6] - Wrong index returned by @x,y ↵fvogel2014-12-231-1/+1
| | | | with elided lines at end of text
* Fixed test of index being at start of both a logical line and a display line ↵fvogel2014-12-211-1/+3
| | | | in TkTextFindDisplayLineEnd
* Fixed vertical scrolling with elided lines. MeasureUp was not measuring ↵fvogel2014-12-171-0/+13
| | | | fully correctly.
* Removed useless statements in tests textDisp-16.42 and textDisp-16.43fvogel2014-12-171-2/+0
|