..
conf
A new mappable action to close windows with a confirmation
2021-11-06 11:09:41 +05:30
fonts
Docs: Describes the priority order of auto bold fonts
2021-11-05 18:15:29 +08:00
layout
Add more type annotations
2021-10-27 13:26:18 +05:30
options
A new mappable action to close windows with a confirmation
2021-11-06 11:09:41 +05:30
rc
Merge branch 'feat-sel-win-reactivate-prev-tab' of https://github.com/page-down/kitty
2021-11-06 11:44:40 +05:30
__init__.py
actions.py
Add more type annotations
2021-10-27 11:36:34 +05:30
banned.h
bgimage_fragment.glsl
bgimage_vertex.glsl
Refactor background_image_anchor for cleaner code
2021-10-30 04:34:33 +09:00
blit_fragment.glsl
blit_vertex.glsl
border_fragment.glsl
border_vertex.glsl
A new option to set the tab bar margin color independently
2021-10-25 12:21:46 +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
Cancel visual select when its OS Window or Tab is closed
2021-11-07 18:12:50 +05:30
cell_fragment.glsl
Make blending of foreground more efficient
2021-10-14 21:31:20 +05:30
cell_vertex.glsl
Allow reverse video for the mouse selection
2021-10-28 15:01:48 +05:30
charsets.c
charsets.h
child-monitor.c
Proper handling of async responses to peers
2021-10-31 21:09:24 +05:30
child.c
child.py
Dont change XDG_DATA_DIRS for child processes in fish shell integration
2021-11-07 10:06:18 +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
Make --override parameter compatible with 'env VAR=' syntax
2021-11-01 22:37:30 +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
Capitalize menu item and adjust the order of menu items following the convention
2021-11-05 18:15:29 +08:00
colors.c
DRYer
2021-11-04 18:01:54 +05:30
colors.h
Avoid very low contrast colors for reverse video cursor
2021-10-28 14:14:38 +05:30
complete.py
Use an env var for fish shell integration
2021-10-27 14:59:11 +05:30
config.py
Add more type annotations
2021-10-27 13:44:12 +05:30
constants.py
run pyupgrade to upgrade the codebase to python3.6
2021-10-21 12:43:55 +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
Allows the visual bell color to be configured
2021-11-02 19:38:36 +08:00
debug_config.py
Use a faster implementation of the Color type
2021-10-28 11:15:13 +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
disk-cache.h
emoji.h
Fix soft hyphens not being preserved when round tripping text through the terminal
2021-10-07 12:44:22 +05:30
fast_data_types.pyi
Fix restoring of OS window title after visual selection
2021-11-06 11:28:56 +05:30
file_transmission.py
Fix rel path logic when transferring symlinks
2021-11-05 21:39:07 +05:30
fontconfig.c
fonts.c
Fix soft hyphens not being preserved when round tripping text through the terminal
2021-10-07 12:44:22 +05:30
fonts.h
freetype.c
freetype_render_ui_text.c
Allow visually selecting upto 36 windows
2021-11-01 10:46:54 +05:30
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
glfw-wrapper.h
glfw.c
Implement rending of visual select chars on macOS
2021-11-01 15:34:38 +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
Read/Write bganchor directly from the options' state
2021-10-30 04:34:32 +09:00
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
hyperlink.c
hyperlink.h
iqsort.h
key_encoding.c
...
2021-10-07 13:59:19 +05:30
key_encoding.py
run pyupgrade to upgrade the codebase to python3.6
2021-10-21 12:43:55 +05:30
key_names.py
run pyupgrade to upgrade the codebase to python3.6
2021-10-21 12:43:55 +05:30
keys.c
keys.h
keys.py
run pyupgrade to upgrade the codebase to python3.6
2021-10-21 12:43:55 +05:30
kittens.c
kitty-uthash.h
launch.py
Fix set-colors unable to set tab_bar_background to none
2021-10-25 10:04:25 +05:30
line-buf.c
DRYer
2021-10-25 18:12:48 +05:30
line.c
Refactor code to get cell colors
2021-10-28 13:35:30 +05:30
lineops.h
Refactor code to get cell colors
2021-10-28 13:35:30 +05:30
logging.c
loop-utils.c
loop-utils.h
macos_process_info.c
main.py
Check for actual executable when prepending the path
2021-11-02 15:36:03 +05:30
marks.py
Add more type annotations
2021-10-27 14:00:29 +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
Allow middle clicking on a tab to close it
2021-10-24 22:56:30 +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
run pyupgrade to upgrade the codebase to python3.6
2021-10-21 12:43:55 +05:30
os_window_size.py
Add more type annotations
2021-10-27 11:36:34 +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
Proper handling of async responses to peers
2021-10-31 21:09:24 +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
Use a faster implementation of the Color type
2021-10-28 11:15:13 +05:30
ringbuf.c
ringbuf.h
safe-wrappers.h
screen.c
Dont copy prompt start bits to multiple lines when resizing the screen
2021-11-07 18:00:06 +05:30
screen.h
Dont re-render window chars unless needed
2021-11-01 20:38:19 +05:30
session.py
run pyupgrade to upgrade the codebase to python3.6
2021-10-21 12:43:55 +05:30
shaders.c
Forgot to recalculate height_gl leading to vertically stretched characters for window numbers
2021-11-04 08:53:17 +05:30
shell.py
Handle timeout errors in the shell
2021-11-05 23:53:29 +05:30
shell_integration.py
Allow users to modify XDG_DATA_DIRS in the fish rc files
2021-11-07 18:59:50 +05:30
short_uuid.py
run pyupgrade to upgrade the codebase to python3.6
2021-10-21 12:43:55 +05:30
state.c
Fix restoring of OS window title after visual selection
2021-11-06 11:28:56 +05:30
state.h
Fix restoring of OS window title after visual selection
2021-11-06 11:28:56 +05:30
tab_bar.py
Use a faster implementation of the Color type
2021-10-28 11:15:13 +05:30
tabs.py
Move close_window from Tab to Boss
2021-11-06 10:45:07 +05:30
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
Proper handling of async responses to peers
2021-10-31 21:09:24 +05:30
typing.py
run pyupgrade to upgrade the codebase to python3.6
2021-10-21 12:43:55 +05:30
typing.pyi
Make it easier to handle simple click events
2021-09-28 20:12:55 +05:30
unicode-data.c
Fix soft hyphens not being preserved when round tripping text through the terminal
2021-10-07 12:44:22 +05:30
unicode-data.h
Fix soft hyphens not being preserved when round tripping text through the terminal
2021-10-07 12:44:22 +05:30
update_check.py
Add more type annotations
2021-10-27 12:31:10 +05:30
uthash.h
utils.py
DRYer
2021-10-31 15:41:19 +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 soft hyphens not being preserved when round tripping text through the terminal
2021-10-07 12:44:22 +05:30
window.py
Move close_window from Tab to Boss
2021-11-06 10:45:07 +05:30
window_list.py
mypy: Turn on return value checks
2021-10-26 22:39:14 +05:30