| .. |
|
conf
|
Fix default generation for nullable colors
|
2023-03-28 08:09:37 +05:30 |
|
fonts
|
Changes to make updated mypy happy
|
2023-02-07 18:10:43 +05:30 |
|
launcher
|
Rename kitty-tool to kitten
|
2023-01-14 15:44:52 +05:30 |
|
layout
|
Tall/fat layout: When changing the number of full size windows, reset the main axis biases. Fixes #6123
|
2023-03-20 22:36:18 +05:30 |
|
options
|
Allow using --session=none to override startup_session
|
2023-03-25 10:44:34 +05:30 |
|
rc
|
Fix setting background image and logo via remote control key mapping not working
|
2023-03-01 17:42:55 +05:30 |
|
__init__.py
|
|
|
|
actions.py
|
|
|
|
backtrace.h
|
|
|
|
banned.h
|
|
|
|
bash.py
|
Native code implementation for expanding ANSI escape codes
|
2022-11-25 17:33:41 +05:30 |
|
bgimage_fragment.glsl
|
|
|
|
bgimage_vertex.glsl
|
|
|
|
blit_fragment.glsl
|
|
|
|
blit_vertex.glsl
|
|
|
|
border_fragment.glsl
|
|
|
|
border_vertex.glsl
|
feat: Use sRGB LUT for borders
|
2023-02-02 09:53:39 +01:00 |
|
borders.py
|
Replace isort with ruff
|
2023-01-09 16:47:42 +05:30 |
|
boss.py
|
Allow using --session=none to override startup_session
|
2023-03-25 10:44:34 +05:30 |
|
cell_fragment.glsl
|
Minor cleanups
|
2023-02-08 12:51:18 +05:30 |
|
cell_vertex.glsl
|
Merge branch 'master' of https://github.com/marcan/kitty
|
2023-02-10 10:55:41 +05:30 |
|
charsets.c
|
Show bad length in base64 decode error message
|
2023-01-29 10:17:00 +05:30 |
|
charsets.h
|
|
|
|
child-monitor.c
|
Linux Wayland: Fix animated images not being animated continuously
|
2023-03-27 13:43:37 +05:30 |
|
child.c
|
Dont rely on existence of sh to report exec failure
|
2023-01-14 16:03:34 +05:30 |
|
child.py
|
Get rid of prewarming
|
2023-03-10 13:22:10 +05:30 |
|
choose_entry.py
|
Replace isort with ruff
|
2023-01-09 16:47:42 +05:30 |
|
cleanup.c
|
|
|
|
cleanup.h
|
|
|
|
cli.py
|
Allow multiple specifications of kwds,ext,mime in completion specs
|
2023-03-27 07:53:54 +05:30 |
|
cli_stub.py
|
Remove python implementation of SSH kitten
|
2023-02-28 12:42:30 +05:30 |
|
client.py
|
Replace isort with ruff
|
2023-01-09 16:47:42 +05:30 |
|
clipboard.py
|
...
|
2023-02-07 18:27:16 +05:30 |
|
cocoa_window.m
|
macOS: Allow to customize Hide, Minimize, and Quit global menu shortcuts
|
2022-12-20 21:08:26 +08:00 |
|
colors.c
|
...
|
2023-02-08 20:45:41 +05:30 |
|
colors.h
|
|
|
|
config.py
|
Replace isort with ruff
|
2023-01-09 16:47:42 +05:30 |
|
constants.py
|
version 0.27.1
|
2023-02-07 16:10:29 +05:30 |
|
control-codes.h
|
|
|
|
core_text.m
|
|
|
|
cross-platform-random.h
|
|
|
|
crypto.c
|
|
|
|
cursor.c
|
New SGR codes to turn off bold/dim independently
|
2023-03-27 07:53:55 +05:30 |
|
data-types.c
|
Move compile_commands.json to build directory
|
2023-01-26 14:25:22 +05:30 |
|
data-types.h
|
Add option to set XDG sound theme on Linux
|
2023-03-18 16:38:29 -04:00 |
|
debug_config.py
|
Enable checks for unused noqa
|
2023-01-09 17:28:35 +05:30 |
|
desktop.c
|
Cleanup previous PR
|
2023-03-19 10:37:37 +05:30 |
|
disk-cache.c
|
|
|
|
disk-cache.h
|
|
|
|
emoji.h
|
Update Unicode data
|
2023-02-09 09:45:42 +05:30 |
|
entry_points.py
|
Fix kitty icat broken during the port to Go
|
2023-03-08 20:47:17 +05:30 |
|
fast-file-copy.c
|
|
|
|
fast-file-copy.h
|
|
|
|
fast_data_types.pyi
|
Move splitlines_like_git to a more appropriate home
|
2023-03-10 17:26:06 +05:30 |
|
file_transmission.py
|
Replace isort with ruff
|
2023-01-09 16:47:42 +05:30 |
|
fontconfig.c
|
|
|
|
fonts.c
|
Image placement using Unicode placeholders
|
2023-02-21 18:23:16 -08:00 |
|
fonts.h
|
|
|
|
freetype.c
|
|
|
|
freetype_render_ui_text.c
|
|
|
|
freetype_render_ui_text.h
|
|
|
|
gl-wrapper.c
|
|
|
|
gl-wrapper.h
|
Merge branch 'master' of https://github.com/marcan/kitty
|
2023-02-10 10:55:41 +05:30 |
|
gl.c
|
Merge branch 'master' of https://github.com/marcan/kitty
|
2023-02-10 10:55:41 +05:30 |
|
gl.h
|
Downgrade OpenGL version requirement to 3.1
|
2022-12-20 16:22:05 +09:00 |
|
glfw-wrapper.c
|
macOS: Allow IME to actively get the cursor position in real time
|
2023-02-22 22:36:20 +08:00 |
|
glfw-wrapper.h
|
macOS: Allow IME to actively get the cursor position in real time
|
2023-02-22 22:36:20 +08:00 |
|
glfw.c
|
Cleanup previous PR
|
2023-03-19 10:37:37 +05:30 |
|
glyph-cache.c
|
|
|
|
glyph-cache.h
|
|
|
|
graphics.c
|
Improve documentation for Unicode placeholders
|
2023-03-03 12:45:52 +05:30 |
|
graphics.h
|
Merge branch 'pr-unicode-placeholders' of https://github.com/sergei-grechanik/kitty
|
2023-03-03 10:55:02 +05:30 |
|
graphics_fragment.glsl
|
|
|
|
graphics_vertex.glsl
|
Downgrade OpenGL version requirement to 3.1
|
2022-12-20 16:22:05 +09:00 |
|
guess_mime_type.py
|
Add lua mime type as a known text mime type
|
2023-03-27 07:53:54 +05:30 |
|
history.c
|
Image placement using Unicode placeholders
|
2023-02-21 18:23:16 -08:00 |
|
hyperlink.c
|
|
|
|
hyperlink.h
|
|
|
|
iqsort.h
|
Fix typo in iqsort.h
|
2022-12-27 00:27:16 +09:00 |
|
key_encoding.c
|
move is_modifier_key to glfw.c and expose in Python
|
2022-12-30 23:32:46 -08:00 |
|
key_encoding.py
|
move is_modifier_key to glfw.c and expose in Python
|
2022-12-30 23:32:46 -08:00 |
|
key_names.py
|
Implement key event parsing and matching
|
2022-11-14 15:41:49 +05:30 |
|
keys.c
|
macOS: Allow IME to actively get the cursor position in real time
|
2023-02-22 22:36:20 +08:00 |
|
keys.h
|
Cleanup previous PR
|
2022-12-31 14:03:16 +05:30 |
|
keys.py
|
Replace isort with ruff
|
2023-01-09 16:47:42 +05:30 |
|
kittens.c
|
Move splitlines_like_git to a more appropriate home
|
2023-03-10 17:26:06 +05:30 |
|
kitty-uthash.h
|
|
|
|
launch.py
|
Reduce the number of spurious focus events
|
2023-03-02 13:30:26 +05:30 |
|
line-buf.c
|
Image placement using Unicode placeholders
|
2023-02-21 18:23:16 -08:00 |
|
line.c
|
Use strict function prototypes
|
2023-02-09 13:16:00 +08:00 |
|
lineops.h
|
Image placement using Unicode placeholders
|
2023-02-21 18:23:16 -08:00 |
|
logging.c
|
|
|
|
loop-utils.c
|
|
|
|
loop-utils.h
|
|
|
|
macos_process_info.c
|
|
|
|
main.py
|
Allow using --session=none to override startup_session
|
2023-03-25 10:44:34 +05:30 |
|
marks.py
|
Replace isort with ruff
|
2023-01-09 16:47:42 +05:30 |
|
modes.h
|
|
|
|
monotonic.c
|
|
|
|
monotonic.h
|
|
|
|
mouse.c
|
Use strict function prototypes
|
2023-02-09 13:16:00 +08:00 |
|
multiprocessing.py
|
Replace isort with ruff
|
2023-01-09 16:47:42 +05:30 |
|
notify.py
|
Terminal end of OSC 5522 read requests
|
2022-11-29 14:55:40 +05:30 |
|
open_actions.py
|
Fix SHELL env var in open-actions.conf and launch-actions.conf
|
2023-01-23 14:15:27 +08:00 |
|
os_window_size.py
|
|
|
|
parse-graphics-command.h
|
Image placement using Unicode placeholders
|
2023-02-21 18:23:16 -08:00 |
|
parser.c
|
End APC and PM escape code on BEL as well as ST
|
2023-02-19 15:24:23 +05:30 |
|
png-reader.c
|
|
|
|
png-reader.h
|
|
|
|
remote_control.py
|
better fix for file completion in Go
|
2023-01-23 18:01:17 +05:30 |
|
rewrap.h
|
Switch to tracking linewrap on the last cell in a line
|
2022-12-26 20:26:21 +05:30 |
|
rgb.py
|
Replace isort with ruff
|
2023-01-09 16:47:42 +05:30 |
|
ringbuf.c
|
|
|
|
ringbuf.h
|
|
|
|
rowcolumn-diacritics.c
|
Image placement using Unicode placeholders
|
2023-02-21 18:23:16 -08:00 |
|
safe-wrappers.h
|
|
|
|
screen.c
|
Fix DECCARA in non-rectangular mode for a single line
|
2023-03-28 08:02:44 +05:30 |
|
screen.h
|
IME: Right align overlay when typing at the edge of the screen
|
2023-03-04 16:11:29 +08:00 |
|
search_query_parser.py
|
Replace isort with ruff
|
2023-01-09 16:47:42 +05:30 |
|
session.py
|
Allow using --session=none to override startup_session
|
2023-03-25 10:44:34 +05:30 |
|
shaders.c
|
Fix a regression that broke drawing of images below non-default cell backgrounds
|
2023-03-01 21:13:48 +05:30 |
|
shell_integration.py
|
Better fix for kitten not being in PATH
|
2023-02-01 10:16:50 +05:30 |
|
shm.py
|
|
|
|
short_uuid.py
|
|
|
|
srgb_gamma.c
|
feat: sRGB lookup table
|
2023-02-02 09:53:39 +01:00 |
|
srgb_gamma.h
|
feat: sRGB lookup table
|
2023-02-02 09:53:39 +01:00 |
|
state.c
|
Cleanup previous PR
|
2023-03-19 10:37:37 +05:30 |
|
state.h
|
Cleanup previous PR
|
2023-03-19 10:37:37 +05:30 |
|
tab_bar.py
|
...
|
2023-03-07 12:42:25 +05:30 |
|
tabs.py
|
Allow specifying an optional integer argument for next_layout. Fixes #6121
|
2023-03-20 19:49:37 +05:30 |
|
terminfo.py
|
Fix function key definitions in terminfo/termcap
|
2023-02-02 20:01:56 +09:00 |
|
threading.h
|
|
|
|
tint_fragment.glsl
|
|
|
|
tint_vertex.glsl
|
|
|
|
types.py
|
Make the single instance data type checked
|
2023-01-23 17:45:11 +05:30 |
|
typing.py
|
Replace isort with ruff
|
2023-01-09 16:47:42 +05:30 |
|
typing.pyi
|
Replace isort with ruff
|
2023-01-09 16:47:42 +05:30 |
|
unicode-data.c
|
Note the Unicode version in the generated files
|
2022-11-18 13:01:32 +08:00 |
|
unicode-data.h
|
Image placement using Unicode placeholders
|
2023-02-21 18:23:16 -08:00 |
|
update_check.py
|
Replace isort with ruff
|
2023-01-09 16:47:42 +05:30 |
|
uthash.h
|
|
|
|
utils.py
|
Don't use the deprecated imghdr module
|
2023-03-01 12:03:56 +08:00 |
|
utmp.c
|
|
|
|
wcswidth.c
|
Make the Unicode database version used available
|
2022-11-17 20:11:50 +05:30 |
|
wcswidth.h
|
Make the Unicode database version used available
|
2022-11-17 20:11:50 +05:30 |
|
wcwidth-std.h
|
Update Unicode data
|
2023-02-09 09:45:42 +05:30 |
|
window.py
|
Reduce the number of spurious focus events
|
2023-03-02 13:30:26 +05:30 |
|
window_list.py
|
|
|
|
window_logo.c
|
Do not buffer PNG data to disk when setting window background or logo images
|
2023-03-01 17:34:38 +05:30 |
|
window_logo.h
|
Do not buffer PNG data to disk when setting window background or logo images
|
2023-03-01 17:34:38 +05:30 |