summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* Fix [f40d9debad]: Aqua: fix size of FourCC bitmaps. Patch from Christopher Ch...fvogel2023-05-231-2/+2
|\
| * Fix [f40d9debad]: Aqua: fix size of FourCC bitmaps. Patch from Christopher Ch...fvogel2023-05-211-2/+2
* | [ab95811e07]: Aqua: prevent use-after-free crashes - Apply slightly better pa...fvogel2023-05-211-9/+9
|/
* Fix [0c734dde2a]: Xlib.h: avoid -Wstrict-prototypes warningsjan.nijtmans2023-04-161-12/+13
* Fix [2ed289cae0]: Aqua: more format specifiers than arguments in tkToolbarButtonbug-2ed289cae0fvogel2023-03-281-1/+1
* Fix [ee0847f633]: Aqua: compiler warning in debug builds.fvogel2023-03-288-24/+24
* Fix mistake.fvogel2023-01-121-2/+2
* Provide explicit size in snprintf when needed. Fix gcc warning: 'argument to ...fvogel2023-01-121-1/+1
* Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve...fvogel2023-01-105-6/+6
* Fix [d84d334ae6]: Fix build on older macOS Systemjan.nijtmans2023-01-062-11/+27
* When translating "nsFont pointSize" to Tcl_WideInt, use correct roundingjan.nijtmans2023-01-051-3/+3
* Make TkMacOSXIsCharacterMissing() a (useless) macro, so it's symbol can be re...jan.nijtmans2023-01-031-0/+1
* Use more X11 macro's, in stead of accessing fields directly. Mostly backporte...jan.nijtmans2023-01-026-66/+67
* Fix comment in tkMacOSXTest.c because it did not follow the successive change...fvogel2022-10-151-2/+2
* Prevent a compiler warning in macOS 10.15.marc_culler2022-10-011-0/+2
* Fix indenting of tkMacOSXMenu.c (screwed up in previous commit). More interna...jan.nijtmans2022-09-263-32/+23
* 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