Commit Graph

  • 356897a32d macOS: Persist "Secure Keyboard Entry" across restarts to match the behavior of Terminal.app Kovid Goyal 2022-01-08 14:13:14 +05:30
  • ac0c10c170 Simplify if condition Kovid Goyal 2022-01-08 14:06:22 +05:30
  • 362c4147e4 ... Kovid Goyal 2022-01-08 12:21:55 +05:30
  • 9b9eae7923 icat: Fix --hold not working with critical errors Kovid Goyal 2022-01-08 10:22:22 +05:30
  • 8622c47348 Fix #4430 Kovid Goyal 2022-01-08 10:00:25 +05:30
  • 1bfc46a24f ... Kovid Goyal 2022-01-08 09:16:32 +05:30
  • 8de787a2f3 Create shlex.join if it doesnt exist Kovid Goyal 2022-01-07 20:17:23 +05:30
  • fcc75689d8 ... Kovid Goyal 2022-01-07 18:48:26 +05:30
  • 1eed35b8bb Document launch-actions.conf Kovid Goyal 2022-01-07 18:47:37 +05:30
  • 1454af2d41 macOS: Allow customizing the launch actions Kovid Goyal 2022-01-07 18:43:07 +05:30
  • cbb2597667 Merge branch 'feat-macos-open-with' of https://github.com/page-down/kitty Kovid Goyal 2022-01-07 17:11:42 +05:30
  • 9ca691c0c6 macOS: Add kitty to the open with list for text files and image files pagedown 2022-01-07 18:00:33 +08:00
  • b9f21f285c Remove non-namespaced launch points Kovid Goyal 2022-01-07 14:34:41 +05:30
  • bf84f95a94 macOS: When launching a shell script use its shebang, if present Kovid Goyal 2022-01-07 13:52:13 +05:30
  • d42f2071c3 hold windows when running shell scripts via launch services Kovid Goyal 2022-01-07 13:45:02 +05:30
  • 5c343c918d Add a --hold option for the launch command Kovid Goyal 2022-01-07 13:32:25 +05:30
  • 5bfed4fe2f Also launch bash/zsh/fish scripts in their respective shells Kovid Goyal 2022-01-07 12:48:59 +05:30
  • 6c139600a0 macOS: Also open .sh and .command files in the default shell Kovid Goyal 2022-01-07 12:32:26 +05:30
  • b80b8524e6 oops Kovid Goyal 2022-01-07 12:29:57 +05:30
  • ffa63e27ea macOS: Allow opening text files, images and directories with kitty when launched using "Open with" in Finder Kovid Goyal 2022-01-07 12:25:30 +05:30
  • a155b081b7 Make hold_till_enter re-useable Kovid Goyal 2022-01-07 12:13:20 +05:30
  • 04807453ec version 0.24.1 v0.24.1 Kovid Goyal 2022-01-06 10:40:59 +05:30
  • 1b7582e85c Merge branch 'patch-1' of https://github.com/Silent-Crafter/kitty Kovid Goyal 2022-01-06 10:03:45 +05:30
  • e106562ef1 Bash: for loop array iteration fix Silent Crafter 2022-01-06 09:52:59 +05:30
  • d3a20f00d6 Add a comment explaining where we use PS2 marks Kovid Goyal 2022-01-06 09:25:41 +05:30
  • de5443a4db Add a reference to the discussion of using custom tab bar themes to the docs Kovid Goyal 2022-01-06 09:16:22 +05:30
  • e8b19e08fa Fix non-renderable combining chars causing some text to not be rendered on Linux Kovid Goyal 2022-01-05 22:33:53 +05:30
  • a574081012 Merge branch 'zsh-integration' of https://github.com/romkatv/kitty Kovid Goyal 2022-01-05 21:29:30 +05:30
  • 4f06ce9d72 Once again start embedding marks in PS2 on zsh Roman Perepelitsa 2022-01-05 16:36:00 +01:00
  • 6713580455 Explicitly turn off aliases in a more functions Kovid Goyal 2022-01-05 21:04:27 +05:30
  • 86f6c946b3 Merge branch 'zsh-integration-aliases' of https://github.com/romkatv/kitty Kovid Goyal 2022-01-05 20:49:08 +05:30
  • 9194d1db6b Disable aliases when patching functions in zsh integration Roman Perepelitsa 2022-01-05 16:16:18 +01:00
  • 420a1b018a Fix #4448 Kovid Goyal 2022-01-05 20:14:23 +05:30
  • 8009b85073 Make writing to the TTY more robust in zsh integration Roman Perepelitsa 2022-01-05 09:55:19 +01:00
  • 2a58af2be9 Ignore all errors rendering /etc/issue Kovid Goyal 2022-01-05 14:04:56 +05:30
  • 4decac26f6 Fix a typo in _ksi_debug_print Roman Perepelitsa 2022-01-05 09:22:00 +01:00
  • a6b74f190f Revert "Get _ksi_debug_print working again" Roman Perepelitsa 2022-01-05 09:20:33 +01:00
  • bfbe60c90e Update changelog Kovid Goyal 2022-01-05 09:05:20 +05:30
  • 384b2f8462 Add roundtrip and cursor positioning tests for all three zero width chars Kovid Goyal 2022-01-05 08:57:14 +05:30
  • d875615c03 Fix a regression in the handling of some combining characters such as zero width joiners Kovid Goyal 2022-01-05 08:35:46 +05:30
  • 9aefcfe56f Make --hold a bit more robust Kovid Goyal 2022-01-05 08:14:22 +05:30
  • 266e70222f Avoid hooking LE widgets at all when using no-cursor Kovid Goyal 2022-01-05 07:46:20 +05:30
  • d4639e2aea Merge branch 'zsh-integration' of https://github.com/romkatv/kitty Kovid Goyal 2022-01-05 07:40:10 +05:30
  • ca8975891b Replace add-zle-hook-widget with a series of hacks in zsh integration Roman Perepelitsa 2022-01-04 19:31:27 +01:00
  • bed3d2eb50 Fix #4434 Kovid Goyal 2022-01-04 23:38:58 +05:30
  • 78495a7f64 spelling Kovid Goyal 2022-01-04 20:35:21 +05:30
  • f66914f7bb ... Kovid Goyal 2022-01-04 20:29:53 +05:30
  • 58e1f6ee1f Use ctermid() for tty_name Kovid Goyal 2022-01-04 20:25:16 +05:30
  • 0625035202 oops forgot to re-order second tab group Kovid Goyal 2022-01-04 20:18:34 +05:30
  • f8fc272f58 Make loading IssueData more robust Kovid Goyal 2022-01-04 19:57:23 +05:30
  • 6d61de8a8f Merge branch 'fladson/fix-documentation-typo' of https://github.com/fladson/kitty Kovid Goyal 2022-01-04 19:52:27 +05:30
  • 4c08709df1 Use same orders for all tab groups Kovid Goyal 2022-01-04 19:49:55 +05:30
  • 58a28da94d Fix documentation typo Fladson Gomes 2022-01-04 14:46:25 +01:00
  • 26b976d17d Merge branch 'fix-mouse-scroll' of https://github.com/page-down/kitty Kovid Goyal 2022-01-04 18:01:30 +05:30
  • 3141fc3f05 Update mouse cursor position when scrolling without OS window focus pagedown 2022-01-04 19:39:36 +08:00
  • a45d6c8b55 Fix #4421 Kovid Goyal 2022-01-04 16:21:00 +05:30
  • dadf496a68 remove leftover debug print Kovid Goyal 2022-01-04 12:01:23 +05:30
  • dae8ae33f0 hints kitten: Fix matching of filenames enclosed in quotes or brackets not stripping the surrounding quotes properly. Fixes #4419 Kovid Goyal 2022-01-04 10:58:31 +05:30
  • b6254e4a67 version 0.24.0 v0.24.0 Kovid Goyal 2022-01-04 08:21:17 +05:30
  • 53431c7ba8 Merge branch 'refactor' of https://github.com/page-down/kitty Kovid Goyal 2022-01-03 14:31:16 +05:30
  • afa0bb4c1d Avoid using the same variable name in different scopes pagedown 2022-01-03 16:11:20 +08:00
  • 9ae2579dcb The window width and height are always greater than zero here pagedown 2022-01-03 16:05:24 +08:00
  • 37fe98fdec Fix failure on older python Kovid Goyal 2022-01-02 09:39:05 +05:30
  • fe91b74ba7 ... Kovid Goyal 2022-01-02 09:38:14 +05:30
  • 0fcc446298 Avoid extra type checking import of re Kovid Goyal 2022-01-02 09:26:52 +05:30
  • e228f5105e Merge branch 'refactor' of https://github.com/page-down/kitty Kovid Goyal 2022-01-02 09:23:25 +05:30
  • 719760fd7b Remove unused UNUSED Kovid Goyal 2022-01-02 09:19:40 +05:30
  • d3e87bcd4f Another shadowed global variable Kovid Goyal 2022-01-02 09:04:26 +05:30
  • be771456e1 Dont shadow global variable name Kovid Goyal 2022-01-02 08:59:34 +05:30
  • 8514782ad2 Remove unused code Kovid Goyal 2022-01-02 08:56:17 +05:30
  • a3e9e0f010 Use the already imported subprocess pagedown 2022-01-01 21:29:46 +08:00
  • 15615a4cd1 Avoid defining variables with the same name that already exist pagedown 2022-01-01 21:29:32 +08:00
  • 7246fb347c Remove the unused function pagedown 2022-01-01 21:29:06 +08:00
  • f1b6fb397b Remove redundant variable assignment pagedown 2022-01-01 21:28:55 +08:00
  • 49fbeb9a56 Remove the always true conditions pagedown 2022-01-01 21:27:01 +08:00
  • f17d71454a ... Kovid Goyal 2021-12-31 22:51:16 +05:30
  • 59ea7485e4 Fix loading of kitty completions broken by unfunctioning of kitty-integration Kovid Goyal 2021-12-31 22:49:09 +05:30
  • ff63e58f95 Get _ksi_debug_print working again Kovid Goyal 2021-12-31 22:38:39 +05:30
  • 79ec8b60b9 Fix visual select window sometimes showing stale window titles Kovid Goyal 2021-12-31 21:08:20 +05:30
  • 846c774ac2 DRYer Kovid Goyal 2021-12-31 20:58:06 +05:30
  • 940e311c74 Add a section to the changelog showcasing major recent new features Kovid Goyal 2021-12-31 20:38:50 +05:30
  • 251667a30e ... Kovid Goyal 2021-12-31 09:32:27 +05:30
  • e45697f78a Fix a regression that broke rendering of unicode regional indicators Kovid Goyal 2021-12-31 09:28:47 +05:30
  • ea63efa522 Merge branch 'refactor-dry' of https://github.com/page-down/kitty Kovid Goyal 2021-12-31 06:42:46 +05:30
  • 60839cdb47 DRYer: Use gl_size to convert coordinates pagedown 2021-12-31 09:04:47 +08:00
  • a867b4444d Clamp border rects to pixels Kovid Goyal 2021-12-31 06:20:57 +05:30
  • 072fe91518 ... Kovid Goyal 2021-12-30 20:44:30 +05:30
  • 07e6171dc5 DRYer Kovid Goyal 2021-12-30 20:32:17 +05:30
  • 9a80fcee37 Ensure sizes for window number decorations are correct Kovid Goyal 2021-12-30 19:05:06 +05:30
  • 7731a558f0 Merge branch 'fix-shell.nix-on-macOS-arm' of https://github.com/Luflosi/kitty Kovid Goyal 2021-12-30 17:50:19 +05:30
  • 7ea4c1e47f shell.nix: add dependency needed on Apple silicon Luflosi 2021-12-28 15:35:16 +01:00
  • f6b748712c Clamp positions of window numbers/titles to nearest pixel Kovid Goyal 2021-12-26 11:05:16 +05:30
  • 93abedd93f Replace the screenshot on the landing page with a video Kovid Goyal 2021-12-24 13:26:34 +05:30
  • 872cd7b2d5 Fix unfunctioning ofkitty-integration in docs Kovid Goyal 2021-12-24 10:26:02 +05:30
  • a7e03f9c63 Merge branch 'docs' of https://github.com/page-down/kitty Kovid Goyal 2021-12-24 10:23:46 +05:30
  • f53dfb27e2 Docs: Add macOS mouse wheel scrolling and title bar options changes pagedown 2021-12-24 12:37:54 +08:00
  • 36b4e0edd2 Docs: Also fixed the input issue in toggling non-traditional fullscreen pagedown 2021-12-24 12:29:08 +08:00
  • 9081947751 Docs: Prefer semi-bold on macOS only pagedown 2021-12-24 12:11:02 +08:00
  • f58013f2c6 Docs: Cross-platform IME integration improvements pagedown 2021-12-24 12:06:41 +08:00
  • ae35507f80 Use the lowercase kitty pagedown 2021-12-24 12:02:54 +08:00