Commit Graph

  • c7fa1d8381 using uucode for the graphemeBreak in shaper/web_canvas.zig Jacob Sandlund 2025-08-23 14:33:11 -04:00
  • b347585e27 i18n: update norwegian translations (#8365) trag1c 2025-08-23 19:37:15 +02:00
  • 1aa59cf63d i18n: update choice selection prompt text hanna 2025-08-23 13:19:13 -04:00
  • bd4e9b96bf i18n: update translation metadata hanna 2025-08-23 12:53:05 -04:00
  • 59fd366264 i18n: Update Turkish translations (#8350) trag1c 2025-08-23 18:48:35 +02:00
  • 78f05ec96c i18n: adjust wording in translation hanna 2025-08-23 12:48:32 -04:00
  • 0d536d447c i18n: Update Hebrew translation (#8362) trag1c 2025-08-23 18:47:56 +02:00
  • 4f4c06967a i18n: update norwegian translations hanna 2025-08-23 12:43:02 -04:00
  • f6f2a85256 i18n: Update Turkish translations Emir SARI 2025-08-22 17:05:56 +03:00
  • 39ecfe9211 Merge remote-tracking branch 'upstream/main' into jacob/uucode Jacob Sandlund 2025-08-23 09:16:11 -04:00
  • 3c61aaca2a attempting to use uucode from uucode.x Jacob Sandlund 2025-08-23 09:16:01 -04:00
  • c181fc4fbf i18n: Update Hebrew translation Gal 2025-08-23 08:03:26 +03:00
  • d854ecd374 terminal: test execCommand w/ freed config Cheru Berhanu 2025-08-22 15:55:08 -07:00
  • 652f6f1deb terminal: fix use-after-free in exec Cheru Berhanu 2025-08-14 17:51:45 -07:00
  • c014dd79f6 terminal: fix build with -Di18n=false (#8359) Mitchell Hashimoto 2025-08-22 14:54:11 -07:00
  • 292efec669 terminal: fix build with -Di18n=false Cheru Berhanu 2025-08-14 18:22:28 -07:00
  • 0c722b0e3d macos: if parent window is fullscreen, new window is fullscreen too (#8355) Mitchell Hashimoto 2025-08-22 14:41:00 -07:00
  • 54f8dff308 macos: if parent window is fullscreen, new window is fullscreen too Mitchell Hashimoto 2025-08-22 14:29:54 -07:00
  • 60e077b651 deps: update z2d to v0.7.2 (#8354) Mitchell Hashimoto 2025-08-22 10:51:26 -07:00
  • 50fe12e85c deps: update z2d to v0.7.2 Chris Marchesi 2025-08-22 10:30:01 -07:00
  • f4abecefe4 core: avoid possible deadlock in right-click-action paste actions (#8352) Mitchell Hashimoto 2025-08-22 09:52:51 -07:00
  • db60e981d1 core: avoid possible deadlock in right-click-action paste actions Mitchell Hashimoto 2025-08-22 09:44:26 -07:00
  • 3859f50b88 Work around strange SwiftUI behavior in "older" macOSen. (might fix #7690) (#8026) Mitchell Hashimoto 2025-08-22 09:31:11 -07:00
  • 4fdf0b687e typo found typos, typo may keep them Tobias Pape 2025-07-22 23:04:24 +02:00
  • 85cba70c2e Work around strange SwiftUI behavior in "older" macOSen. Tobias Pape 2025-07-15 18:12:39 +02:00
  • 5bff354e96 fix: copy_url_to_clipboard copies full OSC8 URL instead of single cha… (#7551) Mitchell Hashimoto 2025-08-22 09:14:36 -07:00
  • 6d9cac5ffc macOS: order out alert sheets to avoid Stage Manager focus loss (#8348) Mitchell Hashimoto 2025-08-22 09:12:01 -07:00
  • 6248030426 removed boolean logic, reverted back to ctrlOrSuper call Alex 2025-07-12 10:03:43 -07:00
  • 6708229a7e Removed boolean logic, reverted back to ctrlOrSuper call Alex 2025-07-12 09:29:03 -07:00
  • 91f973afdb Merge branch 'fix-copy-url' into fix-copy-url-minimal Remove boolean logic as it is not needed, revert back to using ctrlOrSuper call in linkAtPos Alex 2025-07-12 09:39:34 -07:00
  • 14f5a879a9 fix: make regular URLs work with either ctrl or super modifiers Alex Straight 2025-06-08 23:08:11 -07:00
  • eaa81be051 Merge branch 'main' into fix-copy-url Alex 2025-07-12 09:30:45 -07:00
  • 83b573aed7 remove commented out block Alex 2025-07-12 09:30:01 -07:00
  • c78fb0f895 Removed boolean logic, reverted back to ctrlOrSuper call Alex 2025-07-12 09:29:03 -07:00
  • 5441578f08 Merge branch 'main' into fix-copy-url Alex 2025-07-11 20:21:05 -07:00
  • c142473405 Merge branch 'main' into fix-copy-url Merging main into fix-copy-url Alex 2025-07-09 07:41:43 -07:00
  • fc1307e939 fix: make regular URLs work with either ctrl or super modifiers Alex Straight 2025-06-08 23:08:11 -07:00
  • 5836dc4ce6 fix: copy_url_to_clipboard copies full OSC8 URL instead of single character Alex Straight 2025-06-08 21:53:28 -07:00
  • 93c2400bf4 fix: copy_url_to_clipboard copies full OSC8 URL instead of single character Alex Straight 2025-06-08 21:53:28 -07:00
  • f4009721a1 macOS: order out alert sheets to avoid Stage Manager focus loss Moeeze Hassan 2025-08-22 13:11:05 +02:00
  • a479c9b2af i18n: add missing es_AR translations (#8347) Alan Moyano 2025-08-22 10:59:04 -03:00
  • 35102ddb5a Updating Irish translation for Ghostty 1.2 Aindriú Mac Giolla Eoin 2025-08-22 14:53:56 +01:00
  • 0444c614da update for new grapheme_break Jacob Sandlund 2025-08-21 22:29:34 -04:00
  • 90832d89b3 Merge remote-tracking branch 'upstream/main' into jacob/uucode Jacob Sandlund 2025-08-21 21:13:40 -04:00
  • 298f11166d macos: move activation to after new window/tab is created (#8338) Mitchell Hashimoto 2025-08-21 15:38:40 -07:00
  • 7d60c7c75b macos: move activation to after new window/tab is created Daniel Wennberg 2025-07-26 14:40:50 -07:00
  • 056ccc9818 macOS: update sparkle (#8337) Mitchell Hashimoto 2025-08-21 14:56:50 -07:00
  • 3ef6de4ffa macos: in new_window action, activate App (#8064) Mitchell Hashimoto 2025-08-21 14:09:44 -07:00
  • 1ce56a12fa update sparkle Mitchell Hashimoto 2025-08-21 14:07:04 -07:00
  • f736ee8865 macos: in new_window action, activate App Aljoscha Krettek 2025-07-18 14:52:58 +02:00
  • 40105e1c7e cli: add filtering hotkey to list_themes (#8082) Mitchell Hashimoto 2025-08-21 14:01:50 -07:00
  • c110c0f76d gtk-ng: add a helper to reduce boilerplate in GTK IPC (#8306) Mitchell Hashimoto 2025-08-21 13:34:53 -07:00
  • c675896595 ci: add 30 minute timeout to valgrind (#8333) Mitchell Hashimoto 2025-08-21 11:46:07 -07:00
  • 53c2f915d8 gtk-ng: allow XKB remaps for non-writing-system keys (#8330) Mitchell Hashimoto 2025-08-21 11:45:48 -07:00
  • 795c745491 ci: add 30 minute timeout to valgrind Mitchell Hashimoto 2025-08-21 11:44:57 -07:00
  • a6206632d4 build: build ReleaseFast and baseline CPU by default for system packages push-lvtrmyqqqpkn Mitchell Hashimoto 2025-08-21 11:03:18 -07:00
  • 534aa508d6 gtk-ng: allow XKB remaps for non-writing-system keys Leah Amelia Chen 2025-08-21 15:28:48 +08:00
  • d725f2346f macOS: Add macos-dock-drop-folder-behavior (new tab or window) configuration option (#8114) Mitchell Hashimoto 2025-08-21 10:55:04 -07:00
  • dcc5aded6e gtk-ng: more complete GTK startup/shutdown in test (#8324) Jeffrey C. Ollie 2025-08-21 12:52:10 -05:00
  • e01ff4093a macos: have macos-dock-drop-behavior apply to all drops Mitchell Hashimoto 2025-08-21 10:45:12 -07:00
  • f9ad061ea8 Add macos-dock-drop-folder-behavior configuration option David Keegan 2025-07-31 13:16:52 -06:00
  • d20376c1ff macOS Custom Icon + Persistence (#8230) Mitchell Hashimoto 2025-08-21 10:13:38 -07:00
  • f7994e6412 fix: correct the cursor Y position value exposed to shader uniforms ClearAspect 2025-08-01 21:06:46 -04:00
  • f178f4419e macos: fix iOS builds Mitchell Hashimoto 2025-08-21 10:03:23 -07:00
  • f1c68f698b Correct Swift formatting inconsistencies Nicholas Mata 2025-08-14 03:18:46 -07:00
  • 5948bd3f02 Add support for 'custom' on 'macos_icon' to support a completely custom app icon Nicholas Mata 2025-08-14 03:17:33 -07:00
  • 29419e7aac Make macos icon persistent even when app is closed Nicholas Mata 2025-08-14 03:14:35 -07:00
  • 66e5081721 ci: add timeout to snap and windows jobs (#8329) Mitchell Hashimoto 2025-08-21 09:29:44 -07:00
  • e92fe9d9f8 ci: add timeout to snap and windows jobs Mitchell Hashimoto 2025-08-21 09:22:11 -07:00
  • e3e69269e5 Switch macOS builds to Tahoe (Beta 7 currently) (#8328) Mitchell Hashimoto 2025-08-21 09:19:53 -07:00
  • 82f7cd2133 ci: switch release builds to tahoe builders Mitchell Hashimoto 2025-08-21 07:43:26 -07:00
  • 7bb493e6ac ci: switch to Tahoe for builds Mitchell Hashimoto 2025-08-21 07:36:54 -07:00
  • 073a8b01d2 terminal: explicitly initialize undefined fields at runtime (#8323) Mitchell Hashimoto 2025-08-21 07:34:21 -07:00
  • 36f7e018ae gtk-ng: more complete GTK startup/shutdown Jeffrey C. Ollie 2025-08-21 09:29:17 -05:00
  • 531924e7e7 terminal: explicitly initialize undefined fields at runtime Mitchell Hashimoto 2025-08-21 07:27:40 -07:00
  • 2ffc61d21e gtk-ng: properly skip Zig test (#8322) Mitchell Hashimoto 2025-08-21 07:25:30 -07:00
  • 2d0f930e6a gtk-ng: properly skip Zig test Jeffrey C. Ollie 2025-08-21 09:14:06 -05:00
  • 7a42c82d18 temp: try downloading metal explicitly Mitchell Hashimoto 2025-08-18 13:05:55 -07:00
  • d66747407d ci: move to bleedging edge sequoia builds Mitchell Hashimoto 2025-07-25 07:07:00 -07:00
  • 0e81f8d4e2 flatpak: manually install Zig 0.14.1 (#8311) Mitchell Hashimoto 2025-08-21 07:04:50 -07:00
  • 4cc33b546c Full unit test suite passing Valgrind (#8319) Mitchell Hashimoto 2025-08-21 07:04:13 -07:00
  • 793e817d74 ci: run all valgrind tests Mitchell Hashimoto 2025-08-21 06:58:06 -07:00
  • 96a0b9021c font: disable sprite test in valgrind Mitchell Hashimoto 2025-08-21 06:57:23 -07:00
  • fe5eafac0a font: fix fontconfig leaks in unit tests Mitchell Hashimoto 2025-08-21 06:53:57 -07:00
  • 6427a21679 flatpack: add back to list of required CI jobs Jeffrey C. Ollie 2025-08-21 00:42:18 -05:00
  • d2ac29c919 font/CoreText: fix positioning for padded scaled glyphs (#8310) Qwerasd 2025-08-20 21:55:51 -06:00
  • a57afd41ac terminal: fix undefined memory access in unit test Mitchell Hashimoto 2025-08-20 20:54:26 -07:00
  • 566062c0a5 terminal: fix undefined memory in Tabstops code Mitchell Hashimoto 2025-08-20 20:44:32 -07:00
  • be51f3e729 terminal: fix uninitialized memory in Cell init Mitchell Hashimoto 2025-08-20 20:15:47 -07:00
  • 3ce043123b terminal: fix undefined memory access in PageList eraseRows Mitchell Hashimoto 2025-08-20 19:51:36 -07:00
  • 2cebc225c0 ci: failing pagelist tests Mitchell Hashimoto 2025-08-20 19:46:36 -07:00
  • 1f7f678745 flatpak: manually install Zig 0.14.1 Jeffrey C. Ollie 2025-08-20 17:06:20 -05:00
  • 610ce94f2d font/CoreText: fix positioning for padded scaled glyphs Qwerasd 2025-08-20 15:26:16 -06:00
  • 4fa7b412d4 terminal: disable integrity checks under Valgrind Mitchell Hashimoto 2025-08-20 14:05:09 -07:00
  • fec0defd04 ci: run valgrind in CI (#8309) Mitchell Hashimoto 2025-08-20 13:30:09 -07:00
  • 5287b963c9 ci: run valgrind in CI Mitchell Hashimoto 2025-08-20 13:19:21 -07:00
  • f1300ec44f terminal: fix undefined memory access in OSC parser (#8307) Mitchell Hashimoto 2025-08-20 13:15:40 -07:00
  • 42f0c05d7e terminal: fix undefined memory access in OSC parser Mitchell Hashimoto 2025-08-20 13:04:42 -07:00
  • 108260100c gtk-ng: add a helper to reduce boilerplate in GTK IPC Jeffrey C. Ollie 2025-08-09 23:09:59 -05:00
  • 6aac8bfc24 terminal: change OSC parser to explicit init to set undefined (#8304) Mitchell Hashimoto 2025-08-20 12:42:46 -07:00