Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge updates from core-8-5-branch.bindScriptCount | Joe Mistachkin | 2015-02-05 | 2 | -3/+3 |
|\ | |||||
| * | 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 | ||||
* | | Merge updates from core 8.5 branch. | Joe Mistachkin | 2014-11-11 | 9 | -38/+218 |
|\ \ | |/ | |||||
| * | Stop test litter breaking scale-19. | dgp | 2014-11-07 | 2 | -2/+5 |
| | | |||||
| * | Added test case for bug [3529885fff]bug_3529885fff | fvogel | 2014-11-06 | 1 | -0/+33 |
| | | |||||
| * | 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 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 [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. | ||||
| * | 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/+8 |
| | | | | | | definition change from around 2000 (even if that's a rare format). | ||||
| * | 3607326 Stop segfault from [listbox .l -listvariable $array]. | dgp | 2013-03-11 | 1 | -0/+11 |
| | | |||||
| * | 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 |
| |\ \ | | |/ | |||||
| | * | 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. | ||||
* | | | Add docs and tests. | Joe Mistachkin | 2012-11-16 | 1 | -0/+26 |
|/ / | |||||
* | | [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 |
| | | |||||
* | | [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem] | jan.nijtmans | 2012-06-10 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | some more cygwin compatibility improvements | jan.nijtmans | 2012-04-06 | 1 | -0/+0 |
| | | |||||
* | | rfe-3503317: XParseColor speedup | jan.nijtmans | 2012-03-18 | 1 | -2/+15 |
|\ \ | |/ | |||||
| * | rfe-3503317: XParseColor speedup | jan.nijtmans | 2012-03-18 | 1 | -2/+15 |
| | | |||||
* | | Bug-3487407: Weird text indicesbug_1630262 | fvogel | 2012-02-18 | 1 | -0/+7 |
| | | |||||
* | | Added test for bug 1615425 | fvogel | 2012-02-03 | 1 | -0/+13 |
| | | |||||
* | | [Bug-1630262]: segfault when deleting lines with peer text widgets | fvogel | 2012-01-31 | 1 | -1/+95 |
| | | |||||
* | | [Bug-1630271]: segfault/infinite loop when a mark is before -startline | jan.nijtmans | 2012-01-25 | 1 | -3/+37 |
|\ \ | |||||
| * | | patch-3477449: segfault when mark out of -startline/-endline rangebug_1630271 | jan.nijtmans | 2012-01-23 | 1 | -3/+38 |
|/ / | |||||
* | | [Bug-3288113,3288121]: Missing marks/endless loop in text mark prev/nextpatch_3471873 | jan.nijtmans | 2012-01-19 | 1 | -17/+48 |
| | | |||||
* | | [Bug-3021557]: Moving the cursor in elided text freezes Tk | jan.nijtmans | 2012-01-19 | 1 | -0/+15 |
|\ \ | |||||
| * | | bug-3021557 Moving the cursor in elided text freezes Tkbug_3021557 | jan.nijtmans | 2012-01-17 | 1 | -0/+15 |
|/ / | |||||
* | | TIP 382 test suite update and Motif dialog implementation. | dgp | 2011-10-31 | 1 | -1/+1 |
| | | |||||
* | | Move -takefocus option out of ttkCoreOptionSpecs, | jenglish | 2011-09-22 | 1 | -4/+24 |
| | | | | | | | | explicitly specify it on individual widgets. [Bug 3404541], [Bug 1204186]. | ||||
* | | 3341056 Correct segfault due to flaw in the 2011-06-17 commit. | dgp | 2011-06-29 | 1 | -1/+18 |
| | | |||||
* | | Crash in unset traces 3062331 | dgp | 2011-06-17 | 1 | -0/+10 |
| | | |||||
* | | Purge RCS Keywords. | dgp | 2011-06-08 | 113 | -244/+1 |
|\ \ | |/ |