Commit Graph

  • 518e0f4e21 oops Kovid Goyal 2021-10-22 12:52:57 +05:30
  • 7546e53c23 ... Kovid Goyal 2021-10-22 12:47:32 +05:30
  • 0f9944190d Shell integration: Better fix for multi-line prompts in bash Kovid Goyal 2021-10-22 12:19:03 +05:30
  • 18aca275c8 Only libedit doesn't redraw GNU readline does Kovid Goyal 2021-10-22 12:08:06 +05:30
  • 6d02ef59f8 Shell integration: Fix PS2 support Kovid Goyal 2021-10-22 12:02:21 +05:30
  • 729cea88f3 More sophisticated OSC 133 parsing with support for secondary prompts Kovid Goyal 2021-10-22 11:54:54 +05:30
  • 9b957a1fdb handle shlex exceptions gracefully Kovid Goyal 2021-10-22 05:12:12 +05:30
  • e18b0cd4c8 When a window is moved but not resized, ensure the OS Window is re-rendered Kovid Goyal 2021-10-22 04:15:47 +05:30
  • b51be8382f Transmit home directory when sending so filenames can be resolved Kovid Goyal 2021-10-21 20:06:53 +05:30
  • a95a1f1158 Specify languages for CodeQL Kovid Goyal 2021-10-21 19:43:52 +05:30
  • be8fc47c5f Also report enabled_layouts in kitty @ ls Kovid Goyal 2021-10-21 16:41:05 +05:30
  • 4fd76b09d9 kitty @ ls: Also report layout options Kovid Goyal 2021-10-21 13:44:06 +05:30
  • 6546c1da9b run pyupgrade to upgrade the codebase to python3.6 Kovid Goyal 2021-10-21 12:43:55 +05:30
  • 8f0b3983ee Apparently only importlib_resources has actually deprecated contents() Kovid Goyal 2021-10-20 11:15:51 +05:30
  • 7f2ce045ab Handle deprecation of importlib.resources APIs Kovid Goyal 2021-10-19 09:14:58 +05:30
  • 38f1fe7742 Make --override parsing a little more forgiving Kovid Goyal 2021-10-18 22:39:44 +05:30
  • a099d2364d kitty should not quit if an invalid set_colors mapping is configured Kovid Goyal 2021-10-18 21:20:48 +05:30
  • 5f91084968 More work on file transfer Kovid Goyal 2021-10-18 13:02:37 +05:30
  • cb9321e925 handle comma separated layout lists as well Kovid Goyal 2021-10-17 18:34:02 +05:30
  • 716ff187f9 kitty @ set-enabled-layouts Kovid Goyal 2021-10-17 18:30:34 +05:30
  • 16365f2014 When creating tabs via @ launch with the --match option create the tab in the OS Window containing the result of the match rather than the active OS Window Kovid Goyal 2021-10-17 13:27:52 +05:30
  • 0fa03da18c ... Kovid Goyal 2021-10-17 12:54:55 +05:30
  • a4a7d49bed A new swap_with_window mappable action Kovid Goyal 2021-10-17 12:47:13 +05:30
  • 0de319fc73 Refactor visual window select infrastructure to make it reuseable Kovid Goyal 2021-10-17 12:38:03 +05:30
  • c06823dd47 Function to swap active window with another Kovid Goyal 2021-10-17 11:42:02 +05:30
  • f9944e6140 Pass through more modifier+tab variants Kovid Goyal 2021-10-17 11:31:54 +05:30
  • 426815f7ab Silence CodeQL warning Kovid Goyal 2021-10-17 10:32:25 +05:30
  • 2a842e36a1 Finish up title rendering for CoreText Kovid Goyal 2021-10-17 08:26:35 +05:30
  • 90dfabc644 Use realpath() when reporting kitty_exe Kovid Goyal 2021-10-17 06:30:26 +05:30
  • f302c2ae39 Binary builds: If a symlink to the correct kitty executable is already in PATH, dont add the binary bin dir to PATH Kovid Goyal 2021-10-17 06:29:01 +05:30
  • 93aee3946f Partial work on macOS title rendering Kovid Goyal 2021-10-16 19:12:38 +05:30
  • 4b7de5d802 Add an alias for --keep-focus Kovid Goyal 2021-10-16 19:02:15 +05:30
  • 78c63e6a18 Show window titles during visual select Kovid Goyal 2021-10-15 14:19:56 +05:30
  • dcda2bff69 Handle more than 10 windows when doing a visual switch Kovid Goyal 2021-10-15 14:05:54 +05:30
  • 372c4da8f9 When drawing cells make the window object available Kovid Goyal 2021-10-15 10:25:11 +05:30
  • a95025752a DRYer Kovid Goyal 2021-10-15 09:56:22 +05:30
  • a16ffcdde2 Handle mouse clicks when displaying focus window overlay Kovid Goyal 2021-10-15 09:55:15 +05:30
  • 3c2e521dd7 Make blending of foreground more efficient Kovid Goyal 2021-10-14 21:29:02 +05:30
  • f28d9bcd8c Change sybolic constant for insert key Kovid Goyal 2021-10-14 21:05:21 +05:30
  • c6039fc399 Also passthrough Insert and Shift+Insert which cocoa seems to intercept Kovid Goyal 2021-10-14 20:27:22 +05:30
  • 706494016c More work on file transmission Kovid Goyal 2021-10-14 18:29:02 +05:30
  • a653233050 Fix #4117 Kovid Goyal 2021-10-14 14:31:11 +05:30
  • ed5accd702 Add some common readline bindings to the line editor Kovid Goyal 2021-10-14 14:29:44 +05:30
  • 3a247be758 cleanups Kovid Goyal 2021-10-14 12:19:40 +05:30
  • d417aedde0 Allow use of numpad for window select overlay Kovid Goyal 2021-10-14 12:14:11 +05:30
  • 967aaad482 ... Kovid Goyal 2021-10-14 10:07:54 +05:30
  • 9c4942b190 Ensure mouse cursor shape is correct Kovid Goyal 2021-10-14 10:01:55 +05:30
  • 67fd07a92a ... Kovid Goyal 2021-10-14 09:57:35 +05:30
  • 533b0ed591 A new mappable action select_window_in_tab to select a window in the current tab to switch to, by window title Kovid Goyal 2021-10-14 09:15:22 +05:30
  • 3f1a0baa84 DRYer Kovid Goyal 2021-10-14 08:57:55 +05:30
  • 8057c420d9 Fix resize-os-window slightly incorrect on high DPI Kovid Goyal 2021-10-12 19:40:02 +05:30
  • a3717436b6 macOS: Fix resize_in_steps not working correctly on high DPI screens Kovid Goyal 2021-10-12 14:39:06 +05:30
  • 7852e0b618 Clarify docs Kovid Goyal 2021-10-12 12:54:51 +05:30
  • 5afb16ab8d A new remote control command to change tab color Kovid Goyal 2021-10-12 12:47:52 +05:30
  • 8187ec2cef ... Kovid Goyal 2021-10-12 12:32:15 +05:30
  • d55d8ac091 ... Kovid Goyal 2021-10-12 10:40:25 +05:30
  • e13c34c2b8 Use a bar cursor for LineEdit Kovid Goyal 2021-10-12 09:13:06 +05:30
  • 8630c8830a Implement shell integration for the kitty shell Kovid Goyal 2021-10-12 09:05:53 +05:30
  • da3f34603a DRYer Kovid Goyal 2021-10-12 07:41:52 +05:30
  • 97a8ff3478 Fix #4113 Kovid Goyal 2021-10-12 07:35:11 +05:30
  • 2548896656 Dont visually focus select if only one window present Kovid Goyal 2021-10-11 20:37:59 +05:30
  • 572df007df Add a default shortcut for visually focusing windows Kovid Goyal 2021-10-11 20:28:58 +05:30
  • 440640bbbc A mappable action to visually select the window to focus with the keyboard Kovid Goyal 2021-10-11 20:18:35 +05:30
  • 563b7ad2d0 Linux binary builds: Fix Pygments not being included Kovid Goyal 2021-10-11 20:00:56 +05:30
  • b180702c97 clarify language Kovid Goyal 2021-10-11 19:06:38 +05:30
  • c3f4e734f1 API to set screen window number Kovid Goyal 2021-10-11 18:00:18 +05:30
  • 61a56a0561 macOS: Fix very first keypress after window creation being sent as a repeat instead of a press event Kovid Goyal 2021-10-11 12:07:35 +05:30
  • 820fb6dda9 Pass through all esc + modifier combinations since they arent generally used in macOS Kovid Goyal 2021-10-11 11:27:24 +05:30
  • 85db87a121 A shader to draw a single seven segment number over a kitty window Kovid Goyal 2021-10-11 11:10:19 +05:30
  • dc11b76bea Restrict the overridden cocoa global shortcuts Kovid Goyal 2021-10-11 06:46:59 +05:30
  • 2b9408c217 macOS: Fix ctrl or cmd with Esc or Function keys not working Kovid Goyal 2021-10-10 21:39:20 +05:30
  • 5e033773dd More work on transfer sending Kovid Goyal 2021-10-10 13:04:47 +05:30
  • 855681200f ... Kovid Goyal 2021-10-08 15:51:45 +05:30
  • 456564f377 Small text clarification for rendering strategy Kovid Goyal 2021-10-07 18:31:18 +05:30
  • 828e16b45d ... Kovid Goyal 2021-10-07 13:59:19 +05:30
  • 9289ebf9c9 Old python compat Kovid Goyal 2021-10-07 13:51:55 +05:30
  • f4b6cc6628 Forgot the key the is_gcc cache by cc Kovid Goyal 2021-10-07 13:43:12 +05:30
  • 853f7cc59a Make handling of CC more robust Kovid Goyal 2021-10-07 13:35:56 +05:30
  • 5841776c65 Add the BEGIN key to terminfo Kovid Goyal 2021-10-07 13:15:06 +05:30
  • fbf47f75d5 Fix soft hyphens not being preserved when round tripping text through the terminal Kovid Goyal 2021-10-07 10:26:57 +05:30
  • 1b42f69119 Allow specifying extra lib dirs as well Kovid Goyal 2021-10-06 10:23:01 +05:30
  • a1b532334e Alias for --extra-include-dirs Kovid Goyal 2021-10-06 08:08:44 +05:30
  • edac0e8023 Check for utmpx.h instead of __unix__ Kovid Goyal 2021-10-05 11:57:23 +05:30
  • 498d3d5906 More cleanups Kovid Goyal 2021-10-05 11:41:34 +05:30
  • 57152a8e29 Fix utmp test Kovid Goyal 2021-10-05 11:41:18 +05:30
  • 35d4e2d4e0 Clean up previous PR Kovid Goyal 2021-10-05 11:36:29 +05:30
  • fe42b15ec6 Merge branch 'master' of https://github.com/mattfbacon/kitty Kovid Goyal 2021-10-05 11:15:12 +05:30
  • 1d4a86594b Add tests for UTMP methods Matt Fellenz 2021-10-04 20:35:26 -07:00
  • 072e583835 Properly evaluate /etc/issue placeholders Matt Fellenz 2021-10-04 20:18:48 -07:00
  • 463133abbe Fix #4095 Kovid Goyal 2021-10-05 07:20:40 +05:30
  • 34d6c69b2a fix forgotten import Kovid Goyal 2021-10-04 21:40:07 +05:30
  • 14d36e3727 Stub for receive in the transfer kitten Kovid Goyal 2021-10-04 21:31:02 +05:30
  • ed95f7dfa0 Add a note about discarding key presses Kovid Goyal 2021-10-04 21:30:11 +05:30
  • f93a10da48 Add a heart Kovid Goyal 2021-10-04 14:23:42 +05:30
  • 31e623afb3 Add support for Unicode 14 Kovid Goyal 2021-10-04 14:00:35 +05:30
  • 2080b3d7fa Print out rsync stats Kovid Goyal 2021-10-03 13:40:53 +05:30
  • a8e06a67c2 Better message when transferring rsync signatures Kovid Goyal 2021-10-03 13:29:50 +05:30
  • 42a79cb269 ... Kovid Goyal 2021-10-03 13:08:46 +05:30
  • 1ba9cd6138 Avoid progress messages with no actual progress Kovid Goyal 2021-10-03 13:06:38 +05:30
  • 37f3328147 Fix patching failing when decompressor produces no output Kovid Goyal 2021-10-03 12:57:32 +05:30