| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove leftover debugging code. | fvogel | 2024-05-24 | 1 | -1/+0 |
|
|
* | Simpler fix for wm-iconwindow-2.1 which still does not explain the crash. | culler | 2024-05-24 | 1 | -3/+2 |
|
|
* | fix wm-iconwindow-2.1 | culler | 2024-05-23 | 1 | -2/+3 |
|
|
* | Schedule a CI run | culler | 2024-05-23 | 3 | -0/+3 |
|
|
* | White space. | culler | 2024-05-23 | 4 | -9/+8 |
|
|
* | Merge core-8-6-branch | culler | 2024-05-23 | 1 | -42/+42 |
|\ |
|
| * | ttk state implementation improvements | jan.nijtmans | 2024-05-19 | 1 | -42/+42 |
|
|
* | | Clean up. | culler | 2024-05-23 | 4 | -14/+12 |
|
|
* | | Remove general code for checking if a display is valid because it affects tim... | culler | 2024-05-23 | 1 | -44/+0 |
|
|
* | | Prevent crash at exit on macOS | culler | 2024-05-23 | 2 | -3/+64 |
|
|
* | | Readjust event-9.15 and event-9.19 | culler | 2024-05-22 | 1 | -9/+3 |
|
|
* | | xmfbox now passes - the crash occurs at the end of the tk tests, before the t... | culler | 2024-05-22 | 2 | -11/+11 |
|
|
* | | Add some update hacks to defer macOS crashes until xmfbox.test. | culler | 2024-05-22 | 2 | -0/+10 |
|
|
* | | Make destruction of windows on macOS work again. But more issues remain. | culler | 2024-05-22 | 1 | -2/+1 |
|
|
* | | Remove debugging code. Issues remain with macOS for other tests in event.test. | culler | 2024-05-22 | 4 | -28/+6 |
|
|
* | | All event tests now pass on Windows | culler | 2024-05-22 | 2 | -22/+10 |
|
|
* | | Only 9.13, 9.14. and 9.19 fail on windows. Debug output included. | culler | 2024-05-21 | 5 | -8/+79 |
|
|
* | | Restore the call to TkPointerDeadWindow - Windows needs it; probably macOS do... | culler | 2024-05-20 | 1 | -0/+1 |
|
|
* | | Don't pass a NULL display and None window to XQueryPointer. | culler | 2024-05-20 | 1 | -2/+4 |
|
|
* | | Remove call to TkPointerDeadWindow in macOS and simplify 9.13 so it tests the... | culler | 2024-05-19 | 2 | -3/+0 |
|
|
* | | All event-9.xy tests now pass, but 9.13 fails one time out of five. | culler | 2024-05-19 | 5 | -24/+36 |
|
|
* | | Merge core-8-6-branch | culler | 2024-05-19 | 13 | -231/+297 |
|\ \
| |/ |
|
| * | Document user1-user3 ttk widget states | jan.nijtmans | 2024-05-18 | 1 | -37/+37 |
|
|
| * | Make "user[0-6]" names match the TTK_STATE_USER[0-6] definitions | jan.nijtmans | 2024-05-17 | 1 | -3/+3 |
|
|
| * | Eliminate superflous semicolons | jan.nijtmans | 2024-05-17 | 8 | -40/+25 |
|
|
| * | Resolve some compiler warnings on Windows. spacing cleanup | jan.nijtmans | 2024-05-16 | 3 | -33/+40 |
|
|
| * | Code formatting, TCL_UNUSED() usage, all backported from 8.7. This makes it e... | jan.nijtmans | 2024-05-16 | 1 | -120/+194 |
|
|
* | | Remove debugging print statements. | culler | 2024-05-19 | 6 | -54/+0 |
|
|
* | | Attempt to fix [22349fc78a] for macOS. Currently only event-9.16 fails unles... | culler | 2024-05-19 | 9 | -74/+454 |
|/ |
|
* | Fix [bb52855781]: ttk treeview tests not robust against display scaling | jan.nijtmans | 2024-05-13 | 10 | -193/+220 |
|\ |
|
| * | Backout [de6e3772e2] | jan.nijtmans | 2024-05-13 | 3 | -3/+0 |
|
|
| * | merge trunk | fvogel | 2024-05-12 | 83 | -249/+259 |
| |\ |
|
| | * | One more adaptation of the "classic" theme to the look of current Tk core wid... | csaba | 2024-05-12 | 1 | -2/+2 |
|
|
| | * | Merge 8.7 (left-over spacing) | jan.nijtmans | 2024-05-11 | 3 | -1/+4 |
| | |\ |
|
| | | * | Merge 8.6 (left-over spacing) | jan.nijtmans | 2024-05-11 | 3 | -1/+4 |
| | | |\ |
|
| | | * | | Code cleanup related mainly to the "classic" theme. | csaba | 2024-05-10 | 3 | -8/+11 |
|
|
| | * | | | Code cleanup related mainly to the "classic" theme. | csaba | 2024-05-10 | 3 | -8/+11 |
|
|
| | * | | | 4 more usages of Tk_GetPixelsFromObj(). Remove duplicated MODULE_SCOPE defini... | jan.nijtmans | 2024-05-10 | 23 | -111/+60 |
| | |\ \ \
| | | |/ / |
|
| | | * | | Fix typo, revert unintended change | jan.nijtmans | 2024-05-10 | 2 | -2/+2 |
|
|
| | | * | | 4 more Tk_GetPixelsFromObj() usage: for highlightThickness, shiftrelief and s... | jan.nijtmans | 2024-05-10 | 23 | -112/+61 |
| | | |\ \ |
|
| | * | \ \ | Since "borderWidth" are pixels, not ints, Tk_GetPixelsFromObj() should be used | jan.nijtmans | 2024-05-09 | 5 | -16/+16 |
| | |\ \ \ \
| | | |/ / / |
|
| | | * | | | Since "borderWidth" are pixels, not ints, Tk_GetPixelsFromObj() should be used | jan.nijtmans | 2024-05-09 | 5 | -16/+16 |
|
|
| | * | | | | Fix warning: tkImgListFormat.c:1092:5: warning: variable 'suffixAlpha' is use... | jan.nijtmans | 2024-05-09 | 2 | -3/+1 |
| | |\ \ \ \
| | | |/ / / |
|
| | | * | | | Fix warning: tkImgListFormat.c:1092:5: warning: variable 'suffixAlpha' is use... | jan.nijtmans | 2024-05-09 | 1 | -1/+1 |
|
|
| | * | | | | (c) -> © | jan.nijtmans | 2024-05-09 | 56 | -90/+92 |
| | |\ \ \ \
| | | |/ / / |
|
| | | * | | | (c) -> © | jan.nijtmans | 2024-05-09 | 55 | -90/+90 |
| | | |\ \ \ |
|
| | | * | | | | Improvements related to the "classic" theme, submitted by Emiliano Gavilan (s... | csaba | 2024-05-09 | 3 | -27/+82 |
|
|
| | * | | | | | Improvements related to the "classic" theme, submitted by Emiliano Gavilan (s... | csaba | 2024-05-09 | 3 | -27/+82 |
|
|
| | * | | | | | Fix [ff5417505b]: xlib/X11/X.h not compilable on x64 Windows, using gcc | jan.nijtmans | 2024-05-06 | 1 | -1/+1 |
| | |\ \ \ \ \
| | | |/ / / / |
|
| | | * | | | | Fix [ff5417505b]: xlib/X11/X.h not compilable on x64 Windows, using gcc | jan.nijtmans | 2024-05-06 | 1 | -1/+1 |
| | | |\ \ \ \ |
|