summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a small delay in font-47.2 and font-47.3 because they could still stay st...fvogel2022-10-061-2/+2
* Revert [71264368], that made frame-3.10 fail 7 times in 10 tries, on macOS aq...fvogel2022-10-041-2/+11
* Try to let font-47.2 and font-47.3 not stay stuck.fvogel2022-10-041-0/+2
* Test with TESTFLAGS='-verbose bepst' on macOS, in order to discover which tes...fvogel2022-10-041-2/+2
* Fix typo in comments.fvogel2022-10-033-3/+3
* Stabilize font-47.2 and font-47.3 by making use of <<TkWorldChanged>> instead...fvogel2022-10-031-18/+19
* In font-47.2, make use of the offset defined instead of using the hardcoded v...fvogel2022-10-031-2/+2
* Stabilize frame-12.3 and textImage-4.2 by making use of <<TkWorldChanged>>. T...fvogel2022-10-032-1/+7
* Remove all 'idletasks' from updates in frame.test. The test should run just f...fvogel2022-10-031-8/+2
* Replace 'update idletasks' by 'update' in frame-3.10. This was added in [cb5d...fvogel2022-10-031-11/+2
* Fix indentation in frame.testfvogel2022-10-031-68/+68
* Remove an 'update idletasks' from the setup phase in frame-12.3. This was add...fvogel2022-10-031-1/+0
* Backout previous commit, i.e. remove again constraints on unixEmbed-10.1 and ...fvogel2022-10-021-2/+2
* Temporarily restore previously existing constraints on unixEmbed-10.1 and uni...fvogel2022-10-021-2/+2
* Revert previous commit, it does not seem to help in stabilizing the last non-...fvogel2022-10-021-1/+1
* Remove TCL_TIMER_EVENTS and TCL_DONT_WAIT flags introduced in [e0e4d873] (see...fvogel2022-09-251-1/+1
* Remove proc updateWidgets since it now simply runs 'update' on all platforms.fvogel2022-09-251-14/+0
* Remove proc updateWidgets since it now simply runs 'update' on all platforms.fvogel2022-09-251-427/+427
* Remove proc updateWidgets since it now simply runs 'update' on all platforms.fvogel2022-09-257-155/+155
* Restore unixEmbed-10.* to their state when they originally appeared in [d2830...fvogel2022-09-251-6/+4
* Restore unixEmbed-10.1 and -10.2 as they are in core-8-6-branch. Now they fai...fvogel2022-09-251-6/+6
* Since [64999025af], frame-3.10 now fails at Github Actions on macOS with aqua...fvogel2022-09-251-4/+10
* Merge 8.6 and fix conflicts triggered by [a48b9196] (Fix [bfea11a916]: update...fvogel2022-09-2511-88/+97
|\
| * Minor code cleanup (more use of TCL_UNUSED, eol-spacing)jan.nijtmans2022-09-235-27/+27
| * Apply patch [1a46d8fe8c] from Christopher Chavez: handle NULL CGColorRef valu...marc_culler2022-09-222-10/+14
| * Apply patch [1fa3255c5e4] from Christopher Chavez: fix memory leak in TkMacOS...marc_culler2022-09-221-0/+1
| * Move ending brace inside #if block.marc_culler2022-09-221-2/+1
| * Eliminate extraneous declaration of _tkLiveResizeEndedmarc_culler2022-09-211-1/+0
| * Fix [1ccface1c5]: Aqua build fails on macOS 10.15 (I hope I got this right.)marc_culler2022-09-211-9/+18
| * tkMacOSXFileTypes.c: Guard against crashes when a nil UTType is created.marc_culler2022-09-211-4/+6
| * Fix [bfea11a916]: update idletasks runs timer events on Aquamarc_culler2022-09-213-35/+26
| |\
| | * Fix [bfea11a916]: make XSync a no-op on Aqua (again).marc_culler2022-09-063-35/+26
| * | Fix wrong initial value for static Bool.marc_culler2022-09-201-1/+1
| * | Fix [412b80fcaf]: pressing an arrow key disables the next menu selection.marc_culler2022-09-201-2/+7
| * | Apply patch [cae5a4db24] (Aqua: parenthesize macros which cast result) from C...marc_culler2022-09-202-4/+4
| * | Apply patch [313f102dbc] (parenthesize macro parameters) from Christopher Cha...marc_culler2022-09-201-3/+3
| * | Fix [3fc14fb28c]: remove unused global variable.marc_culler2022-09-201-6/+0
* | | merge 8.6fvogel2022-09-2042-197/+566
|\ \ \ | |/ /
| * | patch [ab95811e07] from Christopher Chavez: prevent use-after-free crashesmarc_culler2022-09-202-3/+36
| |\ \
| | * | Apply patch from Christopher Chavez to avoid use-after-free crashes.marc_culler2022-09-142-3/+36
| * | | Fix [33de843084]: deprecations introduced in macOS 12. Now Tk builds on Mont...marc_culler2022-09-2010-41/+349
| |\ \ \
| | * | | Replace [NSApp currentAppearance] by [NSApp effectiveAppearance], now that I ...marc_culler2022-09-172-25/+3
| | * | | Add missing [pool drain].marc_culler2022-09-151-0/+1
| | * | | Attempt to fix the build for 10.14 and 10.15.marc_culler2022-09-151-3/+4
| | * | | Deal with unavailability of @available.marc_culler2022-09-142-7/+14
| | * | | cleanupmarc_culler2022-09-132-19/+8
| | * | | Do not skip filename extensions which are undeclared; deal with missing bitmaps.marc_culler2022-09-123-16/+18
| | * | | Don't import the UniformTypeIdentifiers framework if it does not exist.marc_culler2022-09-122-0/+4
| | * | | synchronize configure.inmarc_culler2022-09-121-1/+4
| | * | | Merge 8.6marc_culler2022-09-1219-24/+24
| | |\ \ \