summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix [de01e24aa1]: Text replace command involving selection crashesfvogel2018-06-161-0/+9
|\
| * Add (currently crashing) test text-8.28 to demonstrate [de01e24aa1]: Text ↵fvogel2018-06-131-0/+9
| | | | | | | | replace command involving selection crashes
* | 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 ↵fvogel2018-04-151-1/+10
| | | | | | | | | | | | add testing of -placeholderforeground for ttk::entry.
| * | merge trunk (because tip-496 does not target 8.6 but 8.7, whereas branch ↵fvogel2018-04-1573-1734/+3136
| |\ \ | | | | | | | | | | | | tip-496 was created off core-8-6-branch)
| * | | Fix spinbox-3.15 test result since two new options were added in the ouput ↵fvogel2018-03-051-1/+1
| | | | | | | | | | | | | | | | of [.spinbox configure]
| * | | Remove useless tests entry-10.2 and -10.3 (for ttk::entry) since these did ↵fvogel2018-02-111-28/+0
| | | | | | | | | | | | | | | | not check anything except visually, which is not checked by tcltest. Instead, add -placeholder option and -placeholderforeground style configuration in the demos.
| * | | Removed useless test entry-25.1 since this test does not check anything ↵fvogel2018-02-111-16/+0
| | | | | | | | | | | | | | | | except visually, which is not checked by tcltest. Instead, add -placeholder options in the demos.
| * | | -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
| | | | | | | | | | | | | | | | [.entry configure]
| * | | 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 + ↵fvogel2018-05-133-31/+45
|\ \ \ \ | |/ / / | | | | | | | | undocumented options -message and -command
| * | | Fix [66db98f30d]: choosedir, filebox, msgbox tests fails on macOS + ↵fvogel2018-05-133-31/+45
| |\ \ \ | | | | | | | | | | | | | | | undocumented options -message and -command
| | * | | Unify further error messages for tk_messageBox optionsfvogel2018-05-011-20/+5
| | | | |
| | * | | Unify error messages for wrong values of 'tk_messageBox -default' among ↵fvogel2018-05-011-16/+7
| | | | | | | | | | | | | | | | | | | | platforms: Windows and X11 now return the same error
| | * | | Make msgbox.test pass on all platforms (checked on Win Vista, Linux Debian 8 ↵fvogel2018-05-011-5/+21
| | | | | | | | | | | | | | | | | | | | and macOS 10.12.6)
| | * | | 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 ↵fvogel2018-04-301-6/+6
| | | | | | | | | | | | | | | | | | | | run on all platforms, therefore remove the unnecessary constraints
| | * | | 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 ↵scotty2017-11-301-0/+88
| | | | | | | | | | | | | | | | Tk_PhotoPutZoomedBlock()
* | | | Fix [1c5f27afe5]. Make winWm-5.2 pass again by forcing -tearoff 1 (as it was ↵fvogel2018-02-111-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | the case before implementation of TIP #161).
| * | | | Fix [1c5f27afe5]. Make winWm-5.2 pass again by forcing -tearoff 1 (as it was ↵fvogel2018-02-111-1/+1
| | | | | | | | | | | | | | | | | | | | the case before implementation of TIP #161).
* | | | | 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 ↵fvogel2018-01-281-1/+1
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | | | | | | already fixed in trunk)
| | * | | | Fix [e20d5ca7cd]: textTag-18.1 fails on OS Xfvogel2018-01-281-0/+1
| | | | | |
| * | | | | Fix [b68710aed6]: Minor fixes to library/text.tcl bindings, and generation ↵fvogel2018-01-281-2/+106
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | of <<Selection>> events. Legacy text widget.
| | * | | | Fix [b68710aed6]: Minor fixes to library/text.tcl bindings, and generation ↵fvogel2018-01-281-2/+106
| | |\ \ \ \ | | | |_|_|/ | | |/| | | | | | | | | of <<Selection>> events. Legacy text widget.
| | | * | | Add more <<Selection>> event generation tests.fvogel2018-01-181-6/+63
| | | | | |
| | | * | | Avoid confusion: the <<Selection>> event is documented to fire when the ↵fvogel2018-01-161-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | selection in the widget is changed. The previous commit message (and content) confused text widget selection and PRIMARY (X) selection. <<Selection>> shall fire whenever the text widget selection is changed, independently of whether the widget exports its selection or not, i.e. whether the PRIMARY selection is impacted or not.
| | | * | | Add three (currently failing) tests text-27.15[abc] that will pass when ↵fvogel2018-01-151-2/+49
| | | | | | | | | | | | | | | | | | | | | | | | <<Selection>> will fire from the text widget upon <<PasteSelection>>, <Delete> or <<Cut>>, when the text widget selection is impacted and it exports its selection (such events will therefore impact the PRIMARY selection, and this must trigger a <<Selection>> event)
| * | | | | Fix [de156e9efe]: Safe Base interpreters must not write to the PRIMARY ↵fvogel2018-01-251-0/+1220
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | selection. Bugfix, doc upddate and new tests by Keith Nash.
| | * | | | 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
| | | | | |