Commit Graph

  • 2e693c31df Refactor shortcut config parsing Kovid Goyal 2018-04-27 11:16:58 +05:30
  • 0f06bf1bdb Merge branch 'macos_hide_from_tasks' of https://github.com/cfal/kitty Kovid Goyal 2018-04-27 08:19:32 +05:30
  • b7f4f2e898 Move call to cocoa_window.m Alex Lau 2018-04-26 12:42:56 -07:00
  • 7148ee8a0f When triple-clicking select all wrapped lines belonging to a single logical line. Fixes #492 Kovid Goyal 2018-04-26 10:16:00 +05:30
  • 238508fc0a Update glfw from upstream Kovid Goyal 2018-04-26 08:31:52 +05:30
  • 84ab0f5062 More work on the diff kitten Kovid Goyal 2018-04-26 08:01:12 +05:30
  • cf04bdb36a Merge branch 'master' of https://github.com/FabioLolix/kitty Kovid Goyal 2018-04-26 06:58:16 +05:30
  • d09a30d16c Updated Readme - Arch package FabioLolix 2018-04-25 21:13:17 +02:00
  • d54b58d2f3 ... Kovid Goyal 2018-04-25 19:50:40 +05:30
  • 0be0963dc7 Utility method to truncate formatted lines to specified width Kovid Goyal 2018-04-25 19:34:04 +05:30
  • 61a2360df5 hints kitten: Detect bracketed URLs and dont include the closing bracket in the URL. Kovid Goyal 2018-04-25 14:33:37 +05:30
  • b3ed4e3bc2 ... Kovid Goyal 2018-04-25 09:16:10 +05:30
  • 316e7cb9f5 Also use cwd of child when opening programs via the hints kitten Kovid Goyal 2018-04-25 09:07:35 +05:30
  • 23851e31bf When calling pass_selection_to_program use the current directory of the child process as the cwd of the program. Fixes #491 Kovid Goyal 2018-04-25 08:30:12 +05:30
  • b7b64ec513 Default to off Alex Lau 2018-04-24 17:13:37 -07:00
  • 2b372373ae Update glfw from upstream Kovid Goyal 2018-04-24 18:15:28 +05:30
  • 7a543fac86 Wire up color handling in the diff kitten Kovid Goyal 2018-04-24 10:58:15 +05:30
  • 5c4b14468c Apply default colors in diff kitten Kovid Goyal 2018-04-24 10:33:18 +05:30
  • 7d4d978d97 Add macos_hide_from_tasks option Alex Lau 2018-04-23 21:55:05 -07:00
  • fe5b8f3aec Fix using modifiers with subsequent keys in a muti-key shortcut not working Kovid Goyal 2018-04-24 09:42:37 +05:30
  • f5abe7cbf7 Add a setting to clear all shortcuts defined up to that point Kovid Goyal 2018-04-24 09:08:22 +05:30
  • bd0382830a Add a setting (kitty_mod) to change the modifier used by all the default kitty shortcuts, globally Kovid Goyal 2018-04-24 08:53:07 +05:30
  • 0b99bb534f Unicode input: When searching by name search for prefix matches as well as whole word matches Kovid Goyal 2018-04-24 07:45:20 +05:30
  • 9d67198ff9 Update path in gen-wcwidth.py Kovid Goyal 2018-04-23 21:25:33 +05:30
  • fda57a81e1 Fix Shift+function key not working Kovid Goyal 2018-04-23 11:28:02 +05:30
  • 9962ac2703 ... Kovid Goyal 2018-04-23 10:54:04 +05:30
  • edc4b91d15 Expand ~ and env vars in program names. Fixes #483 Kovid Goyal 2018-04-23 10:53:20 +05:30
  • 92ca8ab9cc Fix #482 Kovid Goyal 2018-04-23 07:19:40 +05:30
  • 07e2d9175c Merge branch 'fixconfig' of https://github.com/Abominas/kitty Kovid Goyal 2018-04-23 06:59:44 +05:30
  • c90dbb25b9 Fix config format crash Abominas 2018-04-22 17:35:58 -07:00
  • b5da109e7f Wire up config infrastructure for diff kitten Kovid Goyal 2018-04-22 21:44:47 +05:30
  • aa18429a8c DRYer Kovid Goyal 2018-04-22 21:22:08 +05:30
  • e578d41adb Make merge_dicts() re-useable Kovid Goyal 2018-04-22 21:00:17 +05:30
  • f3579e78af Make load_config() re-useable Kovid Goyal 2018-04-22 20:58:43 +05:30
  • 9c43707f40 Make the hinting defaults zero when missing Kovid Goyal 2018-04-22 20:34:00 +05:30
  • 99ff92a5a7 Don't fail to start if the user deletes the hintstyle key from their fontconfig configuration. Fixes #480 Kovid Goyal 2018-04-22 20:29:46 +05:30
  • d866c0d202 Fix NULL return without error set Kovid Goyal 2018-04-22 20:19:21 +05:30
  • 20c42ab519 tui: Allow handlers to finalize() as well as initialize() Kovid Goyal 2018-04-22 13:14:25 +05:30
  • 8bbc2b82d4 More work on the diff kitten Kovid Goyal 2018-04-22 13:05:58 +05:30
  • 6929358976 More work on the diff kitten Kovid Goyal 2018-04-21 15:45:16 +05:30
  • 82acd6b511 Add a note on how to create a script to launch kitty Kovid Goyal 2018-04-21 15:33:21 +05:30
  • bb939ed4f8 Remove unused code Kovid Goyal 2018-04-20 22:19:31 +05:30
  • cd25abc49f ... Kovid Goyal 2018-04-20 22:06:42 +05:30
  • 2e90e443ed Fix #476 Kovid Goyal 2018-04-20 21:33:24 +05:30
  • 92bb6e293a Add threaded job infrastructure to tui Kovid Goyal 2018-04-20 21:12:10 +05:30
  • ea9b431386 Allow changing the source used by test_compile Kovid Goyal 2018-04-20 21:02:05 +05:30
  • 23077fd6a6 DRYer Kovid Goyal 2018-04-20 20:56:29 +05:30
  • 5eee7ce338 Fix #475 Kovid Goyal 2018-04-20 20:32:16 +05:30
  • 784894cac3 xkbcommon.org's HTTPS certificate has expired Kovid Goyal 2018-04-20 18:39:27 +05:30
  • 757983b729 Another ParseTuple mismatch Kovid Goyal 2018-04-20 18:29:55 +05:30
  • b6660353cd Merge branch 'bigendian-fixes' of https://github.com/jamessan/kitty Kovid Goyal 2018-04-20 18:26:26 +05:30
  • 215a7689d9 Correct types for various PyArg_ParseTuple/Py_BuildValue calls James McCoy 2018-04-20 08:07:58 -04:00
  • dd18a1dfd8 Simplify is_ascii_control_char Kovid Goyal 2018-04-20 14:30:07 +05:30
  • 32f16ee5f5 macOS: Add support for dead keys Kovid Goyal 2018-04-20 14:25:53 +05:30
  • d4f426d2ce Merge branch 'unsigned-char-build' of https://github.com/jamessan/kitty Kovid Goyal 2018-04-20 10:15:13 +05:30
  • a6d96c9a14 Fix #471 Kovid Goyal 2018-04-20 09:32:01 +05:30
  • bf3bfeaf69 Merge branch '32bit-long-fix' of https://github.com/jamessan/kitty Kovid Goyal 2018-04-20 09:24:18 +05:30
  • 6ce82177ea Merge branch 'remove-sysctl-include' of https://github.com/jamessan/kitty Kovid Goyal 2018-04-20 09:21:47 +05:30
  • dc6efb5b37 Use uint64_t to detect out of range graphics command id James McCoy 2018-04-19 20:32:48 -04:00
  • b26d1f306d travis: Force unsigned char on one build James McCoy 2018-04-19 20:19:32 -04:00
  • cf678d8179 Remove unnecessary <sys/sysctl.h> include James McCoy 2018-04-19 19:14:40 -04:00
  • 8cecb22481 Add a link to the debian package Kovid Goyal 2018-04-19 19:42:46 +05:30
  • 2504266806 macOS: Fix option as alt not working for keys that act as dead keys in the current keyboard layout Kovid Goyal 2018-04-19 17:44:31 +05:30
  • e3795eb07e Dont add CPPFLAGS from the python build Kovid Goyal 2018-04-19 10:33:10 +05:30
  • 796ead5d75 Merge branch 'support-cppflags' of https://github.com/jamessan/kitty Kovid Goyal 2018-04-19 10:27:22 +05:30
  • d5907a1bf9 More work on the diff kitten Kovid Goyal 2018-04-19 10:26:14 +05:30
  • ddd4774169 setup.py: Support specifying CPPFLAGS distinctly from CFLAGS James McCoy 2018-04-18 23:07:01 -04:00
  • 1dc83a47cf When rendering a private use unicode codepoint and a space as a two cell ligature, set the foreground colors of the space cell to match the colors of the first cell. Works around broken applications like powerline that use different colors for the two cells. Fixes #467 Kovid Goyal 2018-04-19 07:30:36 +05:30
  • 0a8dc4be0a Start work on the diff kitten Kovid Goyal 2018-04-17 17:43:56 +05:30
  • 3d99361790 Add a note about dotted and dashed underline styles Kovid Goyal 2018-04-17 08:21:28 +05:30
  • 1e278938cc Fix #463 Kovid Goyal 2018-04-16 21:51:55 +05:30
  • ba177c61bc ... Kovid Goyal 2018-04-16 16:46:42 +05:30
  • 458f10be10 version 0.9.0 v0.9.0 Kovid Goyal 2018-04-15 20:18:52 +05:30
  • c1667d9fc1 Fix run_kitten shortcuts in readme Kovid Goyal 2018-04-15 20:04:32 +05:30
  • 52f4e81d59 hints kitten: Reverse order of hints Kovid Goyal 2018-04-14 23:07:53 +05:30
  • 1056ab1b81 Store marks in the index map Kovid Goyal 2018-04-14 23:01:49 +05:30
  • 3f9d04b616 Fix #458 Kovid Goyal 2018-04-14 08:41:40 +05:30
  • d9cc065c99 ... Kovid Goyal 2018-04-13 22:34:28 +05:30
  • 612fb3b596 Process events when timeout is zero Kovid Goyal 2018-04-13 22:34:08 +05:30
  • 532d51c411 Neaten up main_loop() Kovid Goyal 2018-04-13 15:19:25 +05:30
  • 5630c0e434 Fix merging of shortcuts Kovid Goyal 2018-04-12 19:40:22 +05:30
  • 5ba8ca2745 ... Kovid Goyal 2018-04-12 16:53:46 +05:30
  • e9ffb8d185 Clarify --config help text Kovid Goyal 2018-04-12 16:47:26 +05:30
  • 339a2e0800 Add a word select type to the hints kitten Kovid Goyal 2018-04-12 13:49:12 +05:30
  • 98c04fb7da Pass some common option values to the kittens Kovid Goyal 2018-04-12 13:21:05 +05:30
  • c95d1393cc Add some more default keybindings for the hints kitten Kovid Goyal 2018-04-12 13:01:16 +05:30
  • 1779cdd353 Fix #455 Kovid Goyal 2018-04-12 10:45:29 +05:30
  • 6a090ac740 Add a --type argument to hints kitten Kovid Goyal 2018-04-12 10:30:32 +05:30
  • 3c7236557c hints: Use --program=@ to copy to clipboard Kovid Goyal 2018-04-12 10:16:48 +05:30
  • 83a3d99824 Make --help work for all kittens Kovid Goyal 2018-04-12 09:33:50 +05:30
  • 808750a76a Rename url_hints to just hints Kovid Goyal 2018-04-12 09:23:48 +05:30
  • 32caea4197 Better error message for unknown uniform in cursor program Kovid Goyal 2018-04-12 09:11:43 +05:30
  • 038248f55d Remove unnecessary handling of passed in files to url_hints Kovid Goyal 2018-04-12 09:04:54 +05:30
  • 21b7bf6009 url_hints: Allow using a group to ignore prefix/suffix when matching via regex Kovid Goyal 2018-04-12 08:54:36 +05:30
  • 9dc571d8a9 Add a conveninet shortcut to test kittens Kovid Goyal 2018-04-12 08:52:00 +05:30
  • 805baad9cd More appropriate message when URLs not found Kovid Goyal 2018-04-12 07:27:40 +05:30
  • cc910f6b79 ... Kovid Goyal 2018-04-12 07:16:20 +05:30
  • 56dd442e2c Flush output streams on kitten end Kovid Goyal 2018-04-11 20:24:39 +05:30
  • 3192b61385 ... Kovid Goyal 2018-04-11 20:19:03 +05:30
  • eef3a215a1 ... Kovid Goyal 2018-04-11 14:42:07 +05:30