summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Added -proxyborderwidth optionfvogel2015-09-301-8/+10
|
* Added -proxybackground optionfvogel2015-09-291-8/+10
|
* merge core-8-5-branchjan.nijtmans2015-09-143-8/+18
|\
| * Bug [cc0ba31920] - Make text-9.2.46 pass on Windows 8.1fvogel2015-09-131-1/+1
| |
| * Fixed bug [1581435fff] - Documented precedence order in the matching process ↵bug_1581435ffffvogel2015-09-021-2/+7
| | | | | | | | of the index string
| * 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-142-5/+6
| | | | | | | | option 1: change the behavior of the text widget to completely avoid any deletion before index1
* | Bug [1247115fff] - Added -proxyrelief optionfvogel2015-07-141-8/+11
|/
* Added test case for bug [3f1f79abcf]bug_3f1f79abcffvogel2015-07-111-0/+13
|
* Completed test for bug [1292219fff], regarding MapNotify event this timebug_1292219ffffvogel2015-05-301-2/+8
|
* Added test for bug [1292219fff] regarding UnmapNotify eventfvogel2015-05-301-0/+11
|
* Fixed bug [3554052fff] by applying [b28d8aaa7c] to core-8-5-branchbug_3554052ffffvogel2015-04-261-0/+10
|
* [562118ce41] Fix wordstart modifier handling of multi-byte charsdgp2015-04-091-0/+10
|\
| * Added test for bug [562118ce41]bug_562118ce41fvogel2015-04-081-0/+10
| |
* | Fixed crash with display wordstart - Bug [e4ed00a954]bug_e4ed00a954fvogel2015-04-081-0/+5
|/
* Fixed failing textImage-3.2 test - See bug [1591493fff]fvogel2015-02-151-4/+6
|
* Merged branch bug-382da038c9fvogel2015-02-111-0/+10
|\
| * Stop panic (Bad tag priority being toggled on) - Bug [382da038c9]bug_382da038c9fvogel2015-02-081-0/+10
| |
* | Fixed crash in 'text see' - Bug [e0f1c380bd]fvogel2015-02-091-0/+12
|/
* Modify bind tests for '%M' to save/restore the 'Key' bindings for both 'All' ↵Joe Mistachkin2015-02-061-4/+22
| | | | and 'Entry'. Fix for [6b13bf5ebf].
* Add support for an 'M' binding substitution that is replaced with the number ↵Joe Mistachkin2015-02-061-0/+26
|\ | | | | | | of script-based binding patterns matched so far for the event.
| * Merge updates from core-8-5-branch.bindScriptCountJoe Mistachkin2015-02-052-3/+3
| |\
| * \ Merge updates from core 8.5 branch.Joe Mistachkin2014-11-119-38/+218
| |\ \
| * | | Add docs and tests.Joe Mistachkin2012-11-161-0/+26
| | | |
* | | | 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.
* | | | Merged core-8-5-branchfvogel2015-01-121-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | Reduce font-related porting fragility of test.dgp2015-01-071-2/+2
| | | |
* | | | Merged core-8-5-branch to text-elided branchfvogel2015-01-021-1/+1
|\ \ \ \ | |/ / /
| * | | Increased the after delay in test spinbox-1.8.4 because it failed sometimes ↵fvogel2014-12-291-1/+1
| | |/ | |/| | | | | | | for me, depending on the load of the computer running the test suite
* | | Reverted [13d2fcd25d] and [8dfc0f1731] since they are no longer needed ↵fvogel2015-01-021-7/+0
| | | | | | | | | | | | thanks to [8d7a4443f7].
* | | 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
* | | Fixed Bad counting of the total number of vertical pixels in the text ↵fvogel2014-12-281-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 ↵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
| | |
* | | Merged from branch bug-7703f947aafvogel2014-12-101-4/+8
|\ \ \
| * | | 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
* | | | Merged from branch bug-7703f947aafvogel2014-12-071-0/+47
|\ \ \ \ | |/ / /
| * | | Fixed text yview scroll pixels|lines with elided linesfvogel2014-12-071-0/+47
| | | |
* | | | Merged from branch bug-7703f947aafvogel2014-12-051-0/+28
|\ \ \ \ | |/ / /
| * | | Fixed text count -ypixels with indices in elided linesfvogel2014-12-051-0/+28
| | | |
* | | | Merged from branch bug-7703f947aafvogel2014-12-051-0/+21
|\ \ \ \ | |/ / /
| * | | Fixed text count -xpixels with indices in elided linesfvogel2014-12-051-0/+21
| | | |
* | | | Merged from branch bug-7703f947aafvogel2014-12-031-3/+17
|\ \ \ \ | |/ / /
| * | | Fixed text see command for elided target indices.fvogel2014-12-031-1/+15
| | | |
| * | | Fixed typos in commentsfvogel2014-12-031-2/+2
| | | |
* | | | Merged from branch bug-7703f947aafvogel2014-12-032-2/+3
|\ \ \ \ | |/ / /