Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge bug fixes from fvogel's text-elided branch | dgp | 2015-02-06 | 2 | -14/+368 |
|\ | |||||
| * | 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. | ||||
| * | Merged core-8-5-branch | fvogel | 2015-01-12 | 1 | -2/+2 |
| |\ | |||||
| * \ | Merged core-8-5-branch to text-elided branch | fvogel | 2015-01-02 | 1 | -1/+1 |
| |\ \ | |||||
| * | | | Reverted [13d2fcd25d] and [8dfc0f1731] since they are no longer needed ↵ | fvogel | 2015-01-02 | 1 | -7/+0 |
| | | | | | | | | | | | | | | | | thanks to [8d7a4443f7]. | ||||
| * | | | 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 | ||||
| * | | | Fixed Bad counting of the total number of vertical pixels in the text ↵ | fvogel | 2014-12-28 | 1 | -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 ↵ | 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 |
| | | | | |||||
| * | | | 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 | ||||
* | | | | remove some unnecessary eol-spacing | jan.nijtmans | 2015-01-15 | 5 | -9/+9 |
| | | | | |||||
* | | | | Reduce font-related porting fragility of test. | dgp | 2015-01-07 | 1 | -2/+2 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Reduce font-related porting fragility of test. | dgp | 2015-01-07 | 1 | -2/+2 |
| | |/ | |/| | |||||
| * | | Increased the after delay in test spinbox-1.8.4 because it failed sometimes ↵ | fvogel | 2014-12-29 | 1 | -1/+1 |
| |/ | | | | | | | for me, depending on the load of the computer running the test suite | ||||
* | | Cherrypicked [97391a2fef] - Increased the after delay in test spinbox-1.8.4 ↵ | fvogel | 2015-01-02 | 1 | -1/+1 |
| | | | | | | | | because it failed sometimes for me, depending on the load of the computer running the test suite | ||||
* | | Fix for 4a0451f529. Needed a Tcl_ResetResult after recursive event | ashok | 2014-12-03 | 1 | -6/+12 |
| | | | | | | | | | | | | loop otherwise clicking Cancel would return a non-empty result in case a script was run in the background as part of the event loop. Also updated test suite which did not actually check that a Cancel resulted in an empty event string. | ||||
* | | merge trunk | dgp | 2014-11-07 | 2 | -0/+2 |
|\ \ | |||||
| * \ | Get menu-32.8 and scale-19 fixes from 8.5. | dgp | 2014-11-07 | 2 | -0/+2 |
| |\ \ | | |/ | |||||
| | * | Stop test litter breaking scale-19. | dgp | 2014-11-07 | 2 | -2/+5 |
| | | |