kitty/kitty
2022-01-16 10:03:20 +05:30
..
conf macOS: Allow customizing the launch actions 2022-01-07 18:43:07 +05:30
fonts Micro-optimization 2022-01-12 23:32:03 +05:30
layout For the vertical and horizontal layouts have the windows arranged on a ring rather than a plane. This means the first and last window are considered neighbors 2022-01-11 08:08:11 +05:30
options Allow using templates with text formatting for tab_activity_symbol 2022-01-14 08:18:04 +05:30
rc Add a --hold option for the launch command 2022-01-07 13:32:25 +05:30
__init__.py
actions.py Docs: Use underscores in kitten document filenames 2021-12-10 17:30:51 +08:00
banned.h
bgimage_fragment.glsl
bgimage_vertex.glsl Start work on a per window logo 2021-12-02 11:14:17 +05:30
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 A new option to set the tab bar margin color independently 2021-10-25 12:21:46 +05:30
boss.py Show number of windows per tab in the select_tab action 2022-01-16 10:03:20 +05:30
cell_fragment.glsl Make blending of foreground more efficient 2021-10-14 21:31:20 +05:30
cell_vertex.glsl Restore ability to use foreground color unchanged for selections 2021-12-06 05:23:41 +05:30
charsets.c
charsets.h
child-monitor.c macOS: Allow mapping secure keyboard entry shortcut 2022-01-09 22:54:03 +08:00
child.c Ignore invalid unicode condepoints in command lines 2021-11-14 11:59:02 +05:30
child.py Log a nicer error message when failing to read cwd of a process 2021-12-22 16:22:33 +05:30
choose_entry.py run pyupgrade to upgrade the codebase to python3.6 2021-10-21 12:43:55 +05:30
cleanup.c
cleanup.h
cli.py Docs: separate and wrap each choices 2021-11-30 18:41:20 +08:00
cli_stub.py Simplify handling of --no-response 2021-10-30 12:15:37 +05:30
client.py run pyupgrade to upgrade the codebase to python3.6 2021-10-21 12:43:55 +05:30
cocoa_window.m macOS: Print out unhandled exceptions 2022-01-13 16:54:36 +05:30
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 Fix zsh kitty completion when the matching style includes anchor based matchers 2021-11-28 11:02:03 +05:30
config.py Add light and dark to the macOS title bar option 2021-12-21 15:14:08 +08:00
constants.py version 0.24.1 2022-01-06 10:40:59 +05:30
control-codes.h
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
cursor.c
data-types.c Clean up previous PR 2021-10-05 11:36:29 +05:30
data-types.h More work on per window logo 2021-12-03 13:19:10 +05:30
debug_config.py Ignore all errors rendering /etc/issue 2022-01-05 14:04:56 +05:30
desktop.c Set the media role when playing the bell sound to "event" 2021-11-19 14:14:50 +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
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-file-copy.c Linux: Use copy_file_range for defrag of the disk cache which should give even better performance on filesystems that support it 2021-11-24 19:42:00 +05:30
fast-file-copy.h Only malloc the buffer for fast file copy when needed 2021-11-24 18:20:37 +05:30
fast_data_types.pyi Cleanup previous PR 2022-01-09 22:11:22 +05:30
file_transmission.py DRYer 2021-12-07 15:52:06 +05:30
fontconfig.c
fonts.c Fix non-renderable combining chars causing some text to not be rendered on Linux 2022-01-05 22:33:53 +05:30
fonts.h
freetype.c Remove the always true conditions 2022-01-01 21:27:01 +08:00
freetype_render_ui_text.c Remove the always true conditions 2022-01-01 21:27:01 +08:00
freetype_render_ui_text.h Implement rendering of ASCII char with FreeType 2021-11-01 10:17:26 +05:30
gl-wrapper.c
gl-wrapper.h
gl.c
gl.h
glfw-wrapper.c macOS: Fix using shortcuts from the global menu bar as subsequent key presses in a multi key mapping not working 2022-01-15 13:56:18 +05:30
glfw-wrapper.h macOS: Fix using shortcuts from the global menu bar as subsequent key presses in a multi key mapping not working 2022-01-15 13:56:18 +05:30
glfw.c macOS: Fix using shortcuts from the global menu bar as subsequent key presses in a multi key mapping not working 2022-01-15 13:56:18 +05:30
glyph-cache.c
glyph-cache.h
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
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
guess_mime_type.py run pyupgrade to upgrade the codebase to python3.6 2021-10-21 12:43:55 +05:30
history.c Also release excess memory from pagerhist buffer when clearing 2021-11-09 10:21:47 +05:30
hyperlink.c
hyperlink.h
iqsort.h
key_encoding.c move menu case outside auto-generated section 2022-01-11 22:57:05 +05:30
key_encoding.py Forgot to ad dmethod in previous commit 2021-11-28 12:01:09 +05:30
key_names.py run pyupgrade to upgrade the codebase to python3.6 2021-10-21 12:43:55 +05:30
keys.c macOS: Fix IME position incorrect after moving OS window 2021-11-12 08:51:03 +05:30
keys.h
keys.py Parse actions on demand 2021-11-29 21:51:42 +05:30
kittens.c
kitty-uthash.h
launch.py macOS: Allow customizing the launch actions 2022-01-07 18:43:07 +05:30
line-buf.c Clear prompt markings when erasing the display 2021-11-24 08:17:04 +05:30
line.c Refactor code to get cell colors 2021-10-28 13:35:30 +05:30
lineops.h Clear prompt markings when erasing the display 2021-11-24 08:17:04 +05:30
logging.c
loop-utils.c
loop-utils.h
macos_process_info.c
main.py Cleanup previous PR 2022-01-09 22:11:22 +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
monotonic.h
mouse.c Fix #4430 2022-01-08 10:00:25 +05:30
multiprocessing.py Add more type annotations 2021-10-27 11:36:34 +05:30
notify.py Add more type annotations 2021-10-27 14:00:29 +05:30
open_actions.py Create shlex.join if it doesnt exist 2022-01-07 20:17:23 +05:30
os_window_size.py Forgot to remove some debug prints 2021-11-11 14:42:11 +05:30
parse-graphics-command.h
parser.c Add support for OSC 777 based desktop notifications 2021-10-25 10:46:00 +05:30
png-reader.c
png-reader.h
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 Placate mypy 2022-01-14 22:26:05 +05:30
ringbuf.c
ringbuf.h
safe-wrappers.h
screen.c Fix calculating the end of the command output 2022-01-16 04:02:13 +08:00
screen.h Allows to open the command output in pager by mouse click 2021-11-17 22:25:49 +08:00
session.py run pyupgrade to upgrade the codebase to python3.6 2021-10-21 12:43:55 +05:30
shaders.c Fix visual select window sometimes showing stale window titles 2021-12-31 21:08:20 +05:30
shell.py Handle timeout errors in the shell 2021-11-05 23:53:29 +05:30
shell_integration.py Minor robustness improvements to zsh shell integration 2021-12-20 13:20:38 +01:00
short_uuid.py run pyupgrade to upgrade the codebase to python3.6 2021-10-21 12:43:55 +05:30
state.c macOS: Fix using shortcuts from the global menu bar as subsequent key presses in a multi key mapping not working 2022-01-15 13:56:18 +05:30
state.h macOS: Fix using shortcuts from the global menu bar as subsequent key presses in a multi key mapping not working 2022-01-15 13:56:18 +05:30
tab_bar.py Use a single SGR regex pattern cache 2022-01-16 09:46:52 +05:30
tabs.py Remove redundant variable assignment 2022-01-01 21:28:55 +08:00
terminfo.py run pyupgrade to upgrade the codebase to python3.6 2021-10-21 12:43:55 +05:30
threading.h
tint_fragment.glsl
tint_vertex.glsl
types.py Move calculation of window render data into native code 2021-12-05 12:21:24 +05:30
typing.py Parse actions on demand 2021-11-29 21:51:42 +05:30
typing.pyi icat kitten: Add options to mirror images and remove their transparency before displaying them 2022-01-14 22:02:35 +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
utils.py DRYer 2022-01-16 09:47:44 +05:30
utmp.c Check for utmpx.h instead of __unix__ 2021-10-05 11:58:09 +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 Avoid extra type checking import of re 2022-01-02 09:26:52 +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