| Age | Commit message (Expand) | Author |
| 2025-10-03 | Zig 0.15: zig fmt | Mitchell Hashimoto |
| 2025-06-20 | renderer: big rework, graphics API abstraction layers, unified logic | Qwerasd |
| 2025-05-07 | core: fixup callconv(.C) -> callconv(.c) | Jeffrey C. Ollie |
| 2025-03-15 | pkg/macos: clean up for Zig 0.14, consolidate C imports into one decl | Mitchell Hashimoto |
| 2024-08-24 | pkg/macos: copyAttribute should return optional | Mitchell Hashimoto |
| 2024-08-16 | pkg/macos: foundation yeet usingns | Mitchell Hashimoto |
| 2024-06-14 | perf: introduce CFReleaseThread for running CoreFoundation releases | Qwerasd |
| 2024-05-27 | font/coretext: can read font tables | Mitchell Hashimoto |
| 2024-04-04 | font/coretext: respect quirks fonts for shaper | Mitchell Hashimoto |
| 2024-04-04 | pkg/macos: add missing functions to macos/foundation | Mitchell Hashimoto |
| 2023-12-11 | pkg/macos: more APIs | Mitchell Hashimoto |
| 2023-12-11 | pkg/macos: add many more text APIs | Mitchell Hashimoto |
| 2023-11-17 | change unmodified `var`s to `const`s in anticipation of zig changes | Krzysztof Wolicki |
| 2023-10-03 | font/coretext: score discovered fonts | Mitchell Hashimoto |
| 2023-10-02 | pkg/macos: MutableArray, sorting | Mitchell Hashimoto |
| 2023-08-28 | macos: add necessary functions for variation axes querying | Mitchell Hashimoto |
| 2023-08-11 | input, macos: initial work on keymapper and macos usage of it | Mitchell Hashimoto |
| 2023-07-01 | pkg/macos: do not use bitCast through a function | Mitchell Hashimoto |
| 2023-06-30 | Update Zig (#164) | Mitchell Hashimoto |
| 2023-06-25 | Update zig, mach, fmt | Mitchell Hashimoto |
| 2022-11-17 | font: specific codepoint lookup in internals | Mitchell Hashimoto |
| 2022-11-17 | pkg/macos: character set in range | Mitchell Hashimoto |
| 2022-11-17 | pkg/macos: support CFCharacterSet | Mitchell Hashimoto |
| 2022-10-14 | fix more stage2 build errors | Mitchell Hashimoto |
| 2022-10-09 | font: coretext calculate cell metrics | Mitchell Hashimoto |
| 2022-10-09 | macos: frames, attributed strings, stylized strings | Mitchell Hashimoto |
| 2022-10-08 | pkg/macos: text framesetter | Mitchell Hashimoto |
| 2022-10-08 | macos: AttributedString | Mitchell Hashimoto |
| 2022-10-08 | macos: data | Mitchell Hashimoto |
| 2022-10-08 | macos: url from path | Mitchell Hashimoto |
| 2022-10-01 | pkg/macos: font initializes, get glyphs | Mitchell Hashimoto |
| 2022-10-01 | pkg/macos: add mutable dictionaries, flesh out font descriptor | Mitchell Hashimoto |
| 2022-10-01 | macos/foundation: number, dict get value | Mitchell Hashimoto |
| 2022-10-01 | pkg/macos: import headers instead of doing externs manually | Mitchell Hashimoto |
| 2022-10-01 | macos/text: more APIs | Mitchell Hashimoto |
| 2022-10-01 | pkg/macos: CFURL | Mitchell Hashimoto |
| 2022-10-01 | macos: test listing fonts | Mitchell Hashimoto |
| 2022-10-01 | macos/text: font descriptors | Mitchell Hashimoto |
| 2022-10-01 | macos/foundation: more string funcs | Mitchell Hashimoto |
| 2022-10-01 | pkg/macos: dictionary create | Mitchell Hashimoto |
| 2022-09-30 | macos: CFArray | Mitchell Hashimoto |
| 2022-09-30 | pkg/macos: add CoreText | Mitchell Hashimoto |
| 2022-09-30 | macos: add another string API to test it really works | Mitchell Hashimoto |
| 2022-09-30 | pkg/macos: start core foundation bindings | Mitchell Hashimoto |