Commit Graph

  • 312ba7ac80 ci: update to Xcode 26.3 Mitchell Hashimoto 2026-03-25 19:46:41 -07:00
  • bcf12937d0 Merge remote-tracking branch 'origin/main' into close-split-gtk Caleb 2026-03-25 16:24:11 -07:00
  • efc0e4118a Update VOUCHED list (#11847) ghostty-vouch[bot] 2026-03-25 22:58:46 +00:00
  • 2655aa47d3 build: fix libghostty shared lib install for Windows (#11840) Mitchell Hashimoto 2026-03-25 13:02:37 -07:00
  • d8e8697bad build: make sure CMake can clean up after libghostty-vt (#11845) Mitchell Hashimoto 2026-03-25 13:00:42 -07:00
  • c5bb97bcbd build: fix libghostty shared lib install for Windows Alessandro De Blasis 2026-03-25 06:21:15 +01:00
  • 26ba9bf579 Update VOUCHED list (#11844) ghostty-vouch[bot] 2026-03-25 18:48:33 +00:00
  • 62aeabdc85 build: make sure CMake can clean up after libghostty-vt Paal Øye-Strømme 2026-03-25 19:11:33 +01:00
  • d5b6857673 windows: handle backslash paths in config value parsing (#11782) Jeffrey C. Ollie 2026-03-25 13:07:45 -05:00
  • a8e65e829a libghostty: refactor lib calls into centralized terminal/lib.zig to prep for Zig to call C (#11831) Mitchell Hashimoto 2026-03-25 08:48:52 -07:00
  • ad861d0821 zsh: fix trailing '%' in PS1/PS2 combining with marks (#11832) Mitchell Hashimoto 2026-03-25 08:47:39 -07:00
  • ac85a2f3d6 terminal: always use C ABI for now Mitchell Hashimoto 2026-03-25 08:40:27 -07:00
  • 43f3dc5f13 zsh: fix trailing '%' in PS1/PS2 combining with marks Jon Parise 2026-03-25 10:46:02 -04:00
  • 3c9c3a4f54 terminal/c: use lib.alloc instead of direct lib/allocator.zig import Mitchell Hashimoto 2026-03-25 07:29:23 -07:00
  • 2f2f003aa5 terminal/c: use lib.calling_conv to allow Zig calling conv Mitchell Hashimoto 2026-03-25 07:26:22 -07:00
  • f50aa90ced terminal: add lib.zig to centralize lib target and re-exports Mitchell Hashimoto 2026-03-25 07:22:02 -07:00
  • bebca84668 vt: handle pixel sizes and size reports in ghostty_terminal_resize (#11818) Mitchell Hashimoto 2026-03-24 14:30:14 -07:00
  • c12f62c82d vt: handle pixel sizes and size reports in ghostty_terminal_resize Mitchell Hashimoto 2026-03-24 14:15:02 -07:00
  • f452087eac vt: add total_rows and scrollback_rows to terminal get API (#11817) Mitchell Hashimoto 2026-03-24 14:14:15 -07:00
  • 2c16c9e40c vt: add total_rows and scrollback_rows to terminal get API Mitchell Hashimoto 2026-03-24 13:57:34 -07:00
  • a062c16e13 libghostty: pass pointer options directly to terminal_set (#11816) Mitchell Hashimoto 2026-03-24 13:59:31 -07:00
  • 6e34bc686c vt: pass pointer options directly to terminal_set Mitchell Hashimoto 2026-03-24 13:37:03 -07:00
  • 82f7527b30 vt: expose title and pwd in C API (#11815) Mitchell Hashimoto 2026-03-24 13:17:43 -07:00
  • 8f1ac0bd4e vt: expose title and pwd in C API Mitchell Hashimoto 2026-03-24 12:59:04 -07:00
  • f21455b7e7 build: refactor checkGhosttyHEnum to use @hasDecl for Windows compatibility (#11813) Mitchell Hashimoto 2026-03-24 12:56:21 -07:00
  • d5bd331c91 libghostty: C API for terminal "effects" for processing output and side effects (#11814) Mitchell Hashimoto 2026-03-24 12:55:17 -07:00
  • 81e21e4d0a build: refactor checkGhosttyHEnum to use @hasDecl instead of nested inline for Alessandro De Blasis 2026-03-24 20:12:57 +01:00
  • d2c6a3c775 vt: store DA1 feature buffer in wrapper struct Mitchell Hashimoto 2026-03-24 12:06:33 -07:00
  • e36b745314 fmt Mitchell Hashimoto 2026-03-24 11:48:22 -07:00
  • 4128e6a38c vt: add effects documentation section with example Mitchell Hashimoto 2026-03-24 11:42:10 -07:00
  • bbfe1c2787 vt: use struct literal for handler effects assignment Mitchell Hashimoto 2026-03-24 11:35:20 -07:00
  • b8fcb57923 vt: expose device_attributes effect in the C API Mitchell Hashimoto 2026-03-24 11:17:55 -07:00
  • 02d48c360b vt: expose color_scheme effect callback Mitchell Hashimoto 2026-03-24 07:20:31 -07:00
  • 424e9b57ca vt: add size effect callback for XTWINOPS queries Mitchell Hashimoto 2026-03-24 07:09:50 -07:00
  • 6f18d44ed6 vt: add title_changed effect callback Mitchell Hashimoto 2026-03-24 07:06:09 -07:00
  • f9c34b40f0 vt: add enquiry and xtversion effect callbacks Mitchell Hashimoto 2026-03-24 07:03:29 -07:00
  • c13a9bb49c vt: add tests for write_pty and bell effect callbacks Mitchell Hashimoto 2026-03-24 06:58:17 -07:00
  • b49e9f37ff vt: add bell effect callback and move types into Effects Mitchell Hashimoto 2026-03-24 06:56:51 -07:00
  • b91cc867a8 vt: add ghostty_terminal_set for configuring effects callbacks Mitchell Hashimoto 2026-03-24 06:50:58 -07:00
  • 7114721bd4 build: fix C++ linking and enum signedness on MSVC (#11812) Mitchell Hashimoto 2026-03-24 10:29:26 -07:00
  • e7a23a37e5 build: define ssize_t for MSVC in ghostty.h (#11810) Mitchell Hashimoto 2026-03-24 10:28:58 -07:00
  • d14eab3124 build: fix freetype compilation on Windows with MSVC (#11807) Mitchell Hashimoto 2026-03-24 10:28:40 -07:00
  • 68378a0bb8 build: increase comptime branch quota for ghostty.h enum checks Alessandro De Blasis 2026-03-24 18:04:50 +01:00
  • ce99300513 build: fix freetype C enum signedness for MSVC Alessandro De Blasis 2026-03-24 17:12:18 +01:00
  • deeda46186 build: skip linkLibCpp on MSVC for dcimgui, spirv-cross, harfbuzz Alessandro De Blasis 2026-03-24 17:03:33 +01:00
  • a35f84db32 build: define ssize_t for MSVC in ghostty.h Alessandro De Blasis 2026-03-24 16:35:49 +01:00
  • aec3a6ebf6 build: fix Windows build failures in helpgen and framegen (#11803) Mitchell Hashimoto 2026-03-24 06:43:48 -07:00
  • 57b929203b build: fix glslang compilation on Windows with MSVC (#11801) Mitchell Hashimoto 2026-03-24 06:43:25 -07:00
  • 5cc22c23e6 build: fix oniguruma compilation on Windows with MSVC (#11800) Mitchell Hashimoto 2026-03-24 06:43:11 -07:00
  • 58e330a8c0 build: fix zlib compilation on Windows with MSVC (#11798) Mitchell Hashimoto 2026-03-24 06:42:52 -07:00
  • 6854ecc5a9 ci: remove continue-on-error from Windows CI jobs (#11796) Mitchell Hashimoto 2026-03-24 06:31:58 -07:00
  • d5aef6e845 build: fix freetype compilation on Windows with MSVC Alessandro De Blasis 2026-03-24 08:08:29 +01:00
  • f9d3b1aafb build: fix Windows build failures in helpgen and framegen Alessandro De Blasis 2026-03-24 08:07:31 +01:00
  • 74c6ffe78e build: fix glslang compilation on Windows with MSVC Alessandro De Blasis 2026-03-24 08:05:40 +01:00
  • 014873e539 build: fix oniguruma compilation on Windows with MSVC Alessandro De Blasis 2026-03-24 08:03:53 +01:00
  • 4df71bcad7 build: fix zlib compilation on Windows with MSVC Alessandro De Blasis 2026-03-24 08:02:50 +01:00
  • c5092b09de ci: remove continue-on-error from Windows CI jobs Alessandro De Blasis 2026-03-24 06:10:30 +01:00
  • d4a38c8661 cmake: add import library to custom command OUTPUT (#11794) Mitchell Hashimoto 2026-03-23 21:04:48 -07:00
  • 7d31d9b57f cmake: add import library to custom command OUTPUT Alessandro De Blasis 2026-03-24 04:23:24 +01:00
  • c584f87b90 build(deps): bump cachix/install-nix-action from 31.10.1 to 31.10.2 (#11790) Jeffrey C. Ollie 2026-03-23 20:44:57 -05:00
  • 846599b97e Update VOUCHED list (#11791) ghostty-vouch[bot] 2026-03-24 01:20:46 +00:00
  • 147596d560 build(deps): bump cachix/install-nix-action from 31.10.1 to 31.10.2 dependabot[bot] 2026-03-24 00:12:58 +00:00
  • 67db6b8960 libghostty: add ghostty_free for cross-runtime memory safety (#11785) Mitchell Hashimoto 2026-03-23 16:23:10 -07:00
  • b819ce0e20 vt: add ghostty_alloc for buffer allocation Mitchell Hashimoto 2026-03-23 16:11:16 -07:00
  • 7039f566bb vt: move free_alloc to dedicated allocator.zig Mitchell Hashimoto 2026-03-23 16:08:25 -07:00
  • 69104fb1f0 libghostty: introduce optional "effects" to handle queries and side effects for terminals (#11787) Mitchell Hashimoto 2026-03-23 15:30:18 -07:00
  • 701d1d55d2 terminal: fix secondary DA test to match default firmware version Mitchell Hashimoto 2026-03-23 15:01:26 -07:00
  • ba3f9bb400 terminal: port device_attributes to stream_terminal Effects Mitchell Hashimoto 2026-03-23 14:54:53 -07:00
  • b31dcf9a4c terminal: add device_attributes module Mitchell Hashimoto 2026-03-23 14:35:22 -07:00
  • 2e7aa047af terminal: port device_status to stream_terminal Effects Mitchell Hashimoto 2026-03-23 14:31:12 -07:00
  • 165e03669c terminal: port enquiry to Effects Mitchell Hashimoto 2026-03-23 14:23:44 -07:00
  • 2fe89c340a windows: fix XDG-related test failures on Windows (#11783) Mitchell Hashimoto 2026-03-23 14:20:02 -07:00
  • b9669e10c4 fuzz: update stream fuzzer to use TerminalStream Mitchell Hashimoto 2026-03-22 21:16:33 -07:00
  • 6083e9f80b terminal: expose size_report via stream_terminal effects Mitchell Hashimoto 2026-03-22 20:55:02 -07:00
  • 26c81b4b0e terminal: add xtversion effect to stream_terminal Mitchell Hashimoto 2026-03-22 20:48:08 -07:00
  • 134516310d terminal: implement kitty_keyboard_query in stream_terminal Mitchell Hashimoto 2026-03-22 20:42:35 -07:00
  • 22c7edf3f8 terminal: rename set_window_title effect to title_changed Mitchell Hashimoto 2026-03-22 20:35:35 -07:00
  • 08a44d7e69 terminal: store title set by escape sequences Mitchell Hashimoto 2026-03-22 20:33:16 -07:00
  • 6366ce9a22 terminal: add set_window_title effect to stream handler Mitchell Hashimoto 2026-03-22 20:26:46 -07:00
  • e24cc1b53b terminal: add write_pty effect and implement DECRQM Mitchell Hashimoto 2026-03-22 20:18:47 -07:00
  • 67d8d86efd terminal: rename ReadonlyStream to TerminalStream Mitchell Hashimoto 2026-03-22 20:12:09 -07:00
  • 07272ae88f stream: add bell effect callback support Mitchell Hashimoto 2026-03-22 19:54:34 -07:00
  • fd49716ea2 windows: skip expandHomeUnix test on Windows (#11784) Jeffrey C. Ollie 2026-03-23 15:20:02 -05:00
  • c1e616c6cd libghostty: add ghostty_free for cross-runtime memory safety Alessandro De Blasis 2026-03-23 16:54:05 +01:00
  • 1213dacd5b cmake: fix Windows libghostty build support (#11756) Mitchell Hashimoto 2026-03-23 12:50:42 -07:00
  • b723f2a437 ci: remove run step from Windows cmake examples Mitchell Hashimoto 2026-03-23 12:33:54 -07:00
  • 63260ec722 build: disable ubsan for SIMD C++ files on MSVC Mitchell Hashimoto 2026-03-23 12:31:17 -07:00
  • f2773d42c1 windows: skip expandHomeUnix test on Windows Alessandro De Blasis 2026-03-23 13:31:35 +01:00
  • b4c529a827 build: add -std=c++17 for SIMD C++ files on MSVC Mitchell Hashimoto 2026-03-23 12:21:54 -07:00
  • 3d581eb92e build: use linkLibC instead of linkLibCpp on MSVC targets Mitchell Hashimoto 2026-03-23 12:05:57 -07:00
  • 5ef2da8127 windows: fix XDG-related test failures on Windows Alessandro De Blasis 2026-03-23 13:03:25 +01:00
  • afa8f059e5 build: skip linkLibCpp on MSVC targets Mitchell Hashimoto 2026-03-23 11:56:31 -07:00
  • 1eed35dddc build: default to MSVC ABI on Windows Mitchell Hashimoto 2026-03-23 11:41:45 -07:00
  • 01401ef675 build: fix Windows static lib linking with MSVC Mitchell Hashimoto 2026-03-23 11:31:41 -07:00
  • 909e733120 windows: handle backslash paths in config value parsing Alessandro De Blasis 2026-03-23 19:30:14 +01:00
  • 2c89bef860 build: skip bundled compiler_rt and ubsan_rt in Windows static lib Mitchell Hashimoto 2026-03-23 11:20:20 -07:00
  • 69f82ec751 build: disable bundled ubsan runtime on Windows Mitchell Hashimoto 2026-03-23 11:12:19 -07:00
  • 1ce057f053 build: disable ubsan and bundled runtimes for MSVC targets Mitchell Hashimoto 2026-03-23 10:52:21 -07:00
  • 31285e1ac3 build: disable bundled compiler_rt and ubsan_rt for MSVC targets Mitchell Hashimoto 2026-03-23 10:42:05 -07:00
  • 2afadfc104 build: fix Windows cmake example failures Mitchell Hashimoto 2026-03-22 14:18:28 -07:00