mirror-ghostty/src
Leah Amelia Chen 95daca616d
core: refactor RepeatablePath into separate files and add Path (#6622)
Slims down `Config.zig` and makes some of the code reusable in Path.
2025-03-10 09:14:25 +01:00
..
apprt macOS: only set LANGUAGE for app bundle, do not inherit in termio env 2025-03-09 18:17:38 -05:00
bench remove old terminal implementation 2024-03-26 16:14:25 -07:00
build build: use pkgconfig name for gtk4-layer-shell system integration 2025-03-09 02:46:33 +11:00
cli fix test 2025-02-25 11:53:01 -05:00
config core: refactor RepeatablePath into separate files and add Path (#6622) 2025-03-10 09:14:25 +01:00
crash core: add build option to disable sentry 2025-01-02 13:32:45 -08:00
datastruct terminal: sliding window search can move the cursor 2024-12-03 15:53:12 -08:00
font font(freetype): constrain emoji to 2 cells wide 2025-03-06 10:46:58 -06:00
input gtk: implement quick terminal slide & autohide (#6090) 2025-03-05 23:20:03 +01:00
inspector Add keyboard navigation for Terminal IO window (#3909) 2025-02-11 12:46:18 -08:00
os macOS: only set LANGUAGE for app bundle, do not inherit in termio env 2025-03-09 18:17:38 -05:00
renderer renderer(OpenGL): pass cell_width to glyph renderer 2025-03-06 09:59:24 -06:00
shell-integration Fix elvish sudo integration and update documentation 2025-02-25 23:17:00 +03:00
simd config: yeet usingns 2024-08-16 10:49:37 -07:00
stb chore: update stb_image.h 2025-01-18 22:47:18 +09:00
terminal terminal: remove redundant assertIntegrity from clearPrompt 2025-03-08 16:36:14 -05:00
terminfo Fix some basic build errors. 2024-06-24 15:16:24 -07:00
termio Fix passing EnvMap for Flatpak builds 2025-03-09 23:46:24 +01:00
unicode unigen: Remove libc dependency, use ArenaAllocator 2025-01-20 18:30:22 -08:00
App.zig core: performAction now returns a bool 2025-02-11 16:43:50 -08:00
Command.zig Move resource limits to a dedicated struct, restore before preexec 2025-01-02 15:05:10 -08:00
Surface.zig gtk: add separate close_window apprt action 2025-03-06 20:32:38 +01:00
apprt.zig libghostty: unified action dispatch 2024-09-26 22:00:11 -07:00
build_config.zig This is a major refactor of `build.zig`. 2025-01-07 19:47:43 -08:00
cli.zig c: remove the config load string API 2024-10-18 08:11:11 -07:00
config.zig core: add `env` config option 2025-02-14 20:50:01 -08:00
fastmem.zig perf: introduce CacheTable strcture, use it for shaper cache 2024-06-10 13:58:35 -04:00
global.zig global state initializes i18n 2025-03-07 13:42:00 -08:00
helpgen.zig Improve `list-actions` command documentation formatting 2025-01-18 05:14:49 +08:00
input.zig macOS: "option-as-alt" defaults to "true" for US keyboard layouts 2024-12-11 10:27:08 -08:00
main.zig docs: generate mdx file for cli actions 2025-01-23 15:58:33 -08:00
main_c.zig add ghostty_translate C API 2025-03-07 13:42:00 -08:00
main_ghostty.zig Update libxev to use dynamic backend, support Linux configurability 2025-02-21 15:04:37 -08:00
main_wasm.zig lots more yeeting 2024-08-16 14:35:10 -07:00
math.zig
pty.zig core: fix up pty Zig error sets 2025-02-03 15:06:59 -06:00
quirks.zig font/shaper: split text runs on common bad ligature pairs 2024-08-11 15:26:36 -07:00
renderer.zig renderer: dedicated size struct, defined coordinate spaces 2024-11-14 12:36:21 -08:00
surface_mouse.zig macos: rectangle select only requires option + drag 2024-10-30 20:47:24 -04:00
termio.zig termio: yeet usingns 2024-08-16 10:36:10 -07:00