summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
* | Revised tests/safePrimarySelection.test for unsafe slave interpreterskjnash2018-01-221-20/+52
* | merge core-8-6-branchfvogel2018-01-2123-96/+498
|\ \ | |/
| * Further fix for [fa8de77936]: ttk::checkbutton handle empty variable graceful...fvogel2018-01-071-1/+4
| |\
| | * Adapt test result for checkbutton-1.8 following addition of the invoke comman...fvogel2018-01-071-1/+1
| | * Complement test checkbutton-1.8 so that it crashes now on checkbutton invoke ...fvogel2018-01-071-0/+3
| * | Fix [fa8de77936]: ttk::checkbutton handle empty variable graceful. Patch from...fvogel2018-01-071-0/+6
| |\ \ | | |/
| | * Add non-regression test checkbutton-1.8fvogel2018-01-071-0/+6
| * | Add test scale-2.1 to check support of the -state option by ttk::scalefvogel2017-12-311-0/+23
| |/
| * Testcases added for [aa7679685e]: Destroying a master-window .. then crashfvogel2017-12-211-0/+30
| * Remove constraint tempNotMac on all the tests that used it, it is no longer n...fvogel2017-12-191-9/+9
| * Fix [98db50bdad]: OS X - unixFont.test failures (fixed font is not fixed-width)fvogel2017-12-101-49/+49
| |\
| | * Fix [98db50bdad]: OS X - unixFont.test failures (fixed font is not fixed-width)fvogel2017-12-091-49/+49
| * | Fix [43e38f1bcc]: entry-3.2 (in ttk) fails on macOSfvogel2017-12-101-1/+1
| |\ \
| | * | Fix [43e38f1bcc]: entry-3.2 (in ttk) fails on macOSfvogel2017-12-081-1/+1
| | |/
| * | spinbox-13.10 and -13.12 failed on macOS, and spinbox-13.11 was not exercisedfvogel2017-12-101-3/+3
| |\ \
| | * | Fix the same issue as in previous commit that dealt with the entry widget, bu...fvogel2017-12-101-3/+3
| * | | spinbox-1.45 failed on macOSfvogel2017-12-101-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | Fix the same issue as in previous commit that dealt with the entry widget, bu...fvogel2017-12-101-1/+1
| * | | Fix [1088816fff]: Aqua tests fail (entry-13.10, entry-13.12)fvogel2017-12-081-3/+3
| |\ \ \ | | |/ / | |/| / | | |/
| | * Fix [1088816fff]: Aqua tests fail (entry-13.10, entry-13.12)fvogel2017-12-061-3/+3
| * | Fix [bb6f4cd859]: entry-1.32 fails on macOSfvogel2017-12-061-1/+1
| |/
| * Merge bind-errors into core-8-6-branch. Fixes [1088805fff]. See [0feb63f139]culler2017-12-051-2/+27
| |\
| | * Move calls to clearRingBuffer into the setup sections of tests in bind.test.culler2017-12-031-13/+13
| | * Restore original content of test bind-15.23. Since the event ring buffer is n...fvogel2017-12-031-3/+3
| | * Remove unneeded [expr ] in bind-15.22fvogel2017-12-031-1/+1
| | * Resolve unintended forkfvogel2017-12-031-6/+1
| | |\
| | | * Remove letftover try.fvogel2017-12-031-6/+1
| | * | The ring buffer needs to be cleared in 16.49 too. The issue only appearsculler2017-12-031-0/+1
| | |/
| | * Add an explicit procedure in bind.test which clears the pattern matcher'sculler2017-12-031-0/+30
| | * Modify the bind-15.23 test so the events left over in the ring buffer from bi...culler2017-12-031-4/+3
| * | Remove 'unix' constraint for menuDraw-16.5 since this test now passes on all ...fvogel2017-12-011-1/+1
| |/
| * Use -1 instead of 0 as the invalid keycode in test bind-13.14 since 0 isculler2017-11-281-2/+2
| * Fix test imgPMG-3.1 just addedfvogel2017-11-211-2/+2
| * Add test imgPNG-3.1 demonstrating bug [1c659ef0f1]fvogel2017-11-212-0/+11
| * Fix [73ba07efcd]: Use correct property type when handling MULTIPLE conversion...fvogel2017-11-191-1/+22
| |\
| | * Don't include the NULL from SAVE_TARGETS request in the expected result. The ...fvogel2017-11-141-3/+3
| | * Use -cleanup with test select-10.6fvogel2017-11-131-1/+2
| | * Fix test select-14.1. It now passes on Linux with Gnome.fvogel2017-11-131-2/+3
| | * Add test select-14.1 checking for use of the correct property type when handl...fvogel2017-11-121-0/+19
| * | Merge OSX_redraw_artifacts branch. This fixes [fab5fed65e], [40a9abb9db] and ...fvogel2017-11-071-0/+22
| |\ \
| | * \ merge core-8-6-branchfvogel2017-11-011-0/+1
| | |\ \
| | * | | Reworked the regression test so that it would more preciselyculler2017-10-301-1/+1
| | * | | merge core-8-6-branchfvogel2017-10-281-0/+20
| | |\ \ \
| | * | | | Add a regression test with constraint aqua which tests that allculler2017-10-271-0/+22
| | * | | | Change TkScrollWindow to only generate expose events if the Text widget hasculler2017-10-241-34/+34