summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Document parameters of TestProcessEventsObjCmd.fvogel2024-06-091-4/+4
* Rename processevents --> testprocessevents to conform to the widely used conv...fvogel2024-06-092-15/+15
* Typo in previous commit.fvogel2024-06-091-1/+1
* 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
|\
| * Fix [8162e9b7a9]: Fonts are always scaled with UI when creating new instances...fvogel2024-05-292-39/+50
| |\
| | * Request font with pixel size 13 instead of 11, so that font-44.1 passes witho...fvogel2024-05-281-2/+2
| | * #ifdef DEBUG_FONTSEL --> #if DEBUG_FONTSEL in tkUnixRFont.cfvogel2024-05-281-3/+3
| | * Save and restore current scaling when running font-44.1 (this prevents severa...fvogel2024-05-281-1/+5
| | * Let this bugfix branch build and test at Github Actions.fvogel2024-05-273-0/+3
| | * #define DEBUG_FONTSEL 0fvogel2024-05-261-1/+1
| | * Restore old version of font-44.1, following Csaba's suggestion, but add a poi...fvogel2024-05-261-8/+4
| | * A few further improvements in tkUnixRFont.c by Csaba Nemethi.fvogel2024-05-261-8/+13
| | * A bit better DEBUG_FONTSEL support.core-bug-8162e9b7a9fvogel2024-05-201-21/+21
| | * Remove now useless tkwin argument of GetTkFontAttributes().fvogel2024-05-201-4/+3
| | * Revert 3rd change from [84cd707d] following Csaba's request.fvogel2024-05-201-1/+1
| | * GetTkFontAttributes, Csaba's version (thanks!).fvogel2024-05-171-11/+11
| | * Revert [c03d4e79]fvogel2024-05-171-2/+2
| | * Backout [7edb8725]. Thanks, Jan!fvogel2024-05-171-4/+4
| | * Reduce confusion by using the adequate variable name in GetTkFontAttributes().fvogel2024-05-161-2/+2
| | * The XFT_PIXEL_SIZE property is a double in fontconfig. See also [434d294df8].fvogel2024-05-161-4/+4
| | * Add test font-44.3 demonstrating bug [8162e9b7a9].fvogel2024-05-151-0/+7
* | | 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
| |/ /
| * | 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