summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-211-7/+9
|\
| * Fix [bfea11a916]: make XSync a no-op on Aqua (again).marc_culler2022-09-061-7/+9
* | 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
* | 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-207-30/+330
|\ \ \
| * | | 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
| * | | Merge 8.6marc_culler2022-09-129-11/+11
| |\ \ \
| * | | | Address deprecations introduced in macOS Monterey; fix [33de843084]marc_culler2022-09-127-32/+350
* | | | | Fix [ead70921a9]: Wish menu unexpectedly triggered by accelerator keysjan.nijtmans2022-09-181-21/+40
| |_|/ / |/| | |
* | | | Fix [d412a99152]: unexpected <Enter> and <Button1-Release> events.marc_culler2022-09-122-7/+2
| |/ / |/| |
* | | Fix [006403a25d]: various comment/documentation fixesjan.nijtmans2022-09-109-11/+11
|/ /
* | Simplify TkpConfigureMenuEntry(), using existing TKNSString initWithTclUtfByt...jan.nijtmans2022-09-081-8/+3
* | Fix [e17b6f008]: unixWm-50.4 crashes OSX Aquajan.nijtmans2022-09-085-44/+53
|\ \ | |/ |/|
| * Fix [e17b6f008], and the same in a lot of other potential problematic placesjan.nijtmans2022-09-074-34/+43
|/
* typo'sjan.nijtmans2022-09-061-4/+4
* Fix [4a59d535d1]: Aqua: XFillPolygon() winding rule fill support. Thanks to C...fvogel2022-08-211-2/+4
* Fix [91ca777b4d]: ttk::notebook loose control over content of tabs on MacOS.fvogel2022-07-192-78/+2
|\
| * Alternative fix for [91ca777b4d]: ttk::notebook loose control over content of...fvogel2022-07-172-78/+2
| * Fix typos in the description of TkMacOSXHandleMapOrUnmap in macosx/tkMacOSXWm.c.fvogel2022-07-161-2/+2
* | argc -> objc where appropriatejan.nijtmans2022-07-121-1/+1
|/
* merge 8.6fvogel2022-05-155-104/+95
|\
| * Follow-up to [88cfdcb304]: Move callbackInfo handling into showOpenSavePanel()jan.nijtmans2022-05-111-35/+23
| * Proposed fix for [88cfdcb304]: Aqua: use-after-free when file selection dialo...jan.nijtmans2022-05-101-14/+12
| * Fix [bf0f4808d7]: macOS Aqua : CFLAGS_OPTIMIZE. Builds on MacOSX will now be ...jan.nijtmans2022-04-211-1/+1
| * Fix [c0bf1bda2a]: Aqua: avoid buffer overflows by not passing XVirtualEvent* ...jan.nijtmans2022-04-153-47/+47
| * Propagate the proposed fix to Win and macOS. This is to avoid unneeded differ...fvogel2022-04-021-7/+12
* | merge 8.6fvogel2022-04-038-39/+70
|\ \ | |/
| * Eliminate some write-only variables in MacOSXjan.nijtmans2022-03-165-13/+4
| * Code cleanup (more TCL_UNUSED, more type-casts, eol-spacing)jan.nijtmans2022-03-021-8/+8
| * Possible fix for 141a119635, global grab now functions as expected on macOSKevin Walzer2022-02-141-1/+27