summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | 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]
| * | | | | | Merged from branch bug-7703f947aafvogel2014-11-301-0/+23
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Fixed bbox caller of FindDLine, see case 'B' in bug [7703f947aa]fvogel2014-11-301-0/+23
| | | | | | |
| * | | | | | Merged from branch bug-7703f947aafvogel2014-11-231-0/+15
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Fixing FindDLine was not enough in all cases, now fix its callers (see test ↵fvogel2014-11-231-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | case 'A' in bug [7703f947aa])
| * | | | | | Merged from branch bug-7703f947aafvogel2014-11-221-4/+21
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | 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
| * | | | | Added tests for bug [c24b97d905] - text count -displaylines is wrong with ↵bug_c24b97d905fvogel2014-11-211-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | elided newlines
| * | | | | Fixed text-9.2.44 - This test was wrong (my bad when fixing bug ↵fvogel2014-11-211-1/+1
| |/ / / / | | | | | | | | | | | | | | | [3021557fff]) but that was hidden
* | | | | remove some unnecessary eol-spacingjan.nijtmans2015-01-155-9/+9
| | | | |
* | | | | Reduce font-related porting fragility of test.dgp2015-01-071-2/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Reduce font-related porting fragility of test.dgp2015-01-071-2/+2
| | |/ / | |/| |
| * | | 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
* | | Cherrypicked [97391a2fef] - Increased the after delay in test spinbox-1.8.4 ↵fvogel2015-01-021-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 eventashok2014-12-031-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 trunkdgp2014-11-072-0/+2
|\ \ \
| * \ \ Get menu-32.8 and scale-19 fixes from 8.5.dgp2014-11-072-0/+2
| |\ \ \ | | |/ /
| | * | Stop test litter breaking scale-19.dgp2014-11-072-2/+5
| | | |
* | | | merge trunkdgp2014-11-072-8/+52
|\ \ \ \ | |/ / /
| * | | [3529885] [scale] handle negative resolution properly.dgp2014-11-071-0/+33
| |\ \ \ | | |/ /
| | * | Added test case for bug [3529885fff]bug_3529885ffffvogel2014-11-061-0/+33
| | | |
| * | | [3417012] Stop [scale] segfault when -digits too big. Thanks fvogel.dgp2014-10-301-0/+5
| |\ \ \ | | |/ /
| | * | 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 failing text-29.2.x - Bug [857686bb3d]fvogel2014-10-281-8/+14
| |\ \ \ | | |/ /
| | * | 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 winDialog tests to not assume current working directory when -initialdir ↵ashok2014-10-281-16/+21
| | | | | | | | | | | | | | | | is not specified
* | | | [280089486e] Remove damaging effects of font.test. Thanks to fvogel.dgp2014-10-201-36/+53
|\ \ \ \ | |/ / /
| * | | Fixed failing text-19.16 - Bug [280089486e]bug_280089486e_bisfvogel2014-10-121-36/+53
| | | |
* | | | - Fix winDialog-9.7 test in case "initialdir" contains capital characters. jan.nijtmans2014-10-201-5/+1
| | | | | | | | | | | | - Add "uuid.lib" as requirement for tkWinDialog.c
* | | | Replace use of ::env(TEMP) with use of [tcltest::temporaryDirectory] fordgp2014-10-201-9/+6
| | | | | | | | | | | | improved portability of the test suite.
* | | | Changed to not use c:/ as initialdirashok2014-10-161-4/+14
| | | |
* | | | Update test suite for compatibility with new Vista file dialogs.ashok2014-09-201-68/+83
| | | | | | | | | | | | | | | | Some tests still fail pending what we decide about behaviour when -initialdir is not specified.
* | | | Convert native paths returned from file dialogs to Tcl canonical paths.ashok2014-09-201-12/+44
|/ / /
* | | Make "send" (and "testsend") use the Tcl_Obj API.jan.nijtmans2014-05-262-2/+1
|\ \ \
| * | | make test-case send-8.15 pass (is this the right way?)send_obj_cmdjan.nijtmans2014-05-241-2/+0
| | | |
| * | | Make "send" (and "testsend") use the Tcl_Obj API.jan.nijtmans2014-05-232-2/+2
|/ / /
* | | Make the "scrollbar" a real Tcl_Obj-based command. No change in functionality.jan.nijtmans2014-05-221-1/+1
| | |
* | | Fix [0aa5e852dc]: Accept newline characters as value in Tk option filesjan.nijtmans2013-11-112-3/+7
|\ \ \ | |/ /
| * | 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.
* | | New test font-47.1 demonstrates effectiveness of the fix.dgp2013-11-051-0/+10
| | |
* | | Improved tests to cover StringReadPPM properly.dkf2013-11-031-0/+65
|\ \ \ | |/ /
| * | 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/+7
|\ \ \ | |/ / | | | definition change from around 2000 (even if that's a rare format).
| * | [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).