summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Beginning of fix for [18c08df753] - Reverted [296bd4c3], and adjusted ↵fvogel2016-03-272-6/+5
| | | | textDisp-4.9 accordingly by adding one fixedHeight on the two necessary places in the test result
* Repair visual test for bevels, inadvertently broken in [9046f1cb83] ↵fvogel2016-02-111-2/+0
| | | | (cherrypicked [7ac2438944])
* Fixed (with a real fix this time) bug [06c1433906] - Text widget crash ↵fvogel2016-02-081-11/+2
| | | | during delete (cherrypicked [48cf3656d9])
* (cherry-pick): Fix [06c14339060ba9ae]: Text widget crash during delete. ↵jan.nijtmans2016-02-081-2/+1
| | | | Thanks to François Vogel for the implementation and Brian Griffin for all his help getting this figured out.
* Fix crashing test case, textDisp-8.13dgp2016-02-051-0/+9
|
* Backout [477949] for Tk 8.5, after discussion in TclCore mailing list: ↵jan.nijtmans2016-02-032-25/+4
| | | | | | | | | | | | | | | | option readfile cannot use multibytes. Ticket [0a3d799a] To clarify a bit, what we discovered was that [[option readfile]] as found in all Tk releases up to and including 8.5.18 is already able to read in the whole BMP, so long as the file is stored in the encoding utf-8. The classic ASCII subset is fine. utf-8 is fine. Other encodings are at best non-portable. What [477949] did was to add support for files stored in [[encoding system]] but at the expense of breaking the support for the files stored in utf-8. Not the right outcome for a patch release.
* NotebookAddCommand: fix off-by-one error counting objc/objvjenglish2016-01-251-0/+21
| | | | | when readding an already-managed window with arguments. Bug reported on tcl-core by Sam Bromley (22 Jan 2016)
* Remove cross-test disruption.dgp2016-01-231-0/+1
|
* (cherry-pick) Fix [1927212]: MouseWheel unbound for non-aqua scrollbars. ↵jan.nijtmans2016-01-091-0/+30
| | | | Thanks to Francois Vogel for the actual work
* (cherry-pick) Backout previous commit: it causes many event-related ↵jan.nijtmans2016-01-081-15/+0
| | | | test-failures in Tk test suite
* (cherry-pick) Fixed bug [1927212] - MouseWheel unbound for non-aqua scrollbarsjan.nijtmans2016-01-081-0/+15
|
* (cherry-pick) Fixed bug [3e3e25f483] - winbutton-1.[12] fails on Win7jan.nijtmans2016-01-081-2/+6
|
* Fixed bug [3102228] - <<ListboxSelect>> doesn't fire when selection lostfvogel2016-01-061-0/+15
|\
| * Fixed bug [3102228] - <<ListboxSelect>> doesn't fire when selection lostbug_3102228ffffvogel2015-12-311-0/+15
| |
* | Fixed bug [1288433] - LisboxSelect event triggers when listbox state is disabledbug_1288433ffffvogel2015-12-301-0/+24
|/
* Fixed bug [2f78c7c5ea] - text widget segfault with tablelistfvogel2015-12-261-0/+24
|\
| * Added new test textDisp-9.14 to check against regression regarding bug ↵fvogel2015-12-231-0/+24
| | | | | | | | [2f78c7c5ea]
* | Made test textDisp-16.18 pass again on Win7 after [a4bf73e4b8]: map the text ↵fvogel2015-12-231-1/+1
|/ | | | widget earlier
* Fixed bug [793909] - Problem with nonexistent namespacesfvogel2015-12-192-0/+12
|\
| * Fixed bug [793909] - Problem with nonexistent namespacesbug_793909ffffvogel2015-12-122-0/+12
| |
* | Fixed bug [1700065] - error in trace proc on textvariable doesn't trigger ↵fvogel2015-12-192-4/+33
|\ \ | |/ | | | | bgerror
| * 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
* | | 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
| |/ |/|
* | 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
|\
| * 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
|/
* 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-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-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/+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
| |/ |/|
* | 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
| |
* | Robustified text-9.2.46, which failed on Linux Debian 6.0 (bug [cc0ba31920])fvogel2015-10-191-7/+8
|/
* 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] 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
| | |