summaryrefslogtreecommitdiffstats
path: root/tests/ttk
Commit message (Expand)AuthorAgeFilesLines
* Merge trunkjan.nijtmans2020-10-121-1/+2
|\
| * Merge 8.6jan.nijtmans2020-10-111-1/+2
| |\
| | * 3 more select-* testcases which sometimes fail on Travis' Ubuntu environmentjan.nijtmans2020-10-111-1/+2
* | | Merge trunkjan.nijtmans2020-09-2911-51/+53
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-09-2811-51/+53
| |\ \ | | |/
| | * 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
* | | | Merge 8.7jan.nijtmans2020-09-171-2/+2
|\ \ \ \ | |/ / /
* | | | Merge 8.7jan.nijtmans2020-09-1518-32/+48
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-09-1518-32/+48
| |\ \ \ | | |/ /
| | * | 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
* | | | | Make default underline -1 (again) when compiled with Tcl 8 headersjan.nijtmans2020-09-141-1/+2
* | | | | Make all test-cases pass (finally)jan.nijtmans2020-09-141-4/+4
* | | | | Merge trunkjan.nijtmans2020-09-141-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2020-09-141-1/+1
| |\ \ \ \ | | |/ / /
| | * | | 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
* | | | Merge 8.7jan.nijtmans2020-09-063-16/+28
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-09-032-16/+16
| |\ \ \ | | |/ /
| | * | 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 [de0c219db2]: Use platform placeholder text colors as defaults. Note: Res...fvogel2020-08-241-0/+12
| |\ \ \
| | * | | As it is currently implemented (more or less copied from -foreground), -place...fvogel2020-08-191-0/+12
* | | | | Merge trunkjan.nijtmans2020-08-201-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | One more use of TkNewIndexObj() macro. More code cleanupjan.nijtmans2020-08-201-1/+1
* | | | | Merge trunkjan.nijtmans2020-08-201-1/+1
|/ / / /
* | | | Merge 8.6: fix testing and build issues on the various supported versions of ...culler2020-07-271-3/+6
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Fix Yosemite compiler warnings and bugs in tests revealed by testing on Yosem...culler2020-07-221-3/+6
* | | Fix [50ed1eddb0]: ttk::spinbox with -values does not loop through all values....fvogel2020-06-271-0/+60
|\ \ \ | |/ /
| * | 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
* | | Remove many unnessesaary curly-braces in testcasesjan.nijtmans2020-06-093-8/+8
* | | Add test treetags-1.11 testing [.tree tag delete]. Also remove old proc in si...fvogel2020-05-081-3/+8
* | | Fix [14188104c3]: ttk::treeview scrollbar not updating. Thanks to cjmcdonald ...fvogel2020-04-251-0/+54
|\ \ \ | |/ /
| * | 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
* | | | Fix [3519111fff]: Problem with scroll in ttkfvogel2020-04-251-0/+12
|\ \ \ \ | |/ / /
| * | | Add non-regression test entry-2.1.1. This test fails before the fix, and pass...fvogel2020-04-161-0/+12
| |/ /
* | | Add tests for scrollwheel on scrollbar: no shift horizontal and for ttk::scro...oehhar2020-02-241-0/+86
* | | In test-cases same optimization as everywhere else: KeyPress -> Key and Butto...jan.nijtmans2020-01-274-13/+13
* | | Fix [2830360fff]: ttk::entry looses state invalid at focus events. Add non-re...fvogel2020-01-181-0/+12
|\ \ \ | |/ /
| * | Add non-regression test entry-10.1fvogel2020-01-021-0/+12
* | | Fix [b3b56ae8dc]: ttk widgets overwrite user-set -cursor optionfvogel2019-12-141-0/+13
|\ \ \ | |/ /
| * | Fix [b3b56ae8dc]: ttk widgets overwrite user-set -cursor option. Case of the ...fvogel2019-11-021-0/+13
* | | Better fix for [b82bd4872b]: ttk::style configure -compound does not workfvogel2019-11-011-1/+1
|\ \ \ | |/ /
| * | Propagate the previous two commits to the tabs of a ttk::notebook, which can ...fvogel2019-11-011-1/+1