Commit Graph

  • fab8777931 core: implement backarrow key mode (DECBKM) - mode 67 (#12226) Mitchell Hashimoto 2026-04-13 06:43:30 -07:00
  • 073dd8a399 macOS: trim query before filtering commands Lukas 2026-04-13 12:39:32 +02:00
  • 2e169c42e8 macOS: Support initials matching in command palette search Lukas 2026-04-13 11:44:18 +02:00
  • 2bdc6bb1f7 macOS: Highlight matching text in command palette search results Lukas 2026-04-13 11:44:04 +02:00
  • 38e64c3706 macOS: add bottom bar when child exits Lukas 2026-04-12 11:42:58 +02:00
  • c2a93db591 macOS: move url hover to a separate file Lukas 2026-04-12 11:28:59 +02:00
  • 1443e7a9cd zon2nix: use github mirror Jeffrey C. Ollie 2026-04-12 22:46:57 -05:00
  • f29d5d4150 zon2nix: update to a version that is compatible with Zig 0.16 Jeffrey C. Ollie 2026-04-12 21:44:44 -05:00
  • 01825411ab build(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 (#12258) Jeffrey C. Ollie 2026-04-12 21:25:14 -05:00
  • 6b97d911df build(deps): bump actions/create-github-app-token from 3.0.0 to 3.1.1 (#12257) Jeffrey C. Ollie 2026-04-12 21:24:32 -05:00
  • 2c9f57f8b0 build(deps): bump docker/build-push-action from 7.0.0 to 7.1.0 (#12256) Jeffrey C. Ollie 2026-04-12 21:23:41 -05:00
  • 922b610632 build(deps): bump peter-evans/create-pull-request from 8.1.0 to 8.1.1 (#12255) Jeffrey C. Ollie 2026-04-12 21:22:53 -05:00
  • 3ef500b3c8 build(deps): bump softprops/action-gh-release from 2.6.1 to 3.0.0 (#12254) Jeffrey C. Ollie 2026-04-12 21:21:41 -05:00
  • e30c2bd86b build(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 dependabot[bot] 2026-04-13 00:23:37 +00:00
  • c2a1ac5866 build(deps): bump actions/create-github-app-token from 3.0.0 to 3.1.1 dependabot[bot] 2026-04-13 00:23:33 +00:00
  • 470605f0ab build(deps): bump docker/build-push-action from 7.0.0 to 7.1.0 dependabot[bot] 2026-04-13 00:23:26 +00:00
  • b0cfc595f2 build(deps): bump peter-evans/create-pull-request from 8.1.0 to 8.1.1 dependabot[bot] 2026-04-13 00:23:23 +00:00
  • ea2753b819 build(deps): bump softprops/action-gh-release from 2.6.1 to 3.0.0 dependabot[bot] 2026-04-13 00:23:17 +00:00
  • 3a9ae7a0f2 decbkm: expose DECBKM to libghostty-vt Jeffrey C. Ollie 2026-04-12 16:04:16 -05:00
  • de4992c2b2 decbkm: use if statements instead of named blocks Jeffrey C. Ollie 2026-04-12 00:46:43 -05:00
  • 203895e3f7 decbkm: address review comments Jeffrey C. Ollie 2026-04-11 21:27:18 -05:00
  • aea70a5f7c core: implement backarrow key mode (DECBKM) - mode 67 Jeffrey C. Ollie 2026-04-10 10:14:24 -05:00
  • 94cd3da8bc build: add ghostty-internal pkg-config modules (shared + static) (#12214) Mitchell Hashimoto 2026-04-12 13:18:03 -07:00
  • d2b79bea77 macOS: fix the arrow alignment of the secure input popover (#12249) Mitchell Hashimoto 2026-04-12 13:16:15 -07:00
  • 7f6d2a44b8 macOS: fix cannot rebind super+up and super+down (#12245) Mitchell Hashimoto 2026-04-12 13:16:06 -07:00
  • 032596442f macOS: clean up duplicated declarations in SurfaceView_AppKit/UIKit (#12250) Mitchell Hashimoto 2026-04-12 13:15:52 -07:00
  • 53019991f7 macOS: fix the arrow alignment of the secure input popover Lukas 2026-04-12 11:30:17 +02:00
  • bf6fd4abe5 macOS: add focusDidChange & sizeDidChange placeholders to OSSurfaceView Lukas 2026-04-12 12:45:35 +02:00
  • 90ea604a7c macOS: move searchState to OSSurfaceView Lukas 2026-04-12 12:24:36 +02:00
  • a541e23120 macOS: move surface to OSSurfaceView Lukas 2026-04-12 12:17:33 +02:00
  • 1665755a93 macOS: move highlighted to OSSurfaceView Lukas 2026-04-12 12:14:43 +02:00
  • 2efe851cda macOS: move readonly to OSSurfaceView Lukas 2026-04-12 12:12:49 +02:00
  • 3834751aef macOS: move surfaceSize to OSSurfaceView Lukas 2026-04-12 12:08:56 +02:00
  • 7c83561f9e macOS: move focusInstant to OSSurfaceView Lukas 2026-04-12 12:07:22 +02:00
  • 56b505cbb0 macOS: move keyTables to OSSurfaceView Lukas 2026-04-12 12:06:28 +02:00
  • 19af8e9ce2 macOS: move progressReport to OSSurfaceView Lukas 2026-04-12 12:04:09 +02:00
  • 8b99c77bf7 macOS: update title comments Lukas 2026-04-12 12:02:59 +02:00
  • 619e12dc75 macOS: move hoverUrl to OSSurfaceView Lukas 2026-04-12 11:59:51 +02:00
  • 3936069297 macOS: move healthy and error to OSSurfaceView Lukas 2026-04-12 11:59:04 +02:00
  • d38301bb9f macOS: move cellSize to OSSurfaceView Lukas 2026-04-12 11:58:04 +02:00
  • 46fef7718c macOS: move pwd to OSSurfaceView Lukas 2026-04-12 11:57:15 +02:00
  • 8bd1aba40a macOS: add shared OSSurfaceView Lukas 2026-04-12 11:54:16 +02:00
  • 557de7c925 build: stop linking libc++ for utfcpp (#12239) Mitchell Hashimoto 2026-04-11 14:55:11 -07:00
  • 5e102c9dc7 build: stop linking libc++ for utfcpp Mitchell Hashimoto 2026-04-11 14:43:30 -07:00
  • fa2c3a1e60 pkg/highway: drop libc++ dependency from vendored hwy (#12238) Mitchell Hashimoto 2026-04-11 14:41:55 -07:00
  • 3e6a65f73f pkg/highway: drop libc++ from vendored hwy Mitchell Hashimoto 2026-04-11 14:24:07 -07:00
  • c36b458ad5 libghostty: add _get_multi to all _get APIs (#12236) Mitchell Hashimoto 2026-04-11 12:56:49 -07:00
  • abf1332737 macOS: fix memory leak of TerminalController (#12237) Mitchell Hashimoto 2026-04-11 12:51:53 -07:00
  • 2c1dad790b libghostty: add _get_multi to all _get APIs Mitchell Hashimoto 2026-04-11 07:14:52 -07:00
  • 650cd96646 macOS: fix memory leak of TerminalController Lukas 2026-04-11 21:20:16 +02:00
  • 19bf63ab71 test/windows: update README for ghostty-internal.dll rename Alessandro De Blasis 2026-04-11 03:02:08 +02:00
  • 935b08acea test/windows: load ghostty-internal.dll in CRT init reproducer Alessandro De Blasis 2026-04-11 03:01:12 +02:00
  • 1988ac94d4 build: point ghostty-internal pkg-config files at direct paths Alessandro De Blasis 2026-04-11 03:00:39 +02:00
  • 4fd16ef9bc build: install ghostty-internal dll/static with new names Alessandro De Blasis 2026-04-11 02:59:50 +02:00
  • 7421b4b13f libghostty: add convenience accessors for kitty graphics (#12229) Mitchell Hashimoto 2026-04-10 14:26:28 -07:00
  • 3295bf40a7 libghostty: add convenience accessors for kitty graphics Mitchell Hashimoto 2026-04-10 14:03:46 -07:00
  • d3ce8926b9 build: skip ghostty-test graph when building libghostty-vt (#12224) Jeffrey C. Ollie 2026-04-10 13:41:11 -05:00
  • c34901dddb libghostty: add log callback configuration (#12227) Mitchell Hashimoto 2026-04-10 11:03:18 -07:00
  • aa6943da37 libghostty: add log callback configuration Mitchell Hashimoto 2026-04-10 10:17:40 -07:00
  • 7127abfe28 cmake: add ghostty_vt_add_target() for cross-compilation (#12212) Mitchell Hashimoto 2026-04-10 08:00:03 -07:00
  • b5d54d8f51 Update VOUCHED list (#12225) ghostty-vouch[bot] 2026-04-10 14:31:37 +00:00
  • dd04856482 build: add ghostty-internal pkg-config modules (shared + static) Alessandro De Blasis 2026-04-10 06:52:48 +02:00
  • f2e299fb46 cmake: add ghostty_vt_add_target() for cross-compilation Mitchell Hashimoto 2026-04-09 21:01:54 -07:00
  • 85be3ca2c1 build: skip ghostty-test graph when building libghostty-vt kataokatsuki 2026-04-10 22:41:16 +09:00
  • 19b0ed2bdf macOS: double click title to enlarge window (#12219) Mitchell Hashimoto 2026-04-10 06:18:11 -07:00
  • d51e94f7eb macOS: fix tab title editor frame update during winding resizing (#12220) Mitchell Hashimoto 2026-04-10 06:17:35 -07:00
  • 41c872c1f4 macOS: fix tab title editor frame update during winding resizing Lukas 2026-04-10 13:57:09 +02:00
  • e7f58ad72e macOS: double click title to enlarge window Lukas 2026-04-10 13:41:53 +02:00
  • 1348e04626 Update VOUCHED list (#12216) ghostty-vouch[bot] 2026-04-10 06:52:01 +00:00
  • 48a01b8bd5 build: add libghostty-vt-static pkg-config module (#12210) Mitchell Hashimoto 2026-04-09 20:38:03 -07:00
  • a82e156925 build: add libghostty-vt-static pkg-config module Mitchell Hashimoto 2026-04-09 20:18:54 -07:00
  • 1a5bfbd87c build: sanitize all invalid chars in branch name for version (#12206) Mitchell Hashimoto 2026-04-09 13:15:14 -07:00
  • ad9225a4ca build: sanitize all invalid chars in branch name for version Mitchell Hashimoto 2026-04-09 13:08:39 -07:00
  • 4cfbdaf8aa build(deps): bump cachix/install-nix-action from 31.10.3 to 31.10.4 (#12196) Mitchell Hashimoto 2026-04-09 13:01:53 -07:00
  • 1855b3efcc build(deps): bump cachix/install-nix-action from 31.10.3 to 31.10.4 dependabot[bot] 2026-04-09 00:15:52 +00:00
  • 3828660382 Merge branch 'main' into fix/keybind Austin Drummond 2026-04-08 19:48:57 -04:00
  • 28972454c0 libghostty-vt: nix package updates and more nix tests (#12152) Mitchell Hashimoto 2026-04-08 11:00:49 -07:00
  • e740f6fc11 macOS: fix icon style not updating properly on Tahoe (#12180) Mitchell Hashimoto 2026-04-08 10:59:57 -07:00
  • a1c6f800c5 libghostty: add MAX_VALUE sentinels to all C enums for 32-bit sizing (#12189) Mitchell Hashimoto 2026-04-08 10:56:52 -07:00
  • f282f13a21 libghostty: add GHOSTTY_ENUM_TYPED and GHOSTTY_ENUM_MAX_VALUE to all C enums Mitchell Hashimoto 2026-04-08 10:41:08 -07:00
  • 9897d6caba libghostty: add GHOSTTY_ENUM_MAX_VALUE sentinel to all C enums Mitchell Hashimoto 2026-04-08 10:08:43 -07:00
  • 363cb9560e macOS: fix icon style not updating on Tahoe Lukas 2026-04-08 13:12:37 +02:00
  • 853183e911 Update VOUCHED list (#12165) ghostty-vouch[bot] 2026-04-07 14:58:24 +00:00
  • 0043e665f5 macos: cancel deferred tab presentation on close (#12119) Mitchell Hashimoto 2026-04-07 05:41:23 -07:00
  • 2b62e3c82a libghostty-vt: add semver pre info to build info (#12150) Mitchell Hashimoto 2026-04-07 05:40:52 -07:00
  • 140ddd9770 build(deps): bump flatpak/flatpak-github-actions from 6.6 to 6.7 (#12154) Mitchell Hashimoto 2026-04-07 05:39:32 -07:00
  • ee236e9a73 chore: removed superfluous word (#12160) Jeffrey C. Ollie 2026-04-06 23:57:23 -05:00
  • c2e2a3b7f9 flake: make building package list more flexible Jeffrey C. Ollie 2026-04-06 23:41:24 -05:00
  • 28c75e2c61 libghostty-vt: fix nix package name Jeffrey C. Ollie 2026-04-06 23:41:04 -05:00
  • 1d61e27351 libghostty-vt: disable macOS CI nix build Jeffrey C. Ollie 2026-04-06 23:40:45 -05:00
  • 4ae155be59 flake: ensure that packages don't get lost Jeffrey C. Ollie 2026-04-06 23:22:56 -05:00
  • 95fb39ae0c chore: removed superfluous word tbrundige 2026-04-06 22:10:12 -06:00
  • dedc3fce86 libghostty-vt: build nix package on all platforms Jeffrey C. Ollie 2026-04-06 22:51:56 -05:00
  • 93a4470458 libghostty-vt: require build-nix-macos Jeffrey C. Ollie 2026-04-06 22:51:41 -05:00
  • 1322d64534 libghostty-vt: nix package updates and more nix tests Jeffrey C. Ollie 2026-04-06 17:49:52 -05:00
  • a1e75daef8 Update VOUCHED list (#12158) ghostty-vouch[bot] 2026-04-07 03:31:48 +00:00
  • 8f376d84b4 Update VOUCHED list (#12156) ghostty-vouch[bot] 2026-04-07 02:38:42 +00:00
  • 5c45484a71 build(deps): bump flatpak/flatpak-github-actions from 6.6 to 6.7 dependabot[bot] 2026-04-07 00:15:26 +00:00
  • 06340cd3f0 libghostty-vt: add semver pre info to build info Jeffrey C. Ollie 2026-04-06 17:17:30 -05:00
  • da835757b0 prettier: ignore swift outputs Mitchell Hashimoto 2026-04-06 14:54:15 -07:00