Commit Graph

  • b54ffbefe4 Ignore setlocale() failures on Linux as well Kovid Goyal 2020-02-22 18:13:39 +05:30
  • 6d470e4da0 Merge branch 'patch-1' of https://github.com/MaxNoe/kitty Kovid Goyal 2020-02-20 15:57:18 +05:30
  • 4e1ebec8c2 Merge branch 'fix-menory-leak' of https://github.com/Luflosi/kitty Kovid Goyal 2020-02-20 15:55:18 +05:30
  • e9779258e9 Make links clickable in INSTALL.md Maximilian Nöthe 2020-02-20 11:10:49 +01:00
  • 5c83f45bc6 Fix memory leak when realloc() fails Luflosi 2020-02-20 10:54:10 +01:00
  • eb65aca1f4 Merge branch 'fix-boolean-assign-to-pointer' of https://github.com/Luflosi/kitty Kovid Goyal 2020-02-20 08:02:30 +05:30
  • 5d7e393c93 Fix boolean value assigned to pointer Luflosi 2020-02-20 02:51:40 +01:00
  • d6d01102fe diff kitten: Fix directory diffing with removed binary files failing Kovid Goyal 2020-02-19 19:53:19 +05:30
  • 1ad802b194 Make re-using the tall neighbor code safer Kovid Goyal 2020-02-19 15:42:01 +05:30
  • 4a191b65bb Fix a regression in the previous release that broke switching to neighboring windows in the Grid layout when there are less than four windows Kovid Goyal 2020-02-19 15:27:56 +05:30
  • 65cc9f4e1b Merge branch 'patch-1' of https://github.com/felixonmars/kitty Kovid Goyal 2020-02-19 08:28:15 +05:30
  • 9f4b13b523 Correct a typo in cmds.py Felix Yan 2020-02-19 05:12:25 +08:00
  • 97e1b62a1e Merge branch 'typo' of https://github.com/Luflosi/kitty Kovid Goyal 2020-02-18 21:02:48 +05:30
  • 3ac966a38b Fix typo Luflosi 2020-02-18 16:00:28 +01:00
  • 6f1fda0a48 Store cell half information in selection objects Kovid Goyal 2020-02-18 17:45:07 +05:30
  • c00b486864 Track which horizontal half of the cell the mouse is in Kovid Goyal 2020-02-18 10:20:26 +05:30
  • 7928fff645 Update list of GLFW keys in the doc to use kitty's forked GLFW Kovid Goyal 2020-02-17 17:52:35 +05:30
  • 0285f5a1ad oops Kovid Goyal 2020-02-17 16:24:40 +05:30
  • 56e5c8be32 macOS: When switching inpt method while a pending multi-key input is in progress, clear the pending input Kovid Goyal 2020-02-17 15:30:03 +05:30
  • ef569976cb Merge branch 'glfw_upstream' of https://github.com/Luflosi/kitty Kovid Goyal 2020-02-17 09:40:55 +05:30
  • f8ae048d60 X11: Fix setting the clipboard string to itself Luflosi 2020-02-13 22:25:46 +01:00
  • c51f4df0ca When the application running in the terminal grabs the mouse, pass middle clicks to the application unless the terminal_select_modifiers are pressed Kovid Goyal 2020-02-16 22:55:18 +05:30
  • 84453bf15c Add a test for #2284 Kovid Goyal 2020-02-16 21:14:08 +05:30
  • 917350f058 Fix incorrect rendering of selection when using rectangular select and scrolling Kovid Goyal 2020-02-16 21:10:09 +05:30
  • 0c58662eb6 Fix fade style tab bar showing opaque background after last tab Kovid Goyal 2020-02-16 15:11:55 +05:30
  • 52ca75855e Use some of th eglyphs from the poweline extra glyphs set in the symbol_map example Kovid Goyal 2020-02-16 12:17:34 +05:30
  • 49a07651b9 Merge branch 'typo' of https://github.com/Luflosi/kitty Kovid Goyal 2020-02-16 08:13:06 +05:30
  • 90a8ba3789 Fix typo in comment Luflosi 2020-01-30 12:36:32 +01:00
  • 734c3199f0 Fix rendering of combining characters with fonts that have glyphs for precomposed characters but not decomposed versions Kovid Goyal 2020-02-15 21:55:17 +05:30
  • 64567646d9 Build with fortify source on clang as well Kovid Goyal 2020-02-13 11:20:57 +05:30
  • 1a1638cc7f Build with _FORTIFY_SOURCE on gcc Kovid Goyal 2020-02-13 10:39:57 +05:30
  • fdf055312c DRYer Kovid Goyal 2020-02-13 10:07:55 +05:30
  • b0b8b06b56 Scrolling test Kovid Goyal 2020-02-13 10:02:44 +05:30
  • 9c1ffb1adf Test for rectangle select Kovid Goyal 2020-02-13 08:52:33 +05:30
  • 563bafea08 Merge options when testing Kovid Goyal 2020-02-13 08:33:57 +05:30
  • efe4c32ffd Fix mock window not being zeroes on creation Kovid Goyal 2020-02-12 21:34:19 +05:30
  • 0f003a9a77 Remove unused code Kovid Goyal 2020-02-12 21:28:48 +05:30
  • 3eff929652 More mouse interaction tests Kovid Goyal 2020-02-12 21:19:25 +05:30
  • 3010ebfef5 More mouse interaction tests Kovid Goyal 2020-02-12 18:57:23 +05:30
  • ff14f47781 First mouse interaction test Kovid Goyal 2020-02-12 15:21:59 +05:30
  • 0b99a5caae APIs for testing mouse interaction Kovid Goyal 2020-02-12 10:14:17 +05:30
  • 467b96f2f2 Ensure vao_idx is invalid when releasing gpu resources Kovid Goyal 2020-02-12 09:20:41 +05:30
  • 18751a05c0 Dont use splitlines() to replace \n with \r in pasted text Kovid Goyal 2020-02-11 08:16:20 +05:30
  • 9007623d0c macOS: Fix menubar title not updating on OS Window focus change Kovid Goyal 2020-02-10 07:27:40 +05:30
  • c1abb7038d Fix border/margin/padding sizes not being recalculated on DPI change Kovid Goyal 2020-02-09 08:31:09 +05:30
  • 53f7eebc4d Add changelog entry Kovid Goyal 2020-02-09 08:04:18 +05:30
  • d54d29122d Merge branch 'Nudin-patch-1' of https://github.com/Nudin/kitty Kovid Goyal 2020-02-09 08:03:06 +05:30
  • 1d71791b3c Bugfix exception when executing marker functions Michael F. Schönitzer 2020-02-08 19:28:53 +01:00
  • 0c6145d4f2 ... Kovid Goyal 2020-02-08 14:08:10 +05:30
  • 62e273c5bb unicode input kitten: Allow pressing :kbd:ctrl+tab to change the input mode Kovid Goyal 2020-02-08 13:29:50 +05:30
  • d82f399be7 ... Kovid Goyal 2020-02-06 21:16:16 +05:30
  • 20a7050564 Merge branch 'underline_thickness_option' of https://github.com/noomly/kitty Kovid Goyal 2020-02-06 21:14:34 +05:30
  • b235f411b0 X11: Fix arrow mouse cursor using right pointing instead of the default left pointing arrow Kovid Goyal 2020-02-06 21:11:09 +05:30
  • 99faeeacfc Add PR number to changelog Eyal Chojnowski 2020-02-06 16:24:51 +01:00
  • 08ad4f389d Fix linting Eyal Chojnowski 2020-02-06 16:21:32 +01:00
  • edba63d0d9 Make underline cursor thickness configurable Eyal Chojnowski 2020-02-06 16:15:12 +01:00
  • e33f882abc Changelog entry for cursor beam thickness option Kovid Goyal 2020-02-06 17:52:40 +05:30
  • 53e059f4f7 Merge branch 'beam_thickness_configurable' of https://github.com/noomly/kitty Kovid Goyal 2020-02-06 17:49:34 +05:30
  • 830364e026 Fix option_type Eyal Chojnowski 2020-02-06 13:05:10 +01:00
  • 332714a925 Make cursor beam thickness configurable Eyal Chojnowski 2020-02-06 12:54:42 +01:00
  • 1eee6deb22 Fix #2339 Kovid Goyal 2020-02-06 16:21:40 +05:30
  • 547f138703 Bound width and height for render_curosr Kovid Goyal 2020-02-06 06:55:13 +05:30
  • b6c345fc3c Merge branch 'patch-2' of https://github.com/ctrlcctrlv/kitty Kovid Goyal 2020-02-05 09:58:07 +05:30
  • 29c40a4957 Update changelog.rst Fredrick Brennan 2020-02-05 12:22:54 +08:00
  • 72af821e1b Freeing bgimage should always null its pointer Kovid Goyal 2020-02-04 09:51:35 +05:30
  • 5fe4d10f38 Only do processing if pager is not an absolute path Kovid Goyal 2020-02-03 08:05:34 +05:30
  • 3b36470e84 When resolving scrollback pager if it is not present in system PATH try using shell PATH Kovid Goyal 2020-02-03 08:03:35 +05:30
  • f9e8a4050c Allow leading and trailing spaces in tab_title_template by using quotes Kovid Goyal 2020-02-02 21:02:34 +05:30
  • ce308286df Dont need to bind blit vertex array as cells vertex array is already bound Kovid Goyal 2020-02-02 20:56:42 +05:30
  • b670973226 When unsetting bg image borders need to be redone to ensure blank rects are present Kovid Goyal 2020-02-02 20:51:31 +05:30
  • 01b11b8a53 Allow removing background image via @ set-background-image Kovid Goyal 2020-02-02 20:41:52 +05:30
  • 75c47a8659 Proper fix for not drawing blank rects when bg image is present Kovid Goyal 2020-02-02 20:20:45 +05:30
  • 5b4e0ed483 Fix #2331 Kovid Goyal 2020-02-02 20:09:17 +05:30
  • 7432a7f346 Bind empty VAO when tinting Kovid Goyal 2020-02-02 14:48:47 +05:30
  • 0830fc3b5a Make background_image tint useable even without a background image in a transparent window Kovid Goyal 2020-02-02 12:40:29 +05:30
  • ab2c901e85 Implement bg image tint for transparent windows Kovid Goyal 2020-02-02 12:34:35 +05:30
  • 3774cc54c7 Fix rendering of semi-transparent bg images in semi-transparent windows Kovid Goyal 2020-02-02 11:45:48 +05:30
  • 330ed8e4ae Add an option to tint background images using the current background color Kovid Goyal 2020-02-02 11:22:21 +05:30
  • eddae44d6d Fix leak when changing background image using remote control Kovid Goyal 2020-02-02 09:27:58 +05:30
  • 226488717a Add completion for image filenames at command line Kovid Goyal 2020-02-01 12:33:11 +05:30
  • 2f9dabd344 Fix unwanted scaling when tiling bg image Kovid Goyal 2020-02-01 11:41:06 +05:30
  • cf1b7c0adb Allow set_background_image to work over SSH Kovid Goyal 2020-02-01 11:35:12 +05:30
  • eb57d0d431 Remote control command to set background image Kovid Goyal 2020-02-01 10:50:56 +05:30
  • 8116ee015a API for changing the background image of OS windows Kovid Goyal 2020-02-01 09:17:41 +05:30
  • 0fa3cec61f Add support for specifying a background image Kovid Goyal 2020-01-31 20:22:29 +05:30
  • eb60464177 No need to zero background opacity Kovid Goyal 2020-01-31 18:51:02 +05:30
  • 44b2651a0f Fix draw_cells_interleaved_premult() for drawing with and without a background image Kovid Goyal 2020-01-31 15:40:00 +05:30
  • f2e91b5ed2 Remove incorrect setting of bgimage unit in graphics program Kovid Goyal 2020-01-31 15:28:21 +05:30
  • e72b60c882 tiling->tiled Kovid Goyal 2020-01-31 15:11:30 +05:30
  • 5263babc9a Use a single program for drawing background images Kovid Goyal 2020-01-31 15:09:47 +05:30
  • 9034b50b3a Dont use a separate background image opacity setting Kovid Goyal 2020-01-31 14:05:25 +05:30
  • fdd7fe1948 Properly release resources used by bgimage Kovid Goyal 2020-01-31 12:17:54 +05:30
  • 8e7b8b70dc A VAO is not needed to draw background images Kovid Goyal 2020-01-31 11:34:34 +05:30
  • 9bf24bdff5 Cleanup png_path_to_bitmap() Kovid Goyal 2020-01-31 09:46:16 +05:30
  • ee53edd96d Fix conversion of background_image option to C Kovid Goyal 2020-01-31 09:03:19 +05:30
  • 1bc5d7038d Merge branch 'bgimage' of https://github.com/ctrlcctrlv/kitty Kovid Goyal 2020-01-31 07:58:55 +05:30
  • 8a6b8b415c More stylistic fixes Fredrick Brennan 2020-01-31 09:47:15 +08:00
  • 86174c81c8 Some tests for splits layout Kovid Goyal 2020-01-30 20:30:52 +05:30
  • 374500d7b0 py3.5 compat Kovid Goyal 2020-01-30 18:54:34 +05:30
  • 319a141967 grammar Kovid Goyal 2020-01-30 18:52:40 +05:30