summaryrefslogtreecommitdiff
path: root/pkg/macos
AgeCommit message (Expand)Author
2025-10-03Zig 0.15: zig build test macOSMitchell Hashimoto
2025-10-03Zig 0.15: zig fmtMitchell Hashimoto
2025-10-02fix(font/coretext): always prevent shaper from emitting rtlQwerasd
2025-10-02font/coretext: tiny shaper improvementsQwerasd
2025-07-22build-system: Replace deprecated usages of root_source_file on addTests (#8031)Mitchell Hashimoto
2025-07-23build-system: Replace deprecated usages of root_source_file on addTestsJayson Reis
2025-07-22build-system: Replace deprecated usages of addStaticLibrary with addLibrary (...Jayson Reis
2025-07-09macos: add benchmark tests to our Xcode projectMitchell Hashimoto
2025-07-09libghostty: export benchmark CLI APIMitchell Hashimoto
2025-07-09macos: fix signpost API to use proper mach header base addrMitchell Hashimoto
2025-07-09pkg/macos: use new @ptrcast for os.logMitchell Hashimoto
2025-07-09macos: add signpost APIMitchell Hashimoto
2025-07-04font: add constraint logic to rasterizersQwerasd
2025-06-20unwrap unnecessary @"" identifiersQwerasd
2025-06-20renderer: big rework, graphics API abstraction layers, unified logicQwerasd
2025-05-29build: use a libc txt file to point to correct Apple SDKMitchell Hashimoto
2025-05-07core: fixup callconv(.C) -> callconv(.c)Jeffrey C. Ollie
2025-03-15pkg/macos: clean up for Zig 0.14, consolidate C imports into one declMitchell Hashimoto
2025-03-12working on macosMitchell Hashimoto
2025-03-11Zig 0.14Mitchell Hashimoto
2025-01-13Metal: blend in Display P3 color space, add option for linear blendingQwerasd
2024-12-16font(coretext): tolerate fonts without OS/2 tablesQwerasd
2024-12-11font(coretext): add metrics test case for CT, fix variable font initQwerasd
2024-10-25font/coretext: use CTFontCreateForString for final codepoint fallbackMitchell Hashimoto
2024-09-23coretext: improve strikethrough position calculationQwerasd
2024-09-19pkg/macos: expose carbon APIMitchell Hashimoto
2024-08-24pkg/macos: copyAttribute should return optionalMitchell Hashimoto
2024-08-16pkg/macos: yeet more usingnsMitchell Hashimoto
2024-08-16pkg/macos: moreMitchell Hashimoto
2024-08-16pkg/macos: graphics usingns yeetMitchell Hashimoto
2024-08-16pkg/macos: animation yeet usingnsMitchell Hashimoto
2024-08-16pkg/macos: foundation yeet usingnsMitchell Hashimoto
2024-08-06renderer/metal: load shaders from precompiled libMitchell Hashimoto
2024-06-24begin 0.13 update process -- very brokenMitchell Hashimoto
2024-06-14perf: introduce CFReleaseThread for running CoreFoundation releasesQwerasd
2024-05-27font/coretext: can read font tablesMitchell Hashimoto
2024-05-26font: treated fonts with mixed color/non-color glyphs as textMitchell Hashimoto
2024-05-08font/coretext: force LTR shapingMitchell Hashimoto
2024-05-08pkg/macos: add more text APIsMitchell Hashimoto
2024-05-05pkg/macos: CTFontCreateForStringMitchell Hashimoto
2024-05-05pkg/macos: add more CoreText APIsMitchell Hashimoto
2024-05-04pkg/macos: display link callback slightly more typesafeMitchell Hashimoto
2024-05-04pkg/macos: add CVDisplayLinkSetCurrentCGDisplayMitchell Hashimoto
2024-04-30Fix typo.Gordon Cassie
2024-04-04font/coretext: respect quirks fonts for shaperMitchell Hashimoto
2024-04-04pkg/macos: add missing functions to macos/foundationMitchell Hashimoto
2024-02-02renderer/metal: apply layerContentsPlacement on macOS to fix stretchingMitchell Hashimoto
2024-01-13build: build produces a broken object file for iOSMitchell Hashimoto
2024-01-09pkg/apple-sdk: detect apple sdk based on targetMitchell Hashimoto
2024-01-09pkg/apple-sdk: always require a moduleMitchell Hashimoto