kitty/kitty
Kovid Goyal ffac3600e0
Layouts: Apply per window padding and margin values
Also make the calculation of blank rects more robust and with less code,
which should hopefully fix #1762
2020-04-17 19:47:34 +05:30
..
conf Replace use of cast() 2020-03-24 22:03:10 +05:30
fonts Read strikethrough info from font when using FreeType 2020-03-30 20:09:30 +02:00
rc kitty @ kitten: Allow no_ui kittens to return data to the remote client 2020-04-15 08:29:55 +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 Remove useless code from shader 2020-01-21 00:28:55 +01:00
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 kitty @ kitten: Allow no_ui kittens to return data to the remote client 2020-04-15 08:29:55 +05:30
cell_fragment.glsl Move draw_bg multiplication into vertex shader 2020-01-21 07:58:34 +05:30
cell_vertex.glsl Fix reverse video not being rendered correctly when using transparency or a background image 2020-04-03 22:40:33 +05:30
charsets.c
charsets.h
child-monitor.c Hide "No render frame received" without --debug-rendering 2020-04-14 19:36:58 +02: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 Merge branch 'master' of https://github.com/akobel/kitty 2020-04-15 07:44:27 +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 oops 2020-01-15 21:39:13 +05:30
colors.c Make mark colors per window 2020-01-15 18:42:37 +05:30
complete.py Allow entry points and external command combined completion on first word 2020-03-30 11:38:54 +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 Layouts: Apply per window padding and margin values 2020-04-17 19:47:34 +05:30
control-codes.h
core_text.m macOS: Fix incorrect horizontal positioning of some full-width East Asian characters 2020-04-09 13:25:19 +05:30
cursor.c
data-types.c Actually apply mark colors when rendering 2020-01-13 09:51:03 +05:30
data-types.h Track left to right for selections based on actual mouse positions 2020-02-25 20:03:14 +05:30
desktop.c Fixed bug in loading libcanberra when falling back on alternative library names 2019-11-30 14:36:22 +08:00
emoji.h Render any flag pair in two cells not just known ones 2020-04-06 23:00:34 +05:30
fast_data_types.pyi Rename --debug-gl to --debug-rendering 2020-04-14 19:35:40 +02:00
fontconfig.c Linux: Fix selection of fonts with multiple width variants not preferring the normal width faces 2020-03-29 01:52:33 +05:30
fonts.c Read strikethrough info from font when using FreeType 2020-03-30 20:09:30 +02:00
fonts.h Read strikethrough info from font when using FreeType 2020-03-30 20:09:30 +02:00
freetype.c Merge branch 'strikethrough-info-from-font' of https://github.com/trygveaa/kitty 2020-03-31 09:34:07 +05:30
gl-wrapper.c
gl-wrapper.h regenerates glad to fix missing APIENTRY 2019-12-20 15:04:23 +01:00
gl.c Rename --debug-gl to --debug-rendering 2020-04-14 19:35:40 +02:00
gl.h Make each OS window have its own framebuffer 2020-01-24 16:06:57 +08:00
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 Fix #2226 2019-12-24 17:10:33 +05:30
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 Add GLFW_KEY_CIRCUMFLEX to control_codes 2020-01-12 16:27:40 +01:00
keys.py Use a stub rather than TYPE_CHECKING 2020-03-15 13:27:40 +05:30
kittens.c
launch.py Fix --stdin-add-formatting not working 2020-04-06 09:35:16 +05:30
layout.py Layouts: Apply per window padding and margin values 2020-04-17 19:47:34 +05:30
line-buf.c Dont use a macro for as_text_generic 2020-02-25 15:33:12 +05:30
line.c Marks: Fix marks not handling wide characters and tab characters correctly 2020-04-12 13:28:21 +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 Rename --debug-gl to --debug-rendering 2020-04-14 19:35:40 +02:00
marks.py more typing work 2020-03-14 11:42:05 +05:30
modes.h
monotonic.c Fix #2187 2019-12-08 22:37:47 +05:30
monotonic.h Dont cast double to monotonic_t for literals 2019-12-19 17:33:12 +05:30
mouse.c Add support for sending mouse events from a kitten 2020-04-12 16:19:50 +02:00
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 Rewrite wcswidth as a state machine 2020-04-07 10:10:30 +05:30
screen.h Fix selection not updating properly while scrolling 2020-03-18 18:48:59 +05:30
session.py Fix specifying options for layouts in the startup session file not working 2020-04-09 12:40:09 +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 Rename --debug-gl to --debug-rendering 2020-04-14 19:35:40 +02:00
state.h Rename --debug-gl to --debug-rendering 2020-04-14 19:35:40 +02:00
tab_bar.py Color separators in the tab bar using inactive bg except for the last one 2020-03-29 09:20:17 +05:30
tabs.py Code to serialize state 2020-04-17 08:42:45 +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 Render known country flags designated by a pair of unicode codepoints in two cells instead of four. 2020-04-06 22:16:59 +05:30
unicode-data.h Function to detect flag pairs 2020-04-06 21:16:14 +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 Render known country flags designated by a pair of unicode codepoints in two cells instead of four. 2020-04-06 22:16:59 +05:30
window.py Allow window objects to store custom margin/padding 2020-04-17 09:02:08 +05:30