summaryrefslogtreecommitdiff
path: root/src/main_c.zig
AgeCommit message (Expand)Author
2025-09-25test: valid string slices for ghostty_string_sCoderJoshDK
2025-09-24use comptime to make C String interface nicerJeffrey C. Ollie
2025-09-24fix: alloc free off by oneCoderJoshDK
2025-07-09libghostty: export benchmark CLI APIMitchell Hashimoto
2025-07-06macos: open URLs with NSWorkspace APIs instead of `open`Mitchell Hashimoto
2025-07-05macos: support configuration via CLI argumentsMitchell Hashimoto
2025-03-07add ghostty_translate C APIMitchell Hashimoto
2024-08-16apprt/embedded: fix usingnamespace usageMitchell Hashimoto
2024-08-16lots more yeetingMitchell Hashimoto
2024-03-22update zigMitchell Hashimoto
2024-02-04build: get benchmarks building againMitchell Hashimoto
2023-09-20apprt/embedded: ghostty_cli_mainMitchell Hashimoto
2023-09-15Merge pull request #471 from mitchellh/mode-warningMitchell Hashimoto
2023-09-15c api: add ghostty_info to get metadata about the buildMitchell Hashimoto
2023-09-15do not write logs to stderr for cli actionsMitchell Hashimoto
2023-02-24apprt: C API for embedded updated to new styleMitchell Hashimoto
2023-02-19apprt: start embedded implement, make App API available to CMitchell Hashimoto
2023-02-19move allocator to global stateMitchell Hashimoto
2023-02-19build: must set run condition to always nowMitchell Hashimoto
2023-02-19macos: config APIMitchell Hashimoto
2023-02-19lots of broken stuffMitchell Hashimoto
2023-02-19build: ghostty lib, framework, build into appMitchell Hashimoto