kitty/kitty
2020-01-31 14:05:25 +05:30
..
conf Replace all instances of EnvironmentError with OSError 2020-01-11 16:47:36 +01:00
fonts Dont rely on fontconfig to get postscript names 2020-01-07 09:30:41 +05:30
__init__.py
bgimage_fragment.glsl A VAO is not needed to draw background images 2020-01-31 11:34:34 +05:30
bgimage_vertex.glsl A VAO is not needed to draw background images 2020-01-31 11:34:34 +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 Merge branch 'bgimage' of https://github.com/ctrlcctrlv/kitty 2020-01-31 07:58:55 +05:30
boss.py Add a link to the marks docs 2020-01-14 13:45:37 +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 Properly release resources used by bgimage 2020-01-31 12:17:54 +05:30
child.c
child.py Replace all instances of EnvironmentError with OSError 2020-01-11 16:47:36 +01:00
choose_entry.py
cli.py Make the run-program example a little fancier 2020-01-13 12:16:43 +05:30
client.py
cmds.py Better error message when user does not specify strategy for disabling ligatures 2020-01-28 15:23:08 +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
config.py Action to convert between vertical and horizontal splits 2020-01-30 14:34:40 +05:30
config_data.py Dont use a separate background image opacity setting 2020-01-31 14:05:25 +05:30
constants.py version 0.16.0 2020-01-28 08:48:00 +05:30
control-codes.h
core_text.m Fix #2313 2020-01-26 08:00:06 +05:30
cursor.c
data-types.c Actually apply mark colors when rendering 2020-01-13 09:51:03 +05:30
data-types.h Add background_image 2020-01-30 17:23:42 +08:00
desktop.c
emoji.h
fontconfig.c
fonts.c Add force_ltr 2020-01-17 16:22:40 +08:00
fonts.h
freetype.c
gl-wrapper.c
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 Move a bunch of unneeded stuff 2020-01-30 18:08:25 +08:00
glfw_tests.c
glfw_tests.h
graphics.c Cleanup png_path_to_bitmap() 2020-01-31 09:46:16 +05:30
graphics.h Properly release resources used by bgimage 2020-01-31 12:17:54 +05:30
graphics_fragment.glsl Fix #2226 2019-12-24 17:10:33 +05:30
graphics_vertex.glsl
history.c
key_encoding.py Add circumflex (^) key 2019-12-22 18:41:07 +01:00
key_names.py Add circumflex (^) key 2019-12-22 18:41:07 +01:00
keys.c
keys.h Add GLFW_KEY_CIRCUMFLEX to control_codes 2020-01-12 16:27:40 +01:00
keys.py DRYer 2020-01-13 14:35:17 +01:00
kittens.c
launch.py Implement adding of windows to splits layout 2020-01-30 06:12:45 +05:30
layout.py py3.5 compat 2020-01-30 18:55:58 +05:30
line-buf.c
line.c Fix URL detection not working for urls of the form scheme:///url 2020-01-17 07:49:01 +05:30
lineops.h Allow scrolling to marks 2020-01-15 07:11:34 +05:30
logging.c
loop-utils.c
loop-utils.h
macos_process_info.c
main.py Use python context manager to open file 2020-01-16 14:11:54 +01:00
marks.py Allow creating markers dynamically 2020-01-13 20:05:50 +05:30
modes.h
monotonic.c
monotonic.h Dont cast double to monotonic_t for literals 2019-12-19 17:33:12 +05:30
mouse.c
notify.py
parse-graphics-command.h
parser.c
png-reader.c
png-reader.h
remote_control.py Replace all instances of EnvironmentError with OSError 2020-01-11 16:47:36 +01:00
rewrap.h
rgb.py
screen.c Add background_image 2020-01-30 17:23:42 +08:00
screen.h Use only a single marker function 2020-01-13 11:57:19 +05:30
session.py Replace all instances of EnvironmentError with OSError 2020-01-11 16:47:36 +01:00
shaders.c Dont use a separate background image opacity setting 2020-01-31 14:05:25 +05:30
shell.py Replace all instances of EnvironmentError with OSError 2020-01-11 16:47:36 +01:00
state.c Dont use a separate background image opacity setting 2020-01-31 14:05:25 +05:30
state.h Dont use a separate background image opacity setting 2020-01-31 14:05:25 +05:30
tab_bar.py
tabs.py Action to convert between vertical and horizontal splits 2020-01-30 14:34:40 +05:30
terminfo.py Fix typo 2019-12-19 13:40:08 +01:00
threading.h
unicode-data.c
unicode-data.h
update_check.py Replace all instances of EnvironmentError with OSError 2020-01-11 16:47:36 +01:00
utils.py Replace all instances of EnvironmentError with OSError 2020-01-11 16:47:36 +01:00
wcwidth-std.h
window.py Merge branch 'bgimage' of https://github.com/ctrlcctrlv/kitty 2020-01-31 07:58:55 +05:30