| .. |
|
conf
|
...
|
2025-06-19 11:58:02 +05:30 |
|
fonts
|
rename typing module to avoid conflicts with stdlib typing
|
2025-04-28 09:20:10 +05:30 |
|
launcher
|
forgot to close write end of pipe in parent
|
2025-05-29 13:06:47 +05:30 |
|
layout
|
rename typing module to avoid conflicts with stdlib typing
|
2025-04-28 09:20:10 +05:30 |
|
options
|
Cleanup previous PR
|
2025-06-27 08:39:41 +05:30 |
|
rc
|
Cleanup previous PR
|
2025-07-12 13:13:46 +05:30 |
|
__init__.py
|
|
|
|
actions.py
|
Run pyupgrade to update the codebase to python 3.9
|
2024-07-31 07:55:27 +05:30 |
|
alpha_blend.glsl
|
|
|
|
animation.c
|
Fix #8692
|
2025-05-29 08:17:45 +05:30 |
|
animation.h
|
DRYer
|
2024-07-19 11:47:24 +05:30 |
|
arches.h
|
|
|
|
arena.h
|
Always zero memory from arena
|
2025-02-03 10:56:47 +05:30 |
|
backtrace.h
|
|
|
|
banned.h
|
|
|
|
base64.h
|
Start work on handling multicell escape code
|
2025-02-03 10:56:43 +05:30 |
|
bash.py
|
Run pyupgrade to update the codebase to python 3.9
|
2024-07-31 07:55:27 +05:30 |
|
bgimage_fragment.glsl
|
|
|
|
bgimage_vertex.glsl
|
|
|
|
binary.h
|
|
|
|
border_fragment.glsl
|
|
|
|
border_vertex.glsl
|
Bell color should also not be rendered translucent
|
2024-09-26 00:29:20 +05:30 |
|
borders.py
|
rename typing module to avoid conflicts with stdlib typing
|
2025-04-28 09:20:10 +05:30 |
|
boss.py
|
Fix #8767
|
2025-06-30 14:41:30 +05:30 |
|
cell_defines.glsl
|
Move text_fg_override code into vertex shader
|
2025-03-19 22:27:18 +05:30 |
|
cell_fragment.glsl
|
Move text_fg_override code into vertex shader
|
2025-03-19 22:27:18 +05:30 |
|
cell_vertex.glsl
|
...
|
2025-03-20 08:34:57 +05:30 |
|
char-props-data.h
|
Make GraphemeBreakProperty available globally
|
2025-04-11 09:34:21 +05:30 |
|
char-props.c
|
Use a two stage lookup table for segmentation
|
2025-04-01 14:25:24 +05:30 |
|
char-props.h
|
Make GraphemeBreakProperty available globally
|
2025-04-11 09:34:21 +05:30 |
|
charsets.c
|
Make kitty --single-instance fast
|
2024-06-23 15:45:41 +05:30 |
|
charsets.h
|
|
|
|
child-monitor.c
|
Remote control: Fix holding a remote control socket open causing the kitty I/O thread to go into a loop and not respond on other remote control sockets
|
2025-05-22 16:16:39 +05:30 |
|
child.c
|
Only chdir to / if the cwd is not executable or does not exist. Fixes #8636
|
2025-05-14 08:58:57 +05:30 |
|
child.py
|
feat: new option --hold-after-ssh to allow spawning a shell after a kitten ssh disconnection
|
2025-07-12 10:07:29 +03:00 |
|
choose_entry.py
|
rename typing module to avoid conflicts with stdlib typing
|
2025-04-28 09:20:10 +05:30 |
|
cleanup.c
|
Run at exit cleanup functions explicitly instead of relying on the ever unreliable python interpreter to do it
|
2025-02-10 15:06:18 +05:30 |
|
cleanup.h
|
Start work on multicell support for selection_as_text
|
2025-02-03 10:56:49 +05:30 |
|
cli.py
|
Cleanup previous PR
|
2025-05-12 22:18:41 +05:30 |
|
cli_stub.py
|
Proper handling of disabled cli flags
|
2025-04-29 10:26:28 +05:30 |
|
client.py
|
Fix replay of multicell_command
|
2025-05-12 04:44:30 +05:30 |
|
clipboard.py
|
clipboard kitten: Allow using a password to avoid repeated confirmation prompts when accessing the clipboard
|
2025-07-13 14:12:31 +05:30 |
|
cocoa_window.h
|
Get the quake terminal working on macOS
|
2025-04-25 20:27:26 +05:30 |
|
cocoa_window.m
|
Use a timeout for ignoring initial quack access service event
|
2025-04-25 20:36:58 +05:30 |
|
colors.c
|
Pass the basic colors of the underlying window as an env var when running a UI kitten
|
2025-01-17 19:28:55 +05:30 |
|
colors.h
|
|
|
|
colors.py
|
Have auto color scheme switching also control background image
|
2025-05-06 09:10:05 +05:30 |
|
config.py
|
rename typing module to avoid conflicts with stdlib typing
|
2025-04-28 09:20:10 +05:30 |
|
constants.py
|
version 0.42.2
|
2025-07-16 06:34:24 +05:30 |
|
control-codes.h
|
Start work on multicell support
|
2025-02-03 10:56:43 +05:30 |
|
core_text.m
|
macOS: Fix text color in visual window select ignoring the color theme
|
2025-04-27 19:49:51 +05:30 |
|
cross-platform-random.h
|
|
|
|
crypto.c
|
Fix #7904
|
2024-09-26 21:53:37 +05:30 |
|
cursor.c
|
Start work on multicell support
|
2025-02-03 10:56:43 +05:30 |
|
cursor_trail.c
|
fix cursor_trail issue with long key press
|
2024-12-24 10:32:54 +09:00 |
|
data-types.c
|
Fixed typos
|
2025-05-18 19:52:12 +05:30 |
|
data-types.h
|
Extend the SGR Pixel mouse reporting protocol to also report when the mouse leaves the window
|
2025-07-12 11:59:23 +05:30 |
|
debug_config.py
|
Fix #8606
|
2025-05-06 08:09:05 +05:30 |
|
decorations.c
|
Box drawing: Use the old algorithm when drawing curves on low res screens or with very thin lines
|
2025-05-12 11:40:43 +05:30 |
|
decorations.h
|
Scale multicell box char line thickness
|
2025-02-03 10:56:48 +05:30 |
|
desktop.c
|
Rename method and change default theme to __custom
|
2024-08-03 13:06:48 +05:30 |
|
disk-cache.c
|
DRYer
|
2024-07-16 10:45:46 +05:30 |
|
disk-cache.h
|
|
|
|
entry_points.py
|
...
|
2025-04-26 09:43:47 +05:30 |
|
fast-file-copy.c
|
|
|
|
fast-file-copy.h
|
|
|
|
fast_data_types.pyi
|
...
|
2025-06-27 08:47:07 +05:30 |
|
file_transmission.py
|
Make mypy 1.16 happy
|
2025-05-30 10:06:38 +05:30 |
|
font-names.c
|
DRYer
|
2025-07-10 08:24:01 +05:30 |
|
fontconfig.c
|
Fixed typos
|
2025-05-18 19:52:12 +05:30 |
|
fonts.c
|
Fix #8683
|
2025-05-27 13:10:11 +05:30 |
|
fonts.h
|
Implement horizontal alignment for font based rendering
|
2025-02-19 09:04:22 +05:30 |
|
freetype.c
|
Implement horizontal alignment for font based rendering
|
2025-02-19 09:04:22 +05:30 |
|
freetype_render_ui_text.c
|
Fix #8766
|
2025-06-29 22:52:27 +05:30 |
|
freetype_render_ui_text.h
|
Implement rendering of window control buttons in CSD
|
2024-04-06 08:32:07 +05:30 |
|
gl-wrapper.c
|
|
|
|
gl-wrapper.h
|
|
|
|
gl.c
|
Fix minimum OpenGL version reported in some error messages
|
2024-05-20 20:13:35 +05:30 |
|
gl.h
|
Output OpenGL version in debug config
|
2024-04-24 08:55:56 +05:30 |
|
glfw-wrapper.c
|
Work on keyboard grabbing functionality
|
2025-05-18 11:37:11 +05:30 |
|
glfw-wrapper.h
|
Work on keyboard grabbing functionality
|
2025-05-18 11:37:11 +05:30 |
|
glfw.c
|
Extend the SGR Pixel mouse reporting protocol to also report when the mouse leaves the window
|
2025-07-12 11:59:23 +05:30 |
|
glyph-cache.c
|
Always zero memory from arena
|
2025-02-03 10:56:47 +05:30 |
|
glyph-cache.h
|
Use an arena allocator for the sprite position map
|
2025-02-03 10:56:46 +05:30 |
|
graphics.c
|
Fix #8736
|
2025-06-19 07:39:26 +05:30 |
|
graphics.h
|
Speed up loading of background image
|
2024-07-23 15:10:54 +05:30 |
|
graphics_fragment.glsl
|
|
|
|
graphics_vertex.glsl
|
|
|
|
guess_mime_type.py
|
Update codebase to Python 3.10 using pyupgrade
|
2025-02-03 10:56:50 +05:30 |
|
history.c
|
Only modify prompt_kind in resize.c
|
2025-02-19 05:08:27 +05:30 |
|
history.h
|
Track line continuation in only one place
|
2025-02-08 08:58:50 +05:30 |
|
hsluv.glsl
|
fix: prevent nan/inf in hsluv conversion
|
2025-03-13 15:01:43 +01:00 |
|
hyperlink.c
|
DRYer
|
2024-07-16 10:57:00 +05:30 |
|
hyperlink.h
|
Move hyperlink hashmap to verstable
|
2024-07-12 09:11:00 +05:30 |
|
iqsort.h
|
|
|
|
key_encoding.c
|
Keyboard events: Fix turning on only the "Report all keys as escape codes" enhancement not reporting modifier+enter/tab/backspace using escape codes
|
2025-01-12 19:11:19 +05:30 |
|
key_encoding.py
|
Update codebase to Python 3.10 using pyupgrade
|
2025-02-03 10:56:50 +05:30 |
|
key_names.py
|
Update codebase to Python 3.10 using pyupgrade
|
2025-02-03 10:56:50 +05:30 |
|
keys.c
|
Fixed typos
|
2025-05-18 19:52:12 +05:30 |
|
keys.h
|
Make the debug logging functions consistent
|
2024-04-08 12:53:55 +05:30 |
|
keys.py
|
Implement --grab-keyboard
|
2025-05-18 14:30:33 +05:30 |
|
kittens.c
|
|
|
|
kitty-verstable.h
|
Use XXHash for hash table hashing of arbitrary sized keys
|
2025-02-03 10:56:46 +05:30 |
|
launch.py
|
Cleanup previous PR
|
2025-07-12 13:13:46 +05:30 |
|
line-buf.c
|
Track line continuation in only one place
|
2025-02-08 08:58:50 +05:30 |
|
line-buf.h
|
Make the TextCache object available in the Screen, LineBuf and Line objects
|
2024-11-04 09:10:07 +05:30 |
|
line.c
|
Fix #8741
|
2025-06-20 20:11:23 +05:30 |
|
line.h
|
Fix endianness bug reported in issue #8548
|
2025-05-21 13:02:11 +05:30 |
|
linear2srgb.glsl
|
|
|
|
lineops.h
|
Micro-optimization
|
2025-03-12 16:49:12 +05:30 |
|
logging.c
|
...
|
2025-04-27 10:46:06 +05:30 |
|
loop-utils.c
|
|
|
|
loop-utils.h
|
|
|
|
macos_process_info.c
|
|
|
|
main.py
|
Cleanup previous PR
|
2025-07-13 07:15:08 +05:30 |
|
marks.py
|
Update codebase to Python 3.10 using pyupgrade
|
2025-02-03 10:56:50 +05:30 |
|
modes.h
|
Support notifying applications on color scheme change
|
2024-12-20 09:55:49 +05:30 |
|
monotonic.c
|
|
|
|
monotonic.h
|
Make the debug logging functions consistent
|
2024-04-08 12:53:55 +05:30 |
|
mouse.c
|
Also set the motion indicator bit for mouse leave events
|
2025-07-12 12:37:21 +05:30 |
|
multiprocessing.py
|
Update codebase to Python 3.10 using pyupgrade
|
2025-02-03 10:56:50 +05:30 |
|
notifications.py
|
Fix messages in notifications
|
2025-06-07 07:57:51 -07:00 |
|
open_actions.py
|
rename typing module to avoid conflicts with stdlib typing
|
2025-04-28 09:20:10 +05:30 |
|
os_window_size.py
|
rename typing module to avoid conflicts with stdlib typing
|
2025-04-28 09:20:10 +05:30 |
|
parse-graphics-command.h
|
Implement reporting of multicell commands
|
2025-02-03 10:56:45 +05:30 |
|
parse-multicell-command.h
|
Start work on horizontal align for multicells
|
2025-02-19 07:50:40 +05:30 |
|
png-reader.c
|
|
|
|
png-reader.h
|
|
|
|
progress.py
|
When a program running in kitty reports progress of a task display it as a percentage in the tab title
|
2025-01-05 08:48:46 +05:30 |
|
remote_control.py
|
rename typing module to avoid conflicts with stdlib typing
|
2025-04-28 09:20:10 +05:30 |
|
render_cache.py
|
Ensure output rgba data file is unlinked on error
|
2024-10-11 19:01:02 +05:30 |
|
resize.c
|
Fix #8464
|
2025-03-21 19:55:45 +05:30 |
|
resize.h
|
Refactor rewrap code, again
|
2025-02-03 10:56:49 +05:30 |
|
rgb.py
|
Update codebase to Python 3.10 using pyupgrade
|
2025-02-03 10:56:50 +05:30 |
|
rowcolumn-diacritics.c
|
bump unicode version to 16
|
2024-11-10 09:03:52 +05:30 |
|
safe-wrappers.h
|
Preserve fd numbers in pass_fds
|
2024-09-29 10:42:20 +05:30 |
|
screen.c
|
Fix #8794
|
2025-07-09 12:49:12 +05:30 |
|
screen.h
|
Start work on handling multicell escape code
|
2025-02-03 10:56:43 +05:30 |
|
search_query_parser.py
|
Update codebase to Python 3.10 using pyupgrade
|
2025-02-03 10:56:50 +05:30 |
|
session.py
|
Better fix for missing cls and name options on macOS
|
2025-04-29 09:06:52 +05:30 |
|
shaders.c
|
Make CodeQL happy
|
2025-02-06 10:13:48 +05:30 |
|
shaders.py
|
Fix spurious reload of shaders because of text_fg_override_threshold
|
2025-03-19 22:04:33 +05:30 |
|
shell_integration.py
|
Update codebase to Python 3.10 using pyupgrade
|
2025-02-03 10:56:50 +05:30 |
|
shlex.c
|
Make shlex code re-useable in launcher
|
2025-04-25 09:35:42 +05:30 |
|
shm.py
|
Update codebase to Python 3.10 using pyupgrade
|
2025-02-03 10:56:50 +05:30 |
|
short_uuid.py
|
Update codebase to Python 3.10 using pyupgrade
|
2025-02-03 10:56:50 +05:30 |
|
simd-string-128.c
|
|
|
|
simd-string-256.c
|
|
|
|
simd-string-impl.h
|
Bump Go to 1.23
|
2024-08-24 08:06:02 +05:30 |
|
simd-string.c
|
|
|
|
simd-string.h
|
|
|
|
simple_cli_definitions.py
|
add special value listjson in panel output-name
|
2025-07-12 23:37:41 +05:30 |
|
srgb_gamma.h
|
|
|
|
state.c
|
Have auto color scheme switching also control background image
|
2025-05-06 09:10:05 +05:30 |
|
state.h
|
Extend the SGR Pixel mouse reporting protocol to also report when the mouse leaves the window
|
2025-07-12 11:59:23 +05:30 |
|
systemd.c
|
Fix building on apple
|
2024-05-16 21:24:36 +05:30 |
|
tab_bar.py
|
rename typing module to avoid conflicts with stdlib typing
|
2025-04-28 09:20:10 +05:30 |
|
tabs.py
|
feat: new option --hold-after-ssh to allow spawning a shell after a kitten ssh disconnection
|
2025-07-12 10:07:29 +03:00 |
|
terminfo.h
|
Fix #7321
|
2024-04-08 07:39:50 +05:30 |
|
terminfo.py
|
Fix #8304
|
2025-02-08 07:56:21 +05:30 |
|
text-cache.c
|
Always zero memory from arena
|
2025-02-03 10:56:47 +05:30 |
|
text-cache.h
|
Use an arena for TextCache as well
|
2025-02-03 10:56:46 +05:30 |
|
threading.h
|
|
|
|
tint_fragment.glsl
|
|
|
|
tint_vertex.glsl
|
|
|
|
trail_fragment.glsl
|
fix bug that character under cursor trail not visible
|
2024-12-24 19:45:10 +09:00 |
|
trail_vertex.glsl
|
DRYer
|
2024-12-12 08:53:11 +05:30 |
|
types.py
|
Panel kitten: Add option to hide panel on focus loss
|
2025-04-30 07:46:41 +05:30 |
|
typing_compat.py
|
rename typing module to avoid conflicts with stdlib typing
|
2025-04-28 09:20:10 +05:30 |
|
typing_compat.pyi
|
rename typing module to avoid conflicts with stdlib typing
|
2025-04-28 09:20:10 +05:30 |
|
unicode-data.h
|
Use ms table for remaining UCD lookups
|
2025-03-25 15:41:34 +05:30 |
|
update_check.py
|
Update codebase to Python 3.10 using pyupgrade
|
2025-02-03 10:56:50 +05:30 |
|
utils.py
|
rename typing module to avoid conflicts with stdlib typing
|
2025-04-28 09:20:10 +05:30 |
|
utmp.c
|
|
|
|
vt-parser.c
|
Report OSC 6/106 as ignored only once
|
2025-03-09 19:02:19 +05:30 |
|
vt-parser.h
|
|
|
|
wcswidth.c
|
Port wcswidth to use grapheme segmentation
|
2025-04-11 09:34:21 +05:30 |
|
wcswidth.h
|
Port wcswidth to use grapheme segmentation
|
2025-04-11 09:34:21 +05:30 |
|
window.py
|
Cleanup previous PR
|
2025-07-12 13:13:46 +05:30 |
|
window_list.py
|
rename typing module to avoid conflicts with stdlib typing
|
2025-04-28 09:20:10 +05:30 |
|
window_logo.c
|
Make github code scanner happy
|
2024-07-24 06:52:41 +05:30 |
|
window_logo.h
|
Also allow using other image formats for window_logo_path
|
2024-07-23 15:29:19 +05:30 |
|
xdg.py
|
Search $XDG_DATA_HOME/icons before ~/.icons
|
2024-08-03 12:32:23 +05:30 |