summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merged core-8-5-branchfvogel2015-01-121-2/+2
|\
| * Reduce font-related porting fragility of test.dgp2015-01-071-2/+2
| |
* | Merged core-8-5-branch to text-elided branchfvogel2015-01-021-1/+1
|\ \ | |/
| * Increased the after delay in test spinbox-1.8.4 because it failed sometimes ↵fvogel2014-12-291-1/+1
| | | | | | | | for me, depending on the load of the computer running the test suite
* | Reverted [13d2fcd25d] and [8dfc0f1731] since they are no longer needed ↵fvogel2015-01-021-7/+0
| | | | | | | | thanks to [8d7a4443f7].
* | 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
* | Fixed Bad counting of the total number of vertical pixels in the text ↵fvogel2014-12-281-0/+18
| | | | | | | | widget, resulting in small change of the Y scrollbar size. Happened because CalculateDisplayLineHeight expects an index at start of a display line, which was not always the case.
* | 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
| |
* | Merged from branch bug-7703f947aafvogel2014-12-101-4/+8
|\ \
| * | Fixed textDisp-4.1 and -4.2 - The expected test results were not relevant ↵bug_7703f947aafvogel2014-12-101-4/+8
| | | | | | | | | | | | without the update between deletion and insertion
* | | Merged from branch bug-7703f947aafvogel2014-12-071-0/+47
|\ \ \ | |/ /
| * | Fixed text yview scroll pixels|lines with elided linesfvogel2014-12-071-0/+47
| | |
* | | Merged from branch bug-7703f947aafvogel2014-12-051-0/+28
|\ \ \ | |/ /
| * | Fixed text count -ypixels with indices in elided linesfvogel2014-12-051-0/+28
| | |
* | | Merged from branch bug-7703f947aafvogel2014-12-051-0/+21
|\ \ \ | |/ /
| * | Fixed text count -xpixels with indices in elided linesfvogel2014-12-051-0/+21
| | |
* | | Merged from branch bug-7703f947aafvogel2014-12-031-3/+17
|\ \ \ | |/ /
| * | Fixed text see command for elided target indices.fvogel2014-12-031-1/+15
| | |
| * | Fixed typos in commentsfvogel2014-12-031-2/+2
| | |
* | | Merged from branch bug-7703f947aafvogel2014-12-032-2/+3
|\ \ \ | |/ /
| * | Make textDisp-9.6 pass on Linux as well (reduce font-dependance and ↵fvogel2014-12-031-1/+1
| | | | | | | | | | | | sensitivity to toplevel window geometry)
| * | Make textDisp-9.6 pass on Linux as well (reduce font-dependance and ↵fvogel2014-12-031-1/+1
| | | | | | | | | | | | sensitivity to toplevel window geometry)
| * | Fixed embedded windows tests that were failing (on Linux) following ↵fvogel2014-12-031-0/+1
| | | | | | | | | | | | [dc9f4bea9f] - See comment in bug [7703f947aa]
* | | Merged from branch bug-7703f947aafvogel2014-12-031-0/+6
|\ \ \ | |/ /
| * | Fixed embedded windows tests that were failing following [dc9f4bea9f] - See ↵fvogel2014-12-031-0/+6
| | | | | | | | | | | | comment in bug [7703f947aa]
* | | Merged from branch bug-7703f947aafvogel2014-11-301-0/+13
|\ \ \ | |/ /
| * | Fixed FindDLine again (the previous fix [575b376065] was an improvement ↵fvogel2014-11-301-0/+13
| | | | | | | | | | | | despite it did not fix all cases), see case 'C' in bug [7703f947aa]
* | | Merged from branch bug-7703f947aafvogel2014-11-301-0/+23
|\ \ \ | |/ /
| * | Fixed bbox caller of FindDLine, see case 'B' in bug [7703f947aa]fvogel2014-11-301-0/+23
| | |
* | | Merged from branch bug-7703f947aafvogel2014-11-231-0/+15
|\ \ \ | |/ /
| * | Fixing FindDLine was not enough in all cases, now fix its callers (see test ↵fvogel2014-11-231-0/+15
| | | | | | | | | | | | case 'A' in bug [7703f947aa])
* | | Merged from branch bug-7703f947aafvogel2014-11-221-4/+21
|\ \ \ | |/ /
| * | Added test for bug [7703f947aa] - Wrong refresh of display lines when ↵fvogel2014-11-221-0/+13
| | | | | | | | | | | | tagging text as elided
| * | Fixed textDisp-9.3 to -9.6 - The expected test results were not relevant ↵fvogel2014-11-221-4/+8
| |/ | | | | | | without the update between tag add and tag remove
* | Added tests for bug [c24b97d905] - text count -displaylines is wrong with ↵bug_c24b97d905fvogel2014-11-211-0/+34
| | | | | | | | elided newlines
* | Fixed text-9.2.44 - This test was wrong (my bad when fixing bug ↵fvogel2014-11-211-1/+1
|/ | | | [3021557fff]) but that was hidden
* Stop test litter breaking scale-19.dgp2014-11-072-2/+5
|
* Added test case for bug [3529885fff]bug_3529885ffffvogel2014-11-061-0/+33
|
* Test for 3417012bug_3417012fffdgp2014-10-301-0/+5
|
* Pushing the fix out to more files.dgp2014-10-301-1/+0
|
* Fixed bug [3417012fff]fvogel2014-10-291-0/+1
|
* Fixed remaining issue with textDisp-29.2.4bug_857686bb3dfvogel2014-10-211-1/+1
|
* Fixed failing text-29.2.x - Bug [857686bb3d]fvogel2014-10-211-8/+14
|
* Fixed failing (in trunk) text-19.16 - Bug [280089486e]bug_280089486efvogel2014-10-121-20/+39
|
* Fix [0aa5e852dc]: Accept newline characters as value in Tk option filesjan.nijtmans2013-11-112-3/+5
|
* Add test-case for bug [f214b8ad5b], in order to prove that Tk 8.5 doesn't ↵jan.nijtmans2013-11-111-0/+11
| | | | suffer.