Commit Graph

  • 8f46505a50 Header to print stack traces in C Kovid Goyal 2022-04-30 09:28:05 +05:30
  • c48bf4fd85 Output debug lines for when kitty sets the pointer in Wayland Kovid Goyal 2022-04-30 09:13:08 +05:30
  • 8c67f5aea8 Merge branch 'fix-gen-conf' of https://github.com/page-down/kitty Kovid Goyal 2022-04-30 07:35:15 +05:30
  • 76f84e32c4 Fix the generated sample kitty.conf containing invalid options pagedown 2022-04-30 02:23:33 +08:00
  • 4a7125ec92 ssh kitten: Suppress error prints about invalid items in kitty.conf Kovid Goyal 2022-04-29 20:39:32 +05:30
  • 92c3af6a92 Allow using --match=all in all rc commands Kovid Goyal 2022-04-29 17:17:07 +05:30
  • 443f36ebc7 Merge branch 'docs' of https://github.com/page-down/kitty Kovid Goyal 2022-04-29 07:11:40 +05:30
  • 17632dea3c Docs: Improve remote control command documentation pagedown 2022-04-29 01:31:11 +08:00
  • bb78dc5ccb Docs: Fix the help text of query_terminal and other minor tweaks pagedown 2022-04-29 01:30:45 +08:00
  • 2737cb7dd0 Fix #5026 Kovid Goyal 2022-04-28 22:12:43 +05:30
  • 08b2ce444f Also dont apply umask when extracting bootstrap data Kovid Goyal 2022-04-28 17:28:40 +05:30
  • 289028b468 Prevent umask from interfering with tar file extraction Kovid Goyal 2022-04-28 17:21:34 +05:30
  • 2b3be147e6 Allow three combining chars per cell Kovid Goyal 2022-04-28 09:45:34 +05:30
  • 1a2d9c6fba Fix a couple of issues highlighted by updated mypy Kovid Goyal 2022-04-28 07:03:35 +05:30
  • af15b0313a Ensure there are no duplicate watchers for send-text sessions Kovid Goyal 2022-04-27 22:17:09 +05:30
  • b080296326 Remove unused code Kovid Goyal 2022-04-27 21:25:39 +05:30
  • 516e0e8bb3 broadcast kitten: Keep the ghost cursors in target windows as long as broadcast window has focus Kovid Goyal 2022-04-27 21:24:18 +05:30
  • 57e23bd4e3 Handle zero blink time correctly Kovid Goyal 2022-04-27 20:37:23 +05:30
  • 59534d620e Use cursor blink interval as TIMEOUT_FOR_SESSION Kovid Goyal 2022-04-27 20:31:16 +05:30
  • 068b7e8d63 remove unused adjust_line_height() function Kovid Goyal 2022-04-27 20:21:36 +05:30
  • 2c1edb9611 Merge branch 'docs' of https://github.com/page-down/kitty Kovid Goyal 2022-04-27 20:18:39 +05:30
  • 510022c3c1 Docs: Improve the documentation for kittens pagedown 2022-04-27 15:58:20 +08:00
  • 627c79ffbb Show detailed traceback when using show_error() Kovid Goyal 2022-04-26 13:58:57 +05:30
  • e80cd36237 Show traceback on stderr for action failures Kovid Goyal 2022-04-26 11:58:17 +05:30
  • 92ebada9a6 ... Kovid Goyal 2022-04-26 11:15:45 +05:30
  • 462ae3bb58 ... Kovid Goyal 2022-04-26 11:15:33 +05:30
  • 6d6d9cc26b macOS: Add the macos_colorspace option to control what color space colors are rendered in Kovid Goyal 2022-04-26 11:14:01 +05:30
  • a36d5dcde1 GLFW API for changing colorspace of windows on cocoa Kovid Goyal 2022-04-26 10:56:34 +05:30
  • f9f6f98527 Note that neovim is also getting support for the kitty keyboard protocol Kovid Goyal 2022-04-26 08:39:44 +05:30
  • ee94114eb2 Fix #5016 Kovid Goyal 2022-04-26 08:20:24 +05:30
  • 8e98fcf2f6 Merge branch 'docs' of https://github.com/page-down/kitty Kovid Goyal 2022-04-25 14:16:16 +05:30
  • c4710bf9cb Docs: Add text to the ref text role and minor tweaks pagedown 2022-04-25 15:36:57 +08:00
  • 97a568a405 Docs: Improve the FAQ pagedown 2022-04-25 15:36:51 +08:00
  • 7bace19aed clone-in-kitty: Skip more SSH env vars to use the correct values pagedown 2022-04-25 15:36:43 +08:00
  • 7282f1f684 Docs: Improve ssh kitten documentation pagedown 2022-04-25 15:36:37 +08:00
  • 9edb772a81 Merge branch 'fix-launch-cwd-oldest' of https://github.com/rafikdraoui/kitty Kovid Goyal 2022-04-24 22:04:05 +05:30
  • d123b6c377 Fix launch --cwd=oldest Rafik Draoui 2022-04-24 13:19:22 -03:00
  • c9ba3695d3 ... Kovid Goyal 2022-04-24 15:50:02 +05:30
  • 0ee970b418 --hold is not suitable for replay commands as it outputs to the terminal Kovid Goyal 2022-04-24 15:37:20 +05:30
  • 8239cb1b5a Merge branch 'docs' of https://github.com/page-down/kitty Kovid Goyal 2022-04-24 15:36:35 +05:30
  • 97caa073b0 Docs: Improvements to the configuration documentation pagedown 2022-04-24 17:20:38 +08:00
  • 45bbe17559 Docs: Minor improvements to the kitty cli help documentation pagedown 2022-04-24 17:18:55 +08:00
  • 288d16f7be Docs: Minor tweaks to the help documentation of hints kitten pagedown 2022-04-24 17:18:45 +08:00
  • ecb60b313e Docs: Improve clone-in-kitty documentation and fix LANG descriptions pagedown 2022-04-24 17:18:31 +08:00
  • cf2a20e4ea Merge branch 'fix-f-string' of https://github.com/page-down/kitty Kovid Goyal 2022-04-24 08:03:51 +05:30
  • bc4f40fea7 ... pagedown 2022-04-24 09:34:22 +08:00
  • 102097da5a DRYer Kovid Goyal 2022-04-23 12:51:02 +05:30
  • 0e3528df14 Merge branch 'feat-macos-open-website' of https://github.com/page-down/kitty Kovid Goyal 2022-04-23 12:49:21 +05:30
  • 214631c2dd Sort frozenset literals in generated options class definition Kovid Goyal 2022-04-23 11:23:21 +05:30
  • e919857dfc macOS: Make the global menu shortcut to open kitty website configurable pagedown 2022-04-23 13:22:27 +08:00
  • a5bd1dcb08 Add a new mappable action open_url pagedown 2022-04-23 13:17:28 +08:00
  • 37cdaea9ed Also save command history before cloning in bash Kovid Goyal 2022-04-22 23:40:59 +05:30
  • 6bbaf5f1cf zsh cloning: save history so that it is up-to-date in cloned shell Kovid Goyal 2022-04-22 23:29:29 +05:30
  • 8808a252ae Merge branch 'docs' of https://github.com/page-down/kitty Kovid Goyal 2022-04-22 13:29:24 +05:30
  • 5f1376b9a0 ... pagedown 2022-04-22 15:02:23 +08:00
  • efa873bf50 DRYer Kovid Goyal 2022-04-22 10:53:25 +05:30
  • 714461de76 Also ensure oldest cwd request type is honored by modify_argv Kovid Goyal 2022-04-22 08:40:18 +05:30
  • b753cf6879 Forgot to implement at_prompt use of reported cwd in modify_argv Kovid Goyal 2022-04-22 08:25:46 +05:30
  • 27010d0446 Merge branch 'docs' of https://github.com/page-down/kitty Kovid Goyal 2022-04-21 15:24:18 +05:30
  • bdc039fbf5 Fix docstring Kovid Goyal 2022-04-21 14:51:23 +05:30
  • 72f92f3174 Docs: Mention again that kitty.conf will be created if not present pagedown 2022-04-21 16:45:12 +08:00
  • 8fcd5e40d4 Proper fix for reporting button in drag events to children Kovid Goyal 2022-04-21 11:41:57 +05:30
  • b76319b7e8 Update changelog Kovid Goyal 2022-04-21 11:34:18 +05:30
  • feeb8f28c4 Fix #4993 Kovid Goyal 2022-04-21 11:00:15 +05:30
  • 55b21b741e Fix a regression in the previous release that caused mouse move events to be incorrectly reported as drag events even when a button is not pressed Kovid Goyal 2022-04-21 07:53:37 +05:30
  • 6941884221 ... Kovid Goyal 2022-04-20 13:36:26 +05:30
  • 6174c2008f ... Kovid Goyal 2022-04-20 10:10:05 +05:30
  • 1a32e79470 ... Kovid Goyal 2022-04-19 21:14:34 +05:30
  • dd032db89c Merge branch 'docs' of https://github.com/page-down/kitty Kovid Goyal 2022-04-19 21:07:03 +05:30
  • f70e0e216c Docs: Show copy button for installation command snippets pagedown 2022-04-19 23:28:51 +08:00
  • 51362706d7 Fix closing a tab incorrectly storing the tab to its right in the active tab history Kovid Goyal 2022-04-19 17:44:01 +05:30
  • b2c317ebc6 ... Kovid Goyal 2022-04-19 17:38:16 +05:30
  • 90acbd0dd5 Add a note about ssh kitten colors to FAQ Kovid Goyal 2022-04-19 15:21:05 +05:30
  • 402fac3edf ... Kovid Goyal 2022-04-19 10:53:18 +05:30
  • c4c62c1505 When using --keep-focus ensure active history list is not affected Kovid Goyal 2022-04-18 20:23:15 +05:30
  • b569c01b49 Fix #4986 Kovid Goyal 2022-04-18 17:04:05 +05:30
  • c0d9b6e979 Merge branch 'docs' of https://github.com/page-down/kitty Kovid Goyal 2022-04-18 12:41:05 +05:30
  • b94afbba13 ... pagedown 2022-04-18 14:51:15 +08:00
  • 1994c17c75 Note on how clone-in-kitty works Kovid Goyal 2022-04-18 12:08:32 +05:30
  • f88a4fe986 ... Kovid Goyal 2022-04-18 11:13:16 +05:30
  • 25616aaa7b Merge branch 'clone-in-kitty' of https://github.com/page-down/kitty Kovid Goyal 2022-04-18 10:57:55 +05:30
  • 19fdcec358 ... pagedown 2022-04-18 11:54:14 +08:00
  • 45eb4a0760 clone-in-kitty: Remove duplicate PATH entries in fish implementation pagedown 2022-04-18 11:46:29 +08:00
  • 9e026983e6 clone-in-kitty: Remove CONDA_PREFIX_* env vars pagedown 2022-04-18 11:42:22 +08:00
  • be0a524e23 Yet another try to get zsh to de-dup $PATH Kovid Goyal 2022-04-18 07:40:37 +05:30
  • 339af1b4b2 Add more send_text examples Kovid Goyal 2022-04-17 22:48:03 +05:30
  • 31fda568e4 typeset -U both path and PATH Kovid Goyal 2022-04-17 21:27:08 +05:30
  • 3efbccc850 ... Kovid Goyal 2022-04-17 20:56:24 +05:30
  • 93c23f99cb conda activate now works under fish so use it Kovid Goyal 2022-04-17 20:55:53 +05:30
  • 6590d0690e Document venv and sourcing behavior of clone-in-kitty Kovid Goyal 2022-04-17 19:51:27 +05:30
  • 230a9f4678 Implement option to control clone sourcing strategies Kovid Goyal 2022-04-17 19:39:32 +05:30
  • f2189b3e70 only pass VIRTUAL_ENV if it is currently active Kovid Goyal 2022-04-17 15:43:57 +05:30
  • 0ee5712e00 Start work on option to control sourcing strategies Kovid Goyal 2022-04-17 15:30:57 +05:30
  • f9cad2c4ea Add a note about show__key limitations Kovid Goyal 2022-04-17 08:45:27 +05:30
  • 4372cf2893 ... Kovid Goyal 2022-04-17 08:43:23 +05:30
  • 34c18bacd8 Free up memory used to store copy of child env block Kovid Goyal 2022-04-17 08:35:55 +05:30
  • 3af11e92d6 Ensure the clone launch env var is not set accidentally Kovid Goyal 2022-04-17 08:29:47 +05:30
  • 74d5f2c259 Dont allow inappropriate types for cloning Kovid Goyal 2022-04-17 08:19:01 +05:30
  • 291f9e9a5e Make cloning safer Kovid Goyal 2022-04-17 07:49:58 +05:30
  • 38e1d32065 Actually implement allow_cloning Kovid Goyal 2022-04-16 22:40:05 +05:30