Kovid Goyal
|
747ac85e7c
|
Add an :option:launch --watcher option that allows defining callbacks that are called for various events in the window's life-cycle
Fixes #2440
|
2020-03-28 12:13:42 +05:30 |
|
Kovid Goyal
|
f04680ac47
|
Fix a regression in 0.17 that broke the kitty @ launch remote command and also broke the --tab-title option when creating a new tab.
Fixes #2488
|
2020-03-28 08:43:32 +05:30 |
|
Kovid Goyal
|
90985cc846
|
Merge branch 'hints-copy-to-primary-selection' of https://github.com/trygveaa/kitty
|
2020-03-28 08:21:08 +05:30 |
|
Kovid Goyal
|
793605f80f
|
Update changelog
|
2020-03-26 22:06:13 +05:30 |
|
Kovid Goyal
|
93a281c7e3
|
Add a new mappable action `close_other_windows_in_tab` to close all but the active window
Fixes #2484
|
2020-03-26 22:05:00 +05:30 |
|
Kovid Goyal
|
fffb976e43
|
Fix blank space at the start of tab bar in powerline style when first tab is inactive
Fix #2478
|
2020-03-25 19:20:35 +05:30 |
|
Kovid Goyal
|
0da566b49f
|
Hints kitten: Adjust the default regex used to detect line numbers to handle line+column numbers
See #2268
|
2020-03-25 10:03:25 +05:30 |
|
Kovid Goyal
|
da55717d20
|
The splits layout needs its own draw_minimal_borders implementation
|
2020-03-25 09:54:06 +05:30 |
|
Kovid Goyal
|
aa3be0535f
|
version 0.17.1
|
2020-03-24 19:45:19 +05:30 |
|
Kovid Goyal
|
c2957e7f12
|
Fix a regression in 0.17 that caused kitty @ set-colors to require setting cursor_text_color
Fixes #2470
|
2020-03-24 19:29:25 +05:30 |
|
Kovid Goyal
|
a07369ce69
|
Update changelog
|
2020-03-24 18:14:14 +05:30 |
|
Kovid Goyal
|
b0b8222a96
|
...
|
2020-03-24 17:04:17 +05:30 |
|
Kovid Goyal
|
0d87b8fac5
|
Fix a regression in 0.17 that caused tab bar background to be rendered after the last tab as well
Fixes #2464
|
2020-03-24 16:05:02 +05:30 |
|
Kovid Goyal
|
5227b1f98b
|
Fix :opt:cursor_underline_thickness not working
Fixes #2465
|
2020-03-24 15:53:13 +05:30 |
|
Kovid Goyal
|
33a84a609c
|
...
|
2020-03-24 11:35:34 +05:30 |
|
Kovid Goyal
|
93271b93e6
|
version 0.17.0
|
2020-03-24 10:33:51 +05:30 |
|
Kovid Goyal
|
eddd45bbc3
|
diff kitten: Fix images losing position when scrolling using mouse wheel/touchpad
|
2020-03-19 18:46:10 +05:30 |
|
Kovid Goyal
|
2458c3a7c6
|
Implement drag and drop of text/plain for Wayland as well
|
2020-03-19 13:28:21 +05:30 |
|
Kovid Goyal
|
e827e6fa21
|
X11: Allow drag and drop of text/plain in addition to text/uri-list
Fixes #2441
|
2020-03-18 22:37:23 +05:30 |
|
Kovid Goyal
|
9c19e88288
|
Allow extending selections by dragging with right button pressed
Fixes #2445
|
2020-03-18 20:52:25 +05:30 |
|
Kovid Goyal
|
3bff3bcbe4
|
Fix selection not updating properly while scrolling
Fixes #2442
|
2020-03-18 18:48:59 +05:30 |
|
Kovid Goyal
|
e86c712424
|
Dont strip :code:& and :code:- from the end of URLs
Fixes #2436
|
2020-03-15 08:29:56 +05:30 |
|
Kovid Goyal
|
e8a9935cb2
|
Allow setting WM_CLASS and WM_NAME when creating new OS windows with the launch command
|
2020-03-15 08:12:28 +05:30 |
|
Kovid Goyal
|
aa11ddf32c
|
Wayland: Fix a crash when drag and dropping into kitty
Fixes #2432
|
2020-03-14 08:20:44 +05:30 |
|
Kovid Goyal
|
645890ccc8
|
Make the set of URL prefixes that are recognized while hovering with the mouse configurable
Fixes #2416
|
2020-03-08 13:16:34 +05:30 |
|
Kovid Goyal
|
a0321376d5
|
Fix `@selection` placeholder not working with launch command
Fixes #2417
|
2020-03-08 08:00:36 +05:30 |
|
Kovid Goyal
|
81a58186c6
|
Drop support for python 3.5
|
2020-03-05 18:31:20 +05:30 |
|
Kovid Goyal
|
242d335095
|
A new `copy_and_clear_or_interrupt` function
Fixes #2403
|
2020-02-28 21:17:05 +05:30 |
|
Kovid Goyal
|
c167dcc4e9
|
Allow selection of single cells with the mouse. Also improve mouse selection to follow semantics common to most programs
Fixes #945
Fixes #1007
|
2020-02-25 20:19:38 +05:30 |
|
Kovid Goyal
|
511c4da6a3
|
Workaround for bug in less that causes colors to reset at wrapped lines
Fixes #2381
|
2020-02-25 19:14:24 +05:30 |
|
Kovid Goyal
|
2d870fc84a
|
Fix colors in scrollback pager off if the window has redefined terminal colors using escape codes
Fixes #2381
|
2020-02-25 10:46:51 +05:30 |
|
Kovid Goyal
|
a82e45ad71
|
Allow passing the currently active kitty window id in the launch command
See #2391
|
2020-02-23 19:17:26 +05:30 |
|
Kovid Goyal
|
d6d01102fe
|
diff kitten: Fix directory diffing with removed binary files failing
Fixes #2378
|
2020-02-19 19:53:19 +05:30 |
|
Kovid Goyal
|
4a191b65bb
|
Fix a regression in the previous release that broke switching to neighboring windows in the Grid layout when there are less than four windows
Fixes #2377
|
2020-02-19 15:27:56 +05:30 |
|
Luflosi
|
3ac966a38b
|
Fix typo
|
2020-02-18 16:00:28 +01:00 |
|
Kovid Goyal
|
56e5c8be32
|
macOS: When switching inpt method while a pending multi-key input is in progress, clear the pending input
Fixes #2358
|
2020-02-17 15:30:03 +05:30 |
|
Kovid Goyal
|
c51f4df0ca
|
When the application running in the terminal grabs the mouse, pass middle clicks to the application unless the terminal_select_modifiers are pressed
Fixes #2368
|
2020-02-16 22:55:18 +05:30 |
|
Kovid Goyal
|
917350f058
|
Fix incorrect rendering of selection when using rectangular select and scrolling
Fixes #2351
|
2020-02-16 21:10:09 +05:30 |
|
Kovid Goyal
|
734c3199f0
|
Fix rendering of combining characters with fonts that have glyphs for precomposed characters but not decomposed versions
Fix #2365
|
2020-02-15 21:55:17 +05:30 |
|
Kovid Goyal
|
9007623d0c
|
macOS: Fix menubar title not updating on OS Window focus change
Fixes #2350
|
2020-02-10 07:27:40 +05:30 |
|
Kovid Goyal
|
c1abb7038d
|
Fix border/margin/padding sizes not being recalculated on DPI change
Fixes #2346
Fixes #2347
|
2020-02-09 08:31:09 +05:30 |
|
Kovid Goyal
|
53f7eebc4d
|
Add changelog entry
|
2020-02-09 08:04:18 +05:30 |
|
Kovid Goyal
|
62e273c5bb
|
unicode input kitten: Allow pressing :kbd:ctrl+tab to change the input mode
Fixes #2343
|
2020-02-08 13:29:50 +05:30 |
|
Kovid Goyal
|
d82f399be7
|
...
|
2020-02-06 21:16:16 +05:30 |
|
Kovid Goyal
|
20a7050564
|
Merge branch 'underline_thickness_option' of https://github.com/noomly/kitty
|
2020-02-06 21:14:34 +05:30 |
|
Kovid Goyal
|
b235f411b0
|
X11: Fix arrow mouse cursor using right pointing instead of the default left pointing arrow
Fixes #2341
|
2020-02-06 21:11:09 +05:30 |
|
Eyal Chojnowski
|
99faeeacfc
|
Add PR number to changelog
|
2020-02-06 16:24:51 +01:00 |
|
Eyal Chojnowski
|
edba63d0d9
|
Make underline cursor thickness configurable
|
2020-02-06 16:15:12 +01:00 |
|
Kovid Goyal
|
e33f882abc
|
Changelog entry for cursor beam thickness option
|
2020-02-06 17:52:40 +05:30 |
|
Fredrick Brennan
|
29c40a4957
|
Update changelog.rst
This change was discussed privately, lest I appear presumptuous for thanking myself :-)
|
2020-02-05 12:22:54 +08:00 |
|