summaryrefslogtreecommitdiffstats
path: root/tests/textDisp.test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed textDisp-4.1 and -4.2 - The expected test results were not relevant wit...bug_7703f947aafvogel2014-12-101-4/+8
* 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 sensitivi...fvogel2014-12-031-1/+1
* Make textDisp-9.6 pass on Linux as well (reduce font-dependance and sensitivi...fvogel2014-12-031-1/+1
* Fixed FindDLine again (the previous fix [575b376065] was an improvement despi...fvogel2014-11-301-0/+13
* 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 c...fvogel2014-11-231-0/+15
* Added test for bug [7703f947aa] - Wrong refresh of display lines when tagging...fvogel2014-11-221-0/+13
* Fixed textDisp-9.3 to -9.6 - The expected test results were not relevant with...fvogel2014-11-221-4/+8
* 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
* | [Bug 2677890]: Fix odd text widget update problem that had scrollbars beingdkf2010-01-071-1/+25
* | * tests/canvText.test: Backport test updates in light of thedgp2008-10-101-8/+14
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | Only call callbacks that are not NULL. [Bug 1791052]dkf2007-09-201-12/+29
* | * tests/textDisp.test: Updated expected error messages to match thedgp2006-03-231-9/+9
* | fix for count displaylines bugvincentdarley2005-10-311-1/+26
* | tip256 implementationvincentdarley2005-10-101-2/+146
* | More improvements to test robustness; problems exposed by changes todgp2005-05-101-7/+7
* | * generic/tkTextDisp.c (GetXView): Improved numerical precisiondgp2005-05-101-20/+20
* | added text widget testvincentdarley2005-03-271-2/+31
* | fix to newline eliding in text widgetvincentdarley2005-02-141-6/+34
* | Split duplicate test names [Bug 1078648]dkf2004-12-041-2/+2
* | fix a platform-sensitive testvincentdarley2004-11-221-2/+2
* | made test less timing sensitivevincentdarley2004-11-201-1/+2
* | more robust text widget display testsvincentdarley2004-09-241-6/+6
* | Missed one!dkf2004-06-241-2/+2
* | Use standard constraint namesdkf2004-06-241-4/+4
* | Steps towards systematization of test constraints in Tk test suitedkf2004-06-171-5/+1
* | text widget fixesvincentdarley2004-06-041-3/+5
* | First step towards improving test style. Also start using Tcl 8.5 features.dkf2004-05-231-10/+4
* | Minor cleanup for when running single-process testsdkf2004-04-211-1/+2
* | font measurement fixvincentdarley2003-12-041-1/+24
* | correct handling of interpolated tabs using fractional pixel widthsvincentdarley2003-11-211-19/+15