summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge with macOS-14-CI so we can test on macOS 14; remove SendEnterLeaveForMa...culler2024-05-285-28/+11
|\
| * Adjust some tests and schedule a CI run on macOS 14.culler2024-05-283-7/+10
| * Make compilable with strict C99 compiler (missing declaration for XUnionRegio...jan.nijtmans2024-05-241-0/+2
* | Avoid calling TkUpdatePointer for a window which is being destroyed by a chil...culler2024-05-281-2/+5
* | Don't call tkUpdatePointer from TkWmDeadWindow unless it is necessary.culler2024-05-271-1/+3
* | Remove unneeded call to TkWmDeadWindowculler2024-05-261-3/+0
* | Remove commented statements in event.test.fvogel2024-05-261-6/+0
* | Try macOS 12culler2024-05-261-3/+3
* | Fix silly error.culler2024-05-251-2/+2
* | Deal with compiler warnings when building with mingw gcc on Windows.culler2024-05-241-6/+6
* | Fix bug introduced in FrontWindowAtPoint which causes unixWm-50.1 to fail by ...culler2024-05-242-2/+13
* | Remove leftover debugging code.fvogel2024-05-241-1/+0
* | Simpler fix for wm-iconwindow-2.1 which still does not explain the crash.culler2024-05-241-3/+2
* | fix wm-iconwindow-2.1culler2024-05-231-2/+3
* | Schedule a CI runculler2024-05-233-0/+3
* | White space.culler2024-05-234-9/+8
* | Merge core-8-6-branchculler2024-05-231-42/+42
|\ \ | |/
| * ttk state implementation improvementsjan.nijtmans2024-05-191-42/+42
* | Clean up.culler2024-05-234-14/+12
* | Remove general code for checking if a display is valid because it affects tim...culler2024-05-231-44/+0
* | Prevent crash at exit on macOSculler2024-05-232-3/+64
* | Readjust event-9.15 and event-9.19culler2024-05-221-9/+3
* | xmfbox now passes - the crash occurs at the end of the tk tests, before the t...culler2024-05-222-11/+11
* | Add some update hacks to defer macOS crashes until xmfbox.test.culler2024-05-222-0/+10
* | Make destruction of windows on macOS work again. But more issues remain.culler2024-05-221-2/+1
* | Remove debugging code. Issues remain with macOS for other tests in event.test.culler2024-05-224-28/+6
* | All event tests now pass on Windowsculler2024-05-222-22/+10
* | Only 9.13, 9.14. and 9.19 fail on windows. Debug output included.culler2024-05-215-8/+79
* | Restore the call to TkPointerDeadWindow - Windows needs it; probably macOS do...culler2024-05-201-0/+1
* | Don't pass a NULL display and None window to XQueryPointer.culler2024-05-201-2/+4
* | Remove call to TkPointerDeadWindow in macOS and simplify 9.13 so it tests the...culler2024-05-192-3/+0
* | All event-9.xy tests now pass, but 9.13 fails one time out of five.culler2024-05-195-24/+36
* | Merge core-8-6-branchculler2024-05-1913-231/+297
|\ \ | |/
| * Document user1-user3 ttk widget statesjan.nijtmans2024-05-181-37/+37
| * Make "user[0-6]" names match the TTK_STATE_USER[0-6] definitionsjan.nijtmans2024-05-171-3/+3
| * Eliminate superflous semicolonsjan.nijtmans2024-05-178-40/+25
| * Resolve some compiler warnings on Windows. spacing cleanupjan.nijtmans2024-05-163-33/+40
| * Code formatting, TCL_UNUSED() usage, all backported from 8.7. This makes it e...jan.nijtmans2024-05-161-120/+194
* | Remove debugging print statements.culler2024-05-196-54/+0
* | Attempt to fix [22349fc78a] for macOS. Currently only event-9.16 fails unles...culler2024-05-199-74/+454
|/
* Fix [bb52855781]: ttk treeview tests not robust against display scalingjan.nijtmans2024-05-1310-193/+220
|\
| * Backout [de6e3772e2]jan.nijtmans2024-05-133-3/+0
| * merge trunkfvogel2024-05-1283-249/+259
| |\
| | * One more adaptation of the "classic" theme to the look of current Tk core wid...csaba2024-05-121-2/+2
| | * Merge 8.7 (left-over spacing)jan.nijtmans2024-05-113-1/+4
| | |\
| | | * Merge 8.6 (left-over spacing)jan.nijtmans2024-05-113-1/+4
| | | |\
| | | * | Code cleanup related mainly to the "classic" theme.csaba2024-05-103-8/+11
| | * | | Code cleanup related mainly to the "classic" theme.csaba2024-05-103-8/+11
| | * | | 4 more usages of Tk_GetPixelsFromObj(). Remove duplicated MODULE_SCOPE defini...jan.nijtmans2024-05-1023-111/+60
| | |\ \ \ | | | |/ /
| | | * | Fix typo, revert unintended changejan.nijtmans2024-05-102-2/+2