Commit Graph

  • 14018a5e54 Fix installation of bundle in container Kovid Goyal 2019-01-26 11:27:14 +05:30
  • 81a03fcea8 Fix environment key Kovid Goyal 2019-01-26 10:15:36 +05:30
  • 48962a58ae Set LD_LIBRARY_PATH Kovid Goyal 2019-01-26 09:38:30 +05:30
  • 8c9c777ad3 More work on CircleCI testing Kovid Goyal 2019-01-26 09:04:29 +05:30
  • dc6e276e39 Install multiple pythons on CircleCI Kovid Goyal 2019-01-25 15:50:04 +05:30
  • 8182fcecd2 ... Kovid Goyal 2019-01-25 15:02:42 +05:30
  • 4d082dbf80 Split up deps installation for easier maintenance Kovid Goyal 2019-01-25 15:02:05 +05:30
  • 5b5c49d317 More dependencies Kovid Goyal 2019-01-25 14:45:35 +05:30
  • 51b5510669 More needed dependencies Kovid Goyal 2019-01-25 14:11:45 +05:30
  • 7a4b438dc6 Get basic build going Kovid Goyal 2019-01-25 14:08:19 +05:30
  • 1a29de5ac9 Forgot workflows key Kovid Goyal 2019-01-25 12:11:28 +05:30
  • ed8edf3e4c Install sphinx on CircleCI Kovid Goyal 2019-01-25 12:08:07 +05:30
  • 9fcde9d81d Use latest ubuntu rather than pinning to bionic Kovid Goyal 2019-01-25 11:56:51 +05:30
  • 81ffa7e948 Install flake8 and pip and also fix entrypoint Kovid Goyal 2019-01-25 11:17:48 +05:30
  • 93d2d30867 Do whitespace check on CircleCI Kovid Goyal 2019-01-25 11:08:17 +05:30
  • 42e05c5ad2 Start config.yml for CircleCI Kovid Goyal 2019-01-25 11:02:43 +05:30
  • d37e815f13 Start work on CircleCI integration Kovid Goyal 2019-01-25 10:40:31 +05:30
  • a1f454937c See if disabling brew update works on Travis as it is very flow (takes eight minutes at the moment) Kovid Goyal 2019-01-25 09:27:19 +05:30
  • b041dcc8ce Ensure we dont try to update window title for tabs with no windows Kovid Goyal 2019-01-24 21:05:46 +05:30
  • 22c65c5d03 Fix window title for minimized windows not being updated Kovid Goyal 2019-01-24 21:04:26 +05:30
  • 60b64dadfe Add tests for the subseq matcher Kovid Goyal 2019-01-24 20:52:18 +05:30
  • edb25314c5 Add skeleton for choose kitten Kovid Goyal 2019-01-23 20:04:46 +05:30
  • 19bce0c23c Start work on a choose kitten for fuzzy selection Kovid Goyal 2019-01-23 19:38:08 +05:30
  • 8ceb941051 Merge branch 'remove_line' of https://github.com/Luflosi/kitty Kovid Goyal 2019-01-23 19:35:07 +05:30
  • 8b28cbb30c Remove unwanted line Luflosi 2019-01-23 12:20:34 +01:00
  • de130787f6 Make the charsets code useable in kittens Kovid Goyal 2019-01-23 11:33:45 +05:30
  • 6e94dae9cd Handle cursor_text_color that is already a Color when patching Kovid Goyal 2019-01-23 10:38:09 +05:30
  • d2431783f1 Fix using remote control to set cursor text color causing errors when creating new windows Kovid Goyal 2019-01-23 10:14:59 +05:30
  • 5787b472c0 A new option strip_trailing_spaces to optionally remove trailing spaces from lines when copying to clipboard. Kovid Goyal 2019-01-21 15:48:21 +05:30
  • 6bdfc0387b Mention the new key_demo kitten in the protocol docs Kovid Goyal 2019-01-21 10:39:42 +05:30
  • 7ba98344b6 Cleanup commit from upstream Kovid Goyal 2019-01-20 14:56:40 +05:30
  • c887df6ab4 GLFW upstream commit to allow waiting on events without a window Kovid Goyal 2019-01-20 14:55:36 +05:30
  • a8ad4461a1 Create a kitten to demonstrate the kitty extended keyboard protocol Kovid Goyal 2019-01-20 14:38:19 +05:30
  • 32a0e28686 macOS: Fix :kbd:cmd+period key not working Kovid Goyal 2019-01-20 13:17:01 +05:30
  • df13f0ce5a Merge branch 'semicolon' of https://github.com/Luflosi/kitty Kovid Goyal 2019-01-19 18:02:09 +05:30
  • 972f0c0e2b Remove unnecessary semicolons Luflosi 2019-01-19 12:28:03 +01:00
  • c7a3a4d421 Fix use of deprecated sphinx API Kovid Goyal 2019-01-19 14:16:38 +05:30
  • fbccfb9d0d version 0.13.3 v0.13.3 Kovid Goyal 2019-01-19 14:06:53 +05:30
  • 9fdd8e4ae4 macOS: Fix some kittens causing 100% CPU usage Kovid Goyal 2019-01-19 14:01:36 +05:30
  • 6b6dea5190 ... Kovid Goyal 2019-01-19 13:51:18 +05:30
  • 5af551c96d macOS: Fix detection of differ Kovid Goyal 2019-01-19 12:36:34 +05:30
  • 6761fdca1a ... Kovid Goyal 2019-01-19 12:16:44 +05:30
  • 725da39ecb macOS: Add aliases for lose window and new tab actions that conform to common Apple shortcuts for these actions Kovid Goyal 2019-01-19 09:18:25 +05:30
  • 9005fc359d Merge branch 'unjam' of https://github.com/jacwah/kitty Kovid Goyal 2019-01-18 22:23:12 +05:30
  • 33e4a44008 Unjam event loop when adding pending cocoa action Jacob Wahlgren 2019-01-18 17:32:22 +01:00
  • 3bddb9d95b Fix an exception when chaging diff context on very small diffs Kovid Goyal 2019-01-16 21:24:34 +05:30
  • fa01e0b76f icat kitten: Add a --stdin option to control if image data is read from stdin Kovid Goyal 2019-01-16 16:35:53 +05:30
  • f8f188ecff Merge branch 'travis-osx' of https://github.com/stephengroat/kitty Kovid Goyal 2019-01-16 06:26:02 +05:30
  • 07935d9bd3 Use brew for osx Stephen G 2019-01-15 15:00:29 -08:00
  • a827f4190c Merge branch 'fix_white_background_transparency' of https://github.com/Luflosi/kitty Kovid Goyal 2019-01-14 13:10:15 +05:30
  • 18c108ed03 macOS: Fix a regression that broke mapping of ctrl+tab Kovid Goyal 2019-01-14 10:53:31 +05:30
  • 2d70059f47 Document fix for #1299 Kovid Goyal 2019-01-14 10:12:05 +05:30
  • 63ff3cfb9f Merge branch 'negative_scroll_alternate_mode' of https://github.com/Luflosi/kitty Kovid Goyal 2019-01-14 10:10:22 +05:30
  • ca70f22d46 Add a list of user-created kittens to the docs Kovid Goyal 2019-01-14 10:03:28 +05:30
  • c247a6c0cc macOS: Ensure that when running from a bundle, the bundle kitty exe is preferred over any kitty in PATH Kovid Goyal 2019-01-14 09:32:49 +05:30
  • 7421a0b9e3 Apply negative scroll multiplier in alternate screen mode Fixes kovidgoyal/kitty#1299 Luflosi 2019-01-14 00:07:17 +01:00
  • 30b5e8bf8f Merge branch 'patch-1' of https://github.com/robbyoconnor/kitty Kovid Goyal 2019-01-13 09:50:25 +05:30
  • 96475ce3ee Switch travis to Xenial Robby O'Connor 2019-01-11 20:36:07 -05:00
  • 24669fb6af Port a couple of fixes from upstream Kovid Goyal 2019-01-11 14:20:26 +05:30
  • 851885568f macOS: Fix dragging kitty window tabs in traditional full screen mode causing crashes Kovid Goyal 2019-01-11 11:09:34 +05:30
  • 8efbc479e1 Remove unused code Kovid Goyal 2019-01-09 10:13:43 +05:30
  • 2167bfd5b5 Fix #1221 in a different way Luflosi 2019-01-08 16:14:41 +01:00
  • 490d4455af Fix white background color not allowing transparency Luflosi 2019-01-08 16:14:01 +01:00
  • c94e06ccd2 hints kitten: Start hints numbering at one instead of zero by default. Added an option `--hints-offset` to control it. Kovid Goyal 2019-01-08 07:31:54 +05:30
  • ea37799fb0 Fix linking happening even when not needed Kovid Goyal 2019-01-06 10:25:37 +05:30
  • d00fbd73fc Fix a regression in the previous release that broke using `background for cursor_text_color` Kovid Goyal 2019-01-06 10:23:33 +05:30
  • 361b23e3f1 Fix long text docs for copy_to_clipboard v0.13.2 Kovid Goyal 2019-01-04 09:37:59 +05:30
  • 8feccdf63f version 0.13.2 Kovid Goyal 2019-01-04 09:26:51 +05:30
  • ed905fcf6d Add a new `copy_or_interrupt action that can be mapped to kbd:ctrl+c`. It will copy if there is a selection and interrupt otherwise Kovid Goyal 2019-01-04 09:21:29 +05:30
  • 50a6abaac1 Also fix move_tab to preserve existing tab order Kovid Goyal 2019-01-04 06:59:38 +05:30
  • 718f7e77a1 Use the current working directory of the foreground process for the *_with_cwd actions that open a new window with the current working directory. Kovid Goyal 2019-01-03 13:29:52 +05:30
  • c4aeb1adba Report the current foreground processes as well as the original child process, when using kitty @ ls Kovid Goyal 2019-01-03 13:14:39 +05:30
  • d9c69f0a54 Merge branch 'sentexttab' of https://github.com/grimpy/kitty Kovid Goyal 2019-01-01 18:29:10 +05:30
  • 5afdbbe6f1 Add match-tab for send-text Jo De Boeck 2019-01-01 14:39:28 +02:00
  • 4273cb35bf Linux: Dont fail on systems with fonts that have non-UTF-8 names. Fixes #1281 Kovid Goyal 2018-12-31 07:31:17 +05:30
  • 89be7a031d Fix #1278 Kovid Goyal 2018-12-30 15:22:05 +05:30
  • 06c5127856 Fix #1275 Kovid Goyal 2018-12-29 08:08:24 +05:30
  • fd298256d7 Merge branch 'more_switch_cases' of https://github.com/Luflosi/kitty Kovid Goyal 2018-12-28 14:57:18 +05:30
  • e0246044b7 Add remaining momentum scroll phases to switch statement Luflosi 2018-12-28 09:03:16 +01:00
  • 2f677990b2 Fix glfwSetGamma generating ramps of invalid sizes Kovid Goyal 2018-12-28 08:19:17 +05:30
  • da2e4c8503 ... Kovid Goyal 2018-12-28 08:14:08 +05:30
  • a1eb236616 Fix glfwGetGammaRamp error handling Kovid Goyal 2018-12-28 08:13:28 +05:30
  • 11186735c2 Couple of trivial commits from glfw upstream Kovid Goyal 2018-12-28 08:06:26 +05:30
  • a038f62a5b Fix #1272 Kovid Goyal 2018-12-28 07:52:29 +05:30
  • f45acc055e Merge branch 'more_event_phases' of https://github.com/Luflosi/kitty Kovid Goyal 2018-12-28 07:45:43 +05:30
  • 43a25c49c4 Micro optimization Luflosi 2018-12-27 15:19:22 +01:00
  • e47e2b2560 Move check for zero scroll distance to scroll_event() Luflosi 2018-12-27 15:17:18 +01:00
  • 7652065134 Add more momentum scroll phases Luflosi 2018-12-27 15:12:57 +01:00
  • d0da418e49 ... Kovid Goyal 2018-12-27 08:19:06 +05:30
  • 77e72cfd9a Fix #1270 Kovid Goyal 2018-12-27 08:05:31 +05:30
  • 7b2ecb0498 Forgot a break Kovid Goyal 2018-12-27 08:02:24 +05:30
  • 318c5bca67 Merge branch 'fix_bitshift' of https://github.com/Luflosi/kitty Kovid Goyal 2018-12-27 07:57:46 +05:30
  • d52da934ca Fix typo in bitshift Luflosi 2018-12-26 22:47:23 +01:00
  • 21951e3668 Add explicit default case Kovid Goyal 2018-12-26 20:39:39 +05:30
  • 64bef38813 macOS: Fix momentum scrolling continuing when changing the active window/tab Kovid Goyal 2018-12-26 20:39:04 +05:30
  • fe67e3dde7 Cocoa: Remove subclassing of NSApplication Kovid Goyal 2018-12-26 12:29:38 +05:30
  • fc5e74e457 Report momentum scrolling status of scroll events on cocoa Kovid Goyal 2018-12-26 11:03:36 +05:30
  • fdbd8df7b2 Add patch from upstream to report caps lock key presses on cocoa Kovid Goyal 2018-12-26 10:01:02 +05:30
  • 246972b59f Add a patch from upstream, altered to not change behavior Kovid Goyal 2018-12-26 09:58:12 +05:30
  • 6057296499 Cocoa: Move to modern Objective-C literals Kovid Goyal 2018-12-26 09:45:24 +05:30