Commit Graph

  • 8b22918783 Merge pull request #145 from mitchellh/cursor-invert Mitchell Hashimoto 2023-05-25 22:00:06 -07:00
  • 80402b655c update zig Mitchell Hashimoto 2023-05-25 21:46:53 -07:00
  • 174595a6d3 Merge pull request #144 from mitchellh/dependabot/github_actions/cachix/install-nix-action-21 Mitchell Hashimoto 2023-05-25 21:43:31 -07:00
  • 1d14b121c0 renderer: do not draw cursor cell inversion if we don't draw the cursor Mitchell Hashimoto 2023-05-25 21:41:43 -07:00
  • 7553b4dab0 build(deps): bump cachix/install-nix-action from 20 to 21 dependabot[bot] 2023-05-25 01:04:29 +00:00
  • b196e43ee4 fix some issues for future Zig update Mitchell Hashimoto 2023-05-19 08:34:07 -07:00
  • 472958fd12 macos: don't block shutdown/restart on confirmation Mitchell Hashimoto 2023-05-19 08:27:19 -07:00
  • 97d9157d22 update zig version Mitchell Hashimoto 2023-05-07 20:40:05 -07:00
  • e2dc12cd6d update zig version Mitchell Hashimoto 2023-04-06 09:09:23 -07:00
  • 0862800e60 Merge pull request #141 from mitchellh/f-confirm-close-surface Mitchell Hashimoto 2023-04-06 09:05:22 -07:00
  • 48cfd42cd0 Merge pull request #140 from mitchellh/dependabot/github_actions/flatpak/flatpak-github-actions-6 Mitchell Hashimoto 2023-04-06 09:04:55 -07:00
  • 9c990dd685 Merge pull request #142 from mitchellh/fix-build Mitchell Hashimoto 2023-04-06 09:04:45 -07:00
  • 1bfefa967c vendor/zig-objc Mitchell Hashimoto 2023-04-06 09:01:43 -07:00
  • 4de8ddbeb5 update build Mitchell Hashimoto 2023-04-06 08:57:29 -07:00
  • e6b7ffe57c remove mach, specialize to mach-glfw Mitchell Hashimoto 2023-04-06 08:56:08 -07:00
  • 3c49ece069 pass through confirm close config in surface Jack Pearkes 2023-04-05 12:49:12 -07:00
  • 5aa3514122 config: add confirm-close-surface Jack Pearkes 2023-04-05 12:49:03 -07:00
  • 85132606c8 build(deps): bump flatpak/flatpak-github-actions from 5 to 6 dependabot[bot] 2023-04-05 01:04:15 +00:00
  • 920200fa04 update zig Mitchell Hashimoto 2023-04-04 13:43:33 -07:00
  • 05735b49ca vendor/zig-objc update Mitchell Hashimoto 2023-04-04 10:27:08 -07:00
  • 6a791c46dc vendor/mach: go back to mainline Mitchell Hashimoto 2023-04-04 10:20:18 -07:00
  • d856aba84c selection toViewport point should extend to end of last row Mitchell Hashimoto 2023-03-28 09:30:47 -07:00
  • 622f427c5f Merge pull request #137 from mitchellh/app-quit Mitchell Hashimoto 2023-03-27 10:58:14 -07:00
  • f5269df68f apprt/glfw: quit cleans up resources properly Mitchell Hashimoto 2023-03-27 10:47:54 -07:00
  • 69aaab50eb apprt/gtk: quit confirmation window Mitchell Hashimoto 2023-03-27 10:45:27 -07:00
  • 59f42f50a4 apprt/gtk: window close confirmation Mitchell Hashimoto 2023-03-27 10:41:30 -07:00
  • 4d29f028c6 apprt/gtk: close tab button will show confirmation properly Mitchell Hashimoto 2023-03-27 10:35:49 -07:00
  • 16244d0dab apprt/gtk: close keybind doesn't leak memory Mitchell Hashimoto 2023-03-27 10:24:01 -07:00
  • f36a35ecc9 core: quit flag is reset after tick Mitchell Hashimoto 2023-03-27 10:10:06 -07:00
  • 41943b9a00 macos: quit if we have no visible windows Mitchell Hashimoto 2023-03-27 10:05:29 -07:00
  • ef30ad394d macos: only show confirm quit on focused window Mitchell Hashimoto 2023-03-27 09:52:38 -07:00
  • 92870e4e60 macos: confirm on quit Mitchell Hashimoto 2023-03-27 09:41:00 -07:00
  • 9f128afe31 Merge pull request #135 from mitchellh/macos-13-fixes Mitchell Hashimoto 2023-03-26 14:09:12 -07:00
  • 29e93a8984 macos: force macOS 12 SDK for latest macOS 13 as Mach does not support it Jakub Konka 2023-03-26 22:51:37 +02:00
  • 4d41b3ff54 Merge pull request #134 from mitchellh/gtk-confirm Mitchell Hashimoto 2023-03-26 10:59:09 -07:00
  • 8fa5a9d299 macos: Cmd+W closes settings window if focused Mitchell Hashimoto 2023-03-26 10:43:57 -07:00
  • a1831ecacb macos: show close confirmation if running process exists Mitchell Hashimoto 2023-03-26 10:40:38 -07:00
  • bc9973d37f apprt/gtk: set proper defaults to confirmation dialog Mitchell Hashimoto 2023-03-25 16:45:17 -07:00
  • 86c4a8ed7d apprt/embedded: support new process alive callback on close Mitchell Hashimoto 2023-03-25 16:41:18 -07:00
  • 3689f1fe39 apprt/gtk: only show exit confirmation if process is alive Mitchell Hashimoto 2023-03-25 16:36:12 -07:00
  • 2c0dbab7ba apprt/gtk: always confirm when surface is closed Mitchell Hashimoto 2023-03-25 16:26:30 -07:00
  • a534f5c5b0 Merge pull request #133 from mitchellh/translate-keys Mitchell Hashimoto 2023-03-25 16:25:31 -07:00
  • 1c587759a0 apprt/gtk: fix key callback Mitchell Hashimoto 2023-03-25 15:45:15 -07:00
  • decaee61b2 apprt/embedded: support unmapped keys Mitchell Hashimoto 2023-03-25 15:44:17 -07:00
  • 67d3507f9a apprt/glfw: new keycallback for unmapped Mitchell Hashimoto 2023-03-25 15:40:49 -07:00
  • c774e37548 core: input bindings support unmapped bindings Mitchell Hashimoto 2023-03-25 15:36:37 -07:00
  • f092cce69e macos: translate ASCII keys Mitchell Hashimoto 2023-03-25 15:26:04 -07:00
  • 13650aa21b Merge pull request #132 from mitchellh/par-build Mitchell Hashimoto 2023-03-24 20:46:15 -07:00
  • 86c5b04ff9 copy mac binary must depend on binary Mitchell Hashimoto 2023-03-24 20:33:36 -07:00
  • 9016222da9 update zig bins for flatpak Mitchell Hashimoto 2023-03-24 20:25:54 -07:00
  • 3be86cc79a don't prefix warning Mitchell Hashimoto 2023-03-24 20:19:04 -07:00
  • 19106575eb use new build struct Mitchell Hashimoto 2023-03-24 20:17:25 -07:00
  • 7a6826ee0e build: run tests Mitchell Hashimoto 2023-03-24 19:51:17 -07:00
  • 5dc98da9a0 build compiles at least Mitchell Hashimoto 2023-03-24 19:39:50 -07:00
  • b5441dbb5b Merge pull request #131 from mitchellh/lsblk Mitchell Hashimoto 2023-03-24 14:50:09 -07:00
  • 01c053d7fc terminal: parser must reset intermediate storage for utf8 Mitchell Hashimoto 2023-03-24 14:47:03 -07:00
  • f5dd460aec Merge pull request #130 from mitchellh/bug-chungus Mitchell Hashimoto 2023-03-23 10:59:19 -07:00
  • 5225836415 terminal: selectWord stops at single/double quote boundaries Mitchell Hashimoto 2023-03-23 10:48:03 -07:00
  • f5ee25d172 font/shaper/web_canvas: needs to add null selection for shaper test Mitchell Hashimoto 2023-03-23 10:35:05 -07:00
  • 4af1a7f163 renderer/Metal: split runs on selection Mitchell Hashimoto 2023-03-23 10:25:48 -07:00
  • 2be4eb0da7 font/shaper: split runs at selection boundaries Mitchell Hashimoto 2023-03-23 10:24:22 -07:00
  • d4cbe88c98 selection: containedRow for getting the row that contains a screen point Mitchell Hashimoto 2023-03-23 10:01:09 -07:00
  • 530f28a706 Merge pull request #126 from mitchellh/macos-intel Mitchell Hashimoto 2023-03-22 14:43:38 -07:00
  • 7ae200a1dc renderer/metal: fix color bug on macOS 13 Intel. Mitchell Hashimoto 2023-03-22 13:51:08 -07:00
  • 5f5700259f shift-click extends selection Mitchell Hashimoto 2023-03-21 21:12:15 -07:00
  • ae0738f0a9 update TODO Mitchell Hashimoto 2023-03-21 21:03:08 -07:00
  • 35fe74e599 core: scroll the surface when mouse is pulled above or below surface Mitchell Hashimoto 2023-03-21 20:39:23 -07:00
  • bf699dd381 terminal: selection within logic is more correct, better tested Mitchell Hashimoto 2023-03-21 19:55:56 -07:00
  • 0be6d64dd8 Merge pull request #123 from mitchellh/selection Mitchell Hashimoto 2023-03-21 11:13:39 -07:00
  • 70236ebc33 terminal: screen scroll with full scrollback modifies selection Mitchell Hashimoto 2023-03-21 10:59:44 -07:00
  • dfb40426a0 move selection to screen Mitchell Hashimoto 2023-03-21 10:43:50 -07:00
  • 88a7b3067a ci: add timeout to release Mitchell Hashimoto 2023-03-20 20:59:33 -07:00
  • d9f41b4fa6 scroll viewport to bottom on certain character write events Mitchell Hashimoto 2023-03-20 20:58:00 -07:00
  • 0cd6e08ca3 if no argv, then don't load CLI args Mitchell Hashimoto 2023-03-20 15:51:27 -07:00
  • fe034fe524 Merge pull request #118 from mitchellh/focus Mitchell Hashimoto 2023-03-20 15:27:24 -07:00
  • b1af02941a terminal: implement focus event mode 1004 Mitchell Hashimoto 2023-03-20 15:20:14 -07:00
  • 05ae626047 update zig-objc Mitchell Hashimoto 2023-03-20 14:45:46 -07:00
  • ce10d875b6 Merge pull request #117 from mitchellh/config-stuff Mitchell Hashimoto 2023-03-19 12:32:23 -07:00
  • f28b677417 don't look up default shell from SHELL env if shell is set Mitchell Hashimoto 2023-03-19 12:13:41 -07:00
  • b0b3b0af2d update config messages use pointers now to make messages small again Mitchell Hashimoto 2023-03-19 10:48:42 -07:00
  • 638e05454f termio: allow write req pool to grow if needed Mitchell Hashimoto 2023-03-19 10:25:58 -07:00
  • e84fb55e2c surface mouse_interval is dynamically update-able Mitchell Hashimoto 2023-03-19 10:14:28 -07:00
  • 6f4e913182 termio/exec: comment about what we're updating Mitchell Hashimoto 2023-03-19 10:11:32 -07:00
  • 8f0be3ad9e termio: use DerivedConfig Mitchell Hashimoto 2023-03-19 10:09:17 -07:00
  • 7eda21d544 surface propagates new config to renderer Mitchell Hashimoto 2023-03-16 17:03:57 -07:00
  • f34da17a11 renderer: use a DerivedConfig to avoid the main Config pointer Mitchell Hashimoto 2023-03-16 16:03:44 -07:00
  • b26e51d222 macos: implement config reloading callback Mitchell Hashimoto 2023-03-16 15:29:46 -07:00
  • a5cfd4b04b ghostty.h: add missing reload callback Mitchell Hashimoto 2023-03-16 15:07:44 -07:00
  • 8d3f40fa41 apprt/embedded: reload config support Mitchell Hashimoto 2023-03-13 22:08:35 -07:00
  • f5c1dfa374 reload_config keybinding (defaults to ctrl+alt+super+space) Mitchell Hashimoto 2023-03-13 22:00:10 -07:00
  • a9928cfb90 implement reload_config app message Mitchell Hashimoto 2023-03-13 21:52:42 -07:00
  • 3e1f975551 move config loading into apprt to prep for reloading Mitchell Hashimoto 2023-03-13 21:44:45 -07:00
  • 8cb9ee5d59 make it claer the config pointer is not stable after renderer/IO init Mitchell Hashimoto 2023-03-13 21:16:55 -07:00
  • 9b10b5d716 surface doesn't store a pointer to Config anymore Mitchell Hashimoto 2023-03-13 21:13:20 -07:00
  • 3ce7baf30e config: dedicated load func so we can reload Mitchell Hashimoto 2023-03-12 22:03:20 -07:00
  • 11e4215f9f config: implement comparison for keybinding change Mitchell Hashimoto 2023-03-12 21:52:48 -07:00
  • 0d93da5f30 config: changed() to test if a specific key has changed Mitchell Hashimoto 2023-03-12 21:34:06 -07:00
  • 16166b6297 config: implement change iterator (one todo) Mitchell Hashimoto 2023-03-12 15:07:23 -07:00
  • 510f4b4699 config supports clone() operation for a deep copy Mitchell Hashimoto 2023-03-12 14:19:18 -07:00
  • f03d765020 Merge pull request #114 from mitchellh/process-exit Mitchell Hashimoto 2023-03-18 19:59:55 -07:00