kitty/kitty
2024-06-30 06:58:37 +05:30
..
conf shlex.split -> shlex_split 2023-12-02 15:17:08 +05:30
fonts Fix #7581 2024-06-30 06:58:37 +05:30
launcher fix session data transmission in new single instance code 2024-06-24 07:38:20 +05:30
layout Extend placement_stragegy options 2024-05-08 16:33:04 +02:00
options Update docs of font_family to reference the choose-fonts kitten 2024-06-24 11:21:15 +05:30
rc Fix a regression in the previous release causing an error when setting background_opacity to zero 2024-05-28 20:03:10 +05:30
__init__.py ... 2022-06-03 11:08:41 +05:30
actions.py Use a special role for actions documentation 2022-02-04 18:24:39 +05:30
alpha_blend.glsl DRYer 2023-06-13 14:58:51 +05:30
arches.h Build only the SIMD code with SIMD compiler flags 2024-02-25 09:57:38 +05:30
backtrace.h ... 2022-04-30 09:38:08 +05:30
banned.h Ban a bunch of unsafe C functions from the codebase 2021-03-05 08:26:05 +05:30
base64.h Move base64simd into a 3rdparty folder 2024-02-25 09:57:29 +05:30
bash.py DRYer 2024-05-09 11:55:17 +05:30
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
binary.h Nicer function names for endian encode/decode 2023-07-30 19:49:43 +05:30
border_fragment.glsl Remove duplicate definitions of linear2srgb functions in shaders 2023-06-13 14:54:20 +05:30
border_vertex.glsl Go back to using uniforms for the gamma LUT 2023-07-18 19:28:15 +05:30
borders.py Make shebangs consistent 2023-11-11 08:32:05 +05:30
boss.py Implement basic support for selecting font variations in fontconfig 2024-06-24 07:54:09 +05:30
cell_defines.glsl Make bg_alpha always available 2023-06-24 08:47:13 +05:30
cell_fragment.glsl Remove unused code 2023-09-18 10:50:43 +05:30
cell_vertex.glsl Go back to using uniforms for the gamma LUT 2023-07-18 19:28:15 +05:30
charsets.c Make kitty --single-instance fast 2024-06-23 15:45:41 +05:30
charsets.h Restore support for alternate character sets 2024-02-25 09:57:44 +05:30
child-monitor.c Wayland redraw OS window twice after resize 2024-06-29 11:07:02 +05:30
child.c Ensure usage of __attribute__(cleanup) never frees un-initialized memory 2023-08-07 12:24:18 +05:30
child.py Dynload libsystemd 2024-05-16 21:13:09 +05:30
choose_entry.py Replace isort with ruff 2023-01-09 16:47:42 +05:30
cleanup.c Improve at exit cleanup functions 2021-04-01 11:48:36 +05:30
cleanup.h Linux: Run all child processes in their own systemd scope to prevent the OOM killer from harvesting kitty when a child process misbehaves 2024-05-16 15:43:25 +05:30
cli_stub.py Move the query_terminal implementation to Go 2024-06-24 07:54:14 +05:30
cli.py Add --app-id as alias for --class 2024-03-26 19:59:59 +05:30
client.py Fix report_device_attributes 2024-04-10 08:24:39 +05:30
clipboard.py Fix requesting data from clipboard via OSC 52 getting it from primary selection instead 2024-03-13 09:43:28 +05:30
cocoa_window.m Fix building on older macOS SDK 2024-05-17 08:09:19 +05:30
colors.c Add some const for functions taking ColorProfile 2024-02-25 09:57:32 +05:30
colors.h Docs: replace http url with https, use ripgrep project url and fix typo 2021-11-30 18:53:58 +08:00
config.py Fix a regression in the previous release that caused overriding of existing multi-key mappings to fail 2024-01-23 15:49:30 +05:30
constants.py version 0.35.2 2024-06-22 09:04:46 +05:30
control-codes.h Parse and ignore SOS codes 2024-03-03 08:58:47 +05:30
core_text.m API to add font file to system font lookup 2024-06-29 16:18:43 +05:30
cross-platform-random.h Fix compilation on ancient Linux distros without sys/random.h 2021-02-16 12:39:18 +05:30
crypto.c Allow using IV and tags longer than the minimum lengths 2022-08-12 13:21:57 +05:30
cursor.c Give the functions for creating various objects unique names so they are easily recognized in macOS's non-fully-symolicated crash reports 2024-02-25 09:57:37 +05:30
data-types.c Make kitty --version fast 2024-06-22 12:27:29 +05:30
data-types.h Make the debug logging functions consistent 2024-04-08 12:53:55 +05:30
debug_config.py Output resolved fonts in debug config 2024-06-24 07:53:16 +05:30
desktop.c ... 2024-03-13 14:12:49 +05:30
disk-cache.c Fix #7311 2024-04-05 20:00:08 +05:30
disk-cache.h Allow querying number cached in ram from c code as well 2021-02-19 09:28:56 +05:30
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_data_types.pyi API to add font file to system font lookup 2024-06-29 16:18:43 +05:30
fast-file-copy.c Fix compilation against musl 2023-07-11 09:22:40 +05:30
fast-file-copy.h Ensure usage of __attribute__(cleanup) never frees un-initialized memory 2023-08-07 12:24:18 +05:30
file_transmission.py Use our monotonic everywhere 2024-03-26 13:26:18 +05:30
font-names.c Get feature human readable names 2024-06-24 07:54:18 +05:30
fontconfig.c API to add font file to system font lookup 2024-06-29 16:18:43 +05:30
fonts.c Add support for font features when rendering sample text 2024-06-24 07:54:19 +05:30
fonts.h Add support for font features when rendering sample text 2024-06-24 07:54:19 +05:30
freetype_render_ui_text.c Implement rendering of window control buttons in CSD 2024-04-06 08:32:07 +05:30
freetype_render_ui_text.h Implement rendering of window control buttons in CSD 2024-04-06 08:32:07 +05:30
freetype.c Linux: choose-fonts: fix rendering of ligatures in preview text 2024-06-25 11:28:47 +05:30
gl-wrapper.c Replace glad with glad2 2019-07-07 21:10:15 +02:00
gl-wrapper.h Merge branch 'master' of https://github.com/marcan/kitty 2023-02-10 10:55:41 +05:30
gl.c Fix minimum OpenGL version reported in some error messages 2024-05-20 20:13:35 +05:30
gl.h Output OpenGL version in debug config 2024-04-24 08:55:56 +05:30
glfw-wrapper.c Report compositor missing capabilities in debug output 2024-04-04 16:56:13 +05:30
glfw-wrapper.h Wayland: Fix specifying the output name for the panel kitten not working 2024-06-25 12:53:37 +05:30
glfw.c Wayland redraw OS window twice after resize 2024-06-29 11:07:02 +05:30
glyph-cache.c Fix space based ligatures not rendering correctly 2021-06-16 18:41:01 +05:30
glyph-cache.h Fix space based ligatures not rendering correctly 2021-06-16 18:41:01 +05:30
graphics_fragment.glsl Cleanup a bunch of shader infrastructure 2023-06-22 19:38:05 +05:30
graphics_vertex.glsl DRYer 2023-07-16 12:42:47 +05:30
graphics.c Forgot to use aspect ratio calculation when only one of r/c is specified for determining cursor position and image cell overlaps. Fixes #7479 2024-05-28 21:30:26 +05:30
graphics.h Implement paused rendering for graphics 2024-02-25 09:57:33 +05:30
guess_mime_type.py Also detect makefiles as plain text files 2023-07-24 10:53:39 +05:30
history.c Give the functions for creating various objects unique names so they are easily recognized in macOS's non-fully-symolicated crash reports 2024-02-25 09:57:37 +05:30
hyperlink.c Make it harder to forget to redefine uthash_fatal 2021-05-07 06:58:54 +05:30
hyperlink.h Make getting hyperlinks from ids useable throughtout the codebase 2020-09-22 09:25:16 +05:30
iqsort.h Fix misspellings 2023-06-14 03:39:53 +06:00
key_encoding.c Keyboard protocol: Fix the Enter Tab and Backspace keys generating spurious release events even when report all keys as escape codes is not set 2024-02-18 11:12:24 +05:30
key_encoding.py Make shebangs consistent 2023-11-11 08:32:05 +05:30
key_names.py Add a aliases for the | key 2023-06-28 20:53:05 +05:30
keys.c Prevent Fn key from scrolling to the bottom 2024-06-17 23:18:57 -07:00
keys.h Make the debug logging functions consistent 2024-04-08 12:53:55 +05:30
keys.py Better integration point for keyboard mode change notification 2024-05-21 14:51:46 +05:30
kittens.c Move splitlines_like_git to a more appropriate home 2023-03-10 17:26:06 +05:30
kitty-uthash.h Move uthash into 3rdparty 2024-02-25 09:57:29 +05:30
launch.py Support --env argument for @ run 2024-05-14 22:23:36 +08:00
line-buf.c Give the functions for creating various objects unique names so they are easily recognized in macOS's non-fully-symolicated crash reports 2024-02-25 09:57:37 +05:30
line.c URL detection: Fix IPv6 hostnames breaking URL detection 2024-06-21 05:53:21 +05:30
linear2srgb.glsl Remove duplicate definitions of linear2srgb functions in shaders 2023-06-13 14:54:20 +05:30
lineops.h URL detection: Fix IPv6 hostnames breaking URL detection 2024-06-21 05:53:21 +05:30
logging.c Use monotonic() instead of time of day for logging 2024-03-26 13:32:07 +05:30
loop-utils.c Use four spaces to indent 2022-08-08 22:31:55 +05:30
loop-utils.h mask handled signals when running the signal handler 2022-07-10 12:52:51 +05:30
macos_process_info.c ... 2023-10-25 12:00:44 +05:30
main.py Implement basic support for selecting font variations in fontconfig 2024-06-24 07:54:09 +05:30
marks.py Replace isort with ruff 2023-01-09 16:47:42 +05:30
modes.h ssh kitten: Allow pressing Ctrl-C to abort ssh before the connection is completed 2022-07-20 19:11:14 +05:30
monotonic.c Fix #2187 2019-12-08 22:37:47 +05:30
monotonic.h Make the debug logging functions consistent 2024-04-08 12:53:55 +05:30
mouse.c Fix #7481 2024-05-28 15:14:13 +05:30
multiprocessing.py Try outputting core dump when multiprocessing spawn segfaults 2024-03-14 16:19:33 +05:30
notify.py Desktop notifications protocol: Add support for specifying urgency 2024-05-16 21:38:43 +05:30
open_actions.py remove frag filtering 2024-05-22 15:05:14 +05:30
os_window_size.py Get the layer sizing function working 2024-03-25 12:15:38 +05:30
parse-graphics-command.h Graphics protocol: Add a new delete mode for deleting images whose ids fall within a range 2024-02-25 09:57:44 +05:30
png-reader.c Better PNG load error reporting 2023-11-23 19:16:43 +05:30
png-reader.h Better PNG load error reporting 2023-11-23 19:16:43 +05:30
remote_control.py Remote control: Fix empty password not working 2024-06-15 11:15:19 +05:30
rewrap.h Switch to tracking linewrap on the last cell in a line 2022-12-26 20:26:21 +05:30
rgb.py ... 2024-06-24 21:04:11 +05:30
rowcolumn-diacritics.c Use list of legal chars in URL from the WHATWG standard 2024-02-05 13:27:22 +05:30
safe-wrappers.h Make kitty --single-instance fast 2024-06-23 15:45:41 +05:30
screen.c URL detection: Fix IPv6 hostnames breaking URL detection 2024-06-21 05:53:21 +05:30
screen.h Support a special key mode for moving cursor at marked prompts 2024-03-31 11:19:35 +05:30
search_query_parser.py Check for leftovers when tokenizing 2024-02-25 09:57:44 +05:30
session.py When using --single-instance allow creating sessions with only background processes 2024-06-17 08:01:43 +05:30
shaders.c Fix scrollback_indicator_opacity not actually controlling the opacity 2024-06-19 06:03:30 +05:30
shaders.py Fix incorrect shader recompile on settings change 2023-08-25 14:57:16 +05:30
shell_integration.py Better fix for kitten not being in PATH 2023-02-01 10:16:50 +05:30
shlex.c ... 2024-05-09 13:54:14 +05:30
shm.py Using fcntl() based fallocate on darwin doesnt work with file descriptors returned by shm_open 2023-09-23 10:39:10 +05:30
short_uuid.py more work on ssh data transmission 2022-03-03 21:24:42 +05:30
simd-string-128.c Build only the SIMD code with SIMD compiler flags 2024-02-25 09:57:38 +05:30
simd-string-256.c Build only the SIMD code with SIMD compiler flags 2024-02-25 09:57:38 +05:30
simd-string-impl.h Ignore pedantic warnings from simde headers 2024-04-30 09:54:14 +05:30
simd-string.c Fix #7245 2024-03-21 20:50:05 +05:30
simd-string.h Use a fast SIMD implementation to XOR data going into the disk cache 2024-02-25 09:57:43 +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 Wayland redraw OS window twice after resize 2024-06-29 11:07:02 +05:30
state.h Wayland redraw OS window twice after resize 2024-06-29 11:07:02 +05:30
systemd.c Fix building on apple 2024-05-16 21:24:36 +05:30
tab_bar.py Provide access to the current keyboard mode in the tab_title_template 2024-04-01 22:12:49 +05:30
tabs.py ... 2024-06-17 07:39:04 +05:30
terminfo.h Fix #7321 2024-04-08 07:39:50 +05:30
terminfo.py Query font size and DPI from terminal 2024-06-24 07:54:13 +05:30
threading.h Fix typos 2019-08-26 12:31:15 +02:00
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 ... 2024-03-24 20:48:20 +05:30
typing.py Get feature human readable names 2024-06-24 07:54:18 +05:30
typing.pyi Refactor font selection code to share more between fontconfig and CoreText 2024-06-24 07:54:12 +05:30
unicode-data.c Use list of legal chars in URL from the WHATWG standard 2024-02-05 13:27:22 +05:30
unicode-data.h Use list of legal chars in URL from the WHATWG standard 2024-02-05 13:27:22 +05:30
update_check.py Make the API to run background processes more powerful 2024-05-14 13:11:04 +05:30
utils.py Make kitty --single-instance fast 2024-06-23 15:45:41 +05:30
utmp.c Match behavior of who when getting num_users by ignoring zombie pids 2022-07-03 14:46:54 +05:30
vt-parser.c Fix #7458 2024-05-21 07:47:51 +05:30
vt-parser.h Ensure event loop ticks ASAP when there is pending input 2024-02-25 09:57:45 +05:30
wcswidth.c Make the Unicode database version used available 2022-11-17 20:11:50 +05:30
wcswidth.h Make the Unicode database version used available 2022-11-17 20:11:50 +05:30
wcwidth-std.h Update Unicode data 2023-02-09 09:45:42 +05:30
window_list.py A new option single_window_padding_width to use a different padding when only a single window is visible 2023-10-20 08:37:45 +05:30
window_logo.c Fix loading of window logo images via @launch 2023-11-23 19:34:35 +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
window.py Get query terminal working again 2024-06-24 07:54:13 +05:30