summaryrefslogtreecommitdiffstats
path: root/tests/ttk
Commit message (Expand)AuthorAgeFilesLines
* Test-case cleanup (all backported form 8.7)jan.nijtmans2021-10-311-1/+1
* Deal with new test failures revealed by changing the order of the tests.culler2021-04-282-15/+28
* Two more failsOnXQuarz marks. Fix possible compiler warning when HAVE_XKBKEYC...jan.nijtmans2021-03-091-1/+2
* Merge 8.5jan.nijtmans2020-11-231-1/+1
|\
* | 3 more select-* testcases which sometimes fail on Travis' Ubuntu environmentjan.nijtmans2020-10-111-1/+2
* | Merge 8.5. Update to Xcode12 and gcc-10. ttk test failures now lead to Travis...jan.nijtmans2020-09-2811-51/+53
|\ \ | |/
| * Compile with gcc-10 too. Mark more test-cases as failing on Ubuntujan.nijtmans2020-09-2410-50/+50
| * (cherry-pick): Require Tcltest 2.2 as a miminum. Run X11 testcases on Travis ...jan.nijtmans2020-09-1610-21/+22
* | Require Tcltest 2.2 as a miminum.jan.nijtmans2020-09-1518-32/+48
|\ \
| * | Merge 8.6. Modify local xvfb-run script such that it works on macOS, and use itjan.nijtmans2020-09-1018-32/+49
* | | Use consistant $idx < 0 in stead of $idx != -1 for checking index meaning 'no...jan.nijtmans2020-09-141-1/+1
|/ /
* | TIP #581: More progressjan.nijtmans2020-09-098-20/+20
* | Another round of TIP #581-related name changes. Now merely concentrated on co...jan.nijtmans2020-09-032-17/+17
* | testcase cleanupjan.nijtmans2020-08-132-8/+8
* | Fix Yosemite compiler warnings and bugs in tests revealed by testing on Yosem...culler2020-07-221-3/+6
* | Spacing between testsfvogel2020-06-161-0/+1
* | Add another non-regression test, this time exercising the -wrap false case.fvogel2020-06-161-3/+22
* | Add test cases exercising [50ed1eddb0]: ttk::spinbox with -values does not lo...fvogel2020-06-161-0/+40
* | Fix [14188104c3]: ttk::treeview scrollbar not updating. Thanks to cjmcdonald ...fvogel2020-04-251-0/+54
|\ \
| * | Add new test case treeview-9.3 exercising scrollbar change on 'see' command f...fvogel2020-04-181-0/+28
| * | Fix [14188104c3]: ttk::treeview scrollbar not updating. Add test treeview-9.2...fvogel2020-04-181-0/+26
* | | Add non-regression test entry-2.1.1. This test fails before the fix, and pass...fvogel2020-04-161-0/+12
|/ /
* | Add non-regression test entry-10.1fvogel2020-01-021-0/+12
* | Fix [b3b56ae8dc]: ttk widgets overwrite user-set -cursor option. Case of the ...fvogel2019-11-021-0/+13
* | Propagate the previous two commits to the tabs of a ttk::notebook, which can ...fvogel2019-11-011-1/+1
* | Fix [caacf1f082]: treeview column resizing not possible in some conditions. T...fvogel2019-10-271-2/+2
* | Rebase to 8.6, and use more "vwait" in stead of "update"jan.nijtmans2019-10-091-2/+7
* | Fix [a3e81a82a1]: macOS: ttk-2.8 failsfvogel2019-08-281-0/+1
* | Use single-argument "expr" as much as possible. Not complete yet, but most tr...jan.nijtmans2019-06-052-3/+3
* | Cleanup to avoid bad interaction between recently added treeview testsfvogel2019-05-261-0/+2
* | Fix [ce470f20fd]: ttk::treeview has column dragging issuesfvogel2019-05-261-0/+88
|\ \
| * | Add treeview tests checking for non-regression (the last added test already p...fvogel2019-05-081-1/+79
| * | Add test treeview-ce470f20fd checking for non-regression regarding [ce470f20fd]fvogel2019-04-131-0/+10
* | | Fix [2a6c62afd9] - <<TreeviewSelect>> does not fire on item deletefvogel2019-05-261-0/+25
|\ \ \
| * | | Refine test treeview-8.7 by also checking that deleting an unselected item do...fvogel2019-05-141-5/+9
| * | | Add tests for <<TreeviewSelect>>. treeview-8.6 already passed ; treeview-8.7 ...fvogel2019-05-141-0/+21
* | | | Merge implementation of TIP #541 following positive vote by the TCT.fvogel2019-05-261-0/+11
|\ \ \ \ | |/ / / |/| | |
| * | | Fix [2858503fff]: 'end' index for ttk::combobox currentfvogel2019-05-031-0/+11
* | | | Add tests checking the scroll info correct update when xview / yview is calle...fvogel2019-04-282-1/+40
|/ / /
* | | Fix [368fa4561e]: ttk::treeview open/closed indicators can be toggled while h...fvogel2019-04-191-0/+17
|\ \ \ | |/ / |/| |
| * | Add test treeview-368fa4561e checking for non-regression regarding [368fa4561e]fvogel2019-04-131-0/+17
* | | Implemented a real ttk::scrollbar for Aqua.culler2019-03-271-7/+23
|/ /
* | Added test layout-2 testing the correct return of an error when -children {} ...fvogel2018-08-261-0/+3
* | 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
|/ /
* | Fix [43e38f1bcc]: entry-3.2 (in ttk) fails on macOSfvogel2017-12-081-1/+1