Commit Graph

  • 3d307794be Function to get marks for testing Kovid Goyal 2020-01-12 19:20:15 +05:30
  • d32a05925f Code to add and remove markers using maps Kovid Goyal 2020-01-12 18:04:15 +05:30
  • 04006ea81e Wrapper functions to handle passing matching values to C code Kovid Goyal 2020-01-11 15:22:12 +05:30
  • 1723616968 Code to apply match colors based on match results Kovid Goyal 2020-01-11 13:29:56 +05:30
  • 23bc2171c9 Avoid a double call for mark functions Kovid Goyal 2020-01-11 10:42:26 +05:30
  • 0b3602f764 Code to add markers to Screen Kovid Goyal 2020-01-11 09:29:32 +05:30
  • 0e448347cd Fix #2279 Kovid Goyal 2020-01-13 06:49:55 +05:30
  • e0c66ea5ba DRYer Kovid Goyal 2020-01-12 21:42:12 +05:30
  • 268de9a9d5 Merge branch 'add_CIRCUMFLEX_to_control_codes' of https://github.com/Luflosi/kitty Kovid Goyal 2020-01-12 21:03:27 +05:30
  • 74eb523178 Add GLFW_KEY_CIRCUMFLEX to control_codes Luflosi 2020-01-11 23:59:30 +01:00
  • 8c540d5a46 Fix #2277 Kovid Goyal 2020-01-12 20:00:08 +05:30
  • 2045055ae3 Use actual color value comparison when detecting default background color Kovid Goyal 2020-01-12 18:14:03 +05:30
  • d8ed135b46 Clean up rendering of cell backgrounds Kovid Goyal 2020-01-12 13:18:25 +05:30
  • 3a4ba7e834 Remove un-needed variable Kovid Goyal 2020-01-12 10:55:14 +05:30
  • fab57fbdf1 Micro-optimization Kovid Goyal 2020-01-12 10:53:27 +05:30
  • 76a93b6cd6 DRYer Kovid Goyal 2020-01-12 10:52:42 +05:30
  • f44c3a4606 Forgot to update comment describing render pipeline Kovid Goyal 2020-01-12 10:26:25 +05:30
  • 714bee7f45 Only use an extra draw call for the background when drawing interleaved cells if it is actually required Kovid Goyal 2020-01-12 09:37:16 +05:30
  • 91673642b3 icat: Allow easily specifying z-index values below background threshold Kovid Goyal 2020-01-12 09:36:11 +05:30
  • fee08d746c Merge branch 'replace_exception_with_alias' of https://github.com/Luflosi/kitty Kovid Goyal 2020-01-11 21:21:52 +05:30
  • 527ff0238a Replace all instances of EnvironmentError with OSError Luflosi 2020-01-09 16:59:41 +01:00
  • 789d649b5c defaultbg should be a local variable Kovid Goyal 2020-01-11 16:59:50 +05:30
  • 8020657d8c Allow drawing images below cells w/background Fredrick Brennan 2020-01-11 13:29:41 +08:00
  • a15d3ff12d ... Kovid Goyal 2020-01-10 10:19:02 +05:30
  • fbce95aeda Add an example for open file hints Kovid Goyal 2020-01-10 10:18:18 +05:30
  • 9bc1b5a2d9 hints kitten: Allow pressing :sc:goto_file_line to quickly open the selected file at the selected line in vim Kovid Goyal 2020-01-10 10:01:03 +05:30
  • 6a8b7bf92f Merge branch 'with_suppress' of https://github.com/Luflosi/kitty Kovid Goyal 2020-01-09 20:58:37 +05:30
  • 48728bdfdc Use "with suppress()" to suppress a python exception Luflosi 2020-01-09 16:21:56 +01:00
  • b6416cf8a9 Merge branch 'glfw_upstream' of https://github.com/Luflosi/kitty Kovid Goyal 2020-01-09 06:58:30 +05:30
  • 053de5763a X11: Fix BadMatch focusing a window on non-EWMH WM Luflosi 2020-01-08 19:50:17 +01:00
  • fdb915d0c8 Merge branch 'zindex' of https://github.com/ctrlcctrlv/kitty Kovid Goyal 2020-01-08 18:20:34 +05:30
  • c2769c9aed Add --z-index to icat kitten Fredrick Brennan 2020-01-08 20:08:01 +08:00
  • 57deb19d0b typo Kovid Goyal 2020-01-07 10:45:05 +05:30
  • 321771b150 Merge branch 'resize-by-increments' of https://github.com/aes/kitty Kovid Goyal 2020-01-07 10:44:55 +05:30
  • 61dd2011f5 Dont rely on fontconfig to get postscript names Kovid Goyal 2020-01-07 09:30:41 +05:30
  • 8a5f189213 Ignore invalid font features when parsing config Kovid Goyal 2020-01-07 09:19:01 +05:30
  • 14560b008a Clean up font features merge Kovid Goyal 2020-01-07 08:54:32 +05:30
  • db85e07d41 Merge branch 'master' of https://github.com/ctrlcctrlv/kitty Kovid Goyal 2020-01-07 07:18:31 +05:30
  • 07c838fe24 Merge branch 'round_printed_timeout' of https://github.com/Luflosi/kitty Kovid Goyal 2020-01-06 07:14:53 +05:30
  • 1583b1b0c6 Print warning message timeout rounded to two digits after the dot Luflosi 2020-01-05 16:02:43 +01:00
  • d250555cd0 Make font_feature_settings respect disable_ligatures Fredrick Brennan 2020-01-04 20:11:34 +08:00
  • dbd0dab154 Revert addition of ffs_set to Font struct Fredrick Brennan 2020-01-04 15:37:05 +08:00
  • b479ea410d Prevent leaks Fredrick Brennan 2020-01-04 15:34:39 +08:00
  • 1db613e95b Add font_feature_settings Fredrick Brennan 2020-01-04 14:36:20 +08:00
  • 70071fe1f6 Merge branch 'simplify' of https://github.com/Luflosi/kitty Kovid Goyal 2020-01-03 07:46:58 +05:30
  • 58688dda38 Remove duplicate code Luflosi 2020-01-03 02:26:40 +01:00
  • 756d65c41e Merge branch 'glfw_upstream' of https://github.com/Luflosi/kitty Kovid Goyal 2020-01-03 07:18:25 +05:30
  • b9a08eacb0 X11: Cleanup Luflosi 2020-01-03 02:01:35 +01:00
  • b653711446 Merge branch 'glfw_upstream' of https://github.com/Luflosi/kitty Kovid Goyal 2020-01-03 06:48:30 +05:30
  • e725c647ef Cocoa: Only create per-monitor display link once Luflosi 2020-01-02 18:05:38 +01:00
  • 003f77b257 Merge branch 'add_macos_help_menu_item' of https://github.com/Luflosi/kitty Kovid Goyal 2019-12-29 22:03:08 +05:30
  • 10b578e6d2 Add help menu to macOS menu bar Luflosi 2019-11-21 14:45:09 +01:00
  • 151c6c2c70 Merge branch 'always_show_menu_item' of https://github.com/Luflosi/kitty Kovid Goyal 2019-12-29 20:53:22 +05:30
  • 53e6de9bd9 Always show the macOS New OS Window menu item Luflosi 2019-12-28 21:02:06 +01:00
  • 66a455a079 Merge branch 'simplify' of https://github.com/Luflosi/kitty Kovid Goyal 2019-12-29 19:45:07 +05:30
  • f8855410e0 Simplify some code in kitty/cocoa_window.m Luflosi 2019-11-28 19:01:12 +01:00
  • 93e8074325 ... Kovid Goyal 2019-12-28 08:49:53 +05:30
  • 296f512bfb Forgot you cant use sizeof on arrays passed as function parameters Kovid Goyal 2019-12-28 08:44:32 +05:30
  • c8f20d0edf Ensure key name is null terminated Kovid Goyal 2019-12-28 08:33:13 +05:30
  • 286f3630d7 Merge branch 'macos_fix_keyboard_shortcut_encoding' of https://github.com/Luflosi/kitty Kovid Goyal 2019-12-28 08:26:03 +05:30
  • 38423505b1 Remove numpad keys from macOS keyboard shortcuts Luflosi 2019-12-20 08:39:54 +01:00
  • 9a3c621eb6 Fix macOS keyboard shortcut encoding Luflosi 2019-12-04 00:04:52 +01:00
  • bcf847fe98 ... Kovid Goyal 2019-12-27 15:26:31 +05:30
  • ee7a5eef99 Have read_shell_environment() not fail when no shell is present Kovid Goyal 2019-12-27 12:25:01 +05:30
  • 7bed66a458 Ensure ans is set in read_shell_environment Kovid Goyal 2019-12-27 12:16:58 +05:30
  • b26229c44e Merge branch 'remove_release' of https://github.com/Luflosi/kitty Kovid Goyal 2019-12-26 08:48:20 +05:30
  • c497c0f96a Remove call to release on an automatically memory managed object Luflosi 2019-12-25 20:29:07 +01:00
  • 6df64613f2 Merge branch 'replace_void_pointer' of https://github.com/Luflosi/kitty Kovid Goyal 2019-12-25 16:35:08 +05:30
  • 46dd648380 Use the correct pointer type instead of void* Luflosi 2019-12-25 11:51:40 +01:00
  • 4cd5de78c7 Merge branch 'generate_key_table' of https://github.com/Luflosi/kitty Kovid Goyal 2019-12-25 08:34:27 +05:30
  • 32fa46d6eb Regenerate key table Luflosi 2019-12-25 01:46:13 +01:00
  • 902c2f6c88 Merge branch 'update_comment' of https://github.com/Luflosi/kitty Kovid Goyal 2019-12-24 19:31:37 +05:30
  • 2a5196873a Update comment to remove legacy way of starting kitty Luflosi 2019-12-24 14:14:06 +01:00
  • d2067141d3 Fix #2226 Kovid Goyal 2019-12-24 17:10:33 +05:30
  • b5229ec73c oops Kovid Goyal 2019-12-23 10:19:02 +05:30
  • 3a2a16f54c Merge branch 'add_circumflex_key' of https://github.com/Luflosi/kitty Kovid Goyal 2019-12-23 10:08:25 +05:30
  • b2d428618c Add circumflex (^) key Luflosi 2019-12-22 18:21:30 +01:00
  • 97af84a063 version 0.15.1 v0.15.1 Kovid Goyal 2019-12-21 14:20:28 +05:30
  • 18faee6250 Merge branch 'glad2-regen' of https://github.com/Dav1dde/kitty Kovid Goyal 2019-12-20 20:19:54 +05:30
  • fd90a3ddc3 regenerates glad to fix missing APIENTRY David Herberth 2019-12-20 15:04:23 +01:00
  • a08931d84d Fix window not being rendered for the first time until some input has been received from child process Kovid Goyal 2019-12-20 08:46:50 +05:30
  • 2f0b6e24c9 Use pre-multiplied alpha when clearing windows Kovid Goyal 2019-12-20 08:16:10 +05:30
  • 33c5fc0fb6 typo Kovid Goyal 2019-12-20 07:59:55 +05:30
  • 71adb2dcf8 Merge branch 'new_os_window_key_macos' of https://github.com/Luflosi/kitty Kovid Goyal 2019-12-20 07:59:08 +05:30
  • 1ae324691d Change keyboard shortcut selection algorithm for new_os_window on macOS Luflosi 2019-12-19 15:34:30 +01:00
  • 689d059517 Fix lines at the edge of the window at certain windows sizes when drawing images on a transparent window Kovid Goyal 2019-12-19 20:41:31 +05:30
  • 18f0ab9e02 Merge branch 'fix_typo' of https://github.com/Luflosi/kitty Kovid Goyal 2019-12-19 20:01:12 +05:30
  • 088ab5f137 Fix typo Luflosi 2019-12-19 13:40:08 +01:00
  • 3dd83975ba Dont cast double to monotonic_t for literals Kovid Goyal 2019-12-19 17:33:12 +05:30
  • a796a6cbef Use exponential notation in monotonic.h Kovid Goyal 2019-12-19 17:22:33 +05:30
  • 4766d7de82 Merge branch 'glfw_upstream' of https://github.com/Luflosi/kitty Kovid Goyal 2019-12-19 17:19:42 +05:30
  • 4a3686c16c X11: Cleanup Luflosi 2019-12-18 19:18:11 +01:00
  • b49105495c Merge branch 'glfw_upstream' of https://github.com/Luflosi/kitty Kovid Goyal 2019-12-19 17:07:42 +05:30
  • ca2eda2c5b X11: Cleanup Luflosi 2019-12-18 19:16:35 +01:00
  • 4fc7c4aafc Merge branch 'glfw_upstream' of https://github.com/Luflosi/kitty Kovid Goyal 2019-12-19 17:05:10 +05:30
  • 0981828493 X11: Fix updating GLFW_FLOATING on a hidden window Luflosi 2019-12-18 19:15:08 +01:00
  • 6bc4f18a59 Merge branch 'glfw_upstream' of https://github.com/Luflosi/kitty Kovid Goyal 2019-12-19 16:59:26 +05:30
  • 79532a315c X11: Fix invalid read when clearing GLFW_FLOATING Luflosi 2019-12-18 19:11:57 +01:00
  • 7472a992ed Merge branch 'glfw_upstream' of https://github.com/Luflosi/kitty Kovid Goyal 2019-12-19 16:56:48 +05:30
  • e40616a0db X11: Fix missing checks for EWMH attention atoms Luflosi 2019-12-18 18:40:51 +01:00