kitty/kitty
2020-03-14 11:42:05 +05:30
..
conf more typing work 2020-03-13 21:41:07 +05:30
fonts more typing work 2020-03-10 12:58:53 +05:30
rc more typing work 2020-03-14 09:52:56 +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 Correct a few type definitions in layout.py 2020-03-13 16:21:36 +05:30
boss.py more typing work 2020-03-14 11:42:05 +05:30
cell_fragment.glsl Move draw_bg multiplication into vertex shader 2020-01-21 07:58:34 +05:30
cell_vertex.glsl Move draw_bg multiplication into vertex shader 2020-01-21 07:58:34 +05:30
charsets.c
charsets.h
child-monitor.c Fix boolean value assigned to pointer 2020-02-20 02:51:40 +01:00
child.c Reset the sigprocmask and signal handlers when launching child processes. Fixes #1806 2019-07-18 09:26:31 +05:30
child.py more typing work 2020-03-13 16:13:26 +05:30
choose_entry.py Add type information to the Graphics Command infrastructure 2020-03-10 20:14:04 +05:30
cli.py more typing work 2020-03-12 08:10:51 +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 more typing work 2020-03-12 13:51:51 +05:30
config.py more typing work 2020-03-12 08:10:51 +05:30
config_data.py more typing work 2020-03-14 11:42:05 +05:30
constants.py more typing work 2020-03-12 15:09:21 +05:30
control-codes.h
core_text.m Fix #2313 2020-01-26 08:00:06 +05:30
cursor.c Make the MIN and MAX macros typesafe 2019-07-01 17:03:47 +05:30
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 Add a function to check if a codepoint is a symbol 2019-10-01 18:57:06 +05:30
fast_data_types.pyi more typing work 2020-03-14 11:42:05 +05:30
fontconfig.c More typing work 2020-03-04 06:10:57 +05:30
fonts.c oops 2020-02-17 16:24:40 +05:30
fonts.h Only disable liga and dlig for nimbus mono 2019-08-10 08:22:36 +05:30
freetype.c Check for float conversion issues on build 2019-09-27 19:47:25 +05:30
gl-wrapper.c Replace glad with glad2 2019-07-07 21:10:15 +02:00
gl-wrapper.h regenerates glad to fix missing APIENTRY 2019-12-20 15:04:23 +01:00
gl.c Make each OS window have its own framebuffer 2020-01-24 16:06:57 +08:00
gl.h Make each OS window have its own framebuffer 2020-01-24 16:06:57 +08:00
glfw-wrapper.c Merge branch 'resize-by-increments' of https://github.com/aes/kitty 2020-01-07 10:44:55 +05:30
glfw-wrapper.h Merge branch 'resize-by-increments' of https://github.com/aes/kitty 2020-01-07 10:44:55 +05:30
glfw.c Remove unused code 2020-02-24 07:10:05 +05:30
graphics.c Fix memory leak when realloc() fails 2020-02-20 10:54:10 +01:00
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 more typing work 2020-03-14 11:42:05 +05:30
key_names.py more typing work 2020-03-14 11:42:05 +05:30
keys.c Add Caps Lock to the list of modifier keys 2019-11-09 00:41:12 +01:00
keys.h Add GLFW_KEY_CIRCUMFLEX to control_codes 2020-01-12 16:27:40 +01:00
keys.py more typing work 2020-03-14 11:42:05 +05:30
kittens.c Use datatype monotonic_t instead of double to keep track of time 2019-09-25 17:43:11 +02:00
launch.py more typing work 2020-03-14 11:42:05 +05:30
layout.py misc typing fixes 2020-03-13 16:45:39 +05:30
line-buf.c Dont use a macro for as_text_generic 2020-02-25 15:33:12 +05:30
line.c Make the set of URL prefixes that are recognized while hovering with the mouse configurable 2020-03-08 13:16:34 +05:30
lineops.h Some consting 2020-02-25 20:03:14 +05:30
logging.c
loop-utils.c Output which loo could not be woken up 2019-09-08 14:58:11 +05:30
loop-utils.h Output which loo could not be woken up 2019-09-08 14:58:11 +05:30
macos_process_info.c Fix typos 2019-08-26 12:31:15 +02:00
main.py more typing work 2020-03-13 16:13:26 +05:30
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 Refactor function to not combine input and output parameters 2020-02-25 21:49:31 +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 When zeroing memory, use type independent code 2019-07-23 10:54:10 +05:30
parser.c Use datatype monotonic_t instead of double to keep track of time 2019-09-25 17:43:11 +02:00
png-reader.c
png-reader.h
remote_control.py more typing work 2020-03-13 21:41:07 +05:30
rewrap.h Make the MIN and MAX macros typesafe 2019-07-01 17:03:47 +05:30
rgb.py Make mypy a bit stricter 2020-03-05 19:57:28 +05:30
screen.c No top level typing issues for kittens 2020-03-04 07:49:28 +05:30
screen.h Remove unused code 2020-02-26 07:31:43 +05:30
session.py more typing work 2020-03-14 11:42:05 +05:30
shaders.c More typing work 2020-03-04 06:10:57 +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 #2429 2020-03-13 19:14:49 +05:30
tabs.py more typing work 2020-03-14 09:52:56 +05:30
terminfo.py more typing work 2020-03-14 11:42:05 +05:30
threading.h Fix typos 2019-08-26 12:31:15 +02:00
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
unicode-data.c Add a function to check if a codepoint is a symbol 2019-10-01 18:57:06 +05:30
unicode-data.h macOS: Fix finding fallback font for private use unicode symbols not working reliably 2019-06-30 18:11:58 +05:30
update_check.py more typing work 2020-03-13 21:41:07 +05:30
utils.py more typing work 2020-03-14 11:42:05 +05:30
wcwidth-std.h Add a function to check if a codepoint is a symbol 2019-10-01 18:57:06 +05:30
window.py more typing work 2020-03-14 11:42:05 +05:30