summaryrefslogtreecommitdiffstats
path: root/tests/textDisp.test
Commit message (Expand)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 block...bug_c0dbdd3ff3fvogel2017-01-281-1/+1
* | Fix [ae32eb7e10]: Win + specific text widget configuration : textDisp-18.6, -...fvogel2017-02-051-5/+5
|\ \
| * \ Fix [ae32eb7e10]: Win + specific text widget configuration : textDisp-18.6, -...fvogel2017-02-051-5/+5
| |\ \
| | * | 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 textDis...fvogel2016-03-271-4/+4
| | * Fixed (with a real fix this time) bug [06c1433906] - Text widget crash during...fvogel2016-02-081-11/+2
| | * (cherry-pick): Fix [06c14339060ba9ae]: Text widget crash during delete. Thank...jan.nijtmans2016-02-081-2/+1
| | * 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 during...fvogel2016-02-081-11/+2
|\ \
| * | 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
|\ \ \ | |/ /
| * | Cherrypicked the new test textDisp-8.13 from core-8-5-branch. This test (and ...fvogel2016-02-071-0/+8
| |/
* | 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 [2f78c...fvogel2015-12-231-0/+24
| * | Made test textDisp-16.18 pass again on Win7 after [a4bf73e4b8]: map the text ...fvogel2015-12-231-1/+1
| |/
* | 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 test...jan.nijtmans2015-11-191-0/+18
* | Better test for bug [2677890] since [19960bcef8] breaks relevance/efficiency ...fvogel2015-11-161-18/+23
|/
* 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 it...fvogel2015-07-281-1/+5
* Fixed bug [2886436fff] - [.txt delete] deletes before start index - This is o...bug_2886436fff_option1fvogel2015-07-141-4/+4
* 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 l...fvogel2015-01-251-0/+35
* TkTextIndexCount is counting chars. Fix these calls where bytes counting is n...fvogel2015-01-241-0/+23
* Further fixed text see with indices in elided lines, [5f352f3a71] was not alw...fvogel2014-12-281-0/+31
* Further fixed text count -ypixels with indices in elided lines, [30d6b995dc] ...fvogel2014-12-281-1/+13
* Cherrypicked bug fix for Bug [c199ef90a6] - Wrong index returned by @x,y with...fvogel2014-12-231-1/+1
* Fixed test of index being at start of both a logical line and a display line ...fvogel2014-12-211-1/+3
* Fixed vertical scrolling with elided lines. MeasureUp was not measuring fully...fvogel2014-12-171-0/+13
* Removed useless statements in tests textDisp-16.42 and textDisp-16.43fvogel2014-12-171-2/+0