summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXFileTypes.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 9.0. Streamline some indentingjan.nijtmans2024-06-301-3/+3
|\
| * Clean up handling of Apple FourCC Creator Codes - many thanks to Christopher ...marc_culler2023-12-031-29/+25
| * Merge 8.6jan.nijtmans2023-06-081-3/+0
| |\
| * | Add missing TK_OPTION_VAR(bool) twice (since the two variables are 'bool') Se...jan.nijtmans2022-11-151-2/+2
* | | Clean up handling of Apple FourCC Creator Codes - many thanks to Christopher ...marc_culler2023-12-031-29/+25
| |/ |/|
* | Add more type-casts, code cleanup (all backported from 8.7)jan.nijtmans2023-06-081-1/+1
* | Fix [https://core.tcl-lang.org/tcl/tktview/503c4c6f56|503c4c6f56]: Compiled c...jan.nijtmans2023-06-081-3/+0
|/
* Move ending brace inside #if block.marc_culler2022-09-221-2/+1
* 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
* Deal with unavailability of @available.marc_culler2022-09-141-4/+8
* cleanupmarc_culler2022-09-131-11/+2
* Do not skip filename extensions which are undeclared; deal with missing bitmaps.marc_culler2022-09-121-3/+5
* Don't import the UniformTypeIdentifiers framework if it does not exist.marc_culler2022-09-121-0/+2
* Address deprecations introduced in macOS Monterey; fix [33de843084]marc_culler2022-09-121-0/+113