Commit Graph

  • 141b8a1481 Update glfw from upstream Kovid Goyal 2018-09-10 09:51:06 +05:30
  • be3ab90cff Add a reference to piping to the index page Kovid Goyal 2018-09-10 08:19:14 +05:30
  • 9782f16635 Support os_window as a destination for the pipe function Kovid Goyal 2018-09-10 08:10:50 +05:30
  • 6930edfd8a ... Kovid Goyal 2018-09-10 08:08:16 +05:30
  • 6b1bec6550 Add a FAQ entry about global hotkey access to kitty Kovid Goyal 2018-09-10 07:57:33 +05:30
  • dac0304815 Update binary.rst Andros Fenollosa 2018-09-09 20:08:12 +02:00
  • cfcf81b5fb Update binary.rst Andros Fenollosa 2018-09-09 20:06:56 +02:00
  • f072a02215 ... Kovid Goyal 2018-09-09 21:08:11 +05:30
  • 5f6e21da9b Fix kitty @set-colors not working for tab backgrounds when using the fade tabbar style Kovid Goyal 2018-09-09 19:41:32 +05:30
  • b9b38a4ec1 A new pipe function that can be used to pipe the contents of the screen and scrollback buffer to any desired program running in a new window, tab or overlay window. Kovid Goyal 2018-09-09 18:29:29 +05:30
  • e5a7ba4f22 Allow viewing the current contents of the alternate screen in a new window. Kovid Goyal 2018-09-09 15:32:05 +05:30
  • 1dcf3f2afb ... Kovid Goyal 2018-09-09 14:32:07 +05:30
  • 2ec84969dd Fix drag-scrolling not working when the mouse leaves the window confines Kovid Goyal 2018-09-09 14:30:32 +05:30
  • a08b945124 Forgot to revert test Kovid Goyal 2018-09-09 14:02:46 +05:30
  • 16f712fbaa Revert the wide-character backspace patch Kovid Goyal 2018-09-09 13:51:15 +05:30
  • 1f63ff1d41 Have the kitty --title flag apply to all windows created using kitty --session Kovid Goyal 2018-09-09 10:49:20 +05:30
  • 49d8f4689f ... Kovid Goyal 2018-09-09 10:24:01 +05:30
  • e1f993938a Add a new kitty --start-as command line flag to start kitty fullscreen/maximized/minimized. Kovid Goyal 2018-09-09 10:23:48 +05:30
  • ab65b9b2fb Do not convert bitmaps when loading a glyph to access its metrics Kovid Goyal 2018-09-09 09:46:19 +05:30
  • f7a621f89f Use bitmap pitch to iterate over pixels Kovid Goyal 2018-09-09 09:42:51 +05:30
  • b808a05e5e Clean up monochrome bitmap support code Kovid Goyal 2018-09-09 08:33:32 +05:30
  • 72c37c519d ... Kovid Goyal 2018-09-09 08:23:59 +05:30
  • af4b072b29 Merge branch 'master' of https://github.com/isaz/kitty Kovid Goyal 2018-09-09 08:20:32 +05:30
  • 739ed906f0 Use the old FT_Bitmap_New for backward compatibility ismed 2018-09-08 21:07:38 +01:00
  • 9fd462077a Add support for embedded bitmap glyphs ismed 2018-09-08 20:22:48 +01:00
  • cb3671343e Implement directional movement of windows Kovid Goyal 2018-09-08 23:51:09 +05:30
  • b18b705632 Fix overlay window handling when witching to neighboring windows Kovid Goyal 2018-09-08 23:31:16 +05:30
  • 9963e78636 Linux: Ensure that the python embedded in the kitty binary build always uses UTF-8 mode Kovid Goyal 2018-09-08 23:03:36 +05:30
  • e39635ea16 Add a new `neighboring_window` function to switch to neighboring windows in the current layout, similar to window movement in vim Kovid Goyal 2018-09-08 08:59:11 +05:30
  • 9329b2c202 Allow using "all" as "*" for enabled_layouts Kovid Goyal 2018-09-08 08:22:37 +05:30
  • 791f70e5a2 API to get neighbors from the current layout Kovid Goyal 2018-09-08 08:09:35 +05:30
  • 8272c4a429 Fix #929 Kovid Goyal 2018-09-08 06:28:30 +05:30
  • f0357b061e Add a new `last_used_layout` function that can be mapped to a shortcut to switch to the previously used window layout Kovid Goyal 2018-09-08 05:56:02 +05:30
  • 7438e0e997 version 0.12.1 v0.12.1 Kovid Goyal 2018-09-08 05:22:02 +05:30
  • cca672e536 typo Kovid Goyal 2018-09-07 16:24:29 +05:30
  • 0fa12a687d Linux: Turn off IME unless the GLFW_IM_MODULE=ibus env var is set Kovid Goyal 2018-09-07 16:07:01 +05:30
  • d2b900c77f Changelog cleanups Kovid Goyal 2018-09-07 15:38:04 +05:30
  • 21242d9144 ... Kovid Goyal 2018-09-07 15:30:36 +05:30
  • 03fd138b63 Linux: Fix crash with some nvidia drivers when creating tabs in the first top level-window after creating a second top-level window. Kovid Goyal 2018-09-07 15:23:10 +05:30
  • 1eeaef6dbb Get rid of extra global variable Kovid Goyal 2018-09-07 14:53:29 +05:30
  • b9a93b68c4 ... Kovid Goyal 2018-09-07 11:37:33 +05:30
  • e3728942dc Fix a small memory leak when creating a new child process Kovid Goyal 2018-09-07 11:35:00 +05:30
  • 7f0674ac27 Fix backspacing of wide characters in wide-character unaware programs not working Kovid Goyal 2018-09-07 10:08:25 +05:30
  • 60fcf7ab3d Merge branch 'prev_tab_default_macos' of https://github.com/Luflosi/kitty Kovid Goyal 2018-09-07 06:53:24 +05:30
  • ee82a6ff18 Make ctrl+shift+tab previous_tab by default on macOS Luflosi 2018-09-06 22:43:36 +02:00
  • bac5e402b7 Fix #890 Kovid Goyal 2018-09-06 21:25:29 +05:30
  • 732108109e Nicer error message when sphinx-build is not in PATH Kovid Goyal 2018-09-06 21:23:03 +05:30
  • ab3b86d65b Merge branch 'void' of https://github.com/SolitudeSF/kitty Kovid Goyal 2018-09-06 21:11:03 +05:30
  • d4d63506e1 Fix pre-allocation of the full history buffer Kovid Goyal 2018-09-06 21:06:31 +05:30
  • 3ad69f8ba3 Add link for the Void Linux package SolitudeSF 2018-09-06 18:36:29 +03:00
  • 9fd50a6ac0 ... Kovid Goyal 2018-09-06 20:26:51 +05:30
  • 9b5c8a18d4 Merge branch 'master' of https://github.com/eigengrau/kitty Kovid Goyal 2018-09-06 18:29:06 +05:30
  • 9f3112ca56 Merge branch 'spelling' of https://github.com/EdwardBetts/kitty Kovid Goyal 2018-09-06 18:27:02 +05:30
  • aa9de47da3 Support compose sequences with no symbol Kovid Goyal 2018-09-06 14:50:09 +02:00
  • 5eaeda4402 Correct spelling mistakes. Edward Betts 2018-09-06 12:07:09 +01:00
  • ecb03d7dba ... Kovid Goyal 2018-09-06 11:58:43 +05:30
  • 88612d3691 Better error message when font size is too large Kovid Goyal 2018-09-06 11:52:48 +05:30
  • 2c0e70a423 Fix #868 Kovid Goyal 2018-09-06 11:49:30 +05:30
  • d6b70f10d3 Cross-linking options in the docs Kovid Goyal 2018-09-06 11:02:53 +05:30
  • 40b01fb702 Add a note about using an alias for icat Kovid Goyal 2018-09-06 10:27:13 +05:30
  • 89222d93f4 Change legacy kitty icat reference Kovid Goyal 2018-09-06 10:20:23 +05:30
  • b3db3e5732 Fix completion of paths with spaces Kovid Goyal 2018-09-06 09:47:36 +05:30
  • b45161ecc3 zsh completion: Eliminate common prefix when completing file names Kovid Goyal 2018-09-06 09:46:04 +05:30
  • d4fc0af7de Cleanup up path completions Kovid Goyal 2018-09-06 09:34:25 +05:30
  • 5ef8cce1d7 Fix filenames not being completed for the diff kitten Kovid Goyal 2018-09-06 07:50:07 +05:30
  • c98a147f94 Add changelog entry Kovid Goyal 2018-09-06 07:05:41 +05:30
  • e9975cb7eb Merge branch 'fish-completion' of https://github.com/scorphus/kitty Kovid Goyal 2018-09-06 07:04:54 +05:30
  • 33f0ac83c1 Wayland: Allow using the --class to set the app id Kovid Goyal 2018-09-06 06:54:04 +05:30
  • 3bd45966c6 diff kitten: Fix spurious traceback on exit when pygments is missing Kovid Goyal 2018-09-06 06:05:08 +05:30
  • 1b7244f3c8 Completion for fish Pablo S. Blum de Aguiar 2018-08-27 00:51:30 +02:00
  • 1949f3c3d5 Wayland fix self copy detection across multiple processes Kovid Goyal 2018-09-05 21:45:32 +05:30
  • 6a51ce5dc4 Wayland: Work on supporting drop of file paths Kovid Goyal 2018-09-05 21:41:47 +05:30
  • c0c8e1ce5e Fill up the rest of the v1 data_source listener struct Kovid Goyal 2018-09-05 20:04:38 +05:30
  • 6a3d6191bd Implement the rest of the the data_offer listener callbacks Kovid Goyal 2018-09-05 19:58:55 +05:30
  • b2aa07d29f Wayland: Fix missing data source canceled listener Kovid Goyal 2018-09-05 19:37:55 +05:30
  • c84fb68bf8 Wayland: fix copy/pasting into self Kovid Goyal 2018-09-05 19:23:42 +05:30
  • 128b9e1cd0 Wayland: Implement support for clipboard copy/paste Kovid Goyal 2018-09-05 17:54:26 +05:30
  • bbe8bcb28d Fix a regression that broke layout resizing Kovid Goyal 2018-09-05 10:51:08 +05:30
  • 6dc9c22543 Remove unnecessary use of globals Kovid Goyal 2018-09-05 10:48:23 +05:30
  • 59f5781f19 Merge branch 'patch-1' of https://github.com/skorokithakis/kitty Kovid Goyal 2018-09-05 10:41:42 +05:30
  • d61fb9cc42 Add sentence about layouts using windows Stavros Korokithakis 2018-09-05 08:08:31 +03:00
  • ace052ee70 Move data device initialization into its own function Kovid Goyal 2018-09-05 07:51:15 +05:30
  • 1451a8ccc0 Add a new --start-in-fullscreen command line flag Kovid Goyal 2018-09-05 07:36:13 +05:30
  • 547959c1ef Linux: Fix numpad arrow keys not working when num lock is off Kovid Goyal 2018-09-05 07:31:55 +05:30
  • b1a5e98630 Update link to Fedora package to a newer one Kovid Goyal 2018-09-04 22:28:52 +05:30
  • f3a1ee7b9f Wayland backend: Add support for copy to clipboard Kovid Goyal 2018-09-04 22:22:43 +05:30
  • b0a39b127d Remove unused import Kovid Goyal 2018-09-04 17:54:33 +05:30
  • e36f1157cc Improve anti-aliasing at small sizes for wavy underlines Kovid Goyal 2018-09-04 15:48:01 +05:30
  • 053b9a786c Use a cosine instead of sine wave for wavy underlines Kovid Goyal 2018-09-04 15:35:48 +05:30
  • 2561d937da Forgot to remove mac os filter for native shortcut dispatching in one place Kovid Goyal 2018-09-04 15:00:09 +05:30
  • 55f457caf4 macOS: Fix a character that cannot be rendered in any font causing font fallback for all subsequent characters that cannot be rendered in the main font to fail Kovid Goyal 2018-09-04 14:21:36 +05:30
  • f5cc2fd8ad Update GLFW from upstream Kovid Goyal 2018-09-04 09:49:18 +05:30
  • e630b76fac Don't patch glfw when importing since the patch has moved upstream Kovid Goyal 2018-09-04 09:46:09 +05:30
  • 0b6948cb4f macOS: Fix using open --args not working Kovid Goyal 2018-09-03 20:58:31 +05:30
  • b0a2dea747 Improve rendering of wavy underline at small font sizes Kovid Goyal 2018-09-03 10:15:53 +05:30
  • f8395e36a1 Draw underlines under the text instead of over it Kovid Goyal 2018-09-03 09:48:53 +05:30
  • 6ec58f58ce Allow mapping shortcuts using the raw key code from the OS Kovid Goyal 2018-09-02 18:46:10 +05:30
  • 96cbfe946c Fix legacy form of invoking icat broken in 0.12.0 Kovid Goyal 2018-09-02 15:59:18 +05:30
  • ac686a47c1 Fail early when opening tty fails Kovid Goyal 2018-09-02 14:29:10 +05:30
  • e05aaf77ce spelling typo Kovid Goyal 2018-09-01 10:41:35 +05:30