Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | 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 | |
| | | | | | ||||||
* | | | | | merge trunk | dgp | 2014-11-07 | 2 | -8/+52 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | [3529885] [scale] handle negative resolution properly. | dgp | 2014-11-07 | 1 | -0/+33 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Added test case for bug [3529885fff]bug_3529885fff | fvogel | 2014-11-06 | 1 | -0/+33 | |
| | | | | | ||||||
| * | | | | [3417012] Stop [scale] segfault when -digits too big. Thanks fvogel. | dgp | 2014-10-30 | 1 | -0/+5 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | 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 failing text-29.2.x - Bug [857686bb3d] | fvogel | 2014-10-28 | 1 | -8/+14 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | 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 winDialog tests to not assume current working directory when -initialdir ↵ | ashok | 2014-10-28 | 1 | -16/+21 | |
| | | | | | | | | | | | | | | | | | | | | is not specified | |||||
* | | | | | [280089486e] Remove damaging effects of font.test. Thanks to fvogel. | dgp | 2014-10-20 | 1 | -36/+53 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Fixed failing text-19.16 - Bug [280089486e]bug_280089486e_bis | fvogel | 2014-10-12 | 1 | -36/+53 | |
| | | | | | ||||||
* | | | | | - Fix winDialog-9.7 test in case "initialdir" contains capital characters. | jan.nijtmans | 2014-10-20 | 1 | -5/+1 | |
| | | | | | | | | | | | | | | | - Add "uuid.lib" as requirement for tkWinDialog.c | |||||
* | | | | | Replace use of ::env(TEMP) with use of [tcltest::temporaryDirectory] for | dgp | 2014-10-20 | 1 | -9/+6 | |
| | | | | | | | | | | | | | | | improved portability of the test suite. | |||||
* | | | | | Changed to not use c:/ as initialdir | ashok | 2014-10-16 | 1 | -4/+14 | |
| | | | | | ||||||
* | | | | | Update test suite for compatibility with new Vista file dialogs. | ashok | 2014-09-20 | 1 | -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. | ashok | 2014-09-20 | 1 | -12/+44 | |
|/ / / / | ||||||
* | | | | Make "send" (and "testsend") use the Tcl_Obj API. | jan.nijtmans | 2014-05-26 | 2 | -2/+1 | |
|\ \ \ \ | ||||||
| * | | | | make test-case send-8.15 pass (is this the right way?)send_obj_cmd | jan.nijtmans | 2014-05-24 | 1 | -2/+0 | |
| | | | | | ||||||
| * | | | | Make "send" (and "testsend") use the Tcl_Obj API. | jan.nijtmans | 2014-05-23 | 2 | -2/+2 | |
|/ / / / | ||||||
* | | | | Make the "scrollbar" a real Tcl_Obj-based command. No change in functionality. | jan.nijtmans | 2014-05-22 | 1 | -1/+1 | |
| |_|/ |/| | | ||||||
* | | | Fix [0aa5e852dc]: Accept newline characters as value in Tk option files | jan.nijtmans | 2013-11-11 | 2 | -3/+7 | |
|\ \ \ | |/ / | ||||||
| * | | 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. | |||||
* | | | New test font-47.1 demonstrates effectiveness of the fix. | dgp | 2013-11-05 | 1 | -0/+10 | |
| | | | ||||||
* | | | Improved tests to cover StringReadPPM properly. | dkf | 2013-11-03 | 1 | -0/+65 | |
|\ \ \ | |/ / | ||||||
| * | | 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/+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 format | dkf | 2013-11-03 | 1 | -4/+8 | |
| | | | | | | | | | definition change from around 2000 (even if that's a rare format). | |||||
* | | | rebase | jan.nijtmans | 2013-08-01 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Suggested fix for Bug [069c9e43c4] | jan.nijtmans | 2013-07-31 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Make sure that in test-cases, Tk_DeleteOptionTable() is never called more ↵ | jan.nijtmans | 2013-08-01 | 1 | -4/+4 | |
|/ / / | | | | | | | | | | times than the corresponding Tk_CreateOptionTable(). Although it doesn't crash now, this behavior cannot be depended on. | |||||
* | | | Bring back test window-2.9. No longer hangs. | dgp | 2013-04-01 | 1 | -5/+1 | |
| | | | ||||||
* | | | 3607326 Stop segfault from [listbox .l -listvariable $array]. | dgp | 2013-03-11 | 1 | -0/+11 | |
|\ \ \ | |/ / | ||||||
| * | | 3607326 Stop segfault from [listbox .l -listvariable $array]. | dgp | 2013-03-11 | 1 | -0/+11 | |
| | | | ||||||
* | | | Restore failing tests to passing. | dgp | 2013-02-05 | 4 | -12/+12 | |
| | | | ||||||
* | | | More flexible search for win32 tclConfig.sh, backported from TEA. | jan.nijtmans | 2013-01-15 | 1 | -2/+1 | |
|\ \ \ | |/ / | | | | | | | | | | Don't use deprecated "case" any more. 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.6.x to be loaded in any Tcl 8.6 alpha/beta release. | |||||
| * | | 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 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | [Bug 3588824]: bug in image index handling for weird image names | dgp | 2012-12-04 | 1 | -0/+22 | |
| |\ \ \ | | |/ / | | | / | | |/ | |/| |