Commit Graph

  • 801ead7f7f Add ntoe to readme about right click to extend selection Kovid Goyal 2018-03-15 12:20:46 +05:30
  • 9e4834d58b Right click should only extend selection if there is an existing selection Kovid Goyal 2018-03-15 12:19:45 +05:30
  • f38e089de0 Merge branch 'extend-selection' of https://github.com/vsajko/kitty Kovid Goyal 2018-03-15 12:07:23 +05:30
  • b252504306 ... Kovid Goyal 2018-03-15 11:31:37 +05:30
  • 81bcdaf48a Dont show [options] if there are no options in usage message Kovid Goyal 2018-03-15 11:30:31 +05:30
  • 44f654ff86 Cleanup remote_control.py Kovid Goyal 2018-03-15 11:26:22 +05:30
  • 84cfa9382f Add argspecs for the remote control command help text Kovid Goyal 2018-03-15 11:21:13 +05:30
  • c6da374aa9 Add a configurable keyboard shortcut and remote command to set the font size to a specific value Kovid Goyal 2018-03-15 11:15:35 +05:30
  • d9fe0b2540 Extend selection with right click Vedran Sajko 2018-03-12 02:14:19 +01:00
  • 5a905dfe7f Add kitty.app to .gitignore Kovid Goyal 2018-03-14 12:10:15 +05:30
  • 09b6d6e62b README cleanups Kovid Goyal 2018-03-14 08:01:10 +05:30
  • 6aa26cf75f Improve the wording for close_on_child_death option Kovid Goyal 2018-03-13 09:12:06 +05:30
  • bae8915881 Add an option to have kitty close the window when the main processes running in it exits, even if there are still background processes writing to that terminal. Kovid Goyal 2018-03-13 09:08:45 +05:30
  • 9c46de319e MacOS: Fix restoring of window size not correct on Retina screens Kovid Goyal 2018-03-13 08:19:15 +05:30
  • 994eecadb7 Adds close_on_child_death option for disowned processes. Joss Wright 2018-03-12 21:02:37 +00:00
  • f7f9ceec34 Consolidate signal handling Kovid Goyal 2018-03-12 21:53:02 +05:30
  • 527255e3a1 Fix compilation with gcc 8 Kovid Goyal 2018-03-12 10:38:12 +05:30
  • 0333da991d ... Kovid Goyal 2018-03-12 08:11:43 +05:30
  • 2bf8e1b1a3 Allow the name of the lib directory in linux-package to be configurable. Fixes #372 Kovid Goyal 2018-03-12 08:10:53 +05:30
  • ffc717717c Oops Kovid Goyal 2018-03-12 07:53:31 +05:30
  • 2c8414db5d Be a bit more specific Kovid Goyal 2018-03-12 07:52:08 +05:30
  • 32473d7dc7 make clean fallsback to manual cleaning when not in a git checkout Kovid Goyal 2018-03-12 07:50:54 +05:30
  • 079f10eebd ... Kovid Goyal 2018-03-11 22:31:19 +05:30
  • ae1f305a81 Add kittens to the LOC script Kovid Goyal 2018-03-11 12:03:23 +05:30
  • 0b1f5209d5 Use CFLAGS and LDFLAGS env vars when building the launcher as well Kovid Goyal 2018-03-11 08:12:17 +05:30
  • fc9980903d Make layout names case-insensitive for enabled_layouts in sessions as well Kovid Goyal 2018-03-10 23:42:06 +05:30
  • ad87131926 A bit of documentation for goto_layout Kovid Goyal 2018-03-10 23:38:18 +05:30
  • 4dfe1b664f Add configurable keyboard shortcuts to switch to a specific layout Kovid Goyal 2018-03-10 23:34:47 +05:30
  • d7b2ac97b5 ... Kovid Goyal 2018-03-09 21:04:20 +05:30
  • fd9dac4ca4 Add a small delay when opening the editor with the config file to workaround bugs in vim that cause it to ignore SIGWINCH if it happens early during startup. Kovid Goyal 2018-03-09 21:03:42 +05:30
  • 8ca9348b07 ... Kovid Goyal 2018-03-09 18:10:17 +05:30
  • 5cc18fdb4b ... Kovid Goyal 2018-03-09 18:02:06 +05:30
  • 51b6b325b9 Add a keyboard shortcut to edit the kitty config file easily Kovid Goyal 2018-03-09 17:57:09 +05:30
  • b3cc6f3802 ... Kovid Goyal 2018-03-09 17:49:31 +05:30
  • 1295094715 README cleanups Kovid Goyal 2018-03-09 11:00:50 +05:30
  • af85f58e3d version 0.8.1 v0.8.1 Kovid Goyal 2018-03-09 09:21:50 +05:30
  • 3b34821c86 Report unhandled exceptions during loop initialization in the unicode input kitten as well Kovid Goyal 2018-03-08 13:57:13 +05:30
  • eaea0b16b5 Fix URL hints not working on macOS Kovid Goyal 2018-03-08 13:38:16 +05:30
  • 964ffadc8e DRYer Kovid Goyal 2018-03-08 13:37:56 +05:30
  • 1b84064e5f ... Kovid Goyal 2018-03-08 13:01:35 +05:30
  • dd128a99ac Report unahndled exceptions when starting loop in URL hints kitten Kovid Goyal 2018-03-08 12:58:54 +05:30
  • bc829a9712 Use a dedicated static variable for tracking window system initialization Kovid Goyal 2018-03-06 13:55:06 +05:30
  • 3459c55ebf Add section on reporting bugs to CONTRIBUTING Kovid Goyal 2018-03-05 21:03:01 +05:30
  • a631d950e1 Add a guide to contributing Kovid Goyal 2018-03-05 20:57:57 +05:30
  • f35e2d76ad Add a note about using --login on macOS when changing the default shell Kovid Goyal 2018-03-05 14:54:20 +05:30
  • 8db838da9f macOS: Fix shell not starting in login mode on some computers. Fixes #247 Kovid Goyal 2018-03-05 13:30:09 +05:30
  • 7254a880dc Guard against print failure Kovid Goyal 2018-03-05 13:29:26 +05:30
  • a0df5b970b Report unhandled exceptions via log_error() as well Kovid Goyal 2018-03-05 10:28:33 +05:30
  • 54ed08c24e Ensure the extra glyphs array is always re-initialized Kovid Goyal 2018-03-04 23:36:39 +05:30
  • 97e1ecabdc Render private use unicode characters that are followed by a space as two cell ligatures. Fixes #357 Kovid Goyal 2018-03-04 22:58:24 +05:30
  • e716f6d35e Replace deprecated ASL with os_log on macOS Kovid Goyal 2018-03-04 12:28:06 +05:30
  • c7506496da Unify error logging between python and C Kovid Goyal 2018-03-04 11:55:47 +05:30
  • 1e3d3df9b8 Remove unused code Kovid Goyal 2018-03-04 10:59:12 +05:30
  • ed75ad0d41 Log a timestamp as well when printing error messages from python Kovid Goyal 2018-03-04 10:44:28 +05:30
  • fd6159c0b4 Redirect stderr/stdout to console.app when launched via launchd on macOS Kovid Goyal 2018-03-04 10:17:43 +05:30
  • 976c322b83 Print a couple of errors to stderr instead of stdout Kovid Goyal 2018-03-04 08:58:36 +05:30
  • 28c1935800 Fix Unicode emoji presentation variant selector causing new fallback font to always be loaded Kovid Goyal 2018-03-03 21:32:43 +05:30
  • 1edf1524f8 Update bundled glfw Kovid Goyal 2018-03-03 11:21:09 +05:30
  • 0dfe101c0f brew's python3 handling seems to have changed Kovid Goyal 2018-03-03 11:09:07 +05:30
  • a571821f73 Fix compilation on Travis (I hope) Kovid Goyal 2018-03-03 10:56:07 +05:30
  • f8e6f87984 Dont use MSG_NOSIGNAL on Apple Kovid Goyal 2018-03-03 10:51:29 +05:30
  • c7338bca6f Document how to control kitty from programs not running in a kitty window Kovid Goyal 2018-03-03 10:38:25 +05:30
  • 15f07f57bf Finish remote control via socket implementation Kovid Goyal 2018-03-03 10:32:49 +05:30
  • ec989a45b5 ... Kovid Goyal 2018-03-03 08:55:05 +05:30
  • e8286c50b2 Implement sending responses to peers Kovid Goyal 2018-03-02 12:35:32 +05:30
  • bfbbe3db14 mutex remove_poll_fd() Kovid Goyal 2018-03-02 11:13:47 +05:30
  • 6214a87522 Correct error handling for pthread_join Kovid Goyal 2018-03-02 11:08:11 +05:30
  • 743ff719c8 join the talk thread on exit Kovid Goyal 2018-03-02 11:02:18 +05:30
  • b491eacb9c Ensure the moitor threads are shut down on exit Kovid Goyal 2018-03-02 10:32:12 +05:30
  • 5bfc89e13f Implement listening on the --listen-on socket Kovid Goyal 2018-03-02 10:26:19 +05:30
  • 52d2b7b09e Implement --listen-on option Kovid Goyal 2018-03-01 20:22:04 +05:30
  • 19e59d9575 Start refactoring peer message handling to allow multiple listening sockets and responses Kovid Goyal 2018-03-01 15:31:13 +05:30
  • 6fe4baf1de Move pthread includes into separate header Kovid Goyal 2018-03-01 14:26:54 +05:30
  • bc21ec7551 Have kitty @ use /dev/tty instead of stdout/stdin Kovid Goyal 2018-03-01 12:11:49 +05:30
  • aad4a1fd6a Dont fail for non-UTF-8 encoded config files, simply replace the undecodeable chars instead Kovid Goyal 2018-03-02 08:49:27 +05:30
  • 721595ef04 Ensure config file is always opened with UTF-8 Kovid Goyal 2018-03-02 08:47:13 +05:30
  • 139838c717 Option to print debug information about font fallback Kovid Goyal 2018-02-28 21:43:40 +05:30
  • c93238d8c9 Some documentation for the unicode input kitten Kovid Goyal 2018-02-28 00:29:11 +05:30
  • 5ee1fbe07d Copy the launcher script into linux-package Kovid Goyal 2018-02-28 00:25:57 +05:30
  • ee1287211d Typo in makefile app target Kovid Goyal 2018-02-27 21:06:42 +05:30
  • 94e8be6b1c ... Kovid Goyal 2018-02-27 20:29:08 +05:30
  • 053ba7f082 Nicer error message when user tries to run logo/make.py with missing tools Kovid Goyal 2018-02-27 19:56:52 +05:30
  • e8f3f00792 Handle cols being zero Kovid Goyal 2018-02-27 18:48:48 +05:30
  • 740a89b77f Treat Ctrl+Alt+letter as Esc,Ctrl+letter Kovid Goyal 2018-02-27 08:46:09 +05:30
  • 1fe936dbbc Fix off by one when restoring cursor position after resize. Fixes #344 Kovid Goyal 2018-02-25 09:15:48 +05:30
  • 11e85ac703 Swapped unicode input name and hex mode prompt strings Kovid Goyal 2018-02-24 14:51:49 +05:30
  • 4cb99be8e6 version 0.8.0 v0.8.0 Kovid Goyal 2018-02-24 11:11:56 +05:30
  • 8cf9fd3cdb ... Kovid Goyal 2018-02-23 09:38:07 +05:30
  • b22950bb0a More work on README Kovid Goyal 2018-02-23 09:36:46 +05:30
  • f87d62571b Add links to relevant parts of the README in the major features list Kovid Goyal 2018-02-23 09:13:20 +05:30
  • 42afc56b65 Update CHANGELOG with entry for macos_titlebar_color Kovid Goyal 2018-02-22 21:21:19 +05:30
  • 10c3c7c41f Implement setting title bar color. Splinter Suidman 2018-02-22 16:21:36 +01:00
  • e236539e3a Option for changing macOS titlebar color Kovid Goyal 2018-02-22 15:07:24 +05:30
  • 1fc605cbc0 Move needs_special_handling definition into keys.c Kovid Goyal 2018-02-22 14:37:51 +05:30
  • 1e4963e727 Revert change to make alt+bs emit werase Kovid Goyal 2018-02-22 13:51:14 +05:30
  • 95384d437a Use the nice array based interface for fcntl.ioctl Kovid Goyal 2018-02-20 17:01:14 +05:30
  • e44910212c Sample code to use TIOCGWINSZ in python Kovid Goyal 2018-02-20 16:47:06 +05:30
  • 36b8802f43 Add a link to the graphics protocol page in the README Kovid Goyal 2018-02-20 16:32:57 +05:30
  • a6b0554edc Merge branch 'master' of https://github.com/Polynomial-C/kitty Kovid Goyal 2018-02-20 15:42:23 +05:30
  • c1df5eac57 Added Gentoo to the list of Linux packagers. Lars Wendler 2018-02-06 17:39:35 +01:00