summaryrefslogtreecommitdiffstats
path: root/tests/ttk
Commit message (Expand)AuthorAgeFilesLines
* Add non-regression test entry-1.8fvogel2021-05-011-1/+7
* Merge CALayer-86culler2021-04-282-15/+28
|\
| * Deal with new test failures revealed by changing the order of the tests.culler2021-04-282-15/+28
* | Merge 8.6jan.nijtmans2021-03-091-1/+2
|\ \ | |/
| * Two more failsOnXQuarz marks. Fix possible compiler warning when HAVE_XKBKEYC...jan.nijtmans2021-03-091-1/+2
* | Proposed fix for [26889b3e7b]: Make the uniform mouse wheel event handling mo...jan.nijtmans2020-12-291-3/+3
* | More (c) -> ©jan.nijtmans2020-12-091-1/+1
* | Simplify generated pkgIndex file for tk. Some more "Tk" -> "tk"jan.nijtmans2020-12-041-1/+1
* | TIP #590: Recommend lowercase Package Names. Tk 8.7 is now _tk_ 8.7 as well.jan.nijtmans2020-12-0318-18/+18
|\ \
| * \ Merge 8.7jan.nijtmans2020-11-1913-32/+224
| |\ \
| * | | Allow "package require tk" in addition to "package require Tk"jan.nijtmans2020-11-0918-18/+18
* | | | Merge 8.6jan.nijtmans2020-11-231-1/+1
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Merge 8.5jan.nijtmans2020-11-231-1/+1
| |\ \
* | \ \ Merge trunk, and fix conflict in tests/ttk/scrollbar.test (due to [33556bc9]).fvogel2020-10-3119-149/+139
|\ \ \ \ | | |_|/ | |/| |
| | | |
| | \ \
| *-. \ \ Make use of TIP #587 in Tk: Now we can assume that all Tcl files are utf-8jan.nijtmans2020-10-221-1/+1
| |\ \ \ \ | | | |/ /
| | * | | Merge trunkjan.nijtmans2020-10-052-2/+3
| | | | |
| | \ \ \
| *-. \ \ \ Implement TIP #474: Treat the mouse wheel events in a uniform wayjan.nijtmans2020-10-211-45/+3
| |\ \ \ \ \ | | | | |/ / | | | |/| |
| | * | | | Merge trunkjan.nijtmans2020-09-2811-51/+53
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | Merge 8.7. Make test-cases on MacOS and X11 pass (win32 not tested yet)jan.nijtmans2020-09-1518-80/+316
| | |\ \ \ \
| * | \ \ \ \ 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 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.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
| * | | | | 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.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
* | | | | | Put the tests for ttk::scale in a specific scale.test file instead of hiding ...fvogel2020-08-302-50/+52
* | | | | | Add tests for the new 'style' command for ttk widgets.fvogel2020-08-3011-0/+178
* | | | | | Add tests ttk-16.* checking the new ttk::style theme styles command.fvogel2020-08-291-0/+11
|/ / / / /
* | | | | One more use of TkNewIndexObj() macro. More code cleanupjan.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
| |\ \ \