Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | 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 | |
| | | | ||||||
* | | | Merged from branch bug-7703f947aa | fvogel | 2014-12-10 | 1 | -4/+8 | |
|\ \ \ | ||||||
| * | | | 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 | |||||
* | | | | Merged from branch bug-7703f947aa | fvogel | 2014-12-07 | 1 | -0/+47 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Fixed text yview scroll pixels|lines with elided lines | fvogel | 2014-12-07 | 1 | -0/+47 | |
| | | | | ||||||
* | | | | Merged from branch bug-7703f947aa | fvogel | 2014-12-05 | 1 | -0/+28 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Fixed text count -ypixels with indices in elided lines | fvogel | 2014-12-05 | 1 | -0/+28 | |
| | | | | ||||||
* | | | | Merged from branch bug-7703f947aa | fvogel | 2014-12-05 | 1 | -0/+21 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Fixed text count -xpixels with indices in elided lines | fvogel | 2014-12-05 | 1 | -0/+21 | |
| | | | | ||||||
* | | | | Merged from branch bug-7703f947aa | fvogel | 2014-12-03 | 1 | -3/+17 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | 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 | |
| | | | | ||||||
* | | | | Merged from branch bug-7703f947aa | fvogel | 2014-12-03 | 2 | -2/+3 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | 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 embedded windows tests that were failing (on Linux) following ↵ | fvogel | 2014-12-03 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | [dc9f4bea9f] - See comment in bug [7703f947aa] | |||||
* | | | | Merged from branch bug-7703f947aa | fvogel | 2014-12-03 | 1 | -0/+6 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Fixed embedded windows tests that were failing following [dc9f4bea9f] - See ↵ | fvogel | 2014-12-03 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | comment in bug [7703f947aa] | |||||
* | | | | Merged from branch bug-7703f947aa | fvogel | 2014-11-30 | 1 | -0/+13 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | 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] | |||||
* | | | | Merged from branch bug-7703f947aa | fvogel | 2014-11-30 | 1 | -0/+23 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Fixed bbox caller of FindDLine, see case 'B' in bug [7703f947aa] | fvogel | 2014-11-30 | 1 | -0/+23 | |
| | | | | ||||||
* | | | | Merged from branch bug-7703f947aa | fvogel | 2014-11-23 | 1 | -0/+15 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | 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]) | |||||
* | | | | Merged from branch bug-7703f947aa | fvogel | 2014-11-22 | 1 | -4/+21 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | 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 | |||||
* | | | Added tests for bug [c24b97d905] - text count -displaylines is wrong with ↵bug_c24b97d905 | fvogel | 2014-11-21 | 1 | -0/+34 | |
| | | | | | | | | | | | | elided newlines | |||||
* | | | Fixed text-9.2.44 - This test was wrong (my bad when fixing bug ↵ | fvogel | 2014-11-21 | 1 | -1/+1 | |
|/ / | | | | | | | [3021557fff]) but that was hidden | |||||
* | | Stop test litter breaking scale-19. | dgp | 2014-11-07 | 2 | -2/+5 | |
| | | ||||||
* | | Added test case for bug [3529885fff]bug_3529885fff | fvogel | 2014-11-06 | 1 | -0/+33 | |
| | | ||||||
* | | Test for 3417012bug_3417012fff | dgp | 2014-10-30 | 1 | -0/+5 | |
| | | ||||||
* | | Pushing the fix out to more files. | dgp | 2014-10-30 | 1 | -1/+0 | |
| | | ||||||
* | | Fixed bug [3417012fff] | fvogel | 2014-10-29 | 1 | -0/+1 | |
| | | ||||||
* | | 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 | |
| | | ||||||
* | | Fixed failing (in trunk) text-19.16 - Bug [280089486e]bug_280089486e | fvogel | 2014-10-12 | 1 | -20/+39 | |
| | | ||||||
* | | Fix [0aa5e852dc]: Accept newline characters as value in Tk option files | jan.nijtmans | 2013-11-11 | 2 | -3/+5 | |
| | | ||||||
* | | Add test-case for bug [f214b8ad5b], in order to prove that Tk 8.5 doesn't ↵ | jan.nijtmans | 2013-11-11 | 1 | -0/+11 | |
| | | | | | | | | suffer. | |||||
* | | Improved tests to cover StringReadPPM properly. | dkf | 2013-11-03 | 1 | -0/+65 | |
| | | ||||||
* | | [1632447]: Allow the PPM maxval to go up to 65535, to conform with a format | dkf | 2013-11-03 | 1 | -4/+8 | |
| | | | | | | definition change from around 2000 (even if that's a rare format). | |||||
* | | 3607326 Stop segfault from [listbox .l -listvariable $array]. | dgp | 2013-03-11 | 1 | -0/+11 | |
| | | ||||||
* | | Don't use deprecated "case" any more. | jan.nijtmans | 2013-01-15 | 1 | -2/+1 | |
|\ \ | | | | | | | | | | Don't do unnecessary Tcl_PkgRequire(..., "Tcl", ...), the preceding Tcl_InitStubs() call already does that, both for dynamic loaded as wel as the static case. Disallow Tk 8.5.x to be loaded in any Tcl 8.5 alpha release. | |||||
| * | | Don't use deprecated "case" any more. | jan.nijtmans | 2013-01-15 | 1 | -3/+6 | |
| | | | | | | | | | Don't do unnecessary Tcl_PkgRequire(..., "Tcl", ...), the preceding Tcl_InitStubs() call already does that, both for dynamic loaded as wel as the static case. | |||||
* | | | [Bug 3588824]: bug in image index handling for weird image names | dgp | 2012-12-04 | 1 | -0/+22 | |
|\ \ \ | |/ / | | / | |/ |/| | ||||||
| * | Added tests for weird embedded windows namesbug_3588824 | fvogel | 2012-11-24 | 1 | -5/+15 | |
| | | ||||||
| * | [Bug 3588824]: bug in image index handling for weird image names | fvogel | 2012-11-22 | 1 | -0/+12 | |
| | | ||||||
| * | More complete purge of things only present for supporting long-dead Mac 9 ↵ | dgp | 2012-11-15 | 8 | -1658/+5 | |
| | | | | | | | | systems. |