mirror-ghostty/src
Jon Parise 433b6b4fe2 os: replace PATH_SEP with std.fs.path.delimiter
This standard library symbol is equivalent.
2024-11-19 10:51:02 -05:00
..
apprt apprt/gtk: handle pwd action 2024-11-16 15:20:53 -06:00
bench remove old terminal implementation 2024-03-26 16:14:25 -07:00
build feat: implement configurable freetype load flags 2024-11-08 20:38:38 +01:00
cli fix: theme search ranking is now case insensitive 2024-11-16 20:05:11 +06:00
config config: clarify config-file behavior 2024-11-18 15:14:57 -08:00
crash core: make surface use only renderer.Size 2024-11-14 13:15:56 -08:00
datastruct terminal: change pagelist linked list to an intrusive linked list 2024-11-07 15:12:54 -08:00
font Include font copyright information into OFL.txt and add MIT license 2024-11-15 12:35:29 -08:00
input gtk: implement toggle_split_zoom 2024-11-06 09:59:10 +01:00
inspector apprt/embedded: fix new size struct 2024-11-14 13:58:15 -08:00
os os: replace PATH_SEP with std.fs.path.delimiter 2024-11-19 10:51:02 -05:00
renderer Balance padding uses the explicit padding value for grid calculations 2024-11-15 15:16:00 -08:00
shell-integration Remove shebang from non-executable script 2024-11-15 19:23:20 +11:00
simd config: yeet usingns 2024-08-16 10:49:37 -07:00
stb os: start yeeting 2024-08-16 10:57:19 -07:00
terminal terminal: parse CSI 22/23 for push/pop title 2024-11-13 19:49:45 -08:00
terminfo Fix some basic build errors. 2024-06-24 15:16:24 -07:00
termio os: replace PATH_SEP with std.fs.path.delimiter 2024-11-19 10:51:02 -05:00
unicode terminal: only apply VS15/16 to emoji 2024-02-10 17:26:45 -08:00
App.zig move datastructures to dedicated "datastruct" package 2024-11-07 14:39:10 -08:00
Command.zig Fix multiple deprecated names for zig lib/std 2024-07-22 00:07:17 +02:00
Surface.zig Balance padding uses the explicit padding value for grid calculations 2024-11-15 15:16:00 -08:00
apprt.zig libghostty: unified action dispatch 2024-09-26 22:00:11 -07:00
build_config.zig core/gtk: unify libadwaita/adwaita options in the code 2024-11-08 22:19:04 -06:00
cli.zig c: remove the config load string API 2024-10-18 08:11:11 -07:00
config.zig some tweaks 2024-11-09 11:03:02 -08:00
fastmem.zig perf: introduce CacheTable strcture, use it for shaper cache 2024-06-10 13:58:35 -04:00
global.zig move crash init to crash package 2024-08-31 11:12:40 -07:00
helpgen.zig remove unused ziglyph import 2024-02-09 20:05:11 +01:00
input.zig apprt: implement key_sequence action 2024-10-08 21:55:00 -07:00
main.zig Forward std_options from entrypoint in main.zig 2024-09-27 10:51:19 -07:00
main_c.zig apprt/embedded: fix usingnamespace usage 2024-08-16 15:00:07 -07:00
main_ghostty.zig move datastructures to dedicated "datastruct" package 2024-11-07 14:39:10 -08:00
main_wasm.zig lots more yeeting 2024-08-16 14:35:10 -07:00
math.zig math style 2022-08-18 11:42:32 -07:00
pty.zig renderer: render lock for password input 2024-09-18 11:14:37 -07: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