kitty/kitty
2022-03-03 21:24:44 +05:30
..
conf Get env conf working with tests 2022-03-03 21:24:44 +05:30
fonts A new option narrow_symbols to turn off opportunistic wide rendering of private use codepoints 2022-02-11 13:04:44 +05:30
layout Splits layout: A new value for :option:launch --location to auto-select the split axis when splitting existing windows. 2022-02-22 22:37:26 +05:30
options Start work on config infrastructure for ssh kitten 2022-03-03 21:24:44 +05:30
rc A new action copy_ansi_to_clipboard to copy the current selection with ANSI formatting codes 2022-02-10 12:20:19 +05:30
__init__.py Remove unused code and pep8 2017-01-09 11:10:41 +05:30
actions.py Use a special role for actions documentation 2022-02-04 18:24:39 +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 Start work on a per window logo 2021-12-02 11:14:17 +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 #1221 in a different way 2019-01-08 16:14:41 +01:00
border_vertex.glsl Clamp border rects to pixels 2021-12-31 06:20:57 +05:30
borders.py A new option to set the tab bar margin color independently 2021-10-25 12:21:46 +05:30
boss.py Use show_error kitten to display launch URL error messages 2022-02-28 15:02:05 +08:00
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 macOS: Allow to customize global menu full screen shortcut 2022-02-17 16:31:46 +08:00
child.c Ignore invalid unicode condepoints in command lines 2021-11-14 11:59:02 +05:30
child.py BASH integration: No longer modify .bashrc to load shell integration 2022-02-22 21:24:51 +05:30
choose_entry.py run pyupgrade to upgrade the codebase to python3.6 2021-10-21 12:43:55 +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 Refactor: More f-string for kitty 2022-01-29 20:17:46 +08:00
cli.py Docs: separate and wrap each choices 2021-11-30 18:41:20 +08:00
client.py Refactor: More f-string for kitty client.py 2022-01-29 20:22:44 +08:00
cocoa_window.m macOS: Allow to customize global menu full screen shortcut 2022-02-17 16:31:46 +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
complete.py Refactor: More f-string for kitty 2022-01-29 20:17:46 +08:00
config.py Refactor: More f-string for kitty 2022-01-29 20:17:46 +08:00
constants.py When using KITTY_DEVELOP_FROM load resources from the develop dir 2022-03-03 21:24:44 +05:30
control-codes.h Centralize definition of file transfer OSC code 2021-09-08 13:43:59 +05:30
core_text.m Forgot to set the x-axis origin when rendering the glyph, causing right side cut-off 2021-11-03 20:57:05 +05:30
cross-platform-random.h Fix compilation on ancient Linux distros without sys/random.h 2021-02-16 12:39:18 +05:30
cursor.c Enable use of higher options for underlining text. 2022-01-13 17:27:02 +01:00
data-types.c Make adding new underline styles easier in the future 2022-02-04 14:05:19 +05:30
data-types.h Make adding new underline styles easier in the future 2022-02-04 14:05:19 +05:30
debug_config.py Add a few more important env vars to debug output 2022-02-17 07:45:36 +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 Only malloc the buffer for fast file copy when needed 2021-11-24 18:20:37 +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 Fix a regression in the handling of some combining characters such as zero width joiners 2022-01-05 08:50:55 +05:30
fast_data_types.pyi 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
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 DRYer 2021-12-07 15:52:06 +05:30
fontconfig.c Remove inline from .c files 2021-08-03 09:11:17 +05:30
fonts.c ... 2022-02-23 21:37:41 +08: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 Linux: Fix rendering of emoji when using scalable fonts such as Segoe UI Emoji 2022-02-06 13:31:11 +05:30
freetype_render_ui_text.h Implement rendering of ASCII char with FreeType 2021-11-01 10:17:26 +05:30
freetype.c Linux: Do not rescale fallback fonts to match the main font cell height 2022-02-15 07:51:15 +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 macOS: Allow opening URLs with kitty 2022-02-05 13:05:41 +08:00
glfw-wrapper.h macOS: Allow opening URLs with kitty 2022-02-05 13:05:41 +08:00
glfw.c Ensure CSI are stripped from menbar title as well 2022-02-09 08:07:18 +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 Show window titles during visual select 2021-10-15 14:19:56 +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 Refactor: More f-string for kitty 2022-01-29 20:17:46 +08:00
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 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 Refactor: More f-string for kitty 2022-01-29 20:17:46 +08:00
key_names.py Refactor: More f-string for kitty 2022-01-29 20:17:46 +08:00
keys.c Cancel IME for active kitty or OS window only 2022-01-27 11:48:48 +08:00
keys.h Clean up debug keyboard on macOS 2021-04-22 09:28:11 +05:30
keys.py Parse actions on demand 2021-11-29 21:51:42 +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 Splits layout: A new value for :option:launch --location to auto-select the split axis when splitting existing windows. 2022-02-22 22:37:26 +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 Avoid double scan of output to look for escape codes 2022-02-13 17:33:13 +05:30
logging.c Use the more secure localtime_r variant 2020-07-07 09:20:27 +05:30
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 Code to write to cache file 2020-12-31 15:18:30 +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 BASH integration: No longer modify .bashrc to load shell integration 2022-02-22 21:24:51 +05:30
marks.py Unify resolution of absolute paths or config dir paths 2021-12-09 20:43:07 +08:00
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 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 clamp min_lines when mouse is grabbed 2022-02-15 07:24:12 +05:30
multiprocessing.py Add more type annotations 2021-10-27 11:36:34 +05:30
notify.py Refactor: More f-string for kitty 2022-01-29 20:17:46 +08:00
open_actions.py Restrict custom launch actions to be prefixed with kitty:///launch/ 2022-02-05 13:23:41 +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 ... 2022-03-03 21:24:43 +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
remote_control.py ... 2022-01-02 09:38:14 +05:30
rewrap.h Dont copy prompt start bits to multiple lines when resizing the screen 2021-11-07 18:00:06 +05:30
rgb.py Refactor: More f-string for kitty 2022-01-29 20:17:46 +08:00
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 ... 2021-01-31 07:35:58 +05:30
screen.c more work on ssh data transmission 2022-03-03 21:24:42 +05:30
screen.h more work on ssh data transmission 2022-03-03 21:24:42 +05:30
session.py run pyupgrade to upgrade the codebase to python3.6 2021-10-21 12:43:55 +05:30
shaders.c Another place to use NUM_UNDERLINE_STYLES 2022-02-04 14:16:31 +05:30
shell_integration.py Pass the value of shell_integration in the tarfile 2022-03-03 21:24:44 +05:30
shell.py Refactor: More f-string for kitty 2022-01-29 20:17:46 +08:00
short_uuid.py more work on ssh data transmission 2022-03-03 21:24:42 +05:30
state.c Emits an IME lost focus event when the window lost focus or closed 2022-01-27 10:13:57 +08:00
state.h macOS: Allow to customize global menu full screen shortcut 2022-02-17 16:31:46 +08:00
tab_bar.py Fix a regression in the previous release that broke active_tab_foreground 2022-02-03 18:12:42 +05:30
tabs.py Allow passing a "reset" argument to resize_window 2022-02-11 08:16:17 +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 Move event formatting into the types 2022-01-19 14:30:08 +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 Add more type annotations 2021-10-27 12:31:10 +05:30
uthash.h Update uthash 2021-04-24 09:47:40 +05:30
utils.py Fix ScreenSizeGetter 2022-02-28 22:39:19 +08:00
utmp.c Check for utmpx.h instead of __unix__ 2021-10-05 11:58:09 +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 Fix a regression in the handling of some combining characters such as zero width joiners 2022-01-05 08:50:55 +05:30
window_list.py mypy: Turn on return value checks 2021-10-26 22:39:14 +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 Start work on testing the bootstrap script 2022-03-03 21:24:43 +05:30