kitty/kitty
Kovid Goyal 40ed8cfd3c
fontconfig: ignore failure to return FC_INDEX assume its zero
Sigh. The number of creative ways Linux systems can be broken.
See #10112
2026-06-06 18:46:15 +05:30
..
conf Allow turning off geninclude when parsing config 2026-04-26 09:35:37 +05:30
fonts Clear font caches on config reload so newly installed fonts are picked up without restart 2026-05-19 13:51:53 +08:00
launcher macOS: fix args passed via open --args being ignored when macos-launch-services-cmdline is present (fixes #9910) 2026-04-24 04:52:37 +00:00
layout Add equalize action and equalize_on_close option to Splits layout 2026-05-29 20:02:42 +01:00
options When background_image glob does not match anything use the literal path for backwards compat 2026-05-20 20:37:23 +05:30
rc Fix #10089 2026-05-29 14:55:14 +05:30
__init__.py
actions.py fix mypy errors in search_query_parser.py and actions.py 2026-03-31 17:57:12 +00:00
alpha_blend.glsl
animation.c Fix #8692 2025-05-29 08:17:45 +05:30
animation.h DRYer 2024-07-19 11:47:24 +05:30
arches.h
arena.h Always zero memory from arena 2025-02-03 10:56:47 +05:30
backtrace.h
banned.h
base64.h base64 decode present dnd source data 2026-04-03 21:13:41 +05:30
bash.py Run pyupgrade to update the codebase to python 3.9 2024-07-31 07:55:27 +05:30
bgimage_fragment.glsl Rewrite rendering pipeline 2025-08-11 00:47:02 +05:30
bgimage_vertex.glsl Rewrite rendering pipeline 2025-08-11 00:47:02 +05:30
binary.h
blit_common.glsl Allow shader names with underscores 2025-08-13 07:10:16 +05:30
blit_fragment.glsl Rewrite rendering pipeline 2025-08-11 00:47:02 +05:30
blit_vertex.glsl Allow shader names with underscores 2025-08-13 07:10:16 +05:30
border_fragment.glsl Rewrite rendering pipeline 2025-08-11 00:47:02 +05:30
border_vertex.glsl Rewrite rendering pipeline 2025-08-11 00:47:02 +05:30
borders.py Track border rect orientation explicitly 2026-03-02 21:34:48 +05:30
boss.py macOS: Fix regression in 0.47.0 that broke passing Cmd+C on to terminal applications when no text is selected 2026-05-29 07:47:29 +05:30
cell_defines.glsl Implement displaying of extra cursor color 2025-08-26 21:27:13 +05:30
cell_fragment.glsl Write foreground output only at end of shader 2025-08-26 18:56:31 +05:30
cell_vertex.glsl Move color table out of CellRenderData UBO into its own ColorTable UBO 2026-04-30 14:52:24 +05:30
char-props-data.h Add support for Unicode 17 2025-10-18 09:59:53 +05:30
char-props.c Use a two stage lookup table for segmentation 2025-04-01 14:25:24 +05:30
char-props.h Make GraphemeBreakProperty available globally 2025-04-11 09:34:21 +05:30
charsets.c Make kitty --single-instance fast 2024-06-23 15:45:41 +05:30
charsets.h
child-monitor.c Make CodeQL happy 2026-05-02 07:52:07 +05:30
child.c Only chdir to / if the cwd is not executable or does not exist. Fixes #8636 2025-05-14 08:58:57 +05:30
child.py Sort imports 2026-04-19 21:53:09 +05:30
choose_entry.py rename typing module to avoid conflicts with stdlib typing 2025-04-28 09:20:10 +05:30
cleanup.c Run at exit cleanup functions explicitly instead of relying on the ever unreliable python interpreter to do it 2025-02-10 15:06:18 +05:30
cleanup.h Start work on multicell support for selection_as_text 2025-02-03 10:56:49 +05:30
cli.py Update minimum python to 3.11 from 3.10 2026-04-19 21:41:58 +05:30
cli_stub.py goto_session: Add --sort-by=alphabetical 2025-09-29 13:03:23 +05:30
client.py Fix review: simplify fmt and normalize conditionals in dnd_command 2026-05-17 16:00:08 +00:00
clipboard.py Send an OTP for paste events 2025-11-08 08:48:34 +05:30
cocoa_window.h Improve draw_single_line_of_text to support max_width and return (pixels, width) tuple 2026-04-06 05:25:38 +00:00
cocoa_window.m Show [Secure input] indicator in macOS global menubar title area when secure keyboard entry is enabled 2026-06-01 00:57:43 +00:00
color-names.h Move parsing of colors fully into C 2025-12-31 14:21:45 +05:30
colors.c Fix #9951 2026-05-02 07:45:18 +05:30
colors.h
colors.py Fix #10058 2026-05-22 21:38:00 +05:30
config.py Allow turning off geninclude when parsing config 2026-04-26 09:35:37 +05:30
constants.py version 0.47.1 2026-05-28 09:51:42 +05:30
control-codes.h Start work on DnD protocol 2026-03-21 08:41:46 +05:30
core_text.m Fix cyan garbage background by clearing context before fill in cocoa_render_line_of_text 2026-05-06 15:09:20 +00:00
cross-platform-random.h
crypto.c Fix multiple security vulnerabilities across C, Python, and Go code 2026-04-03 16:10:46 +01:00
cursor.c Implement round tripping of SGR blink (5/25) 2025-08-25 12:34:38 +05:30
cursor_trail.c Fix cursor_trail rendering at incorrect co-ords 2025-08-11 14:53:23 +05:30
data-types.c move DnD testing infrastructure from glfw.c to dnd.c, add init_dnd() 2026-04-14 02:12:18 +00:00
data-types.h Implement OSC 9;4 progress bar rendering in kitty window 2026-03-31 22:45:25 +05:30
debug_config.py Fix debug_config showing sequence shortcuts grouped on a single line 2026-03-04 20:25:27 +05:30
decorations.c Implement software rendering for Unicode 16 legacy computing symbols 2026-04-11 14:17:21 +05:30
decorations.h Scale multicell box char line thickness 2025-02-03 10:56:48 +05:30
desktop.c Rename method and change default theme to __custom 2024-08-03 13:06:48 +05:30
disk-cache.c Fix #10037 2026-05-19 21:11:55 +05:30
disk-cache.h Avoid using lseek() to track disk cache file write offset 2025-11-17 11:16:30 +05:30
dnd.c Some cleanups 2026-05-18 11:14:11 +05:30
dnd.h Properly pass source actions to drop events 2026-05-14 11:07:52 +05:30
entry_points.py Add save_as_session action 2025-08-16 06:32:42 +05:30
fast-file-copy.c
fast-file-copy.h
fast_data_types.pyi Cleanup previous PR 2026-05-13 11:51:18 +05:30
file_transmission.py File transfer protocol: use O_NOFOLLOW when opening regular files 2026-06-03 06:18:31 +05:30
fixed_size_deque.h Initial implementation of momentum for finger based scrolling on Wayland 2026-01-05 19:52:44 +05:30
font-names.c DRYer 2025-07-10 08:24:01 +05:30
fontconfig.c fontconfig: ignore failure to return FC_INDEX assume its zero 2026-06-06 18:46:15 +05:30
fonts.c Add tests for glyph_matches_dot_liga_final_component 2026-04-26 16:43:37 +08:00
fonts.h Implement horizontal alignment for font based rendering 2025-02-19 09:04:22 +05:30
freetype.c Read FC_MATRIX from fontconfig 2026-05-10 02:48:29 +05:30
freetype_render_ui_text.c ... 2026-05-05 11:48:44 +05:30
freetype_render_ui_text.h Improve draw_single_line_of_text to support max_width and return (pixels, width) tuple 2026-04-06 05:25:38 +00:00
gl-wrapper.c
gl-wrapper.h More robust detection of support for GL_FRAMEBUFFER_SRGB 2025-08-11 09:13:49 +05:30
gl.c Simplify API 2025-12-10 08:55:06 +05:30
gl.h Simplify API 2025-12-10 08:55:06 +05:30
glfw-wrapper.c Add glfwGetKeyboardRepeatDelay() to the GLFW API for X11, Wayland and Cocoa 2026-03-23 11:46:35 +00:00
glfw-wrapper.h Properly pass source actions to drop events 2026-05-14 11:07:52 +05:30
glfw.c Allow non UI/client drags from programs that disallow move on drag 2026-05-26 21:56:35 +05:30
glyph-cache.c Always zero memory from arena 2025-02-03 10:56:47 +05:30
glyph-cache.h Use an arena allocator for the sprite position map 2025-02-03 10:56:46 +05:30
graphics.c Graphics protocol: Fix crash when handling invalid offset values in graphics compose commands 2026-03-22 21:49:12 +05:30
graphics.h Add configurable pixel scrolling 2025-12-26 19:33:21 +01:00
graphics_fragment.glsl Rewrite rendering pipeline 2025-08-11 00:47:02 +05:30
graphics_vertex.glsl Allow shader names with underscores 2025-08-13 07:10:16 +05:30
guess_mime_type.py Fix completion for edit-in-kitty not including some common text file types 2026-03-27 20:07:55 +05:30
history.c Function to erase the last command and its output 2025-08-07 08:45:45 +05:30
history.h Function to erase the last command and its output 2025-08-07 08:45:45 +05:30
hsluv.glsl fix: prevent nan/inf in hsluv conversion 2025-03-13 15:01:43 +01:00
hyperlink.c DRYer 2024-07-16 10:57:00 +05:30
hyperlink.h Move hyperlink hashmap to verstable 2024-07-12 09:11:00 +05:30
iqsort.h
key_encoding.c Keyboard events: Fix turning on only the "Report all keys as escape codes" enhancement not reporting modifier+enter/tab/backspace using escape codes 2025-01-12 19:11:19 +05:30
key_encoding.py feat: add per-mapping --allow-fallback for layout-independent shortcuts 2026-03-25 19:34:13 +03:00
key_names.py Update codebase to Python 3.10 using pyupgrade 2025-02-03 10:56:50 +05:30
keys.c Implement smooth animated scrolling for scroll_line_up and scroll_line_down 2026-03-31 21:02:53 +05:30
keys.h Make the debug logging functions consistent 2024-04-08 12:53:55 +05:30
keys.py Ensure we dont double copy 2026-05-29 07:52:38 +05:30
kittens.c
kitty-verstable.h Use XXHash for hash table hashing of arbitrary sized keys 2025-02-03 10:56:46 +05:30
launch.py Cleanup previous PR 2026-05-08 21:07:51 +05:30
line-buf.c Cleanup previous PR 2026-04-28 16:57:14 +05:30
line-buf.h Make the TextCache object available in the Screen, LineBuf and Line objects 2024-11-04 09:10:07 +05:30
line.c Fix marker highlighting for CJK/wide chars not at position 0 2026-03-19 15:35:14 +05:30
line.h Implement round tripping of SGR blink (5/25) 2025-08-25 12:34:38 +05:30
linear2srgb.glsl Directly operate on vec3 for linear2srgb 2025-08-26 19:14:06 +05:30
lineops.h Micro-optimization 2025-03-12 16:49:12 +05:30
logging.c Use SIMD to replace C0 control codes in Go code 2025-07-21 08:54:22 +05:30
loop-utils.c
loop-utils.h
machine_id.py Code to get and use machine id during DnD 2026-04-09 07:47:57 +05:30
macos_process_info.c fix abspath of pid function on macOS 2025-08-19 09:50:37 +05:30
main.py Cleanup previous PR 2026-05-08 21:07:51 +05:30
marks.py Update codebase to Python 3.10 using pyupgrade 2025-02-03 10:56:50 +05:30
modes.h Add support for the paste events protocol 2025-11-04 15:02:19 +05:30
monotonic.c
monotonic.h Make the debug logging functions consistent 2024-04-08 12:53:55 +05:30
mouse.c scrollbar: start drag after track click when jump_on_click is enabled 2026-05-28 21:19:10 +02:00
multiprocessing.py Make mypy + python 3.14 happy 2026-01-14 22:04:34 +05:30
notifications.py Fix messages in notifications 2025-06-07 07:57:51 -07:00
open_actions.py rename typing module to avoid conflicts with stdlib typing 2025-04-28 09:20:10 +05:30
os_window_size.py rename typing module to avoid conflicts with stdlib typing 2025-04-28 09:20:10 +05:30
parse-dnd-command.h Add detection for dnd protocol 2026-05-06 08:48:26 +05:30
parse-graphics-command.h Fix os.makedirs to os.mkdir for single-level directory in test 2026-04-09 11:38:49 +00:00
parse-multicell-command.h Fix os.makedirs to os.mkdir for single-level directory in test 2026-04-09 11:38:49 +00:00
png-reader.c Cleanup previous PR 2026-04-03 22:25:05 +05:30
png-reader.h Start work on drag and drop for tabs 2026-02-19 12:37:31 +05:30
print-graphics.h Fix display of glyph data 2026-02-25 12:34:19 +05:30
progress.py When a program running in kitty reports progress of a task display it as a percentage in the tab title 2025-01-05 08:48:46 +05:30
remote_control.py Cleanup previous PR 2026-04-03 22:25:05 +05:30
render_cache.py Ensure output rgba data file is unlinked on error 2024-10-11 19:01:02 +05:30
resize.c Dont rewrap text in the alternate screen buffer 2025-11-26 10:29:12 +05:30
resize.h Dont rewrap text in the alternate screen buffer 2025-11-26 10:29:12 +05:30
rgb.py Move parsing of colors fully into C 2025-12-31 14:21:45 +05:30
rounded_rect_fragment.glsl Improve rendering of hyperlink hover popups 2025-08-14 08:30:28 +05:30
rounded_rect_vertex.glsl Improve rendering of hyperlink hover popups 2025-08-14 08:30:28 +05:30
rowcolumn-diacritics.c Add support for Unicode 17 2025-10-18 09:59:53 +05:30
safe-wrappers.h More work on DnD protocol 2026-04-13 19:40:23 +05:30
screen.c feat(vt): add support for DECST8C escape sequence 2026-05-26 21:12:27 -04:00
screen.h feat(vt): add support for DECST8C escape sequence 2026-05-26 21:12:27 -04:00
screenshot_fragment.glsl Get tab re-ordering on drag in same window to work 2026-02-20 12:22:56 +05:30
screenshot_vertex.glsl Fix screenshot generation to handle colors correctly 2026-02-19 12:58:13 +05:30
search_query_parser.py fix mypy errors in search_query_parser.py and actions.py 2026-03-31 17:57:12 +00:00
session.py Fix #10044 2026-05-20 20:13:09 +05:30
shaders.c Honor background image overrides for single instance windows 2026-05-11 18:52:04 -04:00
shaders.py Fix screenshot generation to handle colors correctly 2026-02-19 12:58:13 +05:30
shell_integration.py Sort imports 2026-04-19 21:53:09 +05:30
shlex.c Make shlex code re-useable in launcher 2025-04-25 09:35:42 +05:30
shm.py Make mypy happy 2025-09-13 07:21:31 +05:30
short_uuid.py Update codebase to Python 3.10 using pyupgrade 2025-02-03 10:56:50 +05:30
simd-string-128.c
simd-string-256.c
simd-string-impl.h Combine ascii_mask/counts check with errors vector in simd-string-impl.h 2025-10-23 22:37:33 -06:00
simd-string.c
simd-string.h
simple_cli_definitions.py Honor OS window positions in launch paths 2026-05-08 08:06:50 -04:00
srgb_gamma.h Fix: Increase sRGB LUT precision to 8 decimal places for more accurate color rendering 2026-02-17 02:22:20 +05:30
state.c dnd fix remote drag source premature removal of remote file data 2026-05-13 12:35:10 +05:30
state.h Fix drop state update on move incorrect when transitioning between windows 2026-05-17 07:50:41 +05:30
systemd.c Fix building on apple 2024-05-16 21:24:36 +05:30
tab_bar.py DRYer 2026-03-28 13:46:25 +05:30
tabs.py Fix matching of var/env against tabs 2026-06-01 11:49:45 +05:30
terminfo.h Update Se terminfo entry to reset cursor to configured default 2026-04-26 17:50:16 -05:00
terminfo.py Update Se terminfo entry to reset cursor to configured default 2026-04-26 17:50:16 -05:00
text-cache.c Always zero memory from arena 2025-02-03 10:56:47 +05:30
text-cache.h Use an arena for TextCache as well 2025-02-03 10:56:46 +05:30
threading.h
tint_fragment.glsl Rewrite rendering pipeline 2025-08-11 00:47:02 +05:30
tint_vertex.glsl
trail_fragment.glsl Fix a regression in the previous release that caused the cursor trail to not be hidden properly 2025-09-29 20:35:12 +05:30
trail_vertex.glsl DRYer 2024-12-12 08:53:11 +05:30
types.py Cleanup previous PR 2026-03-03 13:04:26 +05:30
typing_compat.py Fix #8915 2025-08-19 06:31:36 +05:30
typing_compat.pyi Implement set_layout_state for a few remaining layouts 2025-08-04 16:02:19 +05:30
unicode-data.h URL detection: Allow trailing asterisks in URLs 2026-02-23 07:54:47 +05:30
update_check.py Update codebase to Python 3.10 using pyupgrade 2025-02-03 10:56:50 +05:30
utils.glsl Implement displaying of extra cursor color 2025-08-26 21:27:13 +05:30
utils.py Fix failing test 2026-05-17 08:52:28 +05:30
utmp.c
vt-parser.c feat(vt): add support for DECST8C escape sequence 2026-05-26 21:12:27 -04:00
vt-parser.h
wcswidth.c Port wcswidth to use grapheme segmentation 2025-04-11 09:34:21 +05:30
wcswidth.h Port wcswidth to use grapheme segmentation 2025-04-11 09:34:21 +05:30
window.py Add a line telling the user that the password request comes from program running in the window 2026-04-26 17:22:29 +05:30
window_list.py Sort imports 2026-04-19 21:53:09 +05:30
window_logo.c Add function to get window as launch command for serialization 2025-08-11 21:20:55 +05:30
window_logo.h Add function to get window as launch command for serialization 2025-08-11 21:20:55 +05:30
window_title_bar.py DRYer 2026-03-05 17:03:47 +05:30
xdg.py Search $XDG_DATA_HOME/icons before ~/.icons 2024-08-03 12:32:23 +05:30