Commit Graph

  • b337d4d9d5 Merge branch 'master' of https://github.com/copy/kitty Kovid Goyal 2019-09-12 07:43:35 +05:30
  • d9404c0362 Fix color index 232 (should be #080808, not black) Fabian 2019-09-11 19:55:08 +02:00
  • e4ba5f449f When resetting the terminal, also reset parser state, this allows easy recovery from incomplete escape codes Kovid Goyal 2019-09-09 20:06:44 +05:30
  • 17fd749e8d Add some aliases when parsing config files for common key name variations Kovid Goyal 2019-09-08 19:28:41 +05:30
  • f3be5b5e57 Regenerate automatically generated key_encoding.py and keys.h Luflosi 2019-09-03 01:05:27 +02:00
  • e619eb9cbb Add more keyboard keys Luflosi 2019-09-01 11:45:40 +02:00
  • a65ee155c5 Indent lookup table in _glfwGetKeyName() to allow for longer keyboard key names Luflosi 2019-09-02 21:32:22 +02:00
  • 4037480d2b Allow for up to 256 keys instead of 128 Luflosi 2019-09-02 21:27:14 +02:00
  • 97e6978ed8 Order keyboard keys by their ASCII value Luflosi 2019-08-31 22:31:38 +02:00
  • f05eefcc20 Allow adding keys with Unicode names on macOS Luflosi 2019-09-01 11:38:52 +02:00
  • 3f926dfd8b Use keyboard key constants instead of hardcoded values Luflosi 2019-09-02 21:22:27 +02:00
  • 59f64c5e33 Blacklist GLFW_KEY_LAST_PRINTABLE in kitty/keys.py Luflosi 2019-09-02 21:20:08 +02:00
  • 87059a2004 Add GLFW_KEY_LAST_PRINTABLE as a GLFW constant Luflosi 2019-09-02 21:16:02 +02:00
  • 7c52dd2bd8 Fix update_encoding() not filtering GLFW_KEY_LAST_PRINTABLE Luflosi 2019-09-02 23:04:10 +02:00
  • 70c2765a6e Allow reading session file from STDIN Kovid Goyal 2019-09-08 15:20:37 +05:30
  • 3618f4d642 Only try to wakeup talk thread if it has been started Kovid Goyal 2019-09-08 15:12:17 +05:30
  • 698569536d Output which loo could not be woken up Kovid Goyal 2019-09-08 14:58:11 +05:30
  • c398d3d16e Cocoa: Fix glfwSetWindowSize anchor point Kovid Goyal 2019-09-08 09:16:07 +05:30
  • 9dbc54aad6 Fix comparison of video modes of equal area Kovid Goyal 2019-09-08 09:12:39 +05:30
  • 931cb223cd When all visible windows have the same background color, use that as the color for the global padding, instead of the configured background color Kovid Goyal 2019-09-07 18:47:15 +05:30
  • 336ee53fea Merge branch 'joystick-platform' of https://github.com/jamessan/kitty Kovid Goyal 2019-09-04 08:43:16 +05:30
  • 34350af61c Only use linux_joystick.c on Linux James McCoy 2019-09-03 22:59:20 -04:00
  • 72f7cb3b7d Merge branch 'format_key_encoding' of https://github.com/Luflosi/kitty Kovid Goyal 2019-09-02 07:49:30 +05:30
  • 481047a446 Format kitty/key_encoding.py with yapf Luflosi 2019-09-01 17:53:52 +02:00
  • 3bf1d73b07 Merge branch 'add_glfw_key_last_printable' of https://github.com/Luflosi/kitty Kovid Goyal 2019-09-01 17:52:39 +05:30
  • b3b830bb5f Make adding more printable keys slightly easier Luflosi 2019-08-31 21:51:26 +02:00
  • def0c55df3 Merge branch 'add_missing_named_keys' of https://github.com/Luflosi/kitty Kovid Goyal 2019-09-01 05:43:27 +05:30
  • b995e00850 Add missing key to named_keys Luflosi 2019-08-31 22:35:51 +02:00
  • 32dfc94909 Implement a hack to (mostly) preserve tabs when cat a file with them and then copying the text or passing screen contents to another program Kovid Goyal 2019-08-31 12:37:05 +05:30
  • 20f7118432 version 0.14.4 v0.14.4 Kovid Goyal 2019-08-31 10:20:47 +05:30
  • 37e6c3f0cb Merge branch 'bool_indentation' of https://github.com/Luflosi/kitty Kovid Goyal 2019-08-30 19:08:46 +05:30
  • 0459dda5c2 Fix bool indentation Luflosi 2019-08-30 15:32:19 +02:00
  • a10c816c05 Merge branch 'fix_nslog_string_format' of https://github.com/Luflosi/kitty Kovid Goyal 2019-08-30 18:40:49 +05:30
  • c0c7cfacc2 Fix NSLog() printing of unicode format strings Luflosi 2019-08-30 13:05:20 +02:00
  • 8cdb6647ed Merge branch 'fix_update_encoding' of https://github.com/Luflosi/kitty Kovid Goyal 2019-08-30 16:20:42 +05:30
  • b68e3c85b9 Add missing MENU key to key_encoding.py Luflosi 2019-08-30 12:37:23 +02:00
  • ef25d5bbd5 Fix update_encoding() not adding the last key Luflosi 2019-08-30 12:36:37 +02:00
  • 278bf6e897 Fix #1937 Kovid Goyal 2019-08-30 15:02:17 +05:30
  • 90a985b73a Make format_text() more secure Kovid Goyal 2019-08-28 05:41:20 +05:30
  • b016353809 Some clarifications for the graphics protocol Kovid Goyal 2019-08-28 05:28:05 +05:30
  • bc222af2e2 When dumping scrollback as ansi, reset SGR formatting at end of scrollback Kovid Goyal 2019-08-27 19:35:01 +05:30
  • 44599c9460 Merge branch 'simplify_compile_code' of https://github.com/Luflosi/kitty Kovid Goyal 2019-08-26 20:25:19 +05:30
  • 902fc22670 Simplify GLFW compilation code Luflosi 2019-08-11 02:33:21 +02:00
  • d84e22fbf1 Merge branch 'fix_typos' of https://github.com/Luflosi/kitty Kovid Goyal 2019-08-26 16:34:54 +05:30
  • 6cc720a350 Fix typos Luflosi 2019-08-23 01:01:12 +02:00
  • c905978874 Merge branch 'fix_issue_1924' of https://github.com/s1341/kitty Kovid Goyal 2019-08-26 10:19:50 +05:30
  • bfe595a8e8 Merge branch '_glfwInputError_format' of https://github.com/Luflosi/kitty Kovid Goyal 2019-08-26 06:24:02 +05:30
  • 94d56d1a9e Correct indentation for two _glfwInputError() messages Luflosi 2019-08-24 01:37:27 +02:00
  • bd3f0b5363 Properly handle all NULL cases s1341 2019-08-25 17:22:06 +03:00
  • 6fae3545c7 Fix null pointer deref s1341 2019-08-25 16:39:39 +03:00
  • 297963f6ab Fix issue #1924 by making prev_cell persistent across line_as_ansi calls s1341 2019-08-25 16:25:36 +03:00
  • a0ceba407e Merge branch 'drag_and_drop_text' of https://github.com/Luflosi/kitty Kovid Goyal 2019-08-24 08:39:27 +05:30
  • 35fa91fba2 When the OS returns a fallback font that does not actually contain glyphs for the text, do not exhaust the list of fallback fonts Kovid Goyal 2019-08-24 08:27:54 +05:30
  • a5d6cd169e Fix piping PNG images into the icat kitten not working Kovid Goyal 2019-08-24 07:43:31 +05:30
  • 06c2263657 macOS: implement drag and drop of text into kitty Luflosi 2019-08-23 21:27:00 +02:00
  • 472c6f6b8d When running kittens, use the colorscheme of the current window rather than the configured colorscheme Kovid Goyal 2019-08-18 18:27:44 +05:30
  • afcaca85da Merge branch 'hints_regex_doc' of https://github.com/toonn/kitty Kovid Goyal 2019-08-18 07:41:14 +05:30
  • 2575349ec2 Add expected regex syntax to hints kitten docs Toon Nolten 2019-08-17 19:26:45 +02:00
  • 77054f688d Workaround for window managers like xmonad that in some circumstances set window size to zero. Fixes #1910 Kovid Goyal 2019-08-17 18:02:29 +05:30
  • c5cb24378f Merge branch 'fix_macos_show_window_title_in' of https://github.com/Luflosi/kitty Kovid Goyal 2019-08-14 06:36:25 +05:30
  • d66123dd14 Fix hiding the window title in macOS Luflosi 2019-08-13 20:56:17 +02:00
  • 4ef8f11f9e Merge branch 'add_frameworks_only_once' of https://github.com/Luflosi/kitty Kovid Goyal 2019-08-11 07:43:36 +05:30
  • 599be7ddc9 Don't add Apple Frameworks twice Luflosi 2019-08-11 02:26:12 +02:00
  • 685497fc8c Fix shaping test Kovid Goyal 2019-08-10 08:58:02 +05:30
  • 57542fc204 Only disable liga and dlig for nimbus mono Kovid Goyal 2019-08-10 08:22:36 +05:30
  • 8d9323aec6 Merge branch 'unnecessary_indentation' of https://github.com/Luflosi/kitty Kovid Goyal 2019-08-09 07:05:26 +05:30
  • 4984a25b19 Remove unnecessary indentation Luflosi 2019-08-09 01:31:03 +02:00
  • 3bdcb29e01 Merge branch 'trailing_whitespace' of https://github.com/Luflosi/kitty Kovid Goyal 2019-08-09 06:34:19 +05:30
  • b9ab8e6348 Remove trailing whitespace Luflosi 2019-08-05 23:27:45 -05:00
  • 4a851701e9 Fix a regression that broke setting background_opacity via remote control Kovid Goyal 2019-08-07 15:09:04 +05:30
  • eafd8af937 Merge branch 'glfw_3.4' of https://github.com/Luflosi/kitty Kovid Goyal 2019-08-03 07:38:14 +05:30
  • 28bb123be8 Update the GLFW version number from 3.3 to 3.4 Luflosi 2019-07-18 19:08:14 +02:00
  • 8e1ed2f8c3 Update unicode data to 12.1 Kovid Goyal 2019-08-02 14:48:18 +05:30
  • 4a0fcb3cff Merge branch 'macos_show_window_title_in' of https://github.com/Luflosi/kitty Kovid Goyal 2019-08-02 11:51:38 +05:30
  • b5c2163238 Add option to hide the window title on macOS Luflosi 2019-07-19 23:46:07 +02:00
  • d0ecdfb330 Add a :opt:kitten_alias option that can be used to alias kitten invocation for brevity and to change kitten option defaults globally Kovid Goyal 2019-08-02 10:40:11 +05:30
  • bdf7d98a36 hints kitten: Allow specifying :option:kitty +kitten hints --program multiple times to run multiple programs Kovid Goyal 2019-08-02 10:03:04 +05:30
  • e4b0980d15 DRYer Kovid Goyal 2019-08-02 07:18:42 +05:30
  • d99c57aeae Merge branch 'open_context_manager' of https://github.com/Luflosi/kitty Kovid Goyal 2019-08-02 07:14:11 +05:30
  • 5f855ce547 Use context managers to open files Luflosi 2019-08-01 13:21:26 -05:00
  • 68f3b6fbeb Fix the decode_hint function to work with an arbitrary alphabet Kovid Goyal 2019-08-01 19:31:21 +05:30
  • dc6d14943e Dont use a global variable for the hints alphabet Kovid Goyal 2019-08-01 19:24:09 +05:30
  • 05f7334db9 hints kitten: Add a :option:kitty +kitten hints --alphabet option to control what alphabets are used for hints Kovid Goyal 2019-08-01 16:25:54 +05:30
  • cd707e9335 Merge branch 'wait_for_shell' of https://github.com/Luflosi/kitty Kovid Goyal 2019-08-01 12:56:12 +05:30
  • 505ed5e43b Fix crash when the shell takes too long to start when reading the environment Luflosi 2019-08-01 01:56:18 -05:00
  • 9dc8bf5f62 Merge branch 'ignore_directories' of https://github.com/Luflosi/kitty Kovid Goyal 2019-08-01 06:38:34 +05:30
  • f8098662b6 Explicitly mark directories as such in .gitignore Luflosi 2019-07-31 15:27:06 -05:00
  • de7a0e86c4 Merge branch 'ignore_files_only_in_root' of https://github.com/Luflosi/kitty Kovid Goyal 2019-07-31 20:56:50 +05:30
  • ca55438fda Ignore several directories and files only in the root of the repo Luflosi 2019-07-30 17:58:06 -05:00
  • a4b60e7eef Disable the `liga and dlig` OpenType features so that kitty works with "so-called" monospace fonts such as Nimbus Mono that have non-programming ligatures. Kovid Goyal 2019-07-31 20:02:48 +05:30
  • 5d22e07738 More details on login shell invocation Kovid Goyal 2019-07-31 12:20:02 +05:30
  • bdade7e151 Use a new controlling terminal when reading shell environment Kovid Goyal 2019-07-31 11:34:54 +05:30
  • 6958ded4c4 Dont fail to start if running the shell to read the EDITOR env var fails Kovid Goyal 2019-07-31 06:37:17 +05:30
  • cc06104be6 Create FUNDING.yml Kovid Goyal 2019-07-30 15:07:12 +05:30
  • 059c34c345 Add a version check to the installer on macOS Kovid Goyal 2019-07-30 15:01:07 +05:30
  • 9cbb726566 Fix #1865 Kovid Goyal 2019-07-30 06:20:54 +05:30
  • e8b4356a88 Merge branch 'ignore_build_only_in_root' of https://github.com/Luflosi/kitty Kovid Goyal 2019-07-29 11:37:36 +05:30
  • 634138cd3b Removed unused entry from .gitignore Kovid Goyal 2019-07-29 11:36:37 +05:30
  • 3f6b07de81 Ignore the build directory only in the root of the repo Luflosi 2019-07-29 00:55:43 -05:00
  • d218900b57 Remove unused header v0.14.3 Kovid Goyal 2019-07-29 09:45:02 +05:30