Commit Graph

  • 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. Kovid Goyal 2020-03-28 08:43:32 +05:30
  • 90985cc846 Merge branch 'hints-copy-to-primary-selection' of https://github.com/trygveaa/kitty Kovid Goyal 2020-03-28 08:21:08 +05:30
  • 63917944f2 Add an option to hints for copying to the primary selection Trygve Aaberge 2020-03-27 20:23:02 +01:00
  • 793605f80f Update changelog Kovid Goyal 2020-03-26 22:06:13 +05:30
  • 93a281c7e3 Add a new mappable action `close_other_windows_in_tab` to close all but the active window Kovid Goyal 2020-03-26 22:05:00 +05:30
  • 8f1c6c4d74 Fix #2482 Kovid Goyal 2020-03-26 00:53:19 +05:30
  • 1610dba7ab patch tab bar colors correctly Kovid Goyal 2020-03-26 00:46:30 +05:30
  • d9d419991c Respect tab_bar_background again Kovid Goyal 2020-03-26 00:41:19 +05:30
  • f9e86b19aa Fix #2480 Kovid Goyal 2020-03-26 00:20:10 +05:30
  • fffb976e43 Fix blank space at the start of tab bar in powerline style when first tab is inactive Kovid Goyal 2020-03-25 19:20:35 +05:30
  • 0da566b49f Hints kitten: Adjust the default regex used to detect line numbers to handle line+column numbers Kovid Goyal 2020-03-25 10:03:25 +05:30
  • da55717d20 The splits layout needs its own draw_minimal_borders implementation Kovid Goyal 2020-03-25 09:54:06 +05:30
  • 254836902c Merge branch 'fix/window-border' of https://github.com/pyrho/kitty Kovid Goyal 2020-03-25 09:35:46 +05:30
  • d01f8d1865 fix(window): inactive window border fix Damien Rajon 2020-03-24 22:29:39 +01:00
  • a46c3f7007 Replace use of cast() Kovid Goyal 2020-03-24 22:03:10 +05:30
  • 4e58062025 Improve rendering of :option: in cli docs Kovid Goyal 2020-03-24 22:03:00 +05:30
  • aa3be0535f version 0.17.1 v0.17.1 Kovid Goyal 2020-03-24 19:45:19 +05:30
  • 8ebf5e007c Fix rc setting cursor_text_color to background not working Kovid Goyal 2020-03-24 19:43:31 +05:30
  • c2957e7f12 Fix a regression in 0.17 that caused kitty @ set-colors to require setting cursor_text_color Kovid Goyal 2020-03-24 19:29:25 +05:30
  • bf7c26d357 CoreText: Prefer less bold variants over heavier variants when auto-selecting the bold face Kovid Goyal 2020-03-24 19:27:14 +05:30
  • 0547102bdd Fix #2468 Kovid Goyal 2020-03-24 18:33:32 +05:30
  • a07369ce69 Update changelog Kovid Goyal 2020-03-24 18:14:14 +05:30
  • 21c5610431 ... Kovid Goyal 2020-03-24 18:02:44 +05:30
  • 6dbdf72f40 CoreText: When matching fonts prefer non-expanded/condensed variants Kovid Goyal 2020-03-24 17:55:38 +05:30
  • 76a6bba643 Fix #2466 Kovid Goyal 2020-03-24 17:07:37 +05:30
  • b0b8222a96 ... Kovid Goyal 2020-03-24 17:04:17 +05:30
  • 0d87b8fac5 Fix a regression in 0.17 that caused tab bar background to be rendered after the last tab as well Kovid Goyal 2020-03-24 16:05:02 +05:30
  • 5227b1f98b Fix :opt:cursor_underline_thickness not working Kovid Goyal 2020-03-24 15:53:13 +05:30
  • c4f7c5c1cd More explanation for OSC 52 extension Kovid Goyal 2020-03-24 11:58:30 +05:30
  • 33a84a609c ... Kovid Goyal 2020-03-24 11:35:34 +05:30
  • 037111715a ... Kovid Goyal 2020-03-24 11:34:29 +05:30
  • 93271b93e6 version 0.17.0 v0.17.0 Kovid Goyal 2020-03-24 10:33:51 +05:30
  • 04488ada06 Merge branch 'png2icns' of https://github.com/Luflosi/kitty Kovid Goyal 2020-03-21 08:50:57 +05:30
  • 21c7002c68 Add support for png2icns as an alternative to iconutil Luflosi 2020-03-20 23:59:58 +01:00
  • 97cae0e355 Simplify code Luflosi 2020-03-20 23:51:05 +01:00
  • 85fc0a59b1 Rename variable logo_dir -> iconset_dir Luflosi 2020-03-20 23:49:57 +01:00
  • eddd45bbc3 diff kitten: Fix images losing position when scrolling using mouse wheel/touchpad Kovid Goyal 2020-03-19 18:46:10 +05:30
  • e2339697b9 Fix #2449 Kovid Goyal 2020-03-19 17:22:58 +05:30
  • cfe9b408ce Move startup of first child out of the constructor of Boss Kovid Goyal 2020-03-19 16:48:16 +05:30
  • 83e8018787 Exclude very small values for content scale Kovid Goyal 2020-03-19 14:13:23 +05:30
  • 372d2008a6 Actually, we should use text/plain rather than text/uri-list since we are already converting to filesystem paths Kovid Goyal 2020-03-19 13:40:02 +05:30
  • ab9a36f8c1 Port cocoa backend to use new drop API Kovid Goyal 2020-03-19 13:34:15 +05:30
  • 2458c3a7c6 Implement drag and drop of text/plain for Wayland as well Kovid Goyal 2020-03-19 13:00:52 +05:30
  • e827e6fa21 X11: Allow drag and drop of text/plain in addition to text/uri-list Kovid Goyal 2020-03-18 22:37:23 +05:30
  • 342f0981d8 Add tests for selection extension by right click Kovid Goyal 2020-03-18 20:57:19 +05:30
  • 9c19e88288 Allow extending selections by dragging with right button pressed Kovid Goyal 2020-03-18 20:52:25 +05:30
  • 7329bd4910 Fix incorrect first line selection rendering when scrolling down Kovid Goyal 2020-03-18 20:27:54 +05:30
  • b9ad62226e Fix selection not being extended by right click when scrolling down Kovid Goyal 2020-03-18 20:17:32 +05:30
  • 3bff3bcbe4 Fix selection not updating properly while scrolling Kovid Goyal 2020-03-18 18:48:59 +05:30
  • a06fdad034 Use a dedicated exception for rc_cmd.fatal() Kovid Goyal 2020-03-17 11:40:42 +05:30
  • a49bd98ec6 ... Kovid Goyal 2020-03-15 13:36:09 +05:30
  • 90f41108d3 ... Kovid Goyal 2020-03-15 13:30:02 +05:30
  • 382c31ddf2 Use a stub rather than TYPE_CHECKING Kovid Goyal 2020-03-15 13:27:40 +05:30
  • 871ca4dda6 oops Kovid Goyal 2020-03-15 08:58:46 +05:30
  • fa003f8233 Fix #2431 Kovid Goyal 2020-03-15 08:55:04 +05:30
  • 12f37bcfad Dont strip trailing punctuation from end of URL if next line startswith url characters Kovid Goyal 2020-03-15 08:47:52 +05:30
  • e86c712424 Dont strip :code:& and :code:- from the end of URLs Kovid Goyal 2020-03-15 08:29:56 +05:30
  • e8a9935cb2 Allow setting WM_CLASS and WM_NAME when creating new OS windows with the launch command Kovid Goyal 2020-03-15 08:12:28 +05:30
  • f353131b44 Fix #2433 Kovid Goyal 2020-03-15 07:54:55 +05:30
  • 7c4a2ba329 Fix #2434 Kovid Goyal 2020-03-14 20:19:26 +05:30
  • dfb543bd94 ... Kovid Goyal 2020-03-14 15:27:38 +05:30
  • c912eef040 Minor strictness increases Kovid Goyal 2020-03-14 14:59:31 +05:30
  • 5f06d3a427 Disallow untyped decorators Kovid Goyal 2020-03-14 14:50:04 +05:30
  • a70fa9abc5 oops Kovid Goyal 2020-03-14 14:38:56 +05:30
  • 5956277863 All defs are now typed Kovid Goyal 2020-03-14 14:37:11 +05:30
  • d3f37eeba4 more typing work Kovid Goyal 2020-03-14 11:42:05 +05:30
  • ea48332f46 more typing work Kovid Goyal 2020-03-14 09:52:56 +05:30
  • eb12511646 The uber-fussy sway does not like calling wl_data_offer_finish on a version 1 data manager Kovid Goyal 2020-03-14 09:12:06 +05:30
  • aa11ddf32c Wayland: Fix a crash when drag and dropping into kitty Kovid Goyal 2020-03-14 08:20:44 +05:30
  • a348f64833 more typing work Kovid Goyal 2020-03-13 21:41:07 +05:30
  • 626a96e20f Clean up code for matching windows/tabs in rc Kovid Goyal 2020-03-13 21:01:10 +05:30
  • 60995ff04b Fix #2429 Kovid Goyal 2020-03-13 19:14:49 +05:30
  • ba4e711715 Fix #2428 Kovid Goyal 2020-03-13 18:13:11 +05:30
  • 891b184195 misc typing fixes Kovid Goyal 2020-03-13 16:45:39 +05:30
  • 5414dc398e Correct a few type definitions in layout.py Kovid Goyal 2020-03-13 16:21:36 +05:30
  • 917559f883 more typing work Kovid Goyal 2020-03-13 16:13:26 +05:30
  • 9f2fb76309 more typing work Kovid Goyal 2020-03-12 15:09:21 +05:30
  • b6692849d6 more typing work Kovid Goyal 2020-03-12 14:52:11 +05:30
  • b27f6d5957 more typing work Kovid Goyal 2020-03-12 14:26:51 +05:30
  • cda1e28b32 more typing work Kovid Goyal 2020-03-12 13:51:51 +05:30
  • 8a3e71d3d0 oops Kovid Goyal 2020-03-12 11:28:58 +05:30
  • 149ae2866a more typing work Kovid Goyal 2020-03-12 08:10:51 +05:30
  • 21707171bb Simplify the protocol for the send-text remote command Kovid Goyal 2020-03-12 07:14:47 +05:30
  • 2ebdf738ca more typing work Kovid Goyal 2020-03-11 20:08:16 +05:30
  • 0e871a89aa more typing work Kovid Goyal 2020-03-11 09:57:49 +05:30
  • 2d4f194f0d more typing work Kovid Goyal 2020-03-11 09:43:28 +05:30
  • ce94a9b2df More typing work Kovid Goyal 2020-03-11 09:35:59 +05:30
  • bfbb3c7068 Merge branch 'zsh_compdef_comment' of https://github.com/Luflosi/kitty Kovid Goyal 2020-03-11 07:17:47 +05:30
  • 6d1fd20542 Add #compdef comment to zsh completion Luflosi 2020-03-10 20:16:27 +01:00
  • bb8cab3a02 Add type information for tui operations cmds Kovid Goyal 2020-03-10 22:25:57 +05:30
  • 10435c23c2 more typing work Kovid Goyal 2020-03-10 20:25:09 +05:30
  • 01142cdc8c Add type information to the Graphics Command infrastructure Kovid Goyal 2020-03-10 20:14:04 +05:30
  • fc0adfd965 more typing work Kovid Goyal 2020-03-10 15:48:51 +05:30
  • 8803eeb890 more typing work Kovid Goyal 2020-03-10 12:58:53 +05:30
  • 25be705bcf DRYer Kovid Goyal 2020-03-09 21:19:17 +05:30
  • d8f214a267 oops Kovid Goyal 2020-03-09 21:11:21 +05:30
  • f74fb846e5 Fix #2421 Kovid Goyal 2020-03-09 21:10:04 +05:30
  • 8ae110691e More typing work Kovid Goyal 2020-03-09 20:56:06 +05:30
  • abff2292c1 Workaround for sphinx type info being available magically on the CI server Kovid Goyal 2020-03-09 18:37:23 +05:30
  • 7d690bbad2 Run mypy on CI Kovid Goyal 2020-03-09 18:24:55 +05:30