summaryrefslogtreecommitdiff
path: root/pkg/macos/foundation
AgeCommit message (Expand)Author
2025-10-03Zig 0.15: zig fmtMitchell Hashimoto
2025-06-20renderer: big rework, graphics API abstraction layers, unified logicQwerasd
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
2024-08-24pkg/macos: copyAttribute should return optionalMitchell Hashimoto
2024-08-16pkg/macos: foundation yeet usingnsMitchell Hashimoto
2024-06-14perf: introduce CFReleaseThread for running CoreFoundation releasesQwerasd
2024-05-27font/coretext: can read font tablesMitchell Hashimoto
2024-04-04font/coretext: respect quirks fonts for shaperMitchell Hashimoto
2024-04-04pkg/macos: add missing functions to macos/foundationMitchell Hashimoto
2023-12-11pkg/macos: more APIsMitchell Hashimoto
2023-12-11pkg/macos: add many more text APIsMitchell Hashimoto
2023-11-17change unmodified `var`s to `const`s in anticipation of zig changesKrzysztof Wolicki
2023-10-03font/coretext: score discovered fontsMitchell Hashimoto
2023-10-02pkg/macos: MutableArray, sortingMitchell Hashimoto
2023-08-28macos: add necessary functions for variation axes queryingMitchell Hashimoto
2023-08-11input, macos: initial work on keymapper and macos usage of itMitchell Hashimoto
2023-07-01pkg/macos: do not use bitCast through a functionMitchell Hashimoto
2023-06-30Update Zig (#164)Mitchell Hashimoto
2023-06-25Update zig, mach, fmtMitchell Hashimoto
2022-11-17font: specific codepoint lookup in internalsMitchell Hashimoto
2022-11-17pkg/macos: character set in rangeMitchell Hashimoto
2022-11-17pkg/macos: support CFCharacterSetMitchell Hashimoto
2022-10-14fix more stage2 build errorsMitchell Hashimoto
2022-10-09font: coretext calculate cell metricsMitchell Hashimoto
2022-10-09macos: frames, attributed strings, stylized stringsMitchell Hashimoto
2022-10-08pkg/macos: text framesetterMitchell Hashimoto
2022-10-08macos: AttributedStringMitchell Hashimoto
2022-10-08macos: dataMitchell Hashimoto
2022-10-08macos: url from pathMitchell Hashimoto
2022-10-01pkg/macos: font initializes, get glyphsMitchell Hashimoto
2022-10-01pkg/macos: add mutable dictionaries, flesh out font descriptorMitchell Hashimoto
2022-10-01macos/foundation: number, dict get valueMitchell Hashimoto
2022-10-01pkg/macos: import headers instead of doing externs manuallyMitchell Hashimoto
2022-10-01macos/text: more APIsMitchell Hashimoto
2022-10-01pkg/macos: CFURLMitchell Hashimoto
2022-10-01macos: test listing fontsMitchell Hashimoto
2022-10-01macos/text: font descriptorsMitchell Hashimoto
2022-10-01macos/foundation: more string funcsMitchell Hashimoto
2022-10-01pkg/macos: dictionary createMitchell Hashimoto
2022-09-30macos: CFArrayMitchell Hashimoto
2022-09-30pkg/macos: add CoreTextMitchell Hashimoto
2022-09-30macos: add another string API to test it really worksMitchell Hashimoto
2022-09-30pkg/macos: start core foundation bindingsMitchell Hashimoto