kitty/kitty
2021-10-02 05:10:59 +05:30
..
conf A new watcher option for kitty.conf that replaces the old --watcher cli flag 2021-09-29 14:01:30 +05:30
fonts macOS: Fix automatic detection of bold/italic faces for fonts that use the family name as the full face name of the regular font not working 2021-07-23 23:06:42 +05:30
layout Allow using neighboring window operations in the stack layout 2021-07-09 08:54:22 +05:30
options A new watcher option for kitty.conf that replaces the old --watcher cli flag 2021-09-29 14:01:30 +05:30
rc Fix #4084 2021-10-02 05:10:59 +05:30
__init__.py
actions.py Add no_op to get_all_actions() 2021-09-06 15:26:48 +05:30
banned.h
bgimage_fragment.glsl
bgimage_vertex.glsl
blit_fragment.glsl
blit_vertex.glsl
border_fragment.glsl
border_vertex.glsl DRYer 2021-09-23 20:20:47 +05:30
borders.py When a tab_bar_background is specified it should extend to the edges of the OS window 2021-09-23 20:12:30 +05:30
boss.py When reloading config also reload open-actions.conf 2021-08-30 20:24:08 +05:30
cell_fragment.glsl ... 2021-05-16 09:33:06 +05:30
cell_vertex.glsl
charsets.c Use an enum for UTF8 decoder state 2021-03-31 15:19:27 +05:30
charsets.h
child-monitor.c Fix a couple of typos in schedule_write_to_child_python 2021-09-25 11:01:23 +05:30
child.c Remove inline from .c files 2021-08-03 09:11:17 +05:30
child.py ... 2021-10-02 04:58:47 +05:30
choose_entry.py
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.py Restore the --watcher command line option for backwards compat 2021-09-29 14:18:55 +05:30
cli_stub.py Start work on transfer kitten 2021-08-25 11:38:41 +05:30
client.py Bring implementation of XTSAVE and XTRESTORE into line with xterm 2021-09-14 21:59:41 +05:30
cocoa_window.m A new option to specify the path to a sound file to use as the bell sound 2021-09-24 08:28:37 +05:30
colors.c Remove inline from .c files 2021-08-03 09:11:17 +05:30
complete.py common prefix should not apply to basename 2021-08-18 10:06:08 +05:30
config.py Atomic save should preserve stat if the file exists 2021-08-08 10:41:46 +05:30
constants.py We dont need a special class for delete_env_var 2021-09-16 09:53:54 +05:30
control-codes.h Centralize definition of file transfer OSC code 2021-09-08 13:43:59 +05:30
core_text.m Remove inline from .c files 2021-08-03 09:11:17 +05:30
cross-platform-random.h
cursor.c Get rid of bits from CellAttrs 2021-08-18 10:06:08 +05:30
data-types.c Centralize definition of file transfer OSC code 2021-09-08 13:43:59 +05:30
data-types.h Add support for reporting mouse events with pixel co-ordinates using the SGR_PIXEL_PROTOCOL introduced in xterm 359 2021-09-28 11:41:35 +05:30
debug_config.py Output more kitty global state when debugging config 2021-09-06 08:36:53 +05:30
desktop.c Modify canberra wrapper to allow specifying a sound file path 2021-09-24 07:31:02 +05:30
disk-cache.c Fix #3913 2021-08-09 08:37:53 +05:30
disk-cache.h
emoji.h Forgot to include \r in the url regex 2021-07-19 18:09:00 +05:30
fast_data_types.pyi Silence bells caused by cursor movement after click at prompt 2021-09-29 10:27:13 +05:30
file_transmission.py Start work on delta based file transmission 2021-10-01 17:26:27 +05:30
fontconfig.c Remove inline from .c files 2021-08-03 09:11:17 +05:30
fonts.c Fix space ligatures not working with Iosevka for some characters in the Enclosed Alphanumeric Supplement 2021-08-19 22:28:07 +05:30
fonts.h macOS: Fix a crash when rendering ligatures larger than 128 characters 2021-06-14 07:15:52 +05:30
freetype.c FreeType: Round glyph advances 2021-08-04 08:40:49 +05:30
freetype_render_ui_text.c Fix #3840 2021-07-17 05:46:08 +05:30
freetype_render_ui_text.h Allow specifying a right_margin that is not rendered for the CSD title 2021-04-01 22:50:54 +05:30
gl-wrapper.c
gl-wrapper.h
gl.c Remove inline from .c files 2021-08-03 09:11:17 +05:30
gl.h
glfw-wrapper.c Add GLFW API to set WM_COMMAND 2021-07-30 08:35:40 +05:30
glfw-wrapper.h Add GLFW API to set WM_COMMAND 2021-07-30 08:35:40 +05:30
glfw.c A new option to specify the path to a sound file to use as the bell sound 2021-09-24 08:28:37 +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.c Remove inline from .c files 2021-08-03 09:11:17 +05:30
graphics.h Use union instead of define for graphics commands aliases 2021-07-25 13:14:52 +05:30
graphics_fragment.glsl
graphics_vertex.glsl
guess_mime_type.py Cleanup previous PR 2021-07-16 21:43:56 +05:30
history.c Get rid of bits from LineAttrs 2021-08-18 10:06:08 +05:30
hyperlink.c Make it harder to forget to redefine uthash_fatal 2021-05-07 06:58:54 +05:30
hyperlink.h
iqsort.h
key_encoding.c Remove inline from .c files 2021-08-03 09:11:17 +05:30
key_encoding.py Unicode input kitten: Fix a regression in 0.20.0 that broke keyboard handling when the num lock or caps lock modifiers were engaged. 2021-05-07 06:55:25 +05:30
key_names.py Move type parsers for config into own module 2021-05-24 22:29:28 +05:30
keys.c ... 2021-08-21 22:09:20 +05:30
keys.h Clean up debug keyboard on macOS 2021-04-22 09:28:11 +05:30
keys.py Fix mouse actions not working when caps lock or num lock are engaged 2021-07-24 07:06:46 +05:30
kittens.c Remove inline from .c files 2021-08-03 09:11:17 +05:30
kitty-uthash.h Make it harder to forget to redefine uthash_fatal 2021-05-07 06:58:54 +05:30
launch.py A new watcher option for kitty.conf that replaces the old --watcher cli flag 2021-09-29 14:01:30 +05:30
line-buf.c Better fix for reflow with last line being empty output start line 2021-09-14 14:18:47 +05:30
line.c Get rid of bits from CellAttrs 2021-08-18 10:06:08 +05:30
lineops.h Fix Clang warning 2021-08-19 22:52:36 +02:00
logging.c
loop-utils.c macOS: Fix SIGUSR1 quitting kitty instead of reloading the config file 2021-08-19 09:37:08 +05:30
loop-utils.h
macos_process_info.c Allow reloading conf in all kitty instances as well 2021-08-08 09:33:36 +05:30
main.py ... 2021-09-29 14:25:13 +05:30
marks.py Remove no longer needed type: ignore 2021-06-09 08:30:22 +05:30
modes.h Add support for reporting mouse events with pixel co-ordinates using the SGR_PIXEL_PROTOCOL introduced in xterm 359 2021-09-28 11:41:35 +05:30
monotonic.c
monotonic.h
mouse.c Fix release not reporting button in sgr pixel protocol 2021-09-28 16:20:32 +05:30
multiprocessing.py
notify.py
open_actions.py Cleanup previous PR 2021-07-16 21:43:56 +05:30
os_window_size.py Wayland: Fix initial_window_size in cells on scale != 1 screens 2021-07-17 06:04:56 +05:30
parse-graphics-command.h Graphics protocol: Support for frame composition 2021-07-22 18:58:59 +05:30
parser.c Dont turn on disambiguate keys when receiving th XTMODKEYS escape code 2021-10-01 21:26:27 +05:30
png-reader.c Improve at exit cleanup functions 2021-04-01 11:48:36 +05:30
png-reader.h
remote_control.py Fix #4084 2021-10-02 05:10:59 +05:30
rewrap.h Remove a macro that is not really needed anymore 2021-08-18 10:06:09 +05:30
rgb.py More work on the themes kitten 2021-08-04 18:43:26 +05:30
ringbuf.c Remove inline from .c files 2021-08-03 09:11:17 +05:30
ringbuf.h
safe-wrappers.h
screen.c Dont turn on disambiguate keys when receiving th XTMODKEYS escape code 2021-10-01 21:26:27 +05:30
screen.h Dont turn on disambiguate keys when receiving th XTMODKEYS escape code 2021-10-01 21:26:27 +05:30
session.py A new watcher option for kitty.conf that replaces the old --watcher cli flag 2021-09-29 14:01:30 +05:30
shaders.c When a tab_bar_background is specified it should extend to the edges of the OS window 2021-09-23 20:12:30 +05:30
shell.py Fix #4084 2021-10-02 05:10:59 +05:30
shell_integration.py Ensure fish config dir exists 2021-08-20 08:54:41 +05:30
short_uuid.py More work on file transfer 2021-09-09 12:59:31 +05:30
state.c Fix moved status not being returned to python 2021-09-29 08:37:26 +05:30
state.h In SGR_PIXEL_MODE report pixel co-ords outside of window when dragging 2021-09-28 15:14:29 +05:30
tab_bar.py When a tab_bar_background is specified it should extend to the edges of the OS window 2021-09-23 20:12:30 +05:30
tabs.py Fix type signature 2021-09-23 20:27:33 +05:30
terminfo.py Fix #3926 2021-08-13 09:31:18 +05:30
threading.h
tint_fragment.glsl
tint_vertex.glsl
types.py ... 2021-09-27 12:02:23 +05:30
typing.py Make it easier to handle simple click events 2021-09-28 20:12:55 +05:30
typing.pyi Make it easier to handle simple click events 2021-09-28 20:12:55 +05:30
unicode-data.c Forgot to include \r in the url regex 2021-07-19 18:09:00 +05:30
unicode-data.h Dont use static memory for the list of chars options 2021-06-17 13:27:11 +05:30
update_check.py Use new URL scheme and define the kitty website centrally as much as possible 2021-07-27 09:03:11 +05:30
uthash.h Update uthash 2021-04-24 09:47:40 +05:30
utils.py Remote file transfer: Fix transfer not working is custom ssh port or identity is specified on the SSH command line 2021-09-27 10:58:40 +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 Forgot to include \r in the url regex 2021-07-19 18:09:00 +05:30
window.py Keep global_watchers immutable 2021-09-29 14:39:48 +05:30
window_list.py Fix deleting windows that are not the last window via remote control leaving no window focused 2021-05-14 07:25:48 +05:30