summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | Remove -verbose option from macOS workflow file.fvogel2024-06-091-1/+1
| | * | | | | | | | | Comments style.fvogel2024-06-091-1/+2
| | * | | | | | | | | Restore accidentally deleted linux test codeculler2024-05-311-4/+20
| | * | | | | | | | | keep the root on the screen for event testsculler2024-05-311-1/+1
| | * | | | | | | | | Remove commented out codeculler2024-05-311-1/+0
| | * | | | | | | | | Fix typo in event.test; be less lazy in processeventsculler2024-05-312-8/+14
| | * | | | | | | | | merge core-8-6-branchfvogel2024-05-312-39/+50
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Don't use processevents on linux.culler2024-05-301-9/+7
| | * | | | | | | | | | Small adjustments to tests.culler2024-05-303-12/+17
| | * | | | | | | | | | Switch back to the macOS-11 runner, for comparisonculler2024-05-291-1/+1
| | * | | | | | | | | | Make the processevents command general.culler2024-05-292-19/+44
| | * | | | | | | | | | Restore some calls to _pause, needed by Windows.culler2024-05-291-1/+6
| | * | | | | | | | | | remove unused variable; forgot to save events.testculler2024-05-292-11/+10
| | * | | | | | | | | | Add a simple version of the processevents test command and use it for the eve...culler2024-05-292-40/+91
| | * | | | | | | | | | Use Tk_ManageGeometry here too.culler2024-05-291-1/+1
| | * | | | | | | | | | fix wm-manage-1.8 (without fixing wm manage)culler2024-05-281-0/+1
| | * | | | | | | | | | 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
| | * | | | | | | | | | | 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
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | 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
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | 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 crash in test suite.culler2024-06-091-4/+6