Kovid Goyal
|
603533e632
|
Fix a regression that caused closing an overlay window to focus the previously focused window rather than the underlying window
Fixes #1720
|
2019-06-17 09:00:47 +05:30 |
|
Kovid Goyal
|
38bc90f724
|
unicode_input kitten: Fix a regression that broke using indices to select recently used symbols.
|
2019-06-17 07:11:07 +05:30 |
|
Kovid Goyal
|
dd1fb85f60
|
When piping data to a child in the pipe command do it in a thread so as not to block the UI
See #1708
|
2019-06-12 21:03:18 +05:30 |
|
Kovid Goyal
|
658be9405f
|
Document the kitty remote control protocol
Fixes #1646
|
2019-06-12 13:12:53 +05:30 |
|
Kovid Goyal
|
8bf2e098f5
|
Fix an out of bounds read causing a crash when selecting text with the mouse in the alternate screen mode
Fixes #1578
|
2019-06-12 07:52:37 +05:30 |
|
Kovid Goyal
|
65b95999c1
|
version 0.14.2
|
2019-06-09 13:40:02 +05:30 |
|
Kovid Goyal
|
e846bc9308
|
Wayland: Fix crash when enabling disabling monitors on sway
When an output is unregistered, the corresponding monitor object should
be removed from every windows' monitor list
Proper fix for #1696
|
2019-06-07 12:40:02 +05:30 |
|
Kovid Goyal
|
84fcabe5cf
|
Allow using the pipe command to send screen and scrollback contents directly to the clipboard
See #1693
|
2019-06-07 07:47:34 +05:30 |
|
Kovid Goyal
|
9dc410c9fd
|
oops
|
2019-06-07 07:20:08 +05:30 |
|
Kovid Goyal
|
8ebad06e7e
|
clipboard kitten: Add a --wait-for-completion option to have the kitten wait till copying to clipboard is complete
Fixes #1693
|
2019-06-07 07:13:15 +05:30 |
|
Kovid Goyal
|
c0a96f2087
|
icat kitten: Fix a regression that broke passing directories to icat
Fixes #1683
|
2019-06-05 07:36:47 +05:30 |
|
Kovid Goyal
|
c509ecca52
|
Wayland: Fix resizing the window on a compositor that does not provide server side window decorations, such a GNOME or Weston not working correctly
See #1659
|
2019-06-04 19:40:00 +05:30 |
|
Kovid Goyal
|
277f43aed6
|
Linux: Disable the Wayland backend on GNOME
GNOME has no support for server side decorations.
Can be controlled by new option linux_display_server.
|
2019-06-04 19:10:13 +05:30 |
|
Kovid Goyal
|
a75d075dd1
|
Add an option to control the default update_check_interval when building kitty packages
Fixes #1675
|
2019-06-04 14:27:28 +05:30 |
|
Kovid Goyal
|
614416d4b0
|
Fix positioning of text in the panel kitten
|
2019-06-03 20:37:36 +05:30 |
|
Kovid Goyal
|
d6e750727f
|
Merge branch 'master' of https://github.com/copy/kitty
|
2019-06-03 08:46:47 +05:30 |
|
Kovid Goyal
|
59205a4caf
|
macOS: Fix a regression in the previous release that broke using :kbd:ctrl+shift+tab
Fixes #1671
|
2019-06-02 17:36:16 +05:30 |
|
Luflosi
|
b24dd69067
|
Fix typo
|
2019-06-02 11:54:20 +02:00 |
|
Kovid Goyal
|
4f163338dd
|
Allow controlling how multiple selections are handled in the hints kitten
Fixes #1665
|
2019-06-02 09:23:20 +05:30 |
|
Kovid Goyal
|
5c3e2e6877
|
Add a note for packagers if they want to turn off the update check mechanism
|
2019-05-31 17:47:53 +05:30 |
|
Kovid Goyal
|
ff52ff7865
|
version 0.14.1
|
2019-05-29 19:57:00 +05:30 |
|
Kovid Goyal
|
f33205a490
|
Wayland: Fix maximizing the window on a compositor that does not provide server side window decorations, such a GNOME or Weston not working
Fixes #1662
|
2019-05-29 17:07:42 +05:30 |
|
Kovid Goyal
|
2920638a3d
|
Add a shortcut to toggle maximized window state
|
2019-05-29 16:41:34 +05:30 |
|
Kovid Goyal
|
1ae32b5742
|
Linux: Automatically increase cell height if the font being used is broken and draws the underscore outside the bounding box
See #690
|
2019-05-29 16:04:50 +05:30 |
|
Kovid Goyal
|
4e9dabfb25
|
Add an option :opt:command_on_bell to run an arbitrary command when a bell occurs
Fixes #1660
|
2019-05-29 09:42:52 +05:30 |
|
Kovid Goyal
|
ca2c419c9b
|
Fix colors not being preserved when using the pipe command with the pager history buffer
Fixes #1657
|
2019-05-29 09:13:55 +05:30 |
|
Kovid Goyal
|
020c1311ca
|
When resizing and only a single window is present in the current layout, use that window's background color to fill in the blank areas.
|
2019-05-29 09:01:57 +05:30 |
|
Luflosi
|
951b1c1e83
|
Add shebang for docs/conf.py
|
2019-05-28 17:17:18 +02:00 |
|
Kovid Goyal
|
8e57fd93c6
|
macOS: Fix a regression that caused cmd+v to double up in the dvorak keyboard layout
Fixes #1652
|
2019-05-28 20:35:13 +05:30 |
|
Luflosi
|
6f2bb31068
|
Make the copyright year dynamic for the documentation
|
2019-05-28 14:58:09 +02:00 |
|
Kovid Goyal
|
abf9c4117d
|
macOS: Fix a regression that could cause rendering of a kitty window to occasionally freeze in certain situations, such as moving it between monitors or transitioning from/to fullscreen
Fixes #1641
|
2019-05-28 17:54:34 +05:30 |
|
Kovid Goyal
|
39f50830d7
|
Fix a missing newline when using the pipe command between the scrollback and screen contents
See #1642
|
2019-05-28 15:30:44 +05:30 |
|
Kovid Goyal
|
52f2ed33f5
|
Add a link to the Ubuntu kitty package
|
2019-05-24 18:08:29 +05:30 |
|
Kovid Goyal
|
a51239c6ae
|
Add support for the underscore key found in some keyboard layouts
Fixes #1639
|
2019-05-24 17:59:50 +05:30 |
|
Kovid Goyal
|
00fe963e7c
|
version 0.14.0
|
2019-05-24 11:52:46 +05:30 |
|
Luflosi
|
72069015b9
|
Add Homebrew and Nix (not only on NixOS) as package manager to the installation instructions
|
2019-05-22 14:08:02 +02:00 |
|
Luflosi
|
3c090519a0
|
docs: "relatively little effort" instead of "relatively less effort"
|
2019-05-22 02:55:23 +02:00 |
|
Luflosi
|
a792c94ccf
|
Use python3 shebang for all python scripts
Fixes #1624.
Use python3 shebang for all python scripts as python still defaults to python2 on many systems.
|
2019-05-20 14:44:24 +02:00 |
|
Kovid Goyal
|
9849a69afd
|
Allow extending word selections to non-word chars
|
2019-05-16 20:20:03 +05:30 |
|
Kovid Goyal
|
5f33d907aa
|
Mouse selection: When extending by word, fix selection encompassing one or two non-word characters after a word when the mouse is over that character
Fixes #1616
|
2019-05-16 18:32:15 +05:30 |
|
Kovid Goyal
|
1fa9b8f102
|
X11: use the window manager's native full-screen implementation when making windows full-screen
This matches the behavior on Cocoa and Wayland.
Fixes #1605
|
2019-05-12 15:53:06 +05:30 |
|
Kovid Goyal
|
9b740849ed
|
Allow the user to control the draw strategy during OS window resizes
Changed the default to scaled which matches current macOS behavior.
Fixes #1591
|
2019-05-11 15:49:11 +05:30 |
|
Kovid Goyal
|
4fa4a20b22
|
When launching child process set the PWD environment variable
This allows shells to display the symlink path to a directory instead
of the resolved path, when the specified directory is a symlink. Fixes #1595
|
2019-05-11 12:57:25 +05:30 |
|
Kovid Goyal
|
f0c663d42d
|
macOS: Improve handling of IME extended input
Compose characters are now highlighted and the IME panel moves along with the text
Fixes #1586
Fixes #1461
|
2019-05-03 13:30:56 +05:30 |
|
Kovid Goyal
|
ec31a348cf
|
oops
|
2019-05-01 13:11:49 +05:30 |
|
Kovid Goyal
|
d6a6e26500
|
Remote control: Make the :ref:at_set-font-size command more capable.
Fixes #1581
|
2019-05-01 12:37:39 +05:30 |
|
Kovid Goyal
|
53df123c0d
|
Allow the user to control the resize debounce time via resize_debounce_time
|
2019-04-28 21:16:13 +05:30 |
|
Kovid Goyal
|
c660840c19
|
When encountering errors in kitty.conf report them to the user instead of failing to start.
|
2019-04-28 20:53:59 +05:30 |
|
Kovid Goyal
|
d5846282a9
|
Avoid bikeshedding about the best way to suppress flake8 messages
|
2019-04-24 23:46:24 +05:30 |
|
Kovid Goyal
|
099510f4d1
|
Fix docs build failure
dynamic_background_opacity needs to be its own option in the conf docs.
|
2019-04-24 15:39:16 +05:30 |
|