kitty/kitty
2025-04-22 07:37:42 +05:30
..
conf Cleanup previous PR 2025-03-19 21:25:02 +05:30
fonts Finish up render_decoration() wrapper 2025-02-11 13:02:13 +05:30
launcher A better error message when the user tries to use = with a short option. 2025-04-22 07:31:34 +05:30
layout Fix #8529 2025-04-11 09:33:52 +05:30
options clarify wording 2025-04-16 15:57:59 +05:30
rc launch: Allow creating desktop panels 2025-04-21 14:59:31 +05:30
__init__.py
actions.py
alpha_blend.glsl
animation.c Fix incorrect interpolation for animation cubic bezier curves when falling back to bisection method 2025-03-04 17:20:34 +05:30
animation.h
arches.h
arena.h Always zero memory from arena 2025-02-03 10:56:47 +05:30
backtrace.h
banned.h
base64.h Start work on handling multicell escape code 2025-02-03 10:56:43 +05:30
bash.py
bgimage_fragment.glsl
bgimage_vertex.glsl
binary.h
border_fragment.glsl
border_vertex.glsl
borders.py
boss.py Fix #8558 2025-04-22 07:37:42 +05:30
cell_defines.glsl Move text_fg_override code into vertex shader 2025-03-19 22:27:18 +05:30
cell_fragment.glsl Move text_fg_override code into vertex shader 2025-03-19 22:27:18 +05:30
cell_vertex.glsl ... 2025-03-20 08:34:57 +05:30
char-props-data.h Make GraphemeBreakProperty available globally 2025-04-11 09:34:21 +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
charsets.h
child-monitor.c Change mouse_hide_wait to struct, and change mouse_show_* options to optional parameters for struct. mouse_show_* renamed to mouse_unhide_* 2025-04-04 11:22:56 +00:00
child.c
child.py DRYer 2025-03-09 20:12:21 +05:30
choose_entry.py
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 codebase to Python 3.10 using pyupgrade 2025-02-03 10:56:50 +05:30
cli_stub.py Make mypy happy 2025-02-07 12:57:17 +05:30
client.py Add some more command to replay commands 2025-02-05 08:48:16 +05:30
clipboard.py Fix #8459 2025-03-21 22:20:02 +05:30
cocoa_window.h macOS: Add menu items to the Edit menu to clear the screen and scrollback 2025-01-05 14:03:08 +05:30
cocoa_window.m Simpler bar drawing code 2025-03-11 10:00:40 +05:30
colors.c Pass the basic colors of the underlying window as an env var when running a UI kitten 2025-01-17 19:28:55 +05:30
colors.h
colors.py Fix a regression that caused automatic color themes to not be re-applied after config file reload 2025-04-12 13:48:27 +05:30
config.py Update codebase to Python 3.10 using pyupgrade 2025-02-03 10:56:50 +05:30
constants.py version 0.41.1 2025-04-03 07:54:35 +05:30
control-codes.h Start work on multicell support 2025-02-03 10:56:43 +05:30
core_text.m Implement horizontal alignment for font based rendering 2025-02-19 09:04:22 +05:30
cross-platform-random.h
crypto.c
cursor.c Start work on multicell support 2025-02-03 10:56:43 +05:30
cursor_trail.c fix cursor_trail issue with long key press 2024-12-24 10:32:54 +09:00
data-types.c Use a multi-stage lookup table for grapheme segmentation 2025-03-31 21:51:28 +05:30
data-types.h Nicer fix for enter event mouse tracking 2025-03-04 11:29:29 +05:30
debug_config.py Update codebase to Python 3.10 using pyupgrade 2025-02-03 10:56:50 +05:30
decorations.c Fix a regression in the previous release causing a crash when the underline thickness of the font is zero 2025-03-21 15:32:25 +05:30
decorations.h Scale multicell box char line thickness 2025-02-03 10:56:48 +05:30
desktop.c
disk-cache.c
disk-cache.h
entry_points.py Avoid spinning up the python interpreter just for running a shebang 2025-03-20 11:36:59 +05:30
fast-file-copy.c
fast-file-copy.h
fast_data_types.pyi kitty can finally natively implement a quake like terminal dropdown 2025-04-21 20:28:56 +05:30
file_transmission.py Update codebase to Python 3.10 using pyupgrade 2025-02-03 10:56:50 +05:30
font-names.c
fontconfig.c Use buffer size in cell_as_unicode_for_fallback as well 2025-02-16 10:02:39 +05:30
fonts.c Use ms table for remaining UCD lookups 2025-03-25 15:41:34 +05:30
fonts.h Implement horizontal alignment for font based rendering 2025-02-19 09:04:22 +05:30
freetype.c Implement horizontal alignment for font based rendering 2025-02-19 09:04:22 +05:30
freetype_render_ui_text.c Use unicode multi-table for remaining hot path lookups 2025-03-24 15:04:33 +05:30
freetype_render_ui_text.h
gl-wrapper.c
gl-wrapper.h
gl.c
gl.h
glfw-wrapper.c Nicer error message when running panel kitten on a compositor that does not support layer shell 2025-04-21 13:39:16 +05:30
glfw-wrapper.h Nicer error message when running panel kitten on a compositor that does not support layer shell 2025-04-21 13:39:16 +05:30
glfw.c kitty can finally natively implement a quake like terminal dropdown 2025-04-21 20:28:56 +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 Fix failing test 2024-12-24 09:59:38 +05:30
graphics.h
graphics_fragment.glsl
graphics_vertex.glsl
guess_mime_type.py Update codebase to Python 3.10 using pyupgrade 2025-02-03 10:56:50 +05:30
history.c Only modify prompt_kind in resize.c 2025-02-19 05:08:27 +05:30
history.h Track line continuation in only one place 2025-02-08 08:58:50 +05:30
hsluv.glsl fix: prevent nan/inf in hsluv conversion 2025-03-13 15:01:43 +01:00
hyperlink.c
hyperlink.h
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 Update codebase to Python 3.10 using pyupgrade 2025-02-03 10:56:50 +05:30
key_names.py Update codebase to Python 3.10 using pyupgrade 2025-02-03 10:56:50 +05:30
keys.c Change mouse_hide_wait to struct, and change mouse_show_* options to optional parameters for struct. mouse_show_* renamed to mouse_unhide_* 2025-04-04 11:22:56 +00:00
keys.h
keys.py Update codebase to Python 3.10 using pyupgrade 2025-02-03 10:56:50 +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 launch: Allow creating desktop panels 2025-04-21 14:59:31 +05:30
line-buf.c Track line continuation in only one place 2025-02-08 08:58:50 +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 #8421 2025-03-09 22:23:11 +05:30
line.h Start work on horizontal align for multicells 2025-02-19 07:50:40 +05:30
linear2srgb.glsl
lineops.h Micro-optimization 2025-03-12 16:49:12 +05:30
logging.c
loop-utils.c
loop-utils.h
macos_process_info.c
main.py Nicer error message when running panel kitten on a compositor that does not support layer shell 2025-04-21 13:39:16 +05:30
marks.py Update codebase to Python 3.10 using pyupgrade 2025-02-03 10:56:50 +05:30
modes.h Support notifying applications on color scheme change 2024-12-20 09:55:49 +05:30
monotonic.c
monotonic.h
mouse.c macOS: Fix a regression causing a crash when using focus_follows_mouse 2025-03-13 08:36:40 +05:30
multiprocessing.py Update codebase to Python 3.10 using pyupgrade 2025-02-03 10:56:50 +05:30
notifications.py macOS: Fix waiting for result from desktop notification not working 2025-02-27 19:38:06 +05:30
open_actions.py kitty +open: Ask for confirmation when running executables 2025-03-20 14:00:09 +05:30
os_window_size.py Wayland: added --edge=center option for panel kitten 2025-03-07 11:11:07 -06:00
parse-graphics-command.h Implement reporting of multicell commands 2025-02-03 10:56:45 +05:30
parse-multicell-command.h Start work on horizontal align for multicells 2025-02-19 07:50:40 +05:30
png-reader.c
png-reader.h
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 Update codebase to Python 3.10 using pyupgrade 2025-02-03 10:56:50 +05:30
render_cache.py Ensure output rgba data file is unlinked on error 2024-10-11 19:01:02 +05:30
resize.c Fix #8464 2025-03-21 19:55:45 +05:30
resize.h Refactor rewrap code, again 2025-02-03 10:56:49 +05:30
rgb.py Update codebase to Python 3.10 using pyupgrade 2025-02-03 10:56:50 +05:30
rowcolumn-diacritics.c bump unicode version to 16 2024-11-10 09:03:52 +05:30
safe-wrappers.h
screen.c Restore fast path for printable ASCII 2025-04-11 09:34:21 +05:30
screen.h Start work on handling multicell escape code 2025-02-03 10:56:43 +05:30
search_query_parser.py Update codebase to Python 3.10 using pyupgrade 2025-02-03 10:56:50 +05:30
session.py Add support for os_window_name in startup sessions. 2025-03-02 14:10:17 -07:00
shaders.c Make CodeQL happy 2025-02-06 10:13:48 +05:30
shaders.py Fix spurious reload of shaders because of text_fg_override_threshold 2025-03-19 22:04:33 +05:30
shell_integration.py Update codebase to Python 3.10 using pyupgrade 2025-02-03 10:56:50 +05:30
shlex.c
shm.py Update codebase to Python 3.10 using pyupgrade 2025-02-03 10:56:50 +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
simd-string.c
simd-string.h
srgb_gamma.h
state.c More precise error on resize panel attempt 2025-04-21 12:32:20 +05:30
state.h More precise error on resize panel attempt 2025-04-21 12:32:20 +05:30
systemd.c
tab_bar.py Fix a regression that caused tab bar margins to not be properly blanked when the tab bar is at the bottom 2025-03-30 11:10:03 +05:30
tabs.py Wayland: When the compositor supports the xdg-system-bell protocol use it to play the default bell sound 2025-04-16 15:48:51 +05:30
terminfo.h
terminfo.py Fix #8304 2025-02-08 07:56:21 +05:30
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
tint_vertex.glsl
trail_fragment.glsl fix bug that character under cursor trail not visible 2024-12-24 19:45:10 +09:00
trail_vertex.glsl DRYer 2024-12-12 08:53:11 +05:30
types.py panel kitten: Allow specifying panel size in pixels in addition to cells 2025-04-21 13:08:19 +05:30
typing.py Update codebase to Python 3.10 using pyupgrade 2025-02-03 10:56:50 +05:30
typing.pyi
unicode-data.h Use ms table for remaining UCD lookups 2025-03-25 15:41:34 +05:30
update_check.py Update codebase to Python 3.10 using pyupgrade 2025-02-03 10:56:50 +05:30
utils.py Update codebase to Python 3.10 using pyupgrade 2025-02-03 10:56:50 +05:30
utmp.c
vt-parser.c Report OSC 6/106 as ignored only once 2025-03-09 19:02:19 +05:30
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 Fix #8461 2025-03-21 13:07:40 +05:30
window_list.py Update codebase to Python 3.10 using pyupgrade 2025-02-03 10:56:50 +05:30
window_logo.c
window_logo.h
xdg.py