Commit Graph

  • db1e48848d More robust no modifier check for CSI parsing Kovid Goyal 2018-11-19 09:53:01 +05:30
  • c02fa79591 Fix #1153 Kovid Goyal 2018-11-19 09:35:46 +05:30
  • 6f0a59c696 If a permission error occurs creating the kitty config directory use a temp dir as the config directory. Fixes #1152 Kovid Goyal 2018-11-18 20:02:55 +05:30
  • bc715d4348 Merge branch 'fix-set-background-opacity' of https://github.com/kdarkhan/kitty Kovid Goyal 2018-11-17 16:01:33 +05:30
  • 55e4761302 Fix set_background_opacity with increment/decrement Darkhan Kubigenov 2018-11-17 15:21:42 +06:00
  • 18fe2e8dfa Add the new RGB boolean capability to terminfo to indicate we support truecolor Kovid Goyal 2018-11-15 13:59:15 +05:30
  • 18a07a78b5 Move the os window clearing into render_os_window Kovid Goyal 2018-11-14 12:11:26 +05:30
  • aa7024b264 Bump required version of wayland protocols Kovid Goyal 2018-11-14 09:16:14 +05:30
  • c67ab2a6ff ... Kovid Goyal 2018-11-14 09:01:51 +05:30
  • d15eab31da Merge branch 'master' of https://github.com/tarmack/kitty Kovid Goyal 2018-11-14 09:01:22 +05:30
  • a6900443d5 Wayland primary selection migrated to unstable protocol Tarmack 2018-11-13 20:58:02 +01:00
  • 235bcacc7b Make the buffer clearing more robust Kovid Goyal 2018-11-13 20:59:39 +05:30
  • 3e26f96744 Add some common synonyms for unicode word searching Kovid Goyal 2018-11-13 15:46:33 +05:30
  • 718111582a Fix #1136 Kovid Goyal 2018-11-12 09:15:41 +05:30
  • f5cdbe53ea Merge branch 'patch-3' of https://github.com/maximbaz/kitty Kovid Goyal 2018-11-11 21:38:39 +05:30
  • bf761a7189 Fix typo in changelog Maxim Baz 2018-11-11 13:04:53 +01:00
  • 05ee01b4dd Merge branch 'scroll-wayland' of https://github.com/maximbaz/kitty Kovid Goyal 2018-11-11 12:03:39 +05:30
  • 53166d659e Consolidate options for hiding window decorations Kovid Goyal 2018-11-11 11:56:37 +05:30
  • 34aea3bca1 Merge branch 'hints-add-trailing-space' of https://github.com/maximbaz/kitty Kovid Goyal 2018-11-11 11:03:11 +05:30
  • f26519863f Don't include --progam in the condition Maxim Baz 2018-11-10 13:24:39 +01:00
  • a57e96500a hints: optionally add trailing space Maxim Baz 2018-11-10 13:19:40 +01:00
  • 5e27c21856 Implement touch_scroll_multiplier Maxim Baz 2018-11-10 12:33:47 +01:00
  • 4601cd13dc icat kitten: Implement reading image data from STDIN, if STDIN is not connected to a terminal Kovid Goyal 2018-11-10 12:31:09 +05:30
  • ad92541ff3 Merge branch 'microoptimization' of https://github.com/Luflosi/kitty Kovid Goyal 2018-11-10 10:50:03 +05:30
  • 3f77a2044e Make high resolution scrolling more responsive and configurable Maxim Baz 2018-11-09 13:22:03 +01:00
  • 75e57a48e0 Microoptimisation Luflosi 2018-11-09 10:19:42 +01:00
  • 160fbd2071 Add a terminfo entry for full keyboard mode Kovid Goyal 2018-11-05 08:11:35 +05:30
  • f5743f4610 Forgot to multiply xscale Kovid Goyal 2018-11-05 07:56:33 +05:30
  • 82f9aecacb macOS: Fix touch scrolling sensitivity low on retina screens Kovid Goyal 2018-11-04 12:07:55 +05:30
  • be6556c884 X11: Fix missing check for NET_WM_STATE Kovid Goyal 2018-11-04 10:20:38 +05:30
  • f941ffb1fe Merge branch 'document-ctrl-l' of https://github.com/maximbaz/kitty Kovid Goyal 2018-11-04 10:04:39 +05:30
  • cbdba0b6aa Document how to achieve alternative behavior for Ctrl+L, ref #1113 Maxim Baz 2018-11-03 20:29:40 +01:00
  • ce04f102a7 Technically, scroll_until_empty is scroll_until_cursor Kovid Goyal 2018-11-03 14:23:50 +05:30
  • fc3bd2d15f Add an action to the `clear_terminal` function to scroll the screen contents into the scrollback buffer Kovid Goyal 2018-11-03 14:18:09 +05:30
  • a958cabf01 Fix :kbd:ctrl+shift+special key not working in normal and application keyboard modes Kovid Goyal 2018-11-03 09:03:50 +05:30
  • d0a2eab79e ... Kovid Goyal 2018-11-02 12:47:13 +05:30
  • b835afefee Merge branch 'fix-grid-neighbors' of https://github.com/strix/kitty Kovid Goyal 2018-11-02 10:32:27 +05:30
  • d0a7be90f9 Fixed call to Tall.neighbors_for_window Brance Boren 2018-11-01 14:55:13 -06:00
  • 1f3550b84c ... Kovid Goyal 2018-11-01 07:55:29 +05:30
  • 939212e1d4 Update changelog Kovid Goyal 2018-10-31 16:11:45 +05:30
  • 7db6318806 Only warn about failure to primary select once Kovid Goyal 2018-10-31 09:09:46 +05:30
  • e5d9182606 Since we now have primary selections on wayland, remove it from the click_on_select option's description Kovid Goyal 2018-10-31 09:04:55 +05:30
  • d519553581 Implement primary selection for Wayland Tarmack 2018-10-25 18:22:47 +02:00
  • e99b1be023 macOS: Ensure stored mouse position is correct when switching to a kitty window Kovid Goyal 2018-10-31 08:38:50 +05:30
  • e460866ebc Make the bounds check cleaner Kovid Goyal 2018-10-30 15:02:48 +05:30
  • 23aea68e32 Fix second cell of emoji created using variation selectors not having the same attributes as the first cell Kovid Goyal 2018-10-30 15:00:47 +05:30
  • 65c2cbe93a Merge branch 'adjust_column_width_frac' of https://github.com/jjrams/kitty Kovid Goyal 2018-10-30 11:49:58 +05:30
  • ee31ba0c76 Merge branch 'multi-pua' of https://github.com/blueyed/kitty Kovid Goyal 2018-10-30 11:49:05 +05:30
  • 3ed9d9a069 Merge branch 'system_double_click_interval' of https://github.com/Luflosi/kitty Kovid Goyal 2018-10-28 11:18:43 +05:30
  • 721e51c117 Fix typo when using adjust_column_width_frac jjrams 2018-10-27 12:24:37 -07:00
  • 09daaf1ec3 Change click_interval default to -1.0 and add help text for negative click_interval values Luflosi 2018-10-27 17:55:16 +02:00
  • b2d62f10d2 Dont send frame requests is sync_to_monitor is disabled Kovid Goyal 2018-10-27 14:04:14 +05:30
  • 0d542b2f60 ... Kovid Goyal 2018-10-27 13:32:16 +05:30
  • 04fd058e0f Wayland: Improve FPS for rendering with vsync Kovid Goyal 2018-10-27 12:33:48 +05:30
  • 31a0a9427e ... Kovid Goyal 2018-10-27 11:35:25 +05:30
  • 04f10ba570 Fix leak of Wayland callback structure when doing a copy Kovid Goyal 2018-10-27 11:34:54 +05:30
  • 34b7b2e4e8 Move to using upstream glfw fix for mojave initial render issue Kovid Goyal 2018-10-26 22:29:05 +05:30
  • 09183772d3 Respect the default system double-click interval Luflosi 2018-10-26 11:57:33 +02:00
  • 3e4eca5816 Wayland: Fix cursor being reset continuously Kovid Goyal 2018-10-26 11:23:34 +05:30
  • 30c6c4697f Merge branch 'x11_enter' of https://github.com/martinetd/kitty Kovid Goyal 2018-10-26 10:26:10 +05:30
  • b650275d45 Wayland: Fix copying from hidden kitty windows hanging Kovid Goyal 2018-10-26 10:25:08 +05:30
  • 174bd5c57f Commit the wl_surface to ensure that we receive the frame event Kovid Goyal 2018-10-26 10:12:54 +05:30
  • ec51a219a7 glfw x11: update cursor position on enter event Dominique Martinet 2018-10-26 13:18:45 +09:00
  • cca2fb967c Avoid malloc for frame callbacks Kovid Goyal 2018-10-26 08:49:17 +05:30
  • 5b547d9b06 Initial attempt at supporting Wayland frame events Kovid Goyal 2018-10-26 07:38:47 +05:30
  • facb2df3f6 Merge branch 'master' of github:kovidgoyal/kitty into system_double_click_interval Luflosi 2018-10-25 13:18:43 +02:00
  • 8395076da5 Cocoa: Cleanup Kovid Goyal 2018-10-25 10:32:17 +05:30
  • e113e0cba7 Allow hiding the tab bar completely, by setting :opt:tab_bar_style to `hidden`. Kovid Goyal 2018-10-25 10:05:43 +05:30
  • 407d19c2dc Remove code to import/export from glfw Kovid Goyal 2018-10-24 14:18:01 +05:30
  • 382367506a [WIP] Respect the default system click_interval Luflosi 2018-10-24 10:44:24 +02:00
  • bd5a85a4e7 Fix compilation on ancient linux distros Kovid Goyal 2018-10-24 08:40:25 +05:30
  • 631f97eb26 Linux: Fix a crash when using the GNU Unifont as a fallback font Kovid Goyal 2018-10-24 08:20:37 +05:30
  • 0c0ce4844c Dont use deprecated FT_Bitmap_New Kovid Goyal 2018-10-24 07:07:57 +05:30
  • 6bf290149e Allow specifying monospace when calling fc_match Kovid Goyal 2018-10-24 06:45:06 +05:30
  • 60fa812b60 ... Kovid Goyal 2018-10-24 06:36:30 +05:30
  • 61f3a39aa0 macOS: Fix incorrect text sizes calaculated when using an external display that is set to mirror the main display Kovid Goyal 2018-10-24 06:28:58 +05:30
  • a6949df727 Linux: Fix match rules used as aliases in Fontconfig configuration not being respected Kovid Goyal 2018-10-23 12:22:18 +05:30
  • d839a31d7f oops forgot to convert poll timeout to milliseconds Kovid Goyal 2018-10-23 11:26:37 +05:30
  • 1de510f46f poll at zero timeout as well Kovid Goyal 2018-10-23 11:09:38 +05:30
  • 0359bbe4be ... Kovid Goyal 2018-10-23 11:08:13 +05:30
  • 40b355e593 macOS: Fix rendering frames-per-second very low when processing large amounts of input in small chunks Kovid Goyal 2018-10-23 10:27:56 +05:30
  • adf9c4fc5f Remove unused var Kovid Goyal 2018-10-23 09:05:56 +05:30
  • ae9d049011 Better fix for initial window render failure on mojave Kovid Goyal 2018-10-23 09:04:12 +05:30
  • d24977d164 Disabe brew python upgrade since it is failing for some reason on Travis Kovid Goyal 2018-10-23 08:35:55 +05:30
  • 3035d64127 Forgot to apply sendEvent micro-optimization to a couple more places Kovid Goyal 2018-10-23 08:00:20 +05:30
  • 70c9c058e2 Micro-optimization of cocoa event polling Kovid Goyal 2018-10-21 20:56:27 +05:30
  • 1d9f73adec ... Kovid Goyal 2018-10-21 20:30:31 +05:30
  • fca95af49b macOS: Fix IME input for east asian languages Kovid Goyal 2018-10-21 20:27:03 +05:30
  • 62fe392041 Handle overlay windows when recording window history Kovid Goyal 2018-10-21 11:56:23 +05:30
  • 097d11819b Add a new `nth_window action that can be used to go to the nth window and also previously active windows, using negative numbers. Similarly, goto_tab` now accepts negative numbers to go to previous windows Kovid Goyal 2018-10-21 10:59:06 +05:30
  • 691286f376 Add a minimal example for a python script to display PNG images Kovid Goyal 2018-10-21 07:48:24 +05:30
  • c910f6c832 When using --debug-keyboard also output matched action for keypresses, if any. Fixes #1021 Kovid Goyal 2018-10-20 14:08:33 +05:30
  • 65f9ac32ef Fix :opt:mouse_hide_wait only taking effect after an event such as cursor blink or key press Kovid Goyal 2018-10-20 14:01:55 +05:30
  • 27f2a2e3d5 Merge branch 'filter_tic_output' of https://github.com/Luflosi/kitty Kovid Goyal 2018-10-18 18:43:57 +05:30
  • 88aab20376 Loop through lines of tic output to correctly handle multiple lines Luflosi 2018-10-18 12:20:22 +02:00
  • a045ac3bd7 Decode tic stderr using utf-8 Luflosi 2018-10-18 12:15:37 +02:00
  • 722b605407 Merge branch 'fix_typo_in_scrollback_lines_docs' of https://github.com/Luflosi/kitty Kovid Goyal 2018-10-18 10:47:22 +05:30
  • 7f53745077 Fix #1062 Kovid Goyal 2018-10-18 08:30:47 +05:30
  • 7f902c4c03 Fix expansion of env vars not working in the :opt:env directive Kovid Goyal 2018-10-18 08:12:10 +05:30
  • 1205c2055f Fix typo in scrollback_lines docs Luflosi 2018-10-16 14:41:11 +02:00