Commit Graph

  • fb98aa650d Reduce the difference of glfw to upstream Luflosi 2019-06-20 21:40:47 +02:00
  • 9981b5a9c6 Update xcode version in macos brew CI build Kovid Goyal 2019-06-20 06:28:49 +05:30
  • 603533e632 Fix a regression that caused closing an overlay window to focus the previously focused window rather than the underlying window Kovid Goyal 2019-06-17 09:00:47 +05:30
  • 38bc90f724 unicode_input kitten: Fix a regression that broke using indices to select recently used symbols. Kovid Goyal 2019-06-17 07:11:07 +05:30
  • 721beb9202 More docs for the cell fragment shader Kovid Goyal 2019-06-14 11:11:43 +05:30
  • 2e99259589 Make it possible to run custom kittens via kitty +kitten Kovid Goyal 2019-06-14 09:05:03 +05:30
  • 83e6b75872 More helpful error message if user tries to run a custom kitten via kitty +kitten Kovid Goyal 2019-06-14 08:23:25 +05:30
  • cf70946f50 ... Kovid Goyal 2019-06-13 05:08:13 +05:30
  • f1c36aba83 Reduce the difference of glfw/null_* to upstream Luflosi 2019-06-12 20:35:44 +02:00
  • 2973cf15a4 Dont leak a file descriptor if pthread_create() fails Kovid Goyal 2019-06-12 21:51:32 +05:30
  • 55969bc3c5 Also set cwd when piping to none Kovid Goyal 2019-06-12 21:43:13 +05:30
  • a8504c971a Also set special env for piped child with no input Kovid Goyal 2019-06-12 21:36:13 +05:30
  • 1644de2083 Use an explicit pipe instead of relying on subprocess.PIPE Kovid Goyal 2019-06-12 21:31:06 +05:30
  • dd1fb85f60 When piping data to a child in the pipe command do it in a thread so as not to block the UI Kovid Goyal 2019-06-12 21:03:18 +05:30
  • b945b19865 Make thread_write() more robust Kovid Goyal 2019-06-12 20:58:47 +05:30
  • 91bf9f2ec8 Ensure fd is blocking in thread_write() Kovid Goyal 2019-06-12 20:42:17 +05:30
  • f151f4c165 Detach the stdin write thread so that it is auto-cleaned up Kovid Goyal 2019-06-12 20:36:53 +05:30
  • 95b9b2d373 Merge branch 'diff_glfw_upstream' of https://github.com/Luflosi/kitty Kovid Goyal 2019-06-12 19:40:07 +05:30
  • 8be698681c Reduce the difference of glfw/wl_* to upstream Luflosi 2019-06-12 14:55:32 +02:00
  • da3e1a3730 Finish documenting commands Kovid Goyal 2019-06-12 15:30:26 +05:30
  • 29f637c19a Document a couple more commands Kovid Goyal 2019-06-12 15:14:15 +05:30
  • 3d01565ba7 Document more commands Kovid Goyal 2019-06-12 15:01:14 +05:30
  • 962291cc8e Document another command Kovid Goyal 2019-06-12 13:41:46 +05:30
  • a662dace9c Document a couple more commands Kovid Goyal 2019-06-12 13:33:12 +05:30
  • d34e0b325e Document a couple more commands Kovid Goyal 2019-06-12 13:20:54 +05:30
  • 4c242ec528 Document a couple more commands Kovid Goyal 2019-06-12 13:17:28 +05:30
  • 658be9405f Document the kitty remote control protocol Kovid Goyal 2019-06-12 13:12:53 +05:30
  • 15e8f6ad8a Another fix to the scissor for rendering the cell area Kovid Goyal 2019-06-12 10:37:20 +05:30
  • a5aca35f1c Simplify and document the operation of the cell fragment shader Kovid Goyal 2019-06-12 10:22:47 +05:30
  • ae9df1ffac oops Kovid Goyal 2019-06-12 08:03:10 +05:30
  • 8bf2e098f5 Fix an out of bounds read causing a crash when selecting text with the mouse in the alternate screen mode Kovid Goyal 2019-06-12 07:51:10 +05:30
  • 7091d554b5 Merge branch 'diff_glfw_upstream' of https://github.com/Luflosi/kitty Kovid Goyal 2019-06-12 05:17:15 +05:30
  • bada795320 Reduce the difference of glfw/x11_* to glfw upstream Luflosi 2019-06-11 17:57:36 +02:00
  • 7d385849fb Merge branch 'simplify_code' of https://github.com/Luflosi/kitty Kovid Goyal 2019-06-11 19:42:59 +05:30
  • 78775b7f6b Use "with suppress()" to suppress a python exception Luflosi 2019-06-11 15:48:27 +02:00
  • 8d21a5b6b3 Fallback on ctypes' find_library to load libxkbcommon Kovid Goyal 2019-06-11 16:58:57 +05:30
  • 9da095ca50 Fix #1703 Kovid Goyal 2019-06-11 16:54:55 +05:30
  • 0fafc07db0 Fix #1702 Kovid Goyal 2019-06-11 15:30:50 +05:30
  • 65b95999c1 version 0.14.2 v0.14.2 Kovid Goyal 2019-06-09 13:40:02 +05:30
  • 056012871f Merge branch 'bash_shebang' of https://github.com/Luflosi/kitty Kovid Goyal 2019-06-09 08:44:06 +05:30
  • c7b377080c Use "#!/usr/bin/env bash" shebang instead of "#!/bin/bash" Luflosi 2019-06-08 01:00:55 +02:00
  • 47acc9ff2f Get rid of GLFW_(TRUE|FALSE) Kovid Goyal 2019-06-08 08:14:30 +05:30
  • fe62700825 Get rid of GLFWbool Kovid Goyal 2019-06-08 08:12:42 +05:30
  • 6bcab56988 Merge branch 'whitespace' of https://github.com/Luflosi/kitty Kovid Goyal 2019-06-08 07:18:18 +05:30
  • fbc4d3e1be Remove extra spaces Luflosi 2019-06-08 00:43:18 +02:00
  • c89d1643f4 Merge branch 'typo' of https://github.com/Luflosi/kitty Kovid Goyal 2019-06-07 16:30:39 +05:30
  • e2226a1509 Fix typo Luflosi 2019-06-07 12:26:52 +02:00
  • 656916e0fa Use remove_i_from_array in a few more places Kovid Goyal 2019-06-07 14:25:33 +05:30
  • 4a55eb9e7f typo Kovid Goyal 2019-06-07 13:53:35 +05:30
  • 9c8cf04a80 Wayland: Don't insert the same monitor twice if the done event for an output is sent twice Kovid Goyal 2019-06-07 13:38:44 +05:30
  • e846bc9308 Wayland: Fix crash when enabling disabling monitors on sway Kovid Goyal 2019-06-07 12:40:02 +05:30
  • 3c7a71772c Wrap memmove in glfw with a nice safe macro Kovid Goyal 2019-06-07 10:01:10 +05:30
  • 857a53e80f Dont crash if GLFW gives us obviously erroneous framebuffer sizes Kovid Goyal 2019-06-07 09:28:30 +05:30
  • 84fcabe5cf Allow using the pipe command to send screen and scrollback contents directly to the clipboard Kovid Goyal 2019-06-07 07:47:34 +05:30
  • 9dc410c9fd oops Kovid Goyal 2019-06-07 07:20:08 +05:30
  • 8ebad06e7e clipboard kitten: Add a --wait-for-completion option to have the kitten wait till copying to clipboard is complete Kovid Goyal 2019-06-07 07:13:15 +05:30
  • 5db1a07f81 Merge branch 'simplify_code' of https://github.com/Luflosi/kitty Kovid Goyal 2019-06-07 06:21:00 +05:30
  • 48e5c8edb3 Remove unused code Luflosi 2019-06-06 18:03:44 +02:00
  • eefc21920e Merge branch 'simplify_code' of https://github.com/Luflosi/kitty Kovid Goyal 2019-06-06 21:26:24 +05:30
  • d7dd9c295b Use more specific exception Luflosi 2019-06-06 17:45:32 +02:00
  • 4faf71bd03 Merge branch 'simplify_code' of https://github.com/Luflosi/kitty Kovid Goyal 2019-06-06 06:22:52 +05:30
  • 2751dbdb94 Fix test_url_at Luflosi 2019-06-05 18:32:19 +02:00
  • fe329cb4ab Merge branch 'simplify_code' of https://github.com/Luflosi/kitty Kovid Goyal 2019-06-05 21:40:15 +05:30
  • 741e719ff8 Remove unused function Luflosi 2019-06-05 17:49:22 +02:00
  • 866bb32046 Merge branch 'simplify_code' of https://github.com/Luflosi/kitty Kovid Goyal 2019-06-05 21:14:16 +05:30
  • 7f01e758b3 Simplify code Luflosi 2019-06-05 17:26:52 +02:00
  • 03003d270e Merge branch 'simplify_code' of https://github.com/Luflosi/kitty Kovid Goyal 2019-06-05 20:47:11 +05:30
  • 3d313016ba Remove double assignment Luflosi 2019-06-05 17:08:43 +02:00
  • 1292c752a8 Merge branch 'simplify_code' of https://github.com/Luflosi/kitty Kovid Goyal 2019-06-05 20:35:29 +05:30
  • 4783947135 Remove useless code Luflosi 2019-06-05 16:53:29 +02:00
  • c9045788f5 Merge branch 'chained_comparisons' of https://github.com/Luflosi/kitty Kovid Goyal 2019-06-05 19:38:24 +05:30
  • 4eed8463b3 Simplify chained comparisions Luflosi 2019-06-05 15:21:01 +02:00
  • 303711ab8d Wayland: Detect SSD by querying compositor Kovid Goyal 2019-06-05 10:37:57 +05:30
  • 98d7fc9f39 Simplify code Kovid Goyal 2019-06-05 08:26:25 +05:30
  • c0a96f2087 icat kitten: Fix a regression that broke passing directories to icat Kovid Goyal 2019-06-05 07:36:47 +05:30
  • 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 Kovid Goyal 2019-06-04 19:40:00 +05:30
  • e5d8eb7845 Micro-optimization Kovid Goyal 2019-06-04 19:28:46 +05:30
  • 277f43aed6 Linux: Disable the Wayland backend on GNOME Kovid Goyal 2019-06-04 19:10:13 +05:30
  • f1494b64e5 Do not depend on glfw just to parse the config file Kovid Goyal 2019-06-04 18:02:56 +05:30
  • 6b9c71ec62 ... Kovid Goyal 2019-06-04 17:24:42 +05:30
  • d12a4b0a1a Test changing of update_check_interval on the CI server Kovid Goyal 2019-06-04 14:32:37 +05:30
  • a75d075dd1 Add an option to control the default update_check_interval when building kitty packages Kovid Goyal 2019-06-04 14:27:28 +05:30
  • 8f8a37bf94 Fix #1678 Kovid Goyal 2019-06-04 14:14:12 +05:30
  • 03f692fed8 Make it clear what pass_selection_to_program does Kovid Goyal 2019-06-04 13:48:34 +05:30
  • 614416d4b0 Fix positioning of text in the panel kitten Kovid Goyal 2019-06-03 20:37:36 +05:30
  • feb851716e Merge branch 'python_beautify' of https://github.com/Luflosi/kitty Kovid Goyal 2019-06-03 16:18:42 +05:30
  • 2b095f720e Use "with suppress()" to suppress python exceptions Luflosi 2019-06-03 11:50:07 +02:00
  • d6e750727f Merge branch 'master' of https://github.com/copy/kitty Kovid Goyal 2019-06-03 08:46:47 +05:30
  • 961ff8633d Add align_top_left option to avoid a padding on the top/left Fabian 2019-06-01 19:17:24 -05:00
  • 8406d4a8f1 Forgot another print statement Kovid Goyal 2019-06-02 20:23:56 +05:30
  • e25b64ae15 ... Kovid Goyal 2019-06-02 18:01:32 +05:30
  • 59205a4caf macOS: Fix a regression in the previous release that broke using :kbd:ctrl+shift+tab Kovid Goyal 2019-06-02 17:36:16 +05:30
  • 5001797179 Merge branch 'fix_typo' of https://github.com/Luflosi/kitty Kovid Goyal 2019-06-02 16:50:02 +05:30
  • b24dd69067 Fix typo Luflosi 2019-06-02 11:54:20 +02:00
  • 4f163338dd Allow controlling how multiple selections are handled in the hints kitten Kovid Goyal 2019-06-02 09:23:20 +05:30
  • 1e8f1f8cc6 Ensure trailing space is drawn around tab separator when title is too long to fit Kovid Goyal 2019-05-31 17:51:56 +05:30
  • 5c3e2e6877 Add a note for packagers if they want to turn off the update check mechanism Kovid Goyal 2019-05-31 17:47:53 +05:30
  • ff52ff7865 version 0.14.1 v0.14.1 Kovid Goyal 2019-05-29 19:57:00 +05:30
  • f6f55aaa9a NSGL: Remove enforcement of forward-compatible flag Kovid Goyal 2019-05-29 19:52:15 +05:30
  • 6f1aecab99 Remove pointless comment Kovid Goyal 2019-05-29 19:50:22 +05:30