Commit Graph

  • 8327dabb29 Allow @ send-text over a socket to work with more than 1MB of text Kovid Goyal 2020-04-30 08:58:46 +05:30
  • 195ea6c140 Dont send back an rc disallowed response for commands that dont expect responses Kovid Goyal 2020-04-29 21:53:20 +05:30
  • fcc0707174 Fix kitty @ send-text not working with text larger than 1024 bytes when using --listen-on Kovid Goyal 2020-04-29 21:48:09 +05:30
  • aa9c3cd634 Report modifier key state when sending wheel events to the terminal program Kovid Goyal 2020-04-29 20:02:55 +05:30
  • b541341681 Avoid use of goto Kovid Goyal 2020-04-29 14:37:26 +05:30
  • e5d50aca6d ... Kovid Goyal 2020-04-29 09:21:36 +05:30
  • b738f4d4ff Fix a regression that broke drag and drop on macOS Kovid Goyal 2020-04-29 09:12:04 +05:30
  • 5c38aabf0e ... Kovid Goyal 2020-04-29 07:50:01 +05:30
  • 03e9ed6947 Fix set_window_padding() only working on first window Kovid Goyal 2020-04-28 22:34:32 +05:30
  • 63493fad22 Fix a regression that caused clicking in the padding/margins of windows in the stack layout to switch the window to the first window Kovid Goyal 2020-04-28 22:23:38 +05:30
  • 696b857f91 By default, double clicking no longer considers the : as part of words Kovid Goyal 2020-04-28 19:57:40 +05:30
  • 53ae2bbe0d Merge branch 'use_loop' of https://github.com/Luflosi/kitty Kovid Goyal 2020-04-28 19:40:40 +05:30
  • 01069e919d Use loop instead of calling dlopen() multiple times Luflosi 2020-04-28 15:53:58 +02:00
  • fc0095f505 Merge branch 'master' of https://github.com/ixydo/kitty Kovid Goyal 2020-04-27 21:34:52 +05:30
  • 421528e130 Update note about icat + tmux to be more generic Jinn Koriech 2020-04-27 16:40:24 +01:00
  • 7b70356515 Add note clarifying that icat won't work with tmux Jinn Koriech 2020-04-27 14:11:16 +01:00
  • e803505aad CoreText: When centering glyphs ignore negative origins Kovid Goyal 2020-04-27 18:02:53 +05:30
  • ad1ff455a0 macOS: Fix a regression in the previous release that caused ligatures to be not be centered horizontally Kovid Goyal 2020-04-27 16:17:05 +05:30
  • 7692cb5c3d Merge branch 'graphics-big-endian' of https://github.com/jamessan/kitty Kovid Goyal 2020-04-26 09:36:53 +05:30
  • a94e208db3 Use T_PYSSIZET for GraphicsManager.image_count James McCoy 2020-04-25 23:25:18 -04:00
  • ba9d5cf3ff Merge branch 'use-fPIC' of https://github.com/jamessan/kitty Kovid Goyal 2020-04-25 21:11:10 +05:30
  • 0dff0d03f9 Use -fPIC instead of -fpic James McCoy 2020-04-25 10:08:28 -04:00
  • c92aca5d19 Use a Literal as the type for choice based options Kovid Goyal 2020-04-24 19:45:51 +05:30
  • 5762baeed7 Typing fixes Kovid Goyal 2020-04-24 19:27:22 +05:30
  • 601cf01222 Fix #2581 Kovid Goyal 2020-04-24 19:24:11 +05:30
  • 0eef48b516 Use literals as the type for cli opts that take choices Kovid Goyal 2020-04-24 15:28:04 +05:30
  • 3c1954f329 ... Kovid Goyal 2020-04-24 15:07:44 +05:30
  • cc29640604 version 0.17.3 v0.17.3 Kovid Goyal 2020-04-23 08:39:07 +05:30
  • d0329460b8 Fix #2573 Kovid Goyal 2020-04-21 22:04:34 +05:30
  • 717c0c96de Allow mapping arbitrary remote control commands to key presses in kitty.conf Kovid Goyal 2020-04-19 20:14:23 +05:30
  • b3f161efce ... Kovid Goyal 2020-04-19 19:39:56 +05:30
  • 0286940163 Allow changing margings/padding via remote control Kovid Goyal 2020-04-19 19:29:36 +05:30
  • d4a4ee386f Fix minimal borders in grid layout Kovid Goyal 2020-04-19 17:58:35 +05:30
  • 33498f9133 ... Kovid Goyal 2020-04-19 11:01:22 +05:30
  • da3d4d1bef ... Kovid Goyal 2020-04-19 09:51:06 +05:30
  • c69b8870d2 Allow individually setting margins and padding for each edge (left, right, top, bottom) Kovid Goyal 2020-04-19 09:36:26 +05:30
  • 85b55b31b6 Add a new :opt:listen_on option in kitty.conf Kovid Goyal 2020-04-19 09:23:52 +05:30
  • 948919e42b Forgot to apply --title on creation of subsequent OS windows Kovid Goyal 2020-04-19 08:42:30 +05:30
  • 85c40090ed Fix #2570 Kovid Goyal 2020-04-19 08:36:29 +05:30
  • 98b50ec145 ... Kovid Goyal 2020-04-19 08:28:40 +05:30
  • 1ab4f7d2d0 Fix a regression in 0.17 that broke displaying graphics over SSH Kovid Goyal 2020-04-19 08:13:33 +05:30
  • 98801b6fa6 Update changelog Kovid Goyal 2020-04-19 07:22:02 +05:30
  • bdd68284b5 Merge branch 'terminfo' of https://github.com/wladh/kitty Kovid Goyal 2020-04-19 07:21:10 +05:30
  • a61d70ea9a Add strikethrough capabilities to terminfo Vlad Hanciuta 2020-04-18 16:37:09 +01:00
  • e271719dd2 Add strikeout capability to terminfo Vlad Hanciuta 2020-04-18 16:05:30 +01:00
  • a08efa1fc5 Fix failing test Kovid Goyal 2020-04-17 19:57:37 +05:30
  • ffac3600e0 Layouts: Apply per window padding and margin values Kovid Goyal 2020-04-17 19:47:34 +05:30
  • 6499f8ac24 Allow window objects to store custom margin/padding Kovid Goyal 2020-04-17 09:02:08 +05:30
  • 63307cb1d8 Code to serialize state Kovid Goyal 2020-04-17 08:42:45 +05:30
  • 0a6fb362f6 kitty @ kitten: Allow no_ui kittens to return data to the remote client Kovid Goyal 2020-04-15 08:29:55 +05:30
  • 457fcbfb90 Merge branch 'master' of https://github.com/akobel/kitty Kovid Goyal 2020-04-15 07:44:27 +05:30
  • 3b6277b9e2 Hide "No render frame received" without --debug-rendering Alexander Kobel 2020-04-14 19:36:58 +02:00
  • e6e61028b1 Rename --debug-gl to --debug-rendering Alexander Kobel 2020-04-14 19:35:40 +02:00
  • e9be66126b Merge branch 'hints-support-empty-word-characters' of https://github.com/trygveaa/kitty Kovid Goyal 2020-04-14 08:17:13 +05:30
  • 681fe7f2f2 Don't set word_characters to select_by_word_characters when empty string Trygve Aaberge 2020-04-13 23:02:44 +02:00
  • 0196920533 icat kitten: Fix display of 16-bit depth images Kovid Goyal 2020-04-13 23:05:10 +05:30
  • 5f5bb3ace0 Update Changelog Kovid Goyal 2020-04-12 20:10:29 +05:30
  • 3c970e0122 Merge branch 'kitten-send-mouse-events' of https://github.com/trygveaa/kitty Kovid Goyal 2020-04-12 20:09:45 +05:30
  • 43af6e3b8a Add support for sending mouse events from a kitten Trygve Aaberge 2020-04-12 15:17:19 +02:00
  • ac8cfc12fb Merge branch 'docs-fix-kitten-custom-indentation' of https://github.com/trygveaa/kitty Kovid Goyal 2020-04-12 19:49:18 +05:30
  • b19472e0f5 Fix indentation in kittens/custom.rst to 4 spaces Trygve Aaberge 2020-04-12 16:04:32 +02:00
  • b4d08044a0 ... Kovid Goyal 2020-04-12 17:01:39 +05:30
  • b2fe02e63f Merge branch 'patch-1' of https://github.com/LesnyRumcajs/kitty Kovid Goyal 2020-04-12 16:55:10 +05:30
  • d1a5d30233 Add another test for marking Kovid Goyal 2020-04-12 16:54:38 +05:30
  • bba30138e1 Update Fedora link LesnyRumcajs 2020-04-12 13:13:02 +02:00
  • 082546a1e7 Marks: Fix marks not handling wide characters and tab characters correctly Kovid Goyal 2020-04-12 13:28:21 +05:30
  • 41ffd58e26 A bit of cleanup Kovid Goyal 2020-04-11 21:22:17 +05:30
  • b4f24e4e1e Merge branch 'must_draw_borders_flag' of https://github.com/franco/kitty Kovid Goyal 2020-04-11 21:19:52 +05:30
  • 75c8ffd715 Add flag to Layout to enforce drawing a border Franco Sebregondi 2020-04-11 17:01:44 +02:00
  • 688606ff7c Merge branch 'ignore-keyboard-layout-switch-keys' of https://github.com/trygveaa/kitty Kovid Goyal 2020-04-10 21:46:07 +05:30
  • 2e3f9dffa7 Ignore keys for switching keyboard layout Trygve Aaberge 2020-04-10 17:13:23 +02:00
  • 859033415b macOS: Fix incorrect horizontal positioning of some full-width East Asian characters Kovid Goyal 2020-04-09 13:24:55 +05:30
  • 1f1b52b580 Fix specifying options for layouts in the startup session file not working Kovid Goyal 2020-04-09 12:40:09 +05:30
  • 4e7bf80447 diff kitten: New option to control the background color for filler lines in the margin Kovid Goyal 2020-04-08 20:42:49 +05:30
  • e39df50884 Merge branch 'patch-1' of https://github.com/georgeabr/kitty Kovid Goyal 2020-04-08 18:56:15 +05:30
  • 8d6a9d45c2 Changing match target to "font" George Abraham 2020-04-08 14:02:54 +01:00
  • 0862e85577 Rewrite wcswidth as a state machine Kovid Goyal 2020-04-07 10:10:30 +05:30
  • 0b9a37139e Render any flag pair in two cells not just known ones Kovid Goyal 2020-04-06 23:00:34 +05:30
  • 6357f7b811 Update wcswidth() to match new country flag rendering Kovid Goyal 2020-04-06 22:56:34 +05:30
  • 24197dc422 Render known country flags designated by a pair of unicode codepoints in two cells instead of four. Kovid Goyal 2020-04-06 22:16:59 +05:30
  • 9bc2ab3245 Function to detect flag pairs Kovid Goyal 2020-04-06 21:16:14 +05:30
  • bf4e8c490c Update to Unicode 13.0 Kovid Goyal 2020-04-06 18:59:35 +05:30
  • 590a4d70ee Fix --stdin-add-formatting not working Kovid Goyal 2020-04-06 09:35:16 +05:30
  • 40341d2ddd ... Kovid Goyal 2020-04-04 09:17:38 +05:30
  • 0cd2c41ee3 Update changelog Kovid Goyal 2020-04-03 22:42:06 +05:30
  • 5d65cdb6a8 Fix reverse video not being rendered correctly when using transparency or a background image Kovid Goyal 2020-04-03 22:40:33 +05:30
  • 759a15ccbb X11: Handle invalid data being sent with drag events by some applications Kovid Goyal 2020-04-02 21:01:19 +05:30
  • 5aead5eebe Replace new-window with launch in the docs Kovid Goyal 2020-04-01 08:39:37 +05:30
  • a325a5fdee Merge branch 'strikethrough-info-from-font' of https://github.com/trygveaa/kitty Kovid Goyal 2020-03-31 09:34:07 +05:30
  • 931e91f1a7 Read strikethrough info from font when using FreeType Trygve Aaberge 2020-03-28 05:38:11 +01:00
  • 6e13509720 Allow entry points and external command combined completion on first word Kovid Goyal 2020-03-30 11:38:54 +05:30
  • 5b4844e71e oops Kovid Goyal 2020-03-30 11:12:00 +05:30
  • 66cbbea9bb Add completion for executables at kitty invocation in zsh Kovid Goyal 2020-03-30 08:40:56 +05:30
  • b65119b8a9 Color separators in the tab bar using inactive bg except for the last one v0.17.2 Kovid Goyal 2020-03-29 09:20:17 +05:30
  • 86703da917 version 0.17.2 Kovid Goyal 2020-03-29 09:09:16 +05:30
  • 610e9afdf0 Add completion of conf filenames to kitty @ set-colors Kovid Goyal 2020-03-29 08:41:27 +05:30
  • e3af9f68d3 Linux: Fix selection of fonts with multiple width variants not preferring the normal width faces Kovid Goyal 2020-03-29 01:52:33 +05:30
  • 747ac85e7c Add an :option:launch --watcher option that allows defining callbacks that are called for various events in the window's life-cycle Kovid Goyal 2020-03-28 12:13:42 +05:30
  • 8c23f9e526 DRYer Kovid Goyal 2020-03-28 09:20:28 +05:30
  • e6e339fcd3 ... Kovid Goyal 2020-03-28 08:44:48 +05:30