summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | Merged core-8-5-branchfvogel2015-12-111-2/+17
| | |\ \ \ \ \ \
| | * | | | | | | Fixed bug [1700065] - error in trace proc on textvariable doesn't trigger ↵fvogel2015-12-102-4/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bgerror
* | | | | | | | | Test winDialog-5.12.7 failed if first item in home folder was not a ↵oehhar2015-12-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | file->corrected
* | | | | | | | | Fix for bug [1739605] - [text see] misbehaves following widget ↵fvogel2015-12-121-0/+11
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | create/populate - Patch from Koen Danckaert
| * | | | | | | | Fix for bug [1739605] - [text see] misbehaves following widget ↵fvogel2015-12-121-0/+11
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | create/populate - Patch from Koen Danckaert
| | * | | | | | | Added non-regression test case: textDisp-11.21bug_1739605ffffvogel2015-12-061-0/+11
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Reverted [30c7d14b21], but really use a spinbox and not an entry for the test...fvogel2015-12-111-0/+14
| | |/ / / / / | |/| | | | |
* | | | | | | Reverted [aaf6b1a3a0]fvogel2015-12-111-0/+16
| | | | | | |
* | | | | | | Removed duplicate test: 'entry-23.1' in spinbox.test is the same as ↵fvogel2015-12-101-16/+0
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | 'entry-21.1' in entry.test
| * | | | | | Removed duplicate test: 'entry-23.1' in spinbox.test is the same as ↵fvogel2015-12-101-14/+0
| |/ / / / / | | | | | | | | | | | | | | | | | | 'entry-21.1' in entry.test
* | | | | | Fixed bug [1997299fff] - Tag borderwidth leakingfvogel2015-11-291-9/+30
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fixed bug [1997299fff] - Tag borderwidth leakingfvogel2015-11-291-9/+30
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Added visual tests for borders, following bug [1997299fff]bug_1997299ffffvogel2015-11-181-9/+30
| | | |/ / | | |/| |
* | | | | Added test textDisp-35.1 to check for regressions against pach [5b11cf19]fvogel2015-11-221-0/+16
|\ \ \ \ \ | |/ / / /
| * | | | Added test textDisp-35.1 to check for regressions against pach [5b11cf19]fvogel2015-11-221-0/+16
| |/ / /
* | | | Improve user experience related to ↵jan.nijtmans2015-11-161-2/+2
|\ \ \ \ | |/ / / | | | | | | | | [http://core.tcl.tk/tk/tktview/1499165|dancing scrollbars]. Patch by Koen Danckaert.
| * | | Fix test-cases textDisp-33.2 and textDisp-33.3tip_438_bettercodejan.nijtmans2015-11-131-2/+2
| |/ /
* | | Fixed entry (and final) part of bug [542199fff] - Double click on a lone ↵fvogel2015-11-081-4/+2
|\ \ \ | |/ / | | | | | | character in an entry does not work
| * | Fixed entry (and final) part of bug [542199fff] - Double click on a lone ↵fvogel2015-11-081-2/+2
| |\ \ | | | | | | | | | | | | character in an entry does not work
| | * | Fixed entry part of bug [542199fff] - Double click on a lone character in an ↵bug_542199ffffvogel2015-11-031-2/+2
| | | | | | | | | | | | | | | | entry does not work
* | | | Fixed bug [220854fff] - Trailing tab characters in entry widgets are not ↵fvogel2015-11-082-2/+15
|\ \ \ \ | |/ / / | | | | | | | | displayed
| * | | Fixed bug [220854fff] - Trailing tab characters in entry widgets are not ↵fvogel2015-11-082-1/+9
| |\ \ \ | | | | | | | | | | | | | | | displayed
| | * | | Fixed bug [220854fff] - Trailing tab characters in entry widgets are not ↵bug_220854ffffvogel2015-10-292-1/+9
| | | | | | | | | | | | | | | | | | | | displayed
* | | | | Fixed [2160206fff] - Panic when posting a menu of type menubarfvogel2015-11-081-0/+12
|\ \ \ \ \ | |/ / / /
| * | | | Fixed [2160206fff] - Panic when posting a menu of type menubarfvogel2015-11-081-0/+9
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Added new test to check for error triggering when posting a menu of type menubarbug_2160206ffffvogel2015-10-251-0/+9
| | | | |
* | | | | Fixed bug [e51941c1b9] - text-9.2.47 fails sometimesfvogel2015-10-311-0/+4
|\ \ \ \ \ | |/ / / /
| * | | | Fixed bug [e51941c1b9] - text-9.2.47 fails sometimesfvogel2015-10-311-0/+4
| | |/ / | |/| |
* | | | Fix [477949]: option readfile cannot use multibytes. jan.nijtmans2015-10-252-5/+25
|\ \ \ \ | |/ / / | | | | Implementation adopted from AndroWish, but added support for UTF-8 BOM and added test-case.
| * | | Fix [477949]: option readfile cannot use multibytes. jan.nijtmans2015-10-252-4/+25
| | | | | | | | | | | | Implementation adopted from AndroWish, but added support for UTF-8 BOM and added test-case.
* | | | Fixed [ac6ca22363] - ttk/spinbox-1.8.4 test fails on Win7fvogel2015-10-231-1/+1
|\ \ \ \ | |/ / /
| * | | Fixed [ac6ca22363] - ttk/spinbox-1.8.4 test fails on Win7fvogel2015-10-231-1/+1
| | | |
* | | | Fix [908b78de9a] for OS X/X11 - which apparently doesn't set ::env(USERNAME) ↵jan.nijtmans2015-10-231-2/+2
| | | | | | | | | | | | | | | | - as well.
* | | | Robustified text-9.2.46, which failed on Linux Debian 6.0 (bug [cc0ba31920])fvogel2015-10-191-7/+8
|\ \ \ \ | |/ / /
| * | | Robustified text-9.2.46, which failed on Linux Debian 6.0 (bug [cc0ba31920])fvogel2015-10-191-7/+8
| |/ /
* | | Fix [908b78de9a6534d6]: winDialog.test terminates in errorjan.nijtmans2015-10-131-1/+1
| | |
* | | Fix comment in test winDialog-5.12.2ashok2015-10-101-4/+5
| | |
* | | Fixed bug [2262711fff] - Regexp search fails with Unicode and elidefvogel2015-10-091-0/+21
|\ \ \ | |/ /
| * | Fixed bug [2262711fff] - Regexp search fails with Unicode and elidefvogel2015-10-091-0/+18
| |\ \
| | * | Added test for bug [2262711fff] - Regexp search fails with Unicode and elidefvogel2015-10-061-0/+18
| | | |
* | | | Fixed bug [1669632fff] - text widget: autoseparator placement, <Control-1> ↵fvogel2015-10-091-0/+89
|\ \ \ \ | |/ / / | | | | | | | | cleanup
| * | | Fixed bug [1669632fff] - text widget: autoseparator placement, <Control-1> ↵fvogel2015-10-091-0/+89
| |\ \ \ | | | | | | | | | | | | | | | cleanup
| | * | | Fixed bug [1669632fff] case (vi) - <<Cut>> is atomicfvogel2015-10-041-0/+20
| | | | |
| | * | | Fixed -cleanup section in test text-25.22fvogel2015-10-041-1/+1
| | | | |
| | * | | Fixed bug [1669632fff] case (v) - <<Clear>> is atomicfvogel2015-10-041-0/+20
| | | | |
| | * | | Fixed bug [1669632fff] case (vii) - <<Undo>> shall not remove separatorsfvogel2015-10-041-0/+16
| | | | |
| | * | | Fixed bug [1669632fff] case (iv) - autoseparator was missing on ↵fvogel2015-10-031-1/+20
| | | | | | | | | | | | | | | | | | | | <Control-backslash>
| | * | | Typofvogel2015-10-031-1/+1
| | | | |
| | * | | Fixed bug [1669632fff] case (i) - autoseparator was missing on <Control-1>fvogel2015-10-031-0/+14
| | |/ /
* | | | Added missing tests for tk_getOpenFile -defaultextensionashok2015-10-091-0/+29
| | | |