kitty/kitty
2020-03-24 19:29:25 +05:30
..
conf Disallow untyped decorators 2020-03-14 14:50:04 +05:30
fonts CoreText: Prefer less bold variants over heavier variants when auto-selecting the bold face 2020-03-24 19:27:14 +05:30
rc Fix a regression in 0.17 that caused kitty @ set-colors to require setting cursor_text_color 2020-03-24 19:29:25 +05:30
__init__.py
bgimage_fragment.glsl Fix rendering of semi-transparent bg images in semi-transparent windows 2020-02-02 11:45:48 +05:30
bgimage_vertex.glsl Fix unwanted scaling when tiling bg image 2020-02-01 11:41:06 +05:30
blit_fragment.glsl
blit_vertex.glsl
border_fragment.glsl
border_vertex.glsl
borders.py Use a stub rather than TYPE_CHECKING 2020-03-15 13:27:40 +05:30
boss.py Move startup of first child out of the constructor of Boss 2020-03-19 16:48:16 +05:30
cell_fragment.glsl
cell_vertex.glsl
charsets.c
charsets.h
child-monitor.c Fix boolean value assigned to pointer 2020-02-20 02:51:40 +01:00
child.c
child.py more typing work 2020-03-13 16:13:26 +05:30
choose_entry.py Use a stub rather than TYPE_CHECKING 2020-03-15 13:27:40 +05:30
cli.py Use a stub rather than TYPE_CHECKING 2020-03-15 13:27:40 +05:30
cli_stub.py more typing work 2020-03-13 16:13:26 +05:30
client.py more typing work 2020-03-14 11:42:05 +05:30
cocoa_window.m
colors.c
complete.py more typing work 2020-03-12 13:51:51 +05:30
config.py Use a stub rather than TYPE_CHECKING 2020-03-15 13:27:40 +05:30
config_data.py Minor strictness increases 2020-03-14 14:59:31 +05:30
constants.py version 0.17.0 2020-03-24 10:33:51 +05:30
control-codes.h
core_text.m ... 2020-03-24 18:02:44 +05:30
cursor.c
data-types.c
data-types.h Track left to right for selections based on actual mouse positions 2020-02-25 20:03:14 +05:30
desktop.c
emoji.h
fast_data_types.pyi CoreText: When matching fonts prefer non-expanded/condensed variants 2020-03-24 17:55:38 +05:30
fontconfig.c More typing work 2020-03-04 06:10:57 +05:30
fonts.c Fix :opt:cursor_underline_thickness not working 2020-03-24 15:53:13 +05:30
fonts.h
freetype.c
gl-wrapper.c
gl-wrapper.h
gl.c
gl.h
glfw-wrapper.c Fix #2466 2020-03-24 17:07:37 +05:30
glfw-wrapper.h Fix #2466 2020-03-24 17:07:37 +05:30
glfw.c Exclude very small values for content scale 2020-03-19 14:13:23 +05:30
graphics.c Fix #2449 2020-03-19 17:22:58 +05:30
graphics.h API for changing the background image of OS windows 2020-02-01 09:17:41 +05:30
graphics_fragment.glsl
graphics_vertex.glsl
history.c Dont use a macro for as_text_generic 2020-02-25 15:33:12 +05:30
key_encoding.py Use a stub rather than TYPE_CHECKING 2020-03-15 13:27:40 +05:30
key_names.py more typing work 2020-03-14 11:42:05 +05:30
keys.c
keys.h
keys.py Use a stub rather than TYPE_CHECKING 2020-03-15 13:27:40 +05:30
kittens.c
launch.py Allow setting WM_CLASS and WM_NAME when creating new OS windows with the launch command 2020-03-15 08:12:28 +05:30
layout.py Use a stub rather than TYPE_CHECKING 2020-03-15 13:27:40 +05:30
line-buf.c Dont use a macro for as_text_generic 2020-02-25 15:33:12 +05:30
line.c Dont strip trailing punctuation from end of URL if next line startswith url characters 2020-03-15 08:47:52 +05:30
lineops.h Dont strip trailing punctuation from end of URL if next line startswith url characters 2020-03-15 08:47:52 +05:30
logging.c
loop-utils.c
loop-utils.h
macos_process_info.c
main.py Move startup of first child out of the constructor of Boss 2020-03-19 16:48:16 +05:30
marks.py more typing work 2020-03-14 11:42:05 +05:30
modes.h
monotonic.c
monotonic.h
mouse.c Allow extending selections by dragging with right button pressed 2020-03-18 20:52:25 +05:30
notify.py more typing work 2020-03-13 16:13:26 +05:30
options_stub.py more typing work 2020-03-11 20:08:16 +05:30
parse-graphics-command.h
parser.c
png-reader.c
png-reader.h
remote_control.py Use a stub rather than TYPE_CHECKING 2020-03-15 13:27:40 +05:30
rewrap.h
rgb.py Make mypy a bit stricter 2020-03-05 19:57:28 +05:30
screen.c Allow extending selections by dragging with right button pressed 2020-03-18 20:52:25 +05:30
screen.h Fix selection not updating properly while scrolling 2020-03-18 18:48:59 +05:30
session.py Use a stub rather than TYPE_CHECKING 2020-03-15 13:27:40 +05:30
shaders.c Fix selection not updating properly while scrolling 2020-03-18 18:48:59 +05:30
shell.py more typing work 2020-03-12 14:52:11 +05:30
state.c Make the set of URL prefixes that are recognized while hovering with the mouse configurable 2020-03-08 13:16:34 +05:30
state.h Make the set of URL prefixes that are recognized while hovering with the mouse configurable 2020-03-08 13:16:34 +05:30
tab_bar.py Fix a regression in 0.17 that caused tab bar background to be rendered after the last tab as well 2020-03-24 16:05:02 +05:30
tabs.py Use a stub rather than TYPE_CHECKING 2020-03-15 13:27:40 +05:30
terminfo.py more typing work 2020-03-14 11:42:05 +05:30
threading.h
tint_fragment.glsl Add an option to tint background images using the current background color 2020-02-02 11:22:21 +05:30
tint_vertex.glsl Add an option to tint background images using the current background color 2020-02-02 11:22:21 +05:30
typing.py Use a stub rather than TYPE_CHECKING 2020-03-15 13:27:40 +05:30
typing.pyi Use a stub rather than TYPE_CHECKING 2020-03-15 13:27:40 +05:30
unicode-data.c
unicode-data.h Dont strip :code:& and :code:- from the end of URLs 2020-03-15 08:29:56 +05:30
update_check.py more typing work 2020-03-13 21:41:07 +05:30
utils.py Implement drag and drop of text/plain for Wayland as well 2020-03-19 13:28:21 +05:30
wcwidth-std.h
window.py Use a stub rather than TYPE_CHECKING 2020-03-15 13:27:40 +05:30