Commit Graph

  • 3e85497c2c Implement @set-tab-title Kovid Goyal 2018-01-08 16:13:38 +05:30
  • 3b551a1dee Implement @set-window-title Kovid Goyal 2018-01-08 14:04:27 +05:30
  • d2fdb1c1eb DRYer Kovid Goyal 2018-01-08 13:57:43 +05:30
  • db92af68e9 Fix a couple of typos Kovid Goyal 2018-01-08 13:54:08 +05:30
  • 815087460c ... Kovid Goyal 2018-01-08 13:25:25 +05:30
  • b4cb9d7c4d ... Kovid Goyal 2018-01-08 13:07:47 +05:30
  • c6d10c6a23 Use the launch time argv for cmdline on macOS Kovid Goyal 2018-01-08 13:07:06 +05:30
  • 464c7a80e2 Implement window matching for remote control Kovid Goyal 2018-01-08 13:01:57 +05:30
  • 4f56cce727 Fix client eating up send-text when seding to same window Kovid Goyal 2018-01-08 10:29:34 +05:30
  • 7dea6e0ef4 Initial implementation of send-text remote cmd Kovid Goyal 2018-01-08 09:56:26 +05:30
  • 8c143db381 Add documentation for the ls command Kovid Goyal 2018-01-08 08:22:44 +05:30
  • 0cea6d5a1b Implement window listing Kovid Goyal 2018-01-07 19:57:16 +05:30
  • eff881f4bb Allow sending arbitrary sized escpae codes to children Kovid Goyal 2018-01-07 17:29:08 +05:30
  • c64fd1760c More work on remote control Kovid Goyal 2018-01-07 17:08:29 +05:30
  • 9e361700d2 Handle reading of RC response via stdin Kovid Goyal 2018-01-07 16:17:42 +05:30
  • 1f976644bf Refactor read with timeout logic into its own function Kovid Goyal 2018-01-07 15:50:19 +05:30
  • f3cb68ee40 Framework for remote control Kovid Goyal 2018-01-07 15:17:29 +05:30
  • 85a3da057f Session file: Allow setting the title for windows Kovid Goyal 2018-01-08 12:47:47 +05:30
  • c551384369 Session file: Allow specifying multiple cd directives per tab to have different windows launched with different working directories Kovid Goyal 2018-01-08 12:38:01 +05:30
  • ce230b071b Add tests for SGR protocol encoding Kovid Goyal 2018-01-07 23:48:16 +05:30
  • 13d5f04ad9 A spot of refactoring Kovid Goyal 2018-01-07 21:26:28 +05:30
  • 3b861de3d2 Fix mouse move events being reported as drag events when using the SGR mouse reporting protocol Daniels Kursits 2018-01-07 17:20:09 +02:00
  • 1ef010689d Add support for clearing the scrollback buffer Kovid Goyal 2018-01-06 23:55:49 +05:30
  • 3523ab283f More trailing whitespace Kovid Goyal 2018-01-06 09:12:23 +05:30
  • 5b2a9b101d Fix trailing whitespace Kovid Goyal 2018-01-05 21:27:24 +05:30
  • fdcfcfa1b9 Make alt+backspace delete the previous word Kovid Goyal 2018-01-05 21:08:42 +05:30
  • 88e9c21a3b Ensure a kitty executable is on PATH even when running from source Kovid Goyal 2018-01-05 14:56:01 +05:30
  • 973352a98d Allow + prefixing of special invocations Kovid Goyal 2018-01-05 14:36:31 +05:30
  • f06f871dfc Handle fork() failures more gracefully Kovid Goyal 2018-01-05 13:57:49 +05:30
  • e03c713294 Remove a few more signal unsafe function calls between fork() and exec() Kovid Goyal 2018-01-05 00:24:15 +05:30
  • aa107956f9 ... Kovid Goyal 2018-01-04 23:55:03 +05:30
  • d725578e1b Silence spurious compiler warning Kovid Goyal 2018-01-04 23:54:35 +05:30
  • 239eb8202b Move fork()+exec() of child processes into C Kovid Goyal 2018-01-04 23:19:09 +05:30
  • 58d7439719 Add a note on installing dev packages for X11 on linux Kovid Goyal 2018-01-04 18:06:11 +05:30
  • cc145ec3dd DRYer Kovid Goyal 2018-01-04 12:38:35 +05:30
  • 847ce37160 Take the mouse wheel multiplier into account when generating keypresses for mouse wheel events. Fixes #262 Kovid Goyal 2018-01-04 12:34:31 +05:30
  • 0305009766 Remove --without-cairo from brew install since it is ignored anyway Kovid Goyal 2018-01-03 09:22:23 +05:30
  • fe1b056371 Allow using macOS specific modifier key names in the config file Kovid Goyal 2018-01-03 08:59:36 +05:30
  • 0c4804db79 DRYer Kovid Goyal 2017-12-31 09:04:22 +05:30
  • f7e84df332 Add an explicit OpenGL version test Kovid Goyal 2017-12-31 08:36:50 +05:30
  • bd654d22f4 Read the required wayland protocols version from upstream instead of hardcoding it Kovid Goyal 2017-12-28 14:12:46 +05:30
  • 115de36599 version 0.6.1 v0.6.1 Kovid Goyal 2017-12-28 10:40:42 +05:30
  • b01c3483de Add an option to fade text in inactive windows Kovid Goyal 2017-12-28 10:36:48 +05:30
  • db7f566a0c Update Changelog Kovid Goyal 2017-12-27 10:17:34 +05:30
  • 9f806e76e7 Fix incorrect condition for aborting cursor geometry calculation Kovid Goyal 2017-12-27 10:07:21 +05:30
  • 12bdd4dddd Bump min version of wayland-protocols to match upstream Kovid Goyal 2017-12-27 07:24:38 +05:30
  • 72a1eb237d Fix regression that broke drawing of hollow cursor when window loses focus Kovid Goyal 2017-12-27 07:15:48 +05:30
  • 6a89289907 Merge branch 'recmod' of https://github.com/grimpy/kitty Kovid Goyal 2017-12-27 06:40:53 +05:30
  • 7ed835cf13 Fix a crash when detecting URLs continued onto multiple lines Kovid Goyal 2017-12-27 06:35:09 +05:30
  • 4621ff41d9 Skip building the wayland backend on systems with missing wayland protocol definitions Kovid Goyal 2017-12-27 06:22:36 +05:30
  • 60e17d5224 Make it possible to modify rectangle selection modifiers Jo De Boeck 2017-12-24 18:40:25 +02:00
  • 1e2f7c705d ... Kovid Goyal 2017-12-22 12:36:40 +05:30
  • 1ebf0b95c4 Implement reading of cwd of a process on macOS as well Kovid Goyal 2017-12-21 12:30:34 +05:30
  • c5acd94456 Add new actions to open tabs/windows with the working directory set to the working directory of the current window Kovid Goyal 2017-12-21 11:29:21 +05:30
  • 448ffe01c3 Fix new window being created with different DPI not changing global DPI Kovid Goyal 2017-12-21 09:06:07 +05:30
  • 5c882f3290 Fix Travis flake failure on gen-wcwidth.py because of old python version Kovid Goyal 2017-12-20 23:38:16 +05:30
  • 70a4720bf9 Fix for window being opened on secondary monitor using primary monitor DPI Kovid Goyal 2017-12-20 23:01:06 +05:30
  • c8aee8c881 Automatically adjust cell height when DPI changes Kovid Goyal 2017-12-14 21:02:21 +05:30
  • c2ad0607b8 Fix trailing whitespace in generated unicde data files Kovid Goyal 2017-12-20 22:44:20 +05:30
  • d1282b9f55 Add a script to generate wcwidth as well Kovid Goyal 2017-12-20 16:06:58 +05:30
  • 11ee317884 Fix some emoji glyphs not colored on Linux Kovid Goyal 2017-12-20 10:40:23 +05:30
  • e69de2f968 Use the new glfw API for setting WM_CLASS Kovid Goyal 2017-12-20 09:18:29 +05:30
  • 2f4f3e3331 Update bundled glfw Kovid Goyal 2017-12-20 09:07:06 +05:30
  • 020f8a2047 Add trailing space test to travis Kovid Goyal 2017-12-20 08:51:57 +05:30
  • b8faba2a16 More trailing space removal Kovid Goyal 2017-12-20 08:50:09 +05:30
  • 0fcce6ec58 Remove trailing whitespace from native code files Kovid Goyal 2017-12-20 08:44:47 +05:30
  • 15f5ea92b8 Merge branch 'master' of https://github.com/FabioLolix/kitty Kovid Goyal 2017-12-20 08:24:20 +05:30
  • 2bbb5d25eb Updated readme FabioLolix 2017-12-20 00:11:02 +01:00
  • 8d94285a5d Ensure underlines are rendered even for fonts with very poor metrics Kovid Goyal 2017-12-19 00:54:04 +05:30
  • eed11361c5 Fix typo in config directory override env var Kovid Goyal 2017-12-18 06:59:19 +05:30
  • b759f96f96 version 0.6.0 v0.6.0 Kovid Goyal 2017-12-18 06:39:55 +05:30
  • df3342d121 Update CHANGELOG Kovid Goyal 2017-12-18 06:28:57 +05:30
  • 862ed40c44 Update CHANGELOG Kovid Goyal 2017-12-18 06:26:16 +05:30
  • 8018024cb7 Fix middle and right mouse button swapped Kovid Goyal 2017-12-18 05:48:51 +05:30
  • c8d5f232b3 Some documentation for the kitty extensions to DECCARA Kovid Goyal 2017-12-17 18:08:25 +05:30
  • d48b76508b Implement DECCARA Kovid Goyal 2017-12-17 18:03:39 +05:30
  • 2d62e10a7e ... Kovid Goyal 2017-12-16 15:40:09 +05:30
  • 0b3a5a7d45 icat: Add --clear to clear all display images Kovid Goyal 2017-12-16 10:33:16 +05:30
  • 076658a1e8 Possible fix for crash reported in #233 Kovid Goyal 2017-12-16 10:23:12 +05:30
  • be1a05b322 ... Kovid Goyal 2017-12-16 10:22:03 +05:30
  • 945613555a icat: Add option to display image at arbitrary location on screen Kovid Goyal 2017-12-16 09:45:49 +05:30
  • 5f75becc5a Add note about creating launcher app for running kitty from source Kovid Goyal 2017-12-16 09:29:19 +05:30
  • 51ac78f74d X11: Set the WINDOWID environment variable Kovid Goyal 2017-12-16 08:57:52 +05:30
  • 3cce9b1c38 ... Kovid Goyal 2017-12-16 08:54:55 +05:30
  • 8a9ee6f3f5 ... Kovid Goyal 2017-12-15 16:32:28 +05:30
  • d3059c09e0 Nicer CLI help output Kovid Goyal 2017-12-15 14:49:42 +05:30
  • 1f093b4ff2 icat: Add an option to only detect image display support Kovid Goyal 2017-12-15 14:04:40 +05:30
  • 50470b5747 icat: Add --transfer-mode option Kovid Goyal 2017-12-15 13:34:39 +05:30
  • 304f21e79d icat: Fix temp files not being deleted when transmitting using escape codes Kovid Goyal 2017-12-15 13:18:18 +05:30
  • cb04deef63 icat: Add a command line argument for horizontal alignment Kovid Goyal 2017-12-15 13:08:27 +05:30
  • ddb2e41352 Get rid of argparse from kitty-icat as well Kovid Goyal 2017-12-15 12:35:30 +05:30
  • a6700c951a Also filter 8-bit control sequences when sanitizing Kovid Goyal 2017-12-15 09:36:45 +05:30
  • 684a2e05f4 Move logical DPI calculation into glfw module Kovid Goyal 2017-12-14 18:30:53 +05:30
  • c7e1a12eb6 Have pt_to_px use global_state instead of get_dpi Kovid Goyal 2017-12-14 18:02:06 +05:30
  • ce7be5a05e Fix #226 Kovid Goyal 2017-12-14 06:42:52 +05:30
  • 433640de84 Support running on the "low power" GPU on dual GPU macOS machines Kovid Goyal 2017-12-14 06:14:22 +05:30
  • 7f19424f2d Fix for kitty sometimes not detecting child death on macOS Kovid Goyal 2017-12-13 22:20:11 +05:30
  • b9d0ec0d4c CoreText: Use the layout engine to calculate cell height Kovid Goyal 2017-12-13 14:12:23 +05:30
  • 869abc4d5c ... Kovid Goyal 2017-12-13 14:05:01 +05:30
  • 872118fcbe CoreText: Fix incorrect underline position and thickness calculation Kovid Goyal 2017-12-13 13:59:11 +05:30