summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵fvogel2014-12-031-1/+1
| | | | sensitivity to toplevel window geometry)
* Make textDisp-9.6 pass on Linux as well (reduce font-dependance and ↵fvogel2014-12-031-1/+1
| | | | sensitivity to toplevel window geometry)
* Fixed embedded windows tests that were failing (on Linux) following ↵fvogel2014-12-031-0/+1
| | | | [dc9f4bea9f] - See comment in bug [7703f947aa]
* Fixed embedded windows tests that were failing following [dc9f4bea9f] - See ↵fvogel2014-12-031-0/+6
| | | | comment in bug [7703f947aa]
* Fixed FindDLine again (the previous fix [575b376065] was an improvement ↵fvogel2014-11-301-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]fvogel2014-11-301-0/+23
|
* Fixing FindDLine was not enough in all cases, now fix its callers (see test ↵fvogel2014-11-231-0/+15
| | | | case 'A' in bug [7703f947aa])
* Added test for bug [7703f947aa] - Wrong refresh of display lines when ↵fvogel2014-11-221-0/+13
| | | | tagging text as elided
* Fixed textDisp-9.3 to -9.6 - The expected test results were not relevant ↵fvogel2014-11-221-4/+8
| | | | without the update between tag add and tag remove
* Stop test litter breaking scale-19.dgp2014-11-072-2/+5
|
* Added test case for bug [3529885fff]bug_3529885ffffvogel2014-11-061-0/+33
|
* Test for 3417012bug_3417012fffdgp2014-10-301-0/+5
|
* Pushing the fix out to more files.dgp2014-10-301-1/+0
|
* Fixed bug [3417012fff]fvogel2014-10-291-0/+1
|
* 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
|
* Fixed failing (in trunk) text-19.16 - Bug [280089486e]bug_280089486efvogel2014-10-121-20/+39
|
* Fix [0aa5e852dc]: Accept newline characters as value in Tk option filesjan.nijtmans2013-11-112-3/+5
|
* Add test-case for bug [f214b8ad5b], in order to prove that Tk 8.5 doesn't ↵jan.nijtmans2013-11-111-0/+11
| | | | suffer.
* Improved tests to cover StringReadPPM properly.dkf2013-11-031-0/+65
|
* [1632447]: Allow the PPM maxval to go up to 65535, to conform with a formatdkf2013-11-031-4/+8
| | | definition change from around 2000 (even if that's a rare format).
* 3607326 Stop segfault from [listbox .l -listvariable $array].dgp2013-03-111-0/+11
|
* Don't use deprecated "case" any more.jan.nijtmans2013-01-151-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.nijtmans2013-01-151-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 namesdgp2012-12-041-0/+22
|\ \ | |/
| * Added tests for weird embedded windows namesbug_3588824fvogel2012-11-241-5/+15
| |
| * [Bug 3588824]: bug in image index handling for weird image namesfvogel2012-11-221-0/+12
| |
| * More complete purge of things only present for supporting long-dead Mac 9 ↵dgp2012-11-158-1658/+5
| | | | | | | | systems.
| * Avoid crashing the test suite due to apparent Xlib bug handling thedgp2012-11-141-1/+0
| | | | | | zapfdingbats font as a core font, observed on Snow Leopard.
* | [Bug 3585396]: winDialog.test requires user interaction.jan.nijtmans2012-11-131-146/+236
|\ \ | |/ | | <p>Renumber test-cases as in Tk 8.6, and convert various to tcltest-2 style.
| * [Bug 3585396]: winDialog.test requires user interaction.jan.nijtmans2012-11-131-144/+229
| | | | | | <p>Renumber test-cases as in Tk 8.6, and convert various to tcltest-2 style.
* | Constrain tests that improperly demand user interaction.dgp2012-11-091-3/+3
| |
* | 3574877 stop hang of test dialog-1.3 on Aqua builds.dgp2012-10-051-2/+2
| |
* | Backport of dgp fixes on 50e0c049b2 to 8.5Kevin Walzer2012-10-021-10/+13
| |
* | Fixed [Bug 3554081]: Test bind-22.10 failedfvogel2012-08-031-2/+2
|\ \ | |/
| * Fixed [Bug 3554081]: Test bind-22.10 failedfvogel2012-08-031-2/+2
| |
* | Fixed [Bug 3553311]: Test spinbox-3.70 failedfvogel2012-08-021-1/+1
| |
* | [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem]jan.nijtmans2012-06-101-1/+1
|\ \ | |/
| * some more cygwin compatibility improvementsjan.nijtmans2012-04-061-0/+0
| |
* | rfe-3503317: XParseColor speedupjan.nijtmans2012-03-181-2/+15
|\ \ | |/
| * rfe-3503317: XParseColor speedupjan.nijtmans2012-03-181-2/+15
| |
* | Bug-3487407: Weird text indicesbug_1630262fvogel2012-02-181-0/+7
| |
* | Added test for bug 1615425fvogel2012-02-031-0/+13
| |
* | [Bug-1630262]: segfault when deleting lines with peer text widgetsfvogel2012-01-311-1/+95
| |
* | [Bug-1630271]: segfault/infinite loop when a mark is before -startlinejan.nijtmans2012-01-251-3/+37
|\ \