summaryrefslogtreecommitdiff
path: root/src/main.zig
AgeCommit message (Expand)Author
2025-07-09remove src/benchMitchell Hashimoto
2025-07-09bench: remove old benchmarks we convertedMitchell Hashimoto
2025-01-23docs: generate mdx file for cli actionsAnund
2024-12-19webgen: update config to support callouts, emit keybind actionsMitchell Hashimoto
2024-12-18build: generate reference page for config for websiteMitchell Hashimoto
2024-09-27Forward std_options from entrypoint in main.zigMitchell Hashimoto
2024-08-16almost yeeted it all!Mitchell Hashimoto
2024-03-26remove old terminal implementationMitchell Hashimoto
2024-03-22bench/resizeMitchell Hashimoto
2024-03-22bench/screen-copyMitchell Hashimoto
2024-03-22vt-insert-lines benchMitchell Hashimoto
2024-03-22bench/page-initMitchell Hashimoto
2024-02-09bench/grapheme-breakMitchell Hashimoto
2024-02-06bench/codepoint-widthMitchell Hashimoto
2024-02-05bench/stream: benchmark for stream processingMitchell Hashimoto
2024-02-04build: get benchmarks building againMitchell Hashimoto
2024-02-04add helpgen entrypointMitchell Hashimoto
2024-02-04move mdgen main to build dirMitchell Hashimoto
2024-01-14use Apple logging subsystem on all Darwin targetsMitchell Hashimoto
2024-01-13remove tracy usage from all filesMitchell Hashimoto
2024-01-13build: remove tracy completelyMitchell Hashimoto
2023-12-15Surface: set crosshair, change event processing logic for mouse trackingChris Marchesi
2023-11-29renderer/metal: underline urlsMitchell Hashimoto
2023-11-22core: move resources dir to main global stateMitchell Hashimoto
2023-11-17renderer/metal: load custom shadersMitchell Hashimoto
2023-11-05rename Pty.zig to pty.zigMitchell Hashimoto
2023-11-05os: rename env to be posix-like, do not allocate on posixMitchell Hashimoto
2023-11-05windows: add support for the glfw backend on Windowskcbanner
2023-10-24inspector: render basic key inspectorMitchell Hashimoto
2023-10-24move circular buffer to src/Mitchell Hashimoto
2023-10-02update zigMitchell Hashimoto
2023-09-23cli: move cli_args.zig to cliMitchell Hashimoto
2023-09-23cli: dedicated directoryMitchell Hashimoto
2023-09-20main: disable stderr logging by default for libMitchell Hashimoto
2023-09-20apprt/embedded: ghostty_cli_mainMitchell Hashimoto
2023-09-18apprt/gtk: key file for logic related to keysMitchell Hashimoto
2023-09-15main: only check for CLI actions on non-lib buildsMitchell Hashimoto
2023-09-15can enable logging for CLI actions with GHOSTTY_LOG env varMitchell Hashimoto
2023-09-15do not write logs to stderr for cli actionsMitchell Hashimoto
2023-09-15Add --version for outputting version, framework for more actionsMitchell Hashimoto
2023-08-09warn if the binary is a debug buildMitchell Hashimoto
2023-08-08Fix typosKevin Hovsäter
2023-08-07apprt/gtk: enable single instance modeMitchell Hashimoto
2023-07-10move a bunch of files to src/osMitchell Hashimoto
2023-07-09move TempDir to src/os and use the real tmpDirMitchell Hashimoto
2023-06-23terminfo: basic Source structure and can encodeMitchell Hashimoto
2023-03-19move config loading into apprt to prep for reloadingMitchell Hashimoto
2023-03-19config: dedicated load func so we can reloadMitchell Hashimoto
2023-03-04build: generate a version number, show in log on startupMitchell Hashimoto
2023-03-04can now use -Dfont-backend to choose the font backend to useMitchell Hashimoto