summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Test added by René Zaumseil for the crash he just fixedfvogel2018-06-041-0/+11
* New files provided by René Zaumseilfvogel2018-05-161-0/+65
* Merge TIP #496 implementation following positive vote by the TCTfvogel2018-05-133-2/+37
|\
| * Fix test entry-10.1 in ttk/entry.test so that ttk widgets are tested, and add...fvogel2018-04-151-1/+10
| * merge trunk (because tip-496 does not target 8.6 but 8.7, whereas branch tip-...fvogel2018-04-1573-1734/+3136
| |\
| * | Fix spinbox-3.15 test result since two new options were added in the ouput of...fvogel2018-03-051-1/+1
| * | Remove useless tests entry-10.2 and -10.3 (for ttk::entry) since these did no...fvogel2018-02-111-28/+0
| * | Removed useless test entry-25.1 since this test does not check anything excep...fvogel2018-02-111-16/+0
| * | -placeholdertext becomes -placeholder. Changes provided by René Zaumseilfvogel2018-02-062-12/+12
| * | Change -empty* option names to -placeholder*. Changes provided by René Zaumseilfvogel2018-02-062-8/+45
| * | Fix entry-3.15 test result since two new options were added in the ouput of [...fvogel2018-01-311-1/+1
| * | Implementation of TIP #496 - Display hints in ::ttk::entry (by René Zaumseil)fvogel2018-01-311-0/+33
* | | Fix [38e83e6ec9]: canvasText-1.11 fails on macOS (ditto for config-4.57)fvogel2018-05-132-4/+4
|\ \ \
| * \ \ Fix [38e83e6ec9]: canvasText-1.11 fails on macOS (ditto for config-4.57)fvogel2018-05-132-4/+4
| |\ \ \
| | * | | Work around [38e83e6ec9]: config-4.57 fails on macOSfvogel2018-04-301-2/+2
| | * | | Work around [38e83e6ec9]: canvasText-1.11 fails on macOSfvogel2018-04-301-2/+2
| | |/ /
* | | | Fix [66db98f30d]: choosedir, filebox, msgbox tests fails on macOS + undocumen...fvogel2018-05-133-31/+45
|\ \ \ \ | |/ / /
| * | | Fix [66db98f30d]: choosedir, filebox, msgbox tests fails on macOS + undocumen...fvogel2018-05-133-31/+45
| |\ \ \
| | * | | Unify further error messages for tk_messageBox optionsfvogel2018-05-011-20/+5
| | * | | Unify error messages for wrong values of 'tk_messageBox -default' among platf...fvogel2018-05-011-16/+7
| | * | | Make msgbox.test pass on all platforms (checked on Win Vista, Linux Debian 8 ...fvogel2018-05-011-5/+21
| | * | | Fix mistake in previous commitfvogel2018-05-011-1/+1
| | * | | Fix msgbox.test expected results when running on macOSfvogel2018-05-011-13/+19
| | * | | Fix filebox.test expected results when running on macOSfvogel2018-05-011-10/+24
| | * | | Fix missing part of the error message in test choosedir-1.5.2fvogel2018-04-301-1/+1
| | * | | Some tests in choosedir.test (those that check the options parsing) can be ru...fvogel2018-04-301-6/+6
| | * | | Fix [66db98f30d]: choosedir-1.5 fails on macOSfvogel2018-04-301-2/+4
| | |/ /
* | | | Fix [ddeef0e069]: Some canvImg tests fail on macOSfvogel2018-05-132-9/+9
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Fix [ddeef0e069]: Some canvImg tests fail on macOSfvogel2018-04-302-9/+9
| |/
* | Merge branch tip-489 following acceptation of this TIP through TCT vote.fvogel2018-03-041-0/+88
|\ \
| * \ merge core-8-6-branchfvogel2018-02-102-2/+107
| |\ \ | | |/
| * | Corrected background colour in canvas.test 20.1scotty2018-02-101-1/+1
| * | Two tests should not bear the same namefvogel2018-02-071-1/+1
| * | Correct DrawCanvas() behaviour on Windows.scotty2018-02-071-3/+3
| * | merge core-8-6-branchfvogel2018-01-2714-73/+1412
| |\ \
| * | | Wrote test cases for "canvas image"; Fixed bug in the call to Tk_PhotoPutZoom...scotty2017-11-301-0/+88
* | | | Fix [1c5f27afe5]. Make winWm-5.2 pass again by forcing -tearoff 1 (as it was ...fvogel2018-02-111-1/+1
|\ \ \ \
| * | | | Fix [1c5f27afe5]. Make winWm-5.2 pass again by forcing -tearoff 1 (as it was ...fvogel2018-02-111-1/+1
* | | | | Merge trunk since TIP #492 targets 8.7fvogel2018-01-3076-1728/+4397
|\ \ \ \ \
| * \ \ \ \ merge core-8-6-branch ([e20d5ca7cd] - textTag-18.1 fails on OS X - was alread...fvogel2018-01-281-1/+1
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Fix [e20d5ca7cd]: textTag-18.1 fails on OS Xfvogel2018-01-281-0/+1
| * | | | | Fix [b68710aed6]: Minor fixes to library/text.tcl bindings, and generation of...fvogel2018-01-281-2/+106
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fix [b68710aed6]: Minor fixes to library/text.tcl bindings, and generation of...fvogel2018-01-281-2/+106
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | Add more <<Selection>> event generation tests.fvogel2018-01-181-6/+63
| | | * | | Avoid confusion: the <<Selection>> event is documented to fire when the selec...fvogel2018-01-161-6/+6
| | | * | | Add three (currently failing) tests text-27.15[abc] that will pass when <<Sel...fvogel2018-01-151-2/+49
| * | | | | Fix [de156e9efe]: Safe Base interpreters must not write to the PRIMARY select...fvogel2018-01-251-0/+1220
| |\ \ \ \ \ | | |/ / / /
| | * | | | Revised tests/safePrimarySelection.test for unsafe slave interpreterskjnash2018-01-221-20/+52
| | * | | | merge core-8-6-branchfvogel2018-01-2123-96/+498
| | |\ \ \ \ | | | |/ / /
| | * | | | Add tests in file tests/safePrimarySelection.testkjnash2018-01-171-0/+1188