Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| |\ \ | | |/ | |||||
| | * | Added tests for weird embedded windows namesbug_3588824 | fvogel | 2012-11-24 | 1 | -5/+15 |
| | | | |||||
| | * | [Bug 3588824]: bug in image index handling for weird image names | fvogel | 2012-11-22 | 1 | -0/+12 |
| | | | |||||
| | * | More complete purge of things only present for supporting long-dead Mac 9 ↵ | dgp | 2012-11-15 | 8 | -1658/+5 |
| | | | | | | | | | | | | systems. | ||||
| | * | Avoid crashing the test suite due to apparent Xlib bug handling the | dgp | 2012-11-14 | 1 | -1/+0 |
| | | | | | | | | | zapfdingbats font as a core font, observed on Snow Leopard. | ||||
| * | | [Bug 3585396]: winDialog.test requires user interaction. | jan.nijtmans | 2012-11-13 | 1 | -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.nijtmans | 2012-11-13 | 1 | -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. | dgp | 2012-11-09 | 1 | -3/+3 |
| | | | |||||
| * | | 3574877 stop hang of test dialog-1.3 on Aqua builds. | dgp | 2012-10-05 | 1 | -2/+2 |
| | | | |||||
| * | | Backport of dgp fixes on 50e0c049b2 to 8.5 | Kevin Walzer | 2012-10-02 | 1 | -10/+13 |
| | | | |||||
| * | | Fixed [Bug 3554081]: Test bind-22.10 failed | fvogel | 2012-08-03 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Fixed [Bug 3554081]: Test bind-22.10 failed | fvogel | 2012-08-03 | 1 | -2/+2 |
| | | | |||||
| * | | Fixed [Bug 3553311]: Test spinbox-3.70 failed | fvogel | 2012-08-02 | 1 | -1/+1 |
| | | | |||||
* | | | Fixed, but only tested yet on Windows 7. On other platforms, at least the ↵ | jan.nijtmans | 2012-11-11 | 1 | -10/+28 |
| | | | | | | | | | | | | 'user input problem' is gone, but the test might still fail. | ||||
* | | | demo fix for bug 3585396. On which platforms this fails? | jan.nijtmans | 2012-11-09 | 1 | -3/+3 |
| | | | |||||
* | | | 3567812 3567779 Repaired regressions in 3546073 fix. | dgp | 2012-09-15 | 1 | -10/+13 |
| | | | | | | | | | Stopped test event leakage in winWm-9.2. | ||||
* | | | more auditing of error codes | dkf | 2012-07-30 | 1 | -5/+5 |
| | | | |||||
* | | | Purged Tcl_AppendElement from all non-test code. | dkf | 2012-07-29 | 1 | -391/+220 |
| | | | |||||
* | | | minor test corrections/stabilizations | dkf | 2012-07-24 | 2 | -11/+7 |
| | | | |||||
* | | | Much more cleaning up of result handling. | dkf | 2012-07-23 | 5 | -25/+25 |
| | | | |||||
* | | | consistent error formatting, added error codes | dkf | 2012-07-21 | 1 | -9/+9 |
| | | | |||||
* | | | fix select-5.15 test case [Bug 2441988] | jan.nijtmans | 2012-07-01 | 1 | -1/+1 |
| | | | |||||
* | | | [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem] | jan.nijtmans | 2012-06-10 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem] | jan.nijtmans | 2012-06-10 | 1 | -1/+1 |
| |\ \ | | |/ |