kitty/kitty
2023-06-24 08:47:13 +05:30
..
conf Cleanup previous PR 2023-05-24 13:31:29 +05:30
fonts Fix misspellings 2023-06-14 03:39:53 +06:00
launcher Fix a regression in the previous release that broke the remote file kitten 2023-04-15 21:04:30 +05:30
layout Tall/fat layout: When changing the number of full size windows, reset the main axis biases. Fixes #6123 2023-03-20 22:36:18 +05:30
options Fix text_fg_override_threshold not working with multi-pass rendering 2023-06-24 08:32:03 +05:30
rc Allow specifying full layout specifications with options for goto_layout 2023-04-08 13:35:38 +05:30
__init__.py
actions.py
alpha_blend.glsl DRYer 2023-06-13 14:58:51 +05:30
backtrace.h
banned.h
bash.py
bgimage_fragment.glsl Remove duplicate definitions of linear2srgb functions in shaders 2023-06-13 14:54:20 +05:30
bgimage_vertex.glsl Remove duplicate definitions of linear2srgb functions in shaders 2023-06-13 14:54:20 +05:30
border_fragment.glsl Remove duplicate definitions of linear2srgb functions in shaders 2023-06-13 14:54:20 +05:30
border_vertex.glsl Use the new shader include system to avoid having to upload 256 uniform floats to two different programs on the GPU 2023-06-22 20:31:55 +05:30
borders.py Cache shader source code loading 2023-06-13 17:58:17 +05:30
boss.py Move loading of shader programs into shaders module 2023-06-13 18:08:39 +05:30
cell_defines.glsl Make bg_alpha always available 2023-06-24 08:47:13 +05:30
cell_fragment.glsl Make bg_alpha always available 2023-06-24 08:47:13 +05:30
cell_vertex.glsl Make bg_alpha always available 2023-06-24 08:47:13 +05:30
charsets.c Show bad length in base64 decode error message 2023-01-29 10:17:00 +05:30
charsets.h
child-monitor.c Dont show window size on creation 2023-06-23 16:47:13 +05:30
child.c Fix misspellings 2023-06-14 03:39:53 +06:00
child.py Correct the type signature for callback 2023-05-08 16:03:27 +05:30
choose_entry.py
cleanup.c
cleanup.h
cli.py Allow multiple specifications of kwds,ext,mime in completion specs 2023-03-27 07:53:54 +05:30
cli_stub.py Remove python implementation of SSH kitten 2023-02-28 12:42:30 +05:30
client.py
clipboard.py Fix misspellings 2023-06-14 03:39:53 +06:00
cocoa_window.m More cases of #5477 functions with empty argument lists 2023-04-16 01:09:36 -04:00
colors.c ... 2023-02-08 20:45:41 +05:30
colors.h
config.py
constants.py Fix misspellings 2023-06-14 03:39:53 +06:00
control-codes.h
core_text.m More cases of #5477 functions with empty argument lists 2023-04-16 01:09:36 -04:00
cross-platform-random.h
crypto.c
cursor.c New SGR codes to turn off bold/dim independently 2023-03-27 07:53:55 +05:30
data-types.c More cases of #5477 functions with empty argument lists 2023-04-16 01:09:36 -04:00
data-types.h Add option to set XDG sound theme on Linux 2023-03-18 16:38:29 -04:00
debug_config.py
desktop.c Cleanup previous PR 2023-03-19 10:37:37 +05:30
disk-cache.c
disk-cache.h
emoji.h Update Unicode data 2023-02-09 09:45:42 +05:30
entry_points.py Fix misspellings 2023-06-14 03:39:53 +06:00
fast-file-copy.c
fast-file-copy.h
fast_data_types.pyi Remove rendering via framebuffer for transparent windows with images 2023-06-21 16:06:07 +05:30
file_transmission.py
fontconfig.c
fonts.c Add support for 0x1fb90 2023-05-09 22:19:03 -04:00
fonts.h
freetype.c
freetype_render_ui_text.c
freetype_render_ui_text.h
gl-wrapper.c
gl-wrapper.h Merge branch 'master' of https://github.com/marcan/kitty 2023-02-10 10:55:41 +05:30
gl.c Cleanup a bunch of shader infrastructure 2023-06-22 19:38:05 +05:30
gl.h Remove duplicate definitions of linear2srgb functions in shaders 2023-06-13 14:54:20 +05:30
glfw-wrapper.c GLFW API to track system color scheme dark/light 2023-04-13 13:16:33 +05:30
glfw-wrapper.h GLFW API to track system color scheme dark/light 2023-04-13 13:16:33 +05:30
glfw.c Remove rendering via framebuffer for transparent windows with images 2023-06-21 16:06:07 +05:30
glyph-cache.c
glyph-cache.h
graphics.c add a comment explaining the purpose of the function 2023-06-22 19:40:08 +05:30
graphics.h Cleanup a bunch of shader infrastructure 2023-06-22 19:38:05 +05:30
graphics_fragment.glsl Cleanup a bunch of shader infrastructure 2023-06-22 19:38:05 +05:30
graphics_vertex.glsl Cleanup a bunch of shader infrastructure 2023-06-22 19:38:05 +05:30
guess_mime_type.py Add .rb as a known MIME type 2023-05-30 09:44:37 +05:30
history.c Image placement using Unicode placeholders 2023-02-21 18:23:16 -08:00
hyperlink.c
hyperlink.h
iqsort.h Fix misspellings 2023-06-14 03:39:53 +06:00
key_encoding.c Keyboard input: Fix text not being reported as unicode codepoints for multi-byte characters in the kitty keyboard protocol 2023-04-09 22:57:40 +05:30
key_encoding.py
key_names.py
keys.c macOS: Allow IME to actively get the cursor position in real time 2023-02-22 22:36:20 +08:00
keys.h
keys.py
kittens.c Move splitlines_like_git to a more appropriate home 2023-03-10 17:26:06 +05:30
kitty-uthash.h
launch.py edit-in-kitty: Fix running edit-in-kitty with elevated privileges to edit a restricted file not working 2023-05-07 09:36:16 +05:30
line-buf.c ... 2023-06-14 08:03:47 +05:30
line.c Use strict function prototypes 2023-02-09 13:16:00 +08:00
linear2srgb.glsl Remove duplicate definitions of linear2srgb functions in shaders 2023-06-13 14:54:20 +05:30
lineops.h Image placement using Unicode placeholders 2023-02-21 18:23:16 -08:00
logging.c
loop-utils.c
loop-utils.h
macos_process_info.c More cases of #5477 functions with empty argument lists 2023-04-16 01:09:36 -04:00
main.py Fix misspellings 2023-06-14 03:39:53 +06:00
marks.py
modes.h
monotonic.c
monotonic.h
mouse.c Fix misspellings 2023-06-14 03:39:53 +06:00
multiprocessing.py Make mypy 1.4 happy 2023-06-20 21:52:19 +05:30
notify.py
open_actions.py Live load *-actions.conf 2023-05-31 10:51:44 +05:30
os_window_size.py
parse-graphics-command.h Image placement using Unicode placeholders 2023-02-21 18:23:16 -08:00
parser.c Add support for OSC 1337 SetUserVar 2023-05-11 17:57:45 +05:30
png-reader.c
png-reader.h
remote_control.py Fix misspellings 2023-06-14 03:39:53 +06:00
rewrap.h
rgb.py
ringbuf.c
ringbuf.h
rowcolumn-diacritics.c Image placement using Unicode placeholders 2023-02-21 18:23:16 -08:00
safe-wrappers.h
screen.c ... 2023-05-28 06:46:14 +05:30
screen.h IME: Right align overlay when typing at the edge of the screen 2023-03-04 16:11:29 +08:00
search_query_parser.py
session.py Allow using --session=none to override startup_session 2023-03-25 10:44:34 +05:30
shaders.c Speed up rendering in the case of transparent window + non-underlaid images 2023-06-23 16:26:36 +05:30
shaders.py Centralize the cell shader defines 2023-06-23 16:18:17 +05:30
shell_integration.py Better fix for kitten not being in PATH 2023-02-01 10:16:50 +05:30
shm.py
short_uuid.py
srgb_gamma.glsl Use the new shader include system to avoid having to upload 256 uniform floats to two different programs on the GPU 2023-06-22 20:31:55 +05:30
srgb_gamma.h Use the new shader include system to avoid having to upload 256 uniform floats to two different programs on the GPU 2023-06-22 20:31:55 +05:30
state.c Dont show window size on creation 2023-06-23 16:47:13 +05:30
state.h Dont show window size on creation 2023-06-23 16:47:13 +05:30
tab_bar.py Also update ANSI color table for tab bar screen objects 2023-05-14 07:13:49 +05:30
tabs.py Allow specifying full layout specifications with options for goto_layout 2023-04-08 13:35:38 +05:30
terminfo.py Add entries for bracketed paste to kitty's terminfo 2023-06-24 08:07:59 +05:30
threading.h
tint_fragment.glsl Remove duplicate definitions of linear2srgb functions in shaders 2023-06-13 14:54:20 +05:30
tint_vertex.glsl Remove duplicate definitions of linear2srgb functions in shaders 2023-06-13 14:54:20 +05:30
types.py
typing.py
typing.pyi
unicode-data.c
unicode-data.h Image placement using Unicode placeholders 2023-02-21 18:23:16 -08:00
update_check.py
uthash.h
utils.py Move shader loading code into its own module 2023-06-13 17:09:38 +05:30
utmp.c
wcswidth.c
wcswidth.h
wcwidth-std.h Update Unicode data 2023-02-09 09:45:42 +05:30
window.py Move loading of shader programs into shaders module 2023-06-13 18:08:39 +05:30
window_list.py
window_logo.c Do not buffer PNG data to disk when setting window background or logo images 2023-03-01 17:34:38 +05:30
window_logo.h Do not buffer PNG data to disk when setting window background or logo images 2023-03-01 17:34:38 +05:30