kitty/kitty
2022-11-15 22:47:53 +05:30
..
conf Also allow using at-cmd 2022-08-28 10:26:38 +05:30
fonts DRYer 2022-07-26 16:10:43 +05:30
launcher Use kitty-tool for all kitty @ incovations 2022-11-14 15:42:09 +05:30
layout Another mypy update another round of spurious errors 2022-11-08 17:17:40 +05:30
options Fix #5668 2022-11-14 15:40:24 +05:30
rc Fix mutable default value in dataclass 2022-11-14 15:42:07 +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
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 Fix background_tint not applying to window margins and padding 2022-10-03 21:39:57 +05:30
borders.py Fix background_tint not applying to window margins and padding 2022-10-03 21:39:57 +05:30
boss.py ... 2022-11-05 11:37:07 +05:30
cell_fragment.glsl Do a single pass over the cell vertex shader to set the defines 2022-02-04 14:34:41 +05:30
cell_vertex.glsl Do a single pass over the cell vertex shader to set the defines 2022-02-04 14:34:41 +05:30
charsets.c Use an enum for UTF8 decoder state 2021-03-31 15:19:27 +05:30
charsets.h Start work on a choose kitten for fuzzy selection 2019-01-23 19:38:08 +05:30
child-monitor.c Fix resize_draw_strategy=static 2022-10-19 08:26:31 +05:30
child.c Fix a regression that caused kitty not to restore SIGPIPE after python nukes it when launching children. Affects bash which does not sanitize its signal mask. 2022-09-13 07:51:32 +05:30
child.py Wayland: Use XDG_ACTIVATION_TOKEN when present at launch 2022-09-11 13:43:52 +05:30
choose_entry.py select_tab: Use stable numbers when selecting the tab 2022-03-31 13:16:08 +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 Work on parsing copy instructions 2022-03-03 21:24:45 +05:30
cli.py Fix spurious rebuilds of generated go code 2022-11-14 15:42:03 +05:30
client.py Refactor: More f-string for kitty client.py 2022-01-29 20:22:44 +08:00
clipboard.py ... 2022-09-09 15:41:45 +05:30
cocoa_window.m macOS: Failure to set custom app icon should not prevent launch 2022-11-15 15:21:40 +08:00
colors.c DRYer 2021-11-04 18:01:54 +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 Refactor: More f-string for kitty 2022-01-29 20:17:46 +08:00
constants.py Add a test for existence of kitty-tool 2022-11-14 15:41:45 +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 Enable use of higher options for underlining text. 2022-01-13 17:27:02 +01:00
data-types.c Dont maintain ref_map manually 2022-08-19 11:20:50 +05:30
data-types.h Allow centering the background image 2022-10-04 08:26:28 +05:30
debug_config.py Nicer fix for human_repr of keys defined with kitty_mod 2022-08-12 12:37:15 +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 wcswidth go version to match unicode 15 update in master 2022-11-14 15:42:03 +05:30
entry_points.py Remove unused code 2022-11-14 15:42:09 +05:30
fast_data_types.pyi Properly specify semantics of active and focused 2022-11-04 10:38:18 +05:30
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 ... 2022-04-24 09:34:22 +08:00
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 reflector: replace unecessary while loop 2022-07-26 21:47:52 +07:00
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 regenerates glad to fix missing APIENTRY 2019-12-20 15:04:23 +01:00
gl.c Remove inline from .c files 2021-08-03 09:11:17 +05:30
gl.h Make each OS window have its own framebuffer 2020-01-24 16:06:57 +08:00
glfw-wrapper.c panel kitten: Do not depend on xprop 2022-09-24 15:44:54 +05:30
glfw-wrapper.h panel kitten: Do not depend on xprop 2022-09-24 15:44:54 +05:30
glfw.c Wayland GNOME: Fix incorrect window size when in some circumstances when switching between windows with window decorations disabled 2022-10-31 21:59:01 +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 resizing size text should be drawn with the current foreground color 2021-11-01 07:19:17 +05:30
graphics_vertex.glsl Graphics programs should generate pre-multipled colors in interleaved mode 2017-12-01 12:16:15 +05:30
graphics.c Graphics protocol: Only delete temp files if they have the string tty-graphics-protocol in their file paths. 2022-08-16 11:25:33 +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 Use inode/executable rather than application/executable 2022-06-02 10:33:56 +05:30
history.c Fix hyperlinks not present when fetching text from the history buffer 2022-08-28 08:54:53 +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 Inline qsort 2021-01-04 14:14:15 +05:30
key_encoding.c Refactor: Sorting items when generating files 2022-01-29 20:14:56 +08:00
key_encoding.py Add missing modifier key aliases 2022-08-09 12:15:55 +08:00
key_names.py Implement key event parsing and matching 2022-11-14 15:41:49 +05:30
keys.c Fix #5484 2022-09-07 15:09:24 +05:30
keys.h Clean up debug keyboard on macOS 2021-04-22 09:28:11 +05:30
keys.py Switch to using the new SingleKey implementation 2022-08-12 12:21:06 +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 Allow using the cwd of the original process for launch --cwd 2022-11-15 22:18:19 +05:30
line-buf.c Fix copy ansi to clipboard ignoring newlines 2022-02-13 15:09:14 +05:30
line.c Output prompt marking when serializing to ANSI 2022-02-15 08:57:17 +05:30
lineops.h Allow getting the last non-empty command output easily via an action or remote control 2022-05-28 15:19:24 +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: Failure to set custom app icon should not prevent launch 2022-11-15 15:21:40 +08:00
marks.py Unify resolution of absolute paths or config dir paths 2021-12-09 20:43:07 +08:00
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 ... 2022-09-18 08:26:40 +05:30
multiprocessing.py Increase some more timeouts 2022-11-03 13:13:14 +05:30
notify.py Sanitize notifications ids as they are retransmitted over the TTY 2022-09-05 10:41:19 +05:30
open_actions.py Clear both actions caches when config file is reloaded 2022-09-26 20:15:08 +05:30
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 More useful PARSE ERROR msg for unknown @ commands 2022-11-14 15:42:05 +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 Remove unused code 2022-11-14 15:42:09 +05:30
remote_control.py Remove unused code 2022-11-14 15:42:09 +05:30
rewrap.h Fix cursor position at x=0 changing to x=1 on resize 2022-10-31 08:03:42 +05:30
rgb.py Start work on easily generating ANSI formatted strings 2022-11-14 15:41:53 +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 Fix cursor position at x=0 changing to x=1 on resize 2022-10-31 08:03:42 +05:30
screen.h Fix hyperlinks not present when fetching text from the history buffer 2022-08-28 08:54:53 +05:30
search_query_parser.py Another mypy update another round of spurious errors 2022-11-08 17:17:40 +05:30
session.py Sessions: Allow controlling which OS Window is active via the focus_os_window directive 2022-09-10 08:27:36 +05:30
shaders.c Fix background_tint with background_opacity < 1 causing colors in cell area and padding to not match 2022-10-19 19:24:37 +05:30
shell_integration.py Make cloning safer 2022-04-17 07:49:58 +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
state.c Properly specify semantics of active and focused 2022-11-04 10:38:18 +05:30
state.h Wayland: Generate a XDG_ACTIVATION_TOKEN when opening URLs or running programs in the background via the launch action 2022-09-11 14:25:49 +05:30
tab_bar.py Allow using the re module in tab title templates 2022-11-01 22:25:58 +05:30
tabs.py When no OS Window is focused the active_* should return those belonging to the last focused OS Window 2022-11-05 11:34:10 +05:30
terminfo.py Refactor: More f-string for kitty 2022-01-29 20:17:46 +08: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 Allow creating overlay-main windows, which are treated as the active window unlike normal overlays 2022-09-03 19:04:31 +05:30
typing.py TypeCheck underline style names 2022-01-22 12:41:26 +05:30
typing.pyi TypeCheck underline style names 2022-01-22 12:41:26 +05:30
unicode-data.c update wcswidth go version to match unicode 15 update in master 2022-11-14 15:42:03 +05:30
unicode-data.h Update to Unicode 15.0 2022-09-29 10:13:21 +08:00
update_check.py Clear signal handlers when running processes 2022-06-08 17:50:42 +05:30
uthash.h Update uthash 2021-04-24 09:47:40 +05:30
utils.py Another mypy update another round of spurious errors 2022-11-08 17:17:40 +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 Add a wcswidth() implementation useable from C code 2021-03-31 15:19:39 +05:30
wcswidth.h Add a wcswidth() implementation useable from C code 2021-03-31 15:19:39 +05:30
wcwidth-std.h update wcswidth go version to match unicode 15 update in master 2022-11-14 15:42:03 +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 Workaround for mypy bug 2022-11-15 22:47:53 +05:30