Commit Graph

  • 2babdb458f refactor: simplify ssh integration environment variable checks Jason Rayne 2025-06-16 09:53:22 -07:00
  • 34af3ffbaf docs: inline ssh-integration documentation instead of referencing enum Jason Rayne 2025-06-13 17:08:44 -07:00
  • 8f93d8fe03 fix: use kebab-case for ssh-integration enum values Jason Rayne 2025-06-13 17:03:20 -07:00
  • 142e07c502 feat: add SSH integration wrapper for shell integration Jason Rayne 2025-06-13 16:11:46 -07:00
  • fa47db5363 config: add command-palette-entry config option (#7688) Mitchell Hashimoto 2025-06-25 16:48:10 -04:00
  • 9eec80e038 Terminal Background Image Support (#7686) Mitchell Hashimoto 2025-06-25 16:45:40 -04:00
  • a8091fedf3 fix tests Mitchell Hashimoto 2025-06-25 16:18:17 -04:00
  • 6c2ea8637e config: add more docs for background-image Mitchell Hashimoto 2025-06-25 16:27:12 -04:00
  • 5cb175ff63 renderer/OpenGL: use compressed texture formats for images Qwerasd 2025-06-25 10:53:42 -06:00
  • da46a47726 renderer: add support for background images Qwerasd 2025-06-25 09:28:51 -06:00
  • 03bdb92292 renderer: clean up image.zig, reduce repetitive code Qwerasd 2025-06-24 15:04:22 -06:00
  • ca5f301eb1 util: introduce helper for detecting file types Qwerasd 2025-06-22 19:01:54 -06:00
  • dbe6035da0 config: add command-palette-entry config option Leah Amelia Chen 2025-06-25 18:49:57 +02:00
  • d419e5c922 gtk(command_palette): filter out more unimplemented actions Leah Amelia Chen 2025-06-25 18:37:19 +02:00
  • 832f27596c gtk(command_palette): grab focus correctly Leah Amelia Chen 2025-06-25 18:32:49 +02:00
  • a5f1413a1c config: make split/tab navigation keybinds performable (#7683) Mitchell Hashimoto 2025-06-25 16:06:15 -04:00
  • 9a5aed51a3 config: make split/tab navigation keybinds performable Leah Amelia Chen 2025-06-25 15:13:07 +02:00
  • 74a03ebd6e Revert "linux: add dbus and systemd activation services (#7433)" (#7678) Mitchell Hashimoto 2025-06-24 22:12:02 -04:00
  • f941a2185e Revert "linux: add dbus and systemd activation services (#7433)" Mitchell Hashimoto 2025-06-24 22:06:33 -04:00
  • 00aad86625 font: faster glyph hashing (#7677) Mitchell Hashimoto 2025-06-24 19:12:30 -04:00
  • 820b7e432b flatpak: remove references to systemd unit (#7676) Mitchell Hashimoto 2025-06-24 19:06:07 -04:00
  • 93dcb1954d faster glyph hashing David Rubin 2025-06-24 15:43:48 -07:00
  • 32e61d2a23 flatpak: remove references to systemd unit Leorize 2025-06-23 20:31:53 -05:00
  • 977cd530c7 linux: add dbus and systemd activation services (#7433) Mitchell Hashimoto 2025-06-24 18:14:24 -04:00
  • 4c3db76733 fix: always wait on open command to avoid defunct processes (#7657) Mitchell Hashimoto 2025-06-24 08:08:31 -04:00
  • 5f6cdb0c4e core, gtk: implement host resources dir for Flatpak (#6661) Mitchell Hashimoto 2025-06-24 07:54:37 -04:00
  • 3d89fadc85 fix: always wait on open command to avoid defunct processes Peter Bui 2025-06-23 05:05:58 -04:00
  • c12bccc9c5 Replaced 6 strings with táb rather than cluaisín Aindriú Mac Giolla Eoin 2025-06-24 12:45:21 +01:00
  • 0b5092bf3a pwd: fix hostname resolution on macos (#7029) Mitchell Hashimoto 2025-06-24 07:40:14 -04:00
  • faf9d59160 core, apprt: make runtimes implement resourcesDir directly Leorize 2025-05-15 13:31:43 -05:00
  • 1688f2576c core, gtk: implement host resources dir for Flatpak Leorize 2025-03-10 16:27:15 -05:00
  • 82859bd844 cli: +edit-config command to open the config file in $EDITOR (#7668) Mitchell Hashimoto 2025-06-24 07:30:50 -04:00
  • 865ba546a9 cli: +edit-config command to open the config file in $EDITOR Mitchell Hashimoto 2025-06-23 12:29:24 -04:00
  • b8bc37fb95 Changed Pailéad ordú to Pailéad ordaithe Aindriú Mac Giolla Eoin 2025-06-24 09:22:33 +01:00
  • f0db524924 Miscellaneous Renderer Cleanup (#7671) Qwerasd 2025-06-23 21:07:11 -06:00
  • 1fb5e8691a naming: ArrayListPool -> ArrayListCollection Qwerasd 2025-06-23 20:46:16 -06:00
  • c465317e4e font/atlas: fix testing code that used old enum name Qwerasd 2025-06-23 17:51:25 -06:00
  • 41ae32814f renderer: fix color glyph rendering under OpenGL Qwerasd 2025-06-23 17:31:49 -06:00
  • f5439c860a renderer: extract kitty image upload in drawFrame to fn Qwerasd 2025-06-23 17:05:15 -06:00
  • 706a43138e renderer: keep post uniform buffer in frame state Qwerasd 2025-06-23 16:30:07 -06:00
  • 1da40ccbac fix(renderer): kitty image z-index accounting Qwerasd 2025-06-23 15:17:34 -06:00
  • 4c3ab14571 renderer: make shader pipeline prep code DRYer Qwerasd 2025-06-23 14:57:36 -06:00
  • df8dc33ab6 renderer: unify image.zig Qwerasd 2025-06-23 13:12:17 -06:00
  • 7eb3e813dd datastruct: move ArrayListPool from renderer/cell.zig Qwerasd 2025-06-23 12:24:30 -06:00
  • 4b01cc1d88 renderer: unify cell.zig Qwerasd 2025-06-23 12:21:30 -06:00
  • 373fc6bcbf docs: document uniforms available to custom shaders (#7653) Mitchell Hashimoto 2025-06-23 04:47:28 -07:00
  • 72fb87b20e Updated Irish to sentence case, updated struct, added ga_IE to supported locales Aindriú Mac Giolla Eoin 2025-06-23 09:27:22 +01:00
  • 3e79c4b7ea macOS: Run scripts using stdin rather than executing directly (#7654) Mitchell Hashimoto 2025-06-22 18:15:32 -07:00
  • 471098df30 macOS: Run scripts using stdin rather than executing directly Mitchell Hashimoto 2025-06-22 20:48:51 -04:00
  • 0721955dde input configuration to pass input as stdin on startup (#7652) Mitchell Hashimoto 2025-06-22 16:20:39 -07:00
  • 7ca9cd1994 docs: document uniforms available to custom shaders Qwerasd 2025-06-22 17:05:47 -06:00
  • 1947afade9 input configuration to pass input as stdin on startup Mitchell Hashimoto 2025-06-22 11:22:02 -07:00
  • 84b1984f08 Added Irish translation Aindriú Mac Giolla Eoin 2025-06-22 19:45:02 +01:00
  • 8573d53fe6 Custom Shader Cursor Uniforms (#7648) Qwerasd 2025-06-22 12:04:12 -06:00
  • d0ff2452d5 renderer: add cursor color to custom shader uniforms Qwerasd 2025-06-22 11:02:16 -06:00
  • bb576d1340 renderer: add custom shader cursor uniforms Qwerasd 2025-06-22 10:28:39 -06:00
  • f07816f188 macOS: Fix window-decoration=none regression on Tahoe (#7644) Mitchell Hashimoto 2025-06-22 08:19:47 -07:00
  • 02e05a85fc macOS: Fix window-decoration=none regression on Tahoe Mitchell Hashimoto 2025-06-22 07:28:25 -07:00
  • f4a2772045 build: simulator should use iphoneos metal, its the -m flags important Mitchell Hashimoto 2025-06-22 07:11:09 -07:00
  • c7a7474be0 renderer: move custom shader uniforms out of frame state Qwerasd 2025-06-21 23:07:18 -06:00
  • 5bfdb1b9cf The Big Renderer Rework (#7620) Qwerasd 2025-06-21 22:00:01 -06:00
  • 5521af4b2b Update iTerm2 colorschemes (#7640) Mitchell Hashimoto 2025-06-21 19:49:39 -07:00
  • fece388f58 deps: Update iTerm2 color schemes mitchellh 2025-06-22 00:15:04 +00:00
  • 9d922e1c62 feat: add FreeBSD support (#7606) Mitchell Hashimoto 2025-06-21 14:16:52 -07:00
  • 888daca891 ci: remove freebsd test for now Mitchell Hashimoto 2025-06-21 14:12:11 -07:00
  • 097d1ad21e ci: switch to freebsd-firecracker-action -k 2025-06-20 14:50:44 -04:00
  • b32b1e7188 fix: set resources_dir on FreeBSD -k 2025-06-19 17:54:22 -04:00
  • 8b0de9be4a build: fix terminfo location on FreeBSD -k 2025-06-19 15:10:00 -04:00
  • 89b39775e5 build: fix fontconfig paths on FreeBSD -k 2025-06-19 07:26:39 -04:00
  • 43a46d1741 flatpak: update hash Mitchell Hashimoto 2025-06-18 08:37:52 -07:00
  • c4d594980a update nix hash Mitchell Hashimoto 2025-06-18 08:36:36 -07:00
  • 2314d3dbf0 ci: run freebsd tests on Namespace Mitchell Hashimoto 2025-06-18 08:33:55 -07:00
  • d6b2d0ef2a fix: update libxev -k 2025-06-17 17:04:45 -04:00
  • a209494b43 build: comment locale trim -k 2025-06-17 11:18:19 -04:00
  • 43b8472ad2 style: fix formatting -k 2025-06-17 08:16:17 -04:00
  • 16348549c4 fix: enable i18n on FreeBSD -k 2025-06-17 08:15:19 -04:00
  • 780ee894d8 build: disable i18n on FreeBSD -k 2025-06-16 12:30:28 -04:00
  • 3e582a6158 test: fix desktop cases -k 2025-06-16 12:28:06 -04:00
  • 4d7a667dd1 build(deps): bump charlesrocket/libxev to e29fc0c -k 2025-06-16 03:32:33 -04:00
  • 451043357d ci: add freebsd job -k 2025-06-16 03:14:28 -04:00
  • baa41c3291 fix(config): enable cgroups for linux only -k 2025-06-16 01:20:59 -04:00
  • 6e190acf31 fix(config): fix quick-terminal-autohide comment -k 2025-06-16 01:20:02 -04:00
  • 8e7e9cb8ec fix: check DE env var on FreeBSD -k 2025-06-16 00:56:09 -04:00
  • e2937448bb fix: get GTK env var on FreeBSD -k 2025-06-16 00:30:51 -04:00
  • e2f86f03b8 test: fix desktop cases on BSD -k 2025-06-14 22:31:06 -04:00
  • c1830b563d Import libxev fork -k 2025-06-12 21:16:11 -04:00
  • e09657e263 Add FreeBSD support -k 2025-06-12 21:15:11 -04:00
  • 0e75dc899c Ghostty Icon Update for macOS Tahoe (#7638) Mitchell Hashimoto 2025-06-21 12:48:52 -07:00
  • c1c3f639c5 macos: Ghostty Icon Update for macOS Tahoe Mitchell Hashimoto 2025-06-20 21:08:06 -07:00
  • 95ac157bc5 feat(translation): add missing pt_BR translation (#7632) Mitchell Hashimoto 2025-06-21 07:14:22 -07:00
  • 6fe72db0c4 macOS: App Intents (#7634) Mitchell Hashimoto 2025-06-21 07:07:10 -07:00
  • 296f340ff4 macos: the approval dialog is now forever Mitchell Hashimoto 2025-06-21 06:46:33 -07:00
  • 020976bf88 macos: address some feedback Mitchell Hashimoto 2025-06-21 06:42:31 -07:00
  • e4c13cdba8 macos: Optional/Array extensions need to build for iOS too Mitchell Hashimoto 2025-06-20 12:09:03 -07:00
  • b6559d0899 macos: add a macos-shortcut config Mitchell Hashimoto 2025-06-20 11:54:19 -07:00
  • 647f29bad1 macos: intents all ask for permission Mitchell Hashimoto 2025-06-20 11:06:05 -07:00
  • 027171bd5d macos: can set env vars on new terminal Mitchell Hashimoto 2025-06-20 10:40:33 -07:00
  • f8bc9b547c macos: support env vars for surface config, clean up surface config Mitchell Hashimoto 2025-06-20 10:09:01 -07:00
  • e6c24fbf0a macos: remove confirmation option for close terminal Mitchell Hashimoto 2025-06-20 07:22:12 -07:00
  • 2c1e83ba2f macos: intent to open quick terminal Mitchell Hashimoto 2025-06-20 07:03:40 -07:00