| .. |
|
conf
|
shlex.split -> shlex_split
|
2023-12-02 15:17:08 +05:30 |
|
fonts
|
Ensure we have at least a 1px thick line in cross shade
|
2024-02-12 09:37:35 +05:30 |
|
launcher
|
python 3.10+ requires PY_SSIZE_T_CLEAN
|
2023-11-06 14:41:45 +05:30 |
|
layout
|
Fix #6923
|
2023-12-17 10:50:18 +05:30 |
|
options
|
Ignore input_delay when the input buffer is close to full
|
2024-02-25 09:57:26 +05:30 |
|
rc
|
Store last cursor render pos in the rendered info struct
|
2024-02-25 09:57:32 +05:30 |
|
__init__.py
|
|
|
|
actions.py
|
|
|
|
alpha_blend.glsl
|
DRYer
|
2023-06-13 14:58:51 +05:30 |
|
backtrace.h
|
|
|
|
banned.h
|
|
|
|
base64.h
|
Move base64simd into a 3rdparty folder
|
2024-02-25 09:57:29 +05:30 |
|
bash.py
|
|
|
|
bgimage_fragment.glsl
|
Remove duplicate definitions of linear2srgb functions in shaders
|
2023-06-13 14:54:20 +05:30 |
|
bgimage_vertex.glsl
|
Remove duplicate definitions of linear2srgb functions in shaders
|
2023-06-13 14:54:20 +05:30 |
|
binary.h
|
Nicer function names for endian encode/decode
|
2023-07-30 19:49:43 +05:30 |
|
border_fragment.glsl
|
Remove duplicate definitions of linear2srgb functions in shaders
|
2023-06-13 14:54:20 +05:30 |
|
border_vertex.glsl
|
Go back to using uniforms for the gamma LUT
|
2023-07-18 19:28:15 +05:30 |
|
borders.py
|
Make shebangs consistent
|
2023-11-11 08:32:05 +05:30 |
|
boss.py
|
json.loads() stupidly does not accept memoryview
|
2024-02-25 09:57:24 +05:30 |
|
cell_defines.glsl
|
Make bg_alpha always available
|
2023-06-24 08:47:13 +05:30 |
|
cell_fragment.glsl
|
Remove unused code
|
2023-09-18 10:50:43 +05:30 |
|
cell_vertex.glsl
|
Go back to using uniforms for the gamma LUT
|
2023-07-18 19:28:15 +05:30 |
|
charsets.c
|
...
|
2024-02-25 09:57:32 +05:30 |
|
charsets.h
|
|
|
|
child-monitor.c
|
Fix cursor rendering during rendering pause
|
2024-02-25 09:57:33 +05:30 |
|
child.c
|
Ensure usage of __attribute__(cleanup) never frees un-initialized memory
|
2023-08-07 12:24:18 +05:30 |
|
child.py
|
Move implementation of --hold into Child
|
2024-01-06 13:14:48 +05:30 |
|
choose_entry.py
|
|
|
|
cleanup.c
|
|
|
|
cleanup.h
|
|
|
|
cli.py
|
kitten @ load-config: Allow (re)loading kitty.conf via remote control
|
2024-02-07 11:08:55 +05:30 |
|
cli_stub.py
|
Allow running mappable actions via remote control
|
2024-02-10 13:23:06 +05:30 |
|
client.py
|
Refactor VT parser for more speed
|
2024-02-25 09:57:23 +05:30 |
|
clipboard.py
|
Ensure leftover bytes are a copy
|
2024-02-25 09:57:32 +05:30 |
|
cocoa_window.m
|
A new option menu_map that allows adding entries to the global menubar on macOS
|
2023-10-09 19:47:25 +05:30 |
|
colors.c
|
Add some const for functions taking ColorProfile
|
2024-02-25 09:57:32 +05:30 |
|
colors.h
|
|
|
|
config.py
|
Fix a regression in the previous release that caused overriding of existing multi-key mappings to fail
|
2024-01-23 15:49:30 +05:30 |
|
constants.py
|
Fix #7130
|
2024-02-14 19:11:02 +05:30 |
|
control-codes.h
|
start work on implementing pending mode as paused rendering
|
2024-02-25 09:57:32 +05:30 |
|
core_text.m
|
Font fallback: Fix the font used to render a character sometimes dependent on the order in which characters appear on screen
|
2023-12-11 20:27:21 +05:30 |
|
cross-platform-random.h
|
|
|
|
crypto.c
|
|
|
|
cursor.c
|
Refactor VT parser for more speed
|
2024-02-25 09:57:23 +05:30 |
|
data-types.c
|
Fix find_in_memoryview()
|
2024-02-25 09:57:32 +05:30 |
|
data-types.h
|
Add some const for functions taking ColorProfile
|
2024-02-25 09:57:32 +05:30 |
|
debug_config.py
|
DRYer
|
2024-01-25 09:00:46 +05:30 |
|
desktop.c
|
Cleanup previous PR
|
2023-03-19 10:37:37 +05:30 |
|
disk-cache.c
|
Ensure usage of __attribute__(cleanup) never frees un-initialized memory
|
2023-08-07 12:24:18 +05:30 |
|
disk-cache.h
|
|
|
|
emoji.h
|
|
|
|
entry_points.py
|
Fix misspellings
|
2023-06-14 03:39:53 +06:00 |
|
fast-file-copy.c
|
Fix compilation against musl
|
2023-07-11 09:22:40 +05:30 |
|
fast-file-copy.h
|
Ensure usage of __attribute__(cleanup) never frees un-initialized memory
|
2023-08-07 12:24:18 +05:30 |
|
fast_data_types.pyi
|
Move unfocused ender bool into cursor render info
|
2024-02-25 09:57:32 +05:30 |
|
file_transmission.py
|
Remove not needed function
|
2024-02-25 09:57:29 +05:30 |
|
fontconfig.c
|
Font fallback: Fix the font used to render a character sometimes dependent on the order in which characters appear on screen
|
2023-12-11 20:27:21 +05:30 |
|
fonts.c
|
Fix #7121
|
2024-02-12 09:24:51 +05:30 |
|
fonts.h
|
Font fallback: Fix the font used to render a character sometimes dependent on the order in which characters appear on screen
|
2023-12-11 20:27:21 +05:30 |
|
freetype.c
|
Font fallback: Fix the font used to render a character sometimes dependent on the order in which characters appear on screen
|
2023-12-11 20:27:21 +05:30 |
|
freetype_render_ui_text.c
|
Fix build with gcc14
|
2024-01-19 11:25:53 +03:00 |
|
freetype_render_ui_text.h
|
|
|
|
gl-wrapper.c
|
|
|
|
gl-wrapper.h
|
|
|
|
gl.c
|
Wayland+NVIDIA: Do not request an sRGB output buffer as a bug in Wayland causes kitty to not start
|
2024-01-22 13:22:04 +05:30 |
|
gl.h
|
Wayland+NVIDIA: Do not request an sRGB output buffer as a bug in Wayland causes kitty to not start
|
2024-01-22 13:22:04 +05:30 |
|
glfw-wrapper.c
|
Wayland: Redraw titlebar title on font size change
|
2023-12-25 17:20:52 +05:30 |
|
glfw-wrapper.h
|
Wayland: Redraw titlebar title on font size change
|
2023-12-25 17:20:52 +05:30 |
|
glfw.c
|
Wayland+NVIDIA: Do not request an sRGB output buffer as a bug in Wayland causes kitty to not start
|
2024-01-22 13:22:04 +05:30 |
|
glyph-cache.c
|
|
|
|
glyph-cache.h
|
|
|
|
graphics.c
|
Implement paused rendering for graphics
|
2024-02-25 09:57:33 +05:30 |
|
graphics.h
|
Implement paused rendering for graphics
|
2024-02-25 09:57:33 +05:30 |
|
graphics_fragment.glsl
|
Cleanup a bunch of shader infrastructure
|
2023-06-22 19:38:05 +05:30 |
|
graphics_vertex.glsl
|
DRYer
|
2023-07-16 12:42:47 +05:30 |
|
guess_mime_type.py
|
Also detect makefiles as plain text files
|
2023-07-24 10:53:39 +05:30 |
|
history.c
|
Move ringbuf into 3rdparty
|
2024-02-25 09:57:29 +05:30 |
|
hyperlink.c
|
|
|
|
hyperlink.h
|
|
|
|
iqsort.h
|
Fix misspellings
|
2023-06-14 03:39:53 +06:00 |
|
key_encoding.c
|
Keyboard protocol: Fix the Enter Tab and Backspace keys generating spurious release events even when report all keys as escape codes is not set
|
2024-02-18 11:12:24 +05:30 |
|
key_encoding.py
|
Make shebangs consistent
|
2023-11-11 08:32:05 +05:30 |
|
key_names.py
|
Add a aliases for the | key
|
2023-06-28 20:53:05 +05:30 |
|
keys.c
|
Implement modal keyboard handling
|
2023-11-30 19:44:41 +05:30 |
|
keys.h
|
|
|
|
keys.py
|
macOS: Fix kitten @ select-window leaving the keyboard in a partially functional state
|
2024-01-27 12:53:58 +05:30 |
|
kittens.c
|
Move splitlines_like_git to a more appropriate home
|
2023-03-10 17:26:06 +05:30 |
|
kitty-uthash.h
|
Move uthash into 3rdparty
|
2024-02-25 09:57:29 +05:30 |
|
launch.py
|
Allow running mappable actions via remote control
|
2024-02-10 13:23:06 +05:30 |
|
line-buf.c
|
Go back to a single code path for drawing text
|
2024-02-25 09:57:30 +05:30 |
|
line.c
|
Add some const for functions taking ColorProfile
|
2024-02-25 09:57:32 +05:30 |
|
linear2srgb.glsl
|
Remove duplicate definitions of linear2srgb functions in shaders
|
2023-06-13 14:54:20 +05:30 |
|
lineops.h
|
Add some const for functions taking ColorProfile
|
2024-02-25 09:57:32 +05:30 |
|
logging.c
|
Allow logging code to log arbitrary length messages
|
2024-02-25 09:57:25 +05:30 |
|
loop-utils.c
|
|
|
|
loop-utils.h
|
|
|
|
macos_process_info.c
|
...
|
2023-10-25 12:00:44 +05:30 |
|
main.py
|
macOS: The command line args from macos-launch-services-cmdline are now prefixed to any args from open --args rather than overwriting them
|
2024-02-18 11:22:15 +05:30 |
|
marks.py
|
|
|
|
modes.h
|
|
|
|
monotonic.c
|
|
|
|
monotonic.h
|
function to convert monotonic_t to microsecs
|
2023-10-24 16:38:17 +05:30 |
|
mouse.c
|
Pause selection rendering
|
2024-02-25 09:57:33 +05:30 |
|
multiprocessing.py
|
Make mypy 1.4 happy
|
2023-06-20 21:52:19 +05:30 |
|
notify.py
|
Make shebangs consistent
|
2023-11-11 08:32:05 +05:30 |
|
open_actions.py
|
Remove pre python 3.8 compat shim as we now require 3.8
|
2023-10-12 20:40:33 +05:30 |
|
os_window_size.py
|
A new option single_window_padding_width to use a different padding when only a single window is visible
|
2023-10-20 08:37:45 +05:30 |
|
parse-graphics-command.h
|
Get rid of utoi()
|
2024-02-25 09:57:31 +05:30 |
|
png-reader.c
|
Better PNG load error reporting
|
2023-11-23 19:16:43 +05:30 |
|
png-reader.h
|
Better PNG load error reporting
|
2023-11-23 19:16:43 +05:30 |
|
remote_control.py
|
Log bad remote commands
|
2024-02-25 09:57:24 +05:30 |
|
rewrap.h
|
|
|
|
rgb.py
|
Make shebangs consistent
|
2023-11-11 08:32:05 +05:30 |
|
rowcolumn-diacritics.c
|
Use list of legal chars in URL from the WHATWG standard
|
2024-02-05 13:27:22 +05:30 |
|
safe-wrappers.h
|
|
|
|
screen.c
|
Implement paused rendering for graphics
|
2024-02-25 09:57:33 +05:30 |
|
screen.h
|
Implement paused rendering for graphics
|
2024-02-25 09:57:33 +05:30 |
|
search_query_parser.py
|
Hide tracebacks for parse errors of match expressions
|
2023-08-25 14:38:34 +05:30 |
|
session.py
|
Move implementation of --hold into Child
|
2024-01-06 13:14:48 +05:30 |
|
shaders.c
|
Implement paused rendering for graphics
|
2024-02-25 09:57:33 +05:30 |
|
shaders.py
|
Fix incorrect shader recompile on settings change
|
2023-08-25 14:57:16 +05:30 |
|
shell_integration.py
|
|
|
|
shlex.c
|
Port new shlex code to Go
|
2023-12-04 14:14:11 +05:30 |
|
shm.py
|
Using fcntl() based fallocate on darwin doesnt work with file descriptors returned by shm_open
|
2023-09-23 10:39:10 +05:30 |
|
short_uuid.py
|
|
|
|
simd-string-impl.h
|
More work on UTF-8 SIMD decode
|
2024-02-25 09:57:33 +05:30 |
|
simd-string.c
|
...
|
2024-02-25 09:57:33 +05:30 |
|
simd-string.h
|
no need to parametrize sentinel
|
2024-02-25 09:57:31 +05:30 |
|
srgb_gamma.h
|
Use the new shader include system to avoid having to upload 256 uniform floats to two different programs on the GPU
|
2023-06-22 20:31:55 +05:30 |
|
state.c
|
Move unfocused ender bool into cursor render info
|
2024-02-25 09:57:32 +05:30 |
|
state.h
|
Store last cursor render pos in the rendered info struct
|
2024-02-25 09:57:32 +05:30 |
|
tab_bar.py
|
Make shebangs consistent
|
2023-11-11 08:32:05 +05:30 |
|
tabs.py
|
Move implementation of --hold into Child
|
2024-01-06 13:14:48 +05:30 |
|
terminfo.py
|
Make shebangs consistent
|
2023-11-11 08:32:05 +05:30 |
|
threading.h
|
|
|
|
tint_fragment.glsl
|
Remove duplicate definitions of linear2srgb functions in shaders
|
2023-06-13 14:54:20 +05:30 |
|
tint_vertex.glsl
|
Remove duplicate definitions of linear2srgb functions in shaders
|
2023-06-13 14:54:20 +05:30 |
|
types.py
|
|
|
|
typing.py
|
|
|
|
typing.pyi
|
Fix sequence mapping
|
2023-11-30 21:17:02 +05:30 |
|
unicode-data.c
|
Use list of legal chars in URL from the WHATWG standard
|
2024-02-05 13:27:22 +05:30 |
|
unicode-data.h
|
Use list of legal chars in URL from the WHATWG standard
|
2024-02-05 13:27:22 +05:30 |
|
update_check.py
|
Make shebangs consistent
|
2023-11-11 08:32:05 +05:30 |
|
utils.py
|
Refactor VT parser for more speed
|
2024-02-25 09:57:23 +05:30 |
|
utmp.c
|
|
|
|
vt-parser.c
|
start work on implementing pending mode as paused rendering
|
2024-02-25 09:57:32 +05:30 |
|
vt-parser.h
|
start work on implementing pending mode as paused rendering
|
2024-02-25 09:57:32 +05:30 |
|
wcswidth.c
|
|
|
|
wcswidth.h
|
|
|
|
wcwidth-std.h
|
|
|
|
window.py
|
Cleanup kitty dcs parsing
|
2024-02-25 09:57:24 +05:30 |
|
window_list.py
|
A new option single_window_padding_width to use a different padding when only a single window is visible
|
2023-10-20 08:37:45 +05:30 |
|
window_logo.c
|
Fix loading of window logo images via @launch
|
2023-11-23 19:34:35 +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 |