kitty/kitty
2023-02-19 15:24:23 +05:30
..
conf Enable checks for unused noqa 2023-01-09 17:28:35 +05:30
fonts Changes to make updated mypy happy 2023-02-07 18:10:43 +05:30
launcher Rename kitty-tool to kitten 2023-01-14 15:44:52 +05:30
layout Replace isort with ruff 2023-01-09 16:47:42 +05:30
options ... 2023-02-11 20:36:25 +08:00
rc launch: Allow specifying the state (fullscreen/maximized/minimized) for newly created OS Windows 2023-02-16 16:24:46 +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
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
bash.py Native code implementation for expanding ANSI escape codes 2022-11-25 17:33:41 +05:30
bgimage_fragment.glsl Fix rendering of semi-transparent bg images in semi-transparent windows 2020-02-02 11:45:48 +05:30
bgimage_vertex.glsl Allow centering the background image 2022-10-04 08:26:28 +05:30
blit_fragment.glsl Remove useless code from shader 2020-01-21 00:28:55 +01:00
blit_vertex.glsl More trailing space removal 2017-12-20 08:50:09 +05:30
border_fragment.glsl Fix background_tint not applying to window margins and padding 2022-10-03 21:39:57 +05:30
border_vertex.glsl feat: Use sRGB LUT for borders 2023-02-02 09:53:39 +01:00
borders.py Replace isort with ruff 2023-01-09 16:47:42 +05:30
boss.py macOS: Display the newly created OS window in specified state 2023-02-18 14:02:19 +08:00
cell_fragment.glsl Minor cleanups 2023-02-08 12:51:18 +05:30
cell_vertex.glsl Merge branch 'master' of https://github.com/marcan/kitty 2023-02-10 10:55:41 +05:30
charsets.c Show bad length in base64 decode error message 2023-01-29 10:17:00 +05:30
charsets.h Start work on a choose kitten for fuzzy selection 2019-01-23 19:38:08 +05:30
child-monitor.c Ensure that marking a child for removal works even when the child is still in the queue to be added 2023-01-18 15:43:41 +05:30
child.c Dont rely on existence of sh to report exec failure 2023-01-14 16:03:34 +05:30
child.py Do not use prewarming for wrapped kittens 2023-01-23 15:21:04 +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 Improve at exit cleanup functions 2021-04-01 11:48:36 +05:30
cli_stub.py Replace isort with ruff 2023-01-09 16:47:42 +05:30
cli.py Add a note that --detach is not available on macOS 2023-01-31 17:52:36 +05:30
client.py Replace isort with ruff 2023-01-09 16:47:42 +05:30
clipboard.py ... 2023-02-07 18:27:16 +05:30
cocoa_window.m macOS: Allow to customize Hide, Minimize, and Quit global menu shortcuts 2022-12-20 21:08:26 +08:00
colors.c ... 2023-02-08 20:45:41 +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 Replace isort with ruff 2023-01-09 16:47:42 +05:30
constants.py version 0.27.1 2023-02-07 16:10:29 +05:30
control-codes.h Centralize definition of file transfer OSC code 2021-09-08 13:43:59 +05:30
core_text.m Deprecate the adjust_baseline adjust_line_height and adjust_column_width options in favor of modify_font 2022-07-15 15:29:42 +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 Use strict function prototypes 2023-02-09 13:16:00 +08:00
data-types.c Move compile_commands.json to build directory 2023-01-26 14:25:22 +05:30
data-types.h Cleanup previous PR getting kitty working on macOS 2023-02-10 11:03:25 +05:30
debug_config.py Enable checks for unused noqa 2023-01-09 17:28:35 +05:30
desktop.c Linux: Use a separate thread to play the beep sound 2022-11-14 15:42:09 +05:30
disk-cache.c Declare the set of handled signals in only one place 2022-06-05 08:01:26 +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 Completion: Handle kitty +complete setup fish2 2023-02-04 15:55:22 +08:00
fast_data_types.pyi macOS: Display the newly created OS window in specified state 2023-02-18 14:02:19 +08:00
fast-file-copy.c Add more copy_file_range() and sendfile() errno exceptions 2022-01-27 00:45:30 +01:00
fast-file-copy.h ... 2022-01-27 12:14:42 +05:30
file_transmission.py Replace isort with ruff 2023-01-09 16:47:42 +05:30
fontconfig.c Linux: Load libfontconfig at runtime to allow the binaries to work for running kittens on servers without FontConfig 2022-05-13 19:56:19 +05:30
fonts.c Fix modify_font not working for strikethrough position 2023-02-01 08:14:54 +05:30
fonts.h macOS: Fix a crash when rendering ligatures larger than 128 characters 2021-06-14 07:15:52 +05:30
freetype_render_ui_text.c Clear python error flag when loading fallback face fails 2022-03-09 14:16:56 +05:30
freetype_render_ui_text.h Implement rendering of ASCII char with FreeType 2021-11-01 10:17:26 +05:30
freetype.c Deprecate the adjust_baseline adjust_line_height and adjust_column_width options in favor of modify_font 2022-07-15 15:29:42 +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 Merge branch 'master' of https://github.com/marcan/kitty 2023-02-10 10:55:41 +05:30
gl.h Downgrade OpenGL version requirement to 3.1 2022-12-20 16:22:05 +09:00
glfw-wrapper.c Optimize the services implementation 2023-02-01 12:46:19 +05:30
glfw-wrapper.h Optimize the services implementation 2023-02-01 12:46:19 +05:30
glfw.c macOS: Fix window not taking up full height when the title bar is hidden 2023-02-18 19:35:01 +08:00
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 resizing size text should be drawn with the current foreground color 2021-11-01 07:19:17 +05:30
graphics_vertex.glsl Downgrade OpenGL version requirement to 3.1 2022-12-20 16:22:05 +09:00
graphics.c Move compile_commands.json to build directory 2023-01-26 14:25:22 +05:30
graphics.h Ensure cell start position is clamped to a pixel 2021-12-05 18:26:25 +05:30
guess_mime_type.py When reloading configuration, also reload mime.types 2023-02-12 17:28:42 +08:00
history.c Switch to tracking linewrap on the last cell in a line 2022-12-26 20:26:21 +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 typo in iqsort.h 2022-12-27 00:27:16 +09:00
key_encoding.c move is_modifier_key to glfw.c and expose in Python 2022-12-30 23:32:46 -08:00
key_encoding.py move is_modifier_key to glfw.c and expose in Python 2022-12-30 23:32:46 -08:00
key_names.py Implement key event parsing and matching 2022-11-14 15:41:49 +05:30
keys.c Cleanup previous PR 2022-12-31 14:03:16 +05:30
keys.h Cleanup previous PR 2022-12-31 14:03:16 +05:30
keys.py Replace isort with ruff 2023-01-09 16:47:42 +05:30
kittens.c Use the plus sign to connect shortcut keys consistently 2022-08-18 17:05:00 +08:00
kitty-uthash.h Make it harder to forget to redefine uthash_fatal 2021-05-07 06:58:54 +05:30
launch.py macOS: Display the newly created OS window in specified state 2023-02-18 14:02:19 +08:00
line-buf.c Switch to tracking linewrap on the last cell in a line 2022-12-26 20:26:21 +05:30
line.c Use strict function prototypes 2023-02-09 13:16:00 +08:00
lineops.h Fix using cursor=none not working on text that has reverse video 2023-01-18 09:23:49 +05:30
logging.c Fix unhandled exceptions not being printed to stderr on macOS when run from launch services and using prewarming 2022-08-16 15:28: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 Allow reloading conf in all kitty instances as well 2021-08-08 09:33:36 +05:30
main.py macOS: Display the newly created OS window in specified state 2023-02-18 14:02:19 +08:00
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 Convert two tabs to spaces 2020-05-21 15:34:08 +02:00
mouse.c Use strict function prototypes 2023-02-09 13:16:00 +08:00
multiprocessing.py Replace isort with ruff 2023-01-09 16:47:42 +05:30
notify.py Terminal end of OSC 5522 read requests 2022-11-29 14:55:40 +05:30
open_actions.py Fix SHELL env var in open-actions.conf and launch-actions.conf 2023-01-23 14:15:27 +08:00
os_window_size.py Reduce max remembered window size of 50K pixels 2022-02-07 12:19:32 +05:30
parse-graphics-command.h Refactor: Sorting items when generating files 2022-01-29 20:14:56 +08:00
parser.c End APC and PM escape code on BEL as well as ST 2023-02-19 15:24:23 +05:30
png-reader.c Improve at exit cleanup functions 2021-04-01 11:48:36 +05:30
png-reader.h Make the PNG reader code re-useable 2018-07-07 07:46:15 +05:30
prewarm.py Replace isort with ruff 2023-01-09 16:47:42 +05:30
remote_control.py better fix for file completion in Go 2023-01-23 18:01:17 +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 Replace isort with ruff 2023-01-09 16:47:42 +05:30
ringbuf.c Remove inline from .c files 2021-08-03 09:11:17 +05:30
ringbuf.h Micro-optimization 2020-12-12 17:43:33 +05:30
safe-wrappers.h Avoid passing around pty paths, instead send the pty fd 2022-08-01 19:03:00 +05:30
screen.c IME: Fix IME commit text and update pre-edit at the same time 2023-02-10 10:50:32 +08:00
screen.h IME: Fix IME commit text and update pre-edit at the same time 2023-02-10 10:50:32 +08:00
search_query_parser.py Replace isort with ruff 2023-01-09 16:47:42 +05:30
session.py macOS: Display the newly created OS window in specified state 2023-02-18 14:02:19 +08:00
shaders.c Merge branch 'master' of https://github.com/marcan/kitty 2023-02-10 10:55:41 +05:30
shell_integration.py Better fix for kitten not being in PATH 2023-02-01 10:16:50 +05:30
shm.py Allow ignoring SHM close failures 2022-06-06 20:31:13 +05:30
short_uuid.py more work on ssh data transmission 2022-03-03 21:24:42 +05:30
srgb_gamma.c feat: sRGB lookup table 2023-02-02 09:53:39 +01:00
srgb_gamma.h feat: sRGB lookup table 2023-02-02 09:53:39 +01:00
state.c macOS: Display the newly created OS window in specified state 2023-02-18 14:02:19 +08:00
state.h macOS: Display the newly created OS window in specified state 2023-02-18 14:02:19 +08:00
tab_bar.py Add chr and ord to safe_builtins 2023-02-11 05:51:24 +05:30
tabs.py Dont strip title for tabs to allow for leading and trailing whitespace. Fixes #6013 2023-02-14 21:31:23 +05:30
terminfo.py Fix function key definitions in terminfo/termcap 2023-02-02 20:01:56 +09:00
threading.h Fix typos 2019-08-26 12:31:15 +02:00
tint_fragment.glsl Add an option to tint background images using the current background color 2020-02-02 11:22:21 +05:30
tint_vertex.glsl Add an option to tint background images using the current background color 2020-02-02 11:22:21 +05:30
types.py Make the single instance data type checked 2023-01-23 17:45:11 +05:30
typing.py Replace isort with ruff 2023-01-09 16:47:42 +05:30
typing.pyi Replace isort with ruff 2023-01-09 16:47:42 +05:30
unicode-data.c Note the Unicode version in the generated files 2022-11-18 13:01:32 +08:00
unicode-data.h Update to Unicode 15.0 2022-09-29 10:13:21 +08:00
update_check.py Replace isort with ruff 2023-01-09 16:47:42 +05:30
uthash.h Update uthash 2021-04-24 09:47:40 +05:30
utils.py ... 2023-02-18 17:23:50 +05:30
utmp.c Match behavior of who when getting num_users by ignoring zombie pids 2022-07-03 14:46:54 +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 Allow creating overlay-main windows, which are treated as the active window unlike normal overlays 2022-09-03 19:04:31 +05:30
window_logo.c Fix leak when changing window logo 2021-12-04 14:01:05 +05:30
window_logo.h Fix storage of window logos 2021-12-03 17:43:45 +05:30
window.py launch: When using --cwd=current for a remote system support running non shell commands as well 2023-02-08 17:52:28 +05:30