Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug [2f78c7c5ea] - text widget segfault with tablelist | fvogel | 2015-12-26 | 1 | -0/+24 |
|\ | |||||
| * | Added new test textDisp-9.14 to check against regression regarding bug ↵ | fvogel | 2015-12-23 | 1 | -0/+24 |
| | | | | | | | | [2f78c7c5ea] | ||||
* | | Made test textDisp-16.18 pass again on Win7 after [a4bf73e4b8]: map the text ↵ | fvogel | 2015-12-23 | 1 | -1/+1 |
|/ | | | | widget earlier | ||||
* | Added non-regression test case: textDisp-11.21bug_1739605fff | fvogel | 2015-12-06 | 1 | -0/+11 |
| | |||||
* | Added test textDisp-35.1 to check for regressions against pach [5b11cf19] | fvogel | 2015-11-22 | 1 | -0/+16 |
| | |||||
* | Fix test-cases textDisp-33.2 and textDisp-33.3tip_438_bettercode | jan.nijtmans | 2015-11-13 | 1 | -2/+2 |
| | |||||
* | Made textDisp-4.9 more robust to font variations across platforms, so that ↵ | fvogel | 2015-07-28 | 1 | -1/+5 |
| | | | | it passes on Linux Debian 6.0 | ||||
* | Fixed bug [2886436fff] - [.txt delete] deletes before start index - This is ↵bug_2886436fff_option1 | fvogel | 2015-07-14 | 1 | -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] | fvogel | 2015-02-09 | 1 | -0/+12 |
| | |||||
* | Fixed disappearing cursor when moving up one line at the boundary of elided ↵ | fvogel | 2015-01-25 | 1 | -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 ↵ | fvogel | 2015-01-24 | 1 | -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 ↵ | fvogel | 2014-12-28 | 1 | -0/+31 |
| | | | | always correct | ||||
* | Further fixed text count -ypixels with indices in elided lines, [30d6b995dc] ↵ | fvogel | 2014-12-28 | 1 | -1/+13 |
| | | | | was not always correct | ||||
* | Cherrypicked bug fix for Bug [c199ef90a6] - Wrong index returned by @x,y ↵ | fvogel | 2014-12-23 | 1 | -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 ↵ | fvogel | 2014-12-21 | 1 | -1/+3 |
| | | | | in TkTextFindDisplayLineEnd | ||||
* | Fixed vertical scrolling with elided lines. MeasureUp was not measuring ↵ | fvogel | 2014-12-17 | 1 | -0/+13 |
| | | | | fully correctly. | ||||
* | Removed useless statements in tests textDisp-16.42 and textDisp-16.43 | fvogel | 2014-12-17 | 1 | -2/+0 |
| | |||||
* | Fixed textDisp-4.1 and -4.2 - The expected test results were not relevant ↵bug_7703f947aa | fvogel | 2014-12-10 | 1 | -4/+8 |
| | | | | without the update between deletion and insertion | ||||
* | Fixed text yview scroll pixels|lines with elided lines | fvogel | 2014-12-07 | 1 | -0/+47 |
| | |||||
* | Fixed text count -ypixels with indices in elided lines | fvogel | 2014-12-05 | 1 | -0/+28 |
| | |||||
* | Fixed text count -xpixels with indices in elided lines | fvogel | 2014-12-05 | 1 | -0/+21 |
| | |||||
* | Fixed text see command for elided target indices. | fvogel | 2014-12-03 | 1 | -1/+15 |
| | |||||
* | Fixed typos in comments | fvogel | 2014-12-03 | 1 | -2/+2 |
| | |||||
* | Make textDisp-9.6 pass on Linux as well (reduce font-dependance and ↵ | fvogel | 2014-12-03 | 1 | -1/+1 |
| | | | | sensitivity to toplevel window geometry) | ||||
* | Make textDisp-9.6 pass on Linux as well (reduce font-dependance and ↵ | fvogel | 2014-12-03 | 1 | -1/+1 |
| | | | | sensitivity to toplevel window geometry) | ||||
* | Fixed FindDLine again (the previous fix [575b376065] was an improvement ↵ | fvogel | 2014-11-30 | 1 | -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] | fvogel | 2014-11-30 | 1 | -0/+23 |
| | |||||
* | Fixing FindDLine was not enough in all cases, now fix its callers (see test ↵ | fvogel | 2014-11-23 | 1 | -0/+15 |
| | | | | case 'A' in bug [7703f947aa]) | ||||
* | Added test for bug [7703f947aa] - Wrong refresh of display lines when ↵ | fvogel | 2014-11-22 | 1 | -0/+13 |
| | | | | tagging text as elided | ||||
* | Fixed textDisp-9.3 to -9.6 - The expected test results were not relevant ↵ | fvogel | 2014-11-22 | 1 | -4/+8 |
| | | | | without the update between tag add and tag remove | ||||
* | Fixed remaining issue with textDisp-29.2.4bug_857686bb3d | fvogel | 2014-10-21 | 1 | -1/+1 |
| | |||||
* | Fixed failing text-29.2.x - Bug [857686bb3d] | fvogel | 2014-10-21 | 1 | -8/+14 |
| | |||||
* | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|\ | |||||
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| | | |||||
| * | * win/tkWinFont.c (Tk_MeasureChars): backport fixes to bold/italic | hobbs | 2004-02-14 | 1 | -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 being | dkf | 2010-01-07 | 1 | -1/+25 |
| | | | | | | | | unable to cover the whole widget. Fix is to reify the range to update sooner. | ||||
* | | * tests/canvText.test: Backport test updates in light of the | dgp | 2008-10-10 | 1 | -8/+14 |
| | | | | | | | | | | | | | | | | * tests/entry.test: 2008-10-05 commit. * tests/listbox.test: * tests/scrollbar.test: * tests/spinbox.test: * tests/textDisp.test: | ||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | Only call callbacks that are not NULL. [Bug 1791052] | dkf | 2007-09-20 | 1 | -12/+29 |
| | | |||||
* | | * tests/textDisp.test: Updated expected error messages to match the | dgp | 2006-03-23 | 1 | -9/+9 |
| | | | | | | | | standardized formats established on 2005-11-17. [Bug 1370296] | ||||
* | | fix for count displaylines bug | vincentdarley | 2005-10-31 | 1 | -1/+26 |
| | | |||||
* | | tip256 implementation | vincentdarley | 2005-10-10 | 1 | -2/+146 |
| | | |||||
* | | More improvements to test robustness; problems exposed by changes to | dgp | 2005-05-10 | 1 | -7/+7 |
| | | | | | | | | precision of doubles (TIP 132). | ||||
* | | * generic/tkTextDisp.c (GetXView): Improved numerical precision | dgp | 2005-05-10 | 1 | -20/+20 |
| | | | | | | | | | | | | of calculation of [.t xview] return values. * tests/textDisp.test: Match greater precisions of [.t xview] and [.t yview] values in tests. | ||||
* | | added text widget test | vincentdarley | 2005-03-27 | 1 | -2/+31 |
| | | |||||
* | | fix to newline eliding in text widget | vincentdarley | 2005-02-14 | 1 | -6/+34 |
| | | |||||
* | | Split duplicate test names [Bug 1078648] | dkf | 2004-12-04 | 1 | -2/+2 |
| | | |||||
* | | fix a platform-sensitive test | vincentdarley | 2004-11-22 | 1 | -2/+2 |
| | | |||||
* | | made test less timing sensitive | vincentdarley | 2004-11-20 | 1 | -1/+2 |
| | | |||||
* | | more robust text widget display tests | vincentdarley | 2004-09-24 | 1 | -6/+6 |
| | |