| Commit message (Expand) | Author | Age | Files | Lines |
* | Made sure that test entry-3.1 in ttk/entry.test succeeds. | csaba | 2023-08-27 | 1 | -1/+1 |
|
|
* | Fix [2a32225cd1]: Entry widget allows navigating by word in masked password f... | fvogel | 2023-08-02 | 1 | -0/+19 |
|\ |
|
| * | Add currently failing tests demonstrating bug [2a32225cd1]. | fvogel | 2023-08-01 | 1 | -0/+19 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2023-06-14 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | (cherry-pick): Replaced the deprecated "trace variable" invocations with "tra... | jan.nijtmans | 2023-06-14 | 1 | -1/+1 |
|
|
* | | Fix merge/conflict error in previous commit. | fvogel | 2022-12-06 | 1 | -0/+30 |
|
|
* | | merge core-8-6-branch (fix conflicts). | fvogel | 2022-12-05 | 1 | -30/+0 |
|\ \
| |/ |
|
| * | Reduce differences in the test suite between 8.6 and 8.7 by backporting cosme... | fvogel | 2022-11-30 | 1 | -5/+5 |
|
|
* | | Add "testConstraint deprecated" to constraints.tcl, and use it everywhere nee... | jan.nijtmans | 2022-01-08 | 1 | -2/+1 |
|
|
* | | Fix testscases with -DTK_NO_DEPRECATED=1 | jan.nijtmans | 2022-01-07 | 1 | -1/+2 |
|
|
* | | formatting | jan.nijtmans | 2021-11-30 | 1 | -3/+3 |
|
|
* | | Add non-regression test entry-1.8 | fvogel | 2021-05-01 | 1 | -1/+7 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2021-03-09 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Two more failsOnXQuarz marks. Fix possible compiler warning when HAVE_XKBKEYC... | jan.nijtmans | 2021-03-09 | 1 | -1/+2 |
|
|
* | | TIP #590: Recommend lowercase Package Names. Tk 8.7 is now _tk_ 8.7 as well. | jan.nijtmans | 2020-12-03 | 1 | -1/+1 |
|\ \ |
|
| * \ | Merge 8.7 | jan.nijtmans | 2020-11-19 | 1 | -0/+14 |
| |\ \ |
|
| * | | | Allow "package require tk" in addition to "package require Tk" | jan.nijtmans | 2020-11-09 | 1 | -1/+1 |
|
|
* | | | | Merge 8.6 | jan.nijtmans | 2020-11-23 | 1 | -1/+1 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | Merge 8.5 | jan.nijtmans | 2020-11-23 | 1 | -1/+1 |
| |\ \ |
|
* | \ \ | Merge trunk, and fix conflict in tests/ttk/scrollbar.test (due to [33556bc9]). | fvogel | 2020-10-31 | 1 | -4/+19 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Merge trunk | jan.nijtmans | 2020-10-05 | 1 | -1/+1 |
|
|
| * | | | Merge 8.6 | jan.nijtmans | 2020-09-28 | 1 | -1/+3 |
| |\ \ \
| | |/ / |
|
| | * | | Merge 8.5. Update to Xcode12 and gcc-10. ttk test failures now lead to Travis... | jan.nijtmans | 2020-09-28 | 1 | -1/+3 |
| | |\ \
| | | |/ |
|
| | | * | generic/ttk/ttkScroll.c: Don't use sprintf "%g" to format floating | jenglish | 2008-08-19 | 1 | -2/+2 |
|
|
| * | | | Merge 8.6 | jan.nijtmans | 2020-09-15 | 1 | -2/+3 |
| |\ \ \
| | |/ / |
|
| | * | | Merge 8.6. Modify local xvfb-run script such that it works on macOS, and use it | jan.nijtmans | 2020-09-10 | 1 | -2/+3 |
|
|
| | * | | testcase cleanup | jan.nijtmans | 2020-08-13 | 1 | -5/+5 |
|
|
| * | | | As it is currently implemented (more or less copied from -foreground), -place... | fvogel | 2020-08-19 | 1 | -0/+12 |
|
|
* | | | | Add tests for the new 'style' command for ttk widgets. | fvogel | 2020-08-30 | 1 | -0/+14 |
|/ / / |
|
* | | | Remove many unnessesaary curly-braces in testcases | jan.nijtmans | 2020-06-09 | 1 | -5/+5 |
|
|
* | | | Fix [3519111fff]: Problem with scroll in ttk | fvogel | 2020-04-25 | 1 | -0/+12 |
|\ \ \
| |/ / |
|
| * | | Add non-regression test entry-2.1.1. This test fails before the fix, and pass... | fvogel | 2020-04-16 | 1 | -0/+12 |
|
|
* | | | Fix [2830360fff]: ttk::entry looses state invalid at focus events. Add non-re... | fvogel | 2020-01-18 | 1 | -0/+12 |
|\ \ \
| |/ / |
|
| * | | Add non-regression test entry-10.1 | fvogel | 2020-01-02 | 1 | -0/+12 |
|
|
* | | | Merge the remainder of catalina_more_tests | culler | 2019-10-10 | 1 | -2/+7 |
|\ \ \
| |/ / |
|
| * | | Rebase to 8.6, and use more "vwait" in stead of "update" | jan.nijtmans | 2019-10-09 | 1 | -2/+7 |
|
|
* | | | Fix [2513186fff], [f9343d8f72] and [8261c517af]: ttk scrolling (xview/yview c... | fvogel | 2019-05-08 | 1 | -1/+28 |
|\ \ \
| |/ / |
|
| * | | Add tests checking the scroll info correct update when xview / yview is calle... | fvogel | 2019-04-28 | 1 | -1/+28 |
|
|
* | | | Fix test entry-10.1 in ttk/entry.test so that ttk widgets are tested, and add... | fvogel | 2018-04-15 | 1 | -1/+10 |
|
|
* | | | Remove useless tests entry-10.2 and -10.3 (for ttk::entry) since these did no... | fvogel | 2018-02-11 | 1 | -28/+0 |
|
|
* | | | -placeholdertext becomes -placeholder. Changes provided by René Zaumseil | fvogel | 2018-02-06 | 1 | -6/+6 |
|
|
* | | | Change -empty* option names to -placeholder*. Changes provided by René Zaumseil | fvogel | 2018-02-06 | 1 | -0/+37 |
|/ / |
|
* | | Fix [43e38f1bcc]: entry-3.2 (in ttk) fails on macOS | fvogel | 2017-12-08 | 1 | -1/+1 |
|
|
* | | generic/ttk/ttkScroll.c: Don't use sprintf "%g" to format floating | jenglish | 2008-08-19 | 1 | -2/+2 |
|/ |
|
* | EntrySetValue: Ensure that widget is in a consistent state before setting | jenglish | 2007-05-18 | 1 | -0/+21 |
|
|
* | * library/ttk/altTheme.tcl, library/ttk/clamTheme.tcl, | jenglish | 2006-11-24 | 1 | -2/+2 |
|
|
* | * doc/ttk_Geometry.3, doc/ttk_Theme.3, doc/ttk_button.n: | hobbs | 2006-10-31 | 1 | -0/+262 |
|
|