summaryrefslogtreecommitdiff
path: root/pkg/macos/foundation/attributed_string.zig
AgeCommit message (Collapse)Author
2025-10-03Zig 0.15: zig fmtMitchell Hashimoto
2025-03-15pkg/macos: clean up for Zig 0.14, consolidate C imports into one declMitchell Hashimoto
Fixes #6727 The major change in this commit is to consolidate all the C imports in a single decl in main.zig. This is required for Zig 0.14. Without it, the problem in #6727 will happen. I was never able to minimize why this happens in order to open a Zig bug. Beyond this, I fixed the build.zig and build.zig.zon to work with Zig 0.14 so that we can test building `pkg/macos` in isolation. There are no downstream impacting changes in the build.zig files.
2024-08-16pkg/macos: foundation yeet usingnsMitchell Hashimoto
2023-12-11pkg/macos: add many more text APIsMitchell Hashimoto
2023-07-01pkg/macos: do not use bitCast through a functionMitchell Hashimoto
workaround Zig issue: https://github.com/ziglang/zig/issues/16290
2023-06-30Update Zig (#164)Mitchell Hashimoto
* update zig * pkg/fontconfig: clean up @as * pkg/freetype,harfbuzz: clean up @as * pkg/imgui: clean up @as * pkg/macos: clean up @as * pkg/pixman,utf8proc: clean up @as * clean up @as * lots more @as cleanup * undo flatpak changes * clean up @as
2023-06-25Update zig, mach, fmtMitchell Hashimoto
2022-10-09macos: frames, attributed strings, stylized stringsMitchell Hashimoto
2022-10-08pkg/macos: text framesetterMitchell Hashimoto
2022-10-08macos: AttributedStringMitchell Hashimoto