summaryrefslogtreecommitdiffstats
path: root/tests/textDisp.test
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
* Fixed text yview scroll pixels|lines with elided linesfvogel2014-12-071-0/+47
|
* Fixed text count -ypixels with indices in elided linesfvogel2014-12-051-0/+28
|
* Fixed text count -xpixels with indices in elided linesfvogel2014-12-051-0/+21
|
* Fixed text see command for elided target indices.fvogel2014-12-031-1/+15
|
* Fixed typos in commentsfvogel2014-12-031-2/+2
|
* 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 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]
* Fixed bbox caller of FindDLine, see case 'B' in bug [7703f947aa]fvogel2014-11-301-0/+23
|
* Fixing FindDLine was not enough in all cases, now fix its callers (see test ↵fvogel2014-11-231-0/+15
| | | | case 'A' in bug [7703f947aa])
* 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
* 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
|
* Purge RCS Keywords.dgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |
| * * win/tkWinFont.c (Tk_MeasureChars): backport fixes to bold/italichobbs2004-02-141-1/+25
| | | | | | | | | | | | font handling. [Patch 852669] [Bug 478568] * tests/textDisp.test: added test for the font measurement problem.
* | [Bug 2677890]: Fix odd text widget update problem that had scrollbars beingdkf2010-01-071-1/+25
| | | | | | | | unable to cover the whole widget. Fix is to reify the range to update sooner.