kitty/kitty
2026-04-09 21:40:29 +05:30
..
conf Support negative inactive_text_alpha values for active-window-only fading 2026-04-09 13:04:01 +08:00
fonts Dont import ctypes unless type checking 2026-03-12 09:58:49 +05:30
launcher Make compiler happy 2026-02-13 08:39:20 +05:30
layout Fix drag resize direction bugs and add comprehensive tests 2026-04-01 03:48:49 +00:00
options Cleanup previous PR 2026-04-09 14:20:46 +05:30
rc feat(rc): add cscaled and centered to set-background-image layout choices 2026-04-04 03:01:32 -04:00
__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
animation.h
arches.h
arena.h
backtrace.h
banned.h
base64.h base64 decode present dnd source data 2026-04-03 21:13:41 +05:30
bash.py
bgimage_fragment.glsl
bgimage_vertex.glsl
binary.h
blit_common.glsl
blit_fragment.glsl
blit_vertex.glsl
border_fragment.glsl
border_vertex.glsl
borders.py Track border rect orientation explicitly 2026-03-02 21:34:48 +05:30
boss.py Cleanup previous PR 2026-04-01 19:52:40 +05:30
cell_defines.glsl
cell_fragment.glsl
cell_vertex.glsl Fix blue channel ignored in fg_override contrast check 2026-04-06 17:51:02 +01:00
char-props-data.h
char-props.c
char-props.h
charsets.c
charsets.h
child-monitor.c Fix multiple security vulnerabilities across C, Python, and Go code 2026-04-03 16:10:46 +01:00
child.c
child.py
choose_entry.py
cleanup.c
cleanup.h
cli.py
cli_stub.py
client.py
clipboard.py
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 Function to get machine ID on cocoa 2026-04-09 07:04:12 +05:30
color-names.h
colors.c Regenerate palette colors when changing colors at runtime 2026-03-28 09:33:25 +05:30
colors.h
colors.py Regenerate palette colors when changing colors at runtime 2026-03-28 09:33:25 +05:30
config.py Add option to generate 256 color palette from first 16 colors 2026-03-27 20:01:14 +05:30
constants.py version 0.46.2 2026-03-21 06:36:04 +05:30
control-codes.h Start work on DnD protocol 2026-03-21 08:41:46 +05:30
core_text.m Improve draw_single_line_of_text to support max_width and return (pixels, width) tuple 2026-04-06 05:25:38 +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
cursor_trail.c
data-types.c Start work on DnD protocol 2026-03-21 08:41:46 +05:30
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 Apply same correction for mid_lines() based chars as well 2026-03-21 12:09:05 +05:30
decorations.h
desktop.c
disk-cache.c Cleanup previous PR 2026-04-03 22:25:05 +05:30
disk-cache.h
dnd.c Remove unused function 2026-04-09 21:40:29 +05:30
dnd.h Remove unused function 2026-04-09 21:40:29 +05:30
entry_points.py
fast-file-copy.c
fast-file-copy.h
fast_data_types.pyi Function to get machine ID on cocoa 2026-04-09 07:04:12 +05:30
file_transmission.py Fix multiple security vulnerabilities across C, Python, and Go code 2026-04-03 16:10:46 +01:00
fixed_size_deque.h
font-names.c
fontconfig.c
fonts.c ... 2026-03-02 12:07:59 +05:30
fonts.h
freetype.c ... 2026-03-02 20:22:36 +05:30
freetype_render_ui_text.c Improve draw_single_line_of_text to support max_width and return (pixels, width) tuple 2026-04-06 05:25:38 +00:00
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
gl.c
gl.h
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 Wayland: set drop accepted operations 2026-04-07 10:40:14 +05:30
glfw.c Add comprehensive drag protocol tests and fix double-free bug in drag_free_built_data 2026-04-08 15:43:37 +00:00
glyph-cache.c
glyph-cache.h
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
graphics_fragment.glsl
graphics_vertex.glsl
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
history.h
hsluv.glsl
hyperlink.c
hyperlink.h
iqsort.h
key_encoding.c
key_encoding.py feat: add per-mapping --allow-fallback for layout-independent shortcuts 2026-03-25 19:34:13 +03:00
key_names.py
keys.c Implement smooth animated scrolling for scroll_line_up and scroll_line_down 2026-03-31 21:02:53 +05:30
keys.h
keys.py Cleanup previous PR 2026-03-26 09:30:14 +05:30
kittens.c
kitty-verstable.h
launch.py ... 2026-04-04 11:47:08 +05:30
line-buf.c
line-buf.h
line.c Fix marker highlighting for CJK/wide chars not at position 0 2026-03-19 15:35:14 +05:30
line.h
linear2srgb.glsl
lineops.h
logging.c
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
main.py macOS: Add Copy/Paste menu items to the Edit menu in the global menu bar 2026-03-31 13:56:31 +05:30
marks.py
modes.h
monotonic.c
monotonic.h
mouse.c Make focus_follows_mouse only switch on window-boundary crossings 2026-04-07 14:18:54 +01:00
multiprocessing.py
notifications.py
open_actions.py
os_window_size.py
parse-dnd-command.h Refactor the drop protocol 2026-04-09 20:39:54 +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
remote_control.py Cleanup previous PR 2026-04-03 22:25:05 +05:30
render_cache.py
resize.c
resize.h
rgb.py
rounded_rect_fragment.glsl
rounded_rect_vertex.glsl
rowcolumn-diacritics.c
safe-wrappers.h
screen.c Implement DnD protocol refactoring: remove request_id, merge t=s/t=d into t=r, use x/y/Y for disambiguation 2026-04-09 15:26:36 +00:00
screen.h Refactor the drop protocol 2026-04-09 20:39:54 +05:30
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 feat(sessions): add active-only to goto_session 2026-02-14 16:23:27 +01:00
shaders.c Cleanup previous PR 2026-04-09 14:20:46 +05:30
shaders.py Fix screenshot generation to handle colors correctly 2026-02-19 12:58:13 +05:30
shell_integration.py
shlex.c
shm.py
short_uuid.py
simd-string-128.c
simd-string-256.c
simd-string-impl.h
simd-string.c
simd-string.h
simple_cli_definitions.py
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 Rename file_fd to file_fd_plus_one so zero value means invalid fd 2026-04-01 15:29:12 +00:00
state.h Implement DnD protocol refactoring: remove request_id, merge t=s/t=d into t=r, use x/y/Y for disambiguation 2026-04-09 15:26:36 +00:00
systemd.c
tab_bar.py DRYer 2026-03-28 13:46:25 +05:30
tabs.py Improve draw_single_line_of_text to support max_width and return (pixels, width) tuple 2026-04-06 05:25:38 +00:00
terminfo.h
terminfo.py
text-cache.c
text-cache.h
threading.h
tint_fragment.glsl
tint_vertex.glsl
trail_fragment.glsl
trail_vertex.glsl
types.py Cleanup previous PR 2026-03-03 13:04:26 +05:30
typing_compat.py
typing_compat.pyi
unicode-data.h URL detection: Allow trailing asterisks in URLs 2026-02-23 07:54:47 +05:30
update_check.py
utils.glsl
utils.py
utmp.c
vt-parser.c Start work on DnD protocol 2026-03-21 08:41:46 +05:30
vt-parser.h
wcswidth.c
wcswidth.h
window.py ... 2026-04-06 11:39:18 +05:30
window_list.py Cleanup handling of drag_overlay_mode 2026-03-28 13:26:56 +05:30
window_logo.c
window_logo.h
window_title_bar.py DRYer 2026-03-05 17:03:47 +05:30
xdg.py