| .. |
|
conf
|
Document remote_control_password more thoroughly
|
2022-08-11 05:58:02 +05:30 |
|
fonts
|
DRYer
|
2022-07-26 16:10:43 +05:30 |
|
launcher
|
Fix minimal macos bundle build
|
2022-08-14 13:48:45 +05:30 |
|
layout
|
Cleanup previous PR
|
2022-08-05 08:12:05 +05:30 |
|
options
|
Change the default for allow_remote_control back to no
|
2022-08-17 06:42:51 +05:30 |
|
rc
|
Allow restricting the remote control actions in specific windows
|
2022-08-16 07:08:51 +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
|
|
|
|
bgimage_fragment.glsl
|
|
|
|
bgimage_vertex.glsl
|
|
|
|
blit_fragment.glsl
|
|
|
|
blit_vertex.glsl
|
|
|
|
border_fragment.glsl
|
|
|
|
border_vertex.glsl
|
Clamp border rects to pixels
|
2021-12-31 06:20:57 +05:30 |
|
borders.py
|
|
|
|
boss.py
|
Hide the password when asking for rc permission
|
2022-08-16 14:07:36 +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
|
|
|
|
charsets.h
|
|
|
|
child-monitor.c
|
Get async response working with sockets
|
2022-08-10 19:10:04 +05:30 |
|
child.c
|
Nicer establish_controlling_tty
|
2022-08-01 19:03:03 +05:30 |
|
child.py
|
Dont set KITTY_LISTEN_ON for windows with --allow-remote-control
|
2022-08-16 10:50:17 +05:30 |
|
choose_entry.py
|
select_tab: Use stable numbers when selecting the tab
|
2022-03-31 13:16:08 +05:30 |
|
cleanup.c
|
|
|
|
cleanup.h
|
|
|
|
cli.py
|
Make allow_remote_control a little more fine grained
|
2022-08-15 20:51:11 +05:30 |
|
cli_stub.py
|
Work on parsing copy instructions
|
2022-03-03 21:24:45 +05:30 |
|
client.py
|
Refactor: More f-string for kitty client.py
|
2022-01-29 20:22:44 +08:00 |
|
cocoa_window.m
|
Set the cocoa uncaught exception handler during glfw init not at module import time
|
2022-08-14 19:33:32 +05:30 |
|
colors.c
|
|
|
|
colors.h
|
|
|
|
complete.py
|
Implement completion for kitty @ global options
|
2022-08-09 18:54:38 +05:30 |
|
config.py
|
Refactor: More f-string for kitty
|
2022-01-29 20:17:46 +08:00 |
|
constants.py
|
Write the code to encrypt rc messages to kitty
|
2022-08-10 12:36:04 +05:30 |
|
control-codes.h
|
|
|
|
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
|
|
|
|
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
|
Use four spaces to indent
|
2022-08-08 22:31:55 +05:30 |
|
data-types.h
|
...
|
2022-08-12 11:24:18 +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
|
Cache the bell sound in the canberra server since it is a frequently played sound
|
2022-02-19 13:07:44 +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
|
|
|
|
emoji.h
|
Fix a regression in the handling of some combining characters such as zero width joiners
|
2022-01-05 08:50:55 +05:30 |
|
entry_points.py
|
Forgot one place to change over to kitty_run_data
|
2022-06-24 10:31:55 +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 |
|
fast_data_types.pyi
|
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 |
|
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
|
|
|
|
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 |
|
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
|
|
|
|
gl-wrapper.c
|
|
|
|
gl-wrapper.h
|
|
|
|
gl.c
|
|
|
|
gl.h
|
|
|
|
glfw-wrapper.c
|
Add API to glfw to get the currently active text selection
|
2022-08-08 15:52:34 +05:30 |
|
glfw-wrapper.h
|
Fix storage for GLFW_MOD_KITTY
|
2022-08-12 09:58:50 +05:30 |
|
glfw.c
|
Set the cocoa uncaught exception handler during glfw init not at module import time
|
2022-08-14 19:33:32 +05:30 |
|
glyph-cache.c
|
|
|
|
glyph-cache.h
|
|
|
|
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
|
|
|
|
graphics_fragment.glsl
|
|
|
|
graphics_vertex.glsl
|
|
|
|
guess_mime_type.py
|
Use inode/executable rather than application/executable
|
2022-06-02 10:33:56 +05:30 |
|
history.c
|
Fix show_last_command_output not working when the output is stored partially in the scrollback pager history buffer
|
2022-02-15 13:04:02 +05:30 |
|
hyperlink.c
|
|
|
|
hyperlink.h
|
|
|
|
iqsort.h
|
|
|
|
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
|
Refactor: More f-string for kitty
|
2022-01-29 20:17:46 +08:00 |
|
keys.c
|
Fix build on older gcc
|
2022-08-14 10:12:17 +05:30 |
|
keys.h
|
|
|
|
keys.py
|
Switch to using the new SingleKey implementation
|
2022-08-12 12:21:06 +05:30 |
|
kittens.c
|
Allow remote control commands to be interrupted by ctrl-c while waiting for a response
|
2022-08-10 17:00:04 +05:30 |
|
kitty-uthash.h
|
|
|
|
launch.py
|
Some documentation cleanup
|
2022-08-17 06:48:33 +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
|
|
|
|
main.py
|
Control KITTY_LISTEN_ON more precisely
|
2022-08-16 10:16:18 +05:30 |
|
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
|
|
|
|
monotonic.h
|
|
|
|
mouse.c
|
No need for entire screen object when scaling a scroll
|
2022-06-18 06:55:28 +05:30 |
|
multiprocessing.py
|
|
|
|
notify.py
|
Refactor: More f-string for kitty
|
2022-01-29 20:17:46 +08:00 |
|
open_actions.py
|
Use inode/executable rather than application/executable
|
2022-06-02 10:33:56 +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
|
Add custom message for Fig OSC
|
2022-06-03 18:57:53 -07:00 |
|
png-reader.c
|
|
|
|
png-reader.h
|
|
|
|
prewarm.py
|
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 |
|
remote_control.py
|
Nicer error when listen on socket is not found
|
2022-08-16 10:59:51 +05:30 |
|
rewrap.h
|
|
|
|
rgb.py
|
Refactor: More f-string for kitty
|
2022-01-29 20:17:46 +08:00 |
|
ringbuf.c
|
|
|
|
ringbuf.h
|
|
|
|
safe-wrappers.h
|
Avoid passing around pty paths, instead send the pty fd
|
2022-08-01 19:03:00 +05:30 |
|
screen.c
|
Fix #5366
|
2022-08-11 15:47:06 +05:30 |
|
screen.h
|
ssh kitten: Allow pressing Ctrl-C to abort ssh before the connection is completed
|
2022-07-20 19:11:14 +05:30 |
|
search_query_parser.py
|
Fix parsing of quoted words
|
2022-04-12 19:31:56 +05:30 |
|
session.py
|
Change --session to resolve relative paths from the kitty config dir
|
2022-08-09 12:36:16 +05:30 |
|
shaders.c
|
Another place to use NUM_UNDERLINE_STYLES
|
2022-02-04 14:16:31 +05:30 |
|
shell.py
|
Fix password based rc not working with generator responses
|
2022-08-10 17:24:10 +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
|
Update config types for new value of KITTY_MOD
|
2022-08-12 11:07:11 +05:30 |
|
state.h
|
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 |
|
tab_bar.py
|
Second draw attempt has single fade edge
|
2022-07-29 08:15:38 +05:30 |
|
tabs.py
|
Do not set KITTY_LISTEN_ON after the window rc password is configured
|
2022-08-17 19:37:52 +08:00 |
|
terminfo.py
|
Refactor: More f-string for kitty
|
2022-01-29 20:17:46 +08:00 |
|
threading.h
|
|
|
|
tint_fragment.glsl
|
|
|
|
tint_vertex.glsl
|
|
|
|
types.py
|
Nicer fix for human_repr of keys defined with kitty_mod
|
2022-08-12 12:37:15 +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
|
Fix non-renderable combining chars causing some text to not be rendered on Linux
|
2022-01-05 22:33:53 +05:30 |
|
unicode-data.h
|
Fix a regression in the handling of some combining characters such as zero width joiners
|
2022-01-05 08:50:55 +05:30 |
|
update_check.py
|
Clear signal handlers when running processes
|
2022-06-08 17:50:42 +05:30 |
|
uthash.h
|
|
|
|
utils.py
|
Fix atexit handlers being called in forked children
|
2022-08-01 19:02:59 +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
|
|
|
|
wcswidth.h
|
|
|
|
wcwidth-std.h
|
Fix a regression in the handling of some combining characters such as zero width joiners
|
2022-01-05 08:50:55 +05:30 |
|
window.py
|
rcp ars should be a sequnce not a set
|
2022-08-16 12:10:15 +05:30 |
|
window_list.py
|
When using --keep-focus ensure active history list is not affected
|
2022-04-18 20:23:15 +05:30 |
|
window_logo.c
|
|
|
|
window_logo.h
|
|
|