| .. |
|
conf
|
Fix the generated sample kitty.conf containing invalid options
|
2022-04-30 02:23:33 +08:00 |
|
fonts
|
A new option narrow_symbols to turn off opportunistic wide rendering of private use codepoints
|
2022-02-11 13:04:44 +05:30 |
|
layout
|
Fix resizing window that is extra tall/wide because of left-over cells not working reliably
|
2022-04-08 15:41:53 +05:30 |
|
options
|
Fix #5129
|
2022-05-26 19:42:20 +05:30 |
|
rc
|
...
|
2022-05-01 23:27:33 +08:00 |
|
__init__.py
|
|
|
|
actions.py
|
Use a special role for actions documentation
|
2022-02-04 18:24:39 +05:30 |
|
backtrace.h
|
...
|
2022-04-30 09:38:08 +05:30 |
|
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
|
|
|
|
boss.py
|
Make _run_kitten public API
|
2022-05-25 07:14:18 +05:30 |
|
cell_fragment.glsl
|
Do a single pass over the cell vertex shader to set the defines
|
2022-02-04 14:34:41 +05:30 |
|
cell_vertex.glsl
|
Do a single pass over the cell vertex shader to set the defines
|
2022-02-04 14:34:41 +05:30 |
|
charsets.c
|
|
|
|
charsets.h
|
|
|
|
child-monitor.c
|
DRYer
|
2022-04-23 12:51:02 +05:30 |
|
child.c
|
Ignore invalid unicode condepoints in command lines
|
2021-11-14 11:59:02 +05:30 |
|
child.py
|
DRYer
|
2022-04-22 10:53:25 +05:30 |
|
choose_entry.py
|
select_tab: Use stable numbers when selecting the tab
|
2022-03-31 13:16:08 +05:30 |
|
cleanup.c
|
|
|
|
cleanup.h
|
|
|
|
cli.py
|
Fix reloading of config not working when kitty.conf does not exist when kitty is launched
|
2022-05-08 20:57:23 +05:30 |
|
cli_stub.py
|
Work on parsing copy instructions
|
2022-03-03 21:24:45 +05:30 |
|
client.py
|
Refactor: More f-string for kitty client.py
|
2022-01-29 20:22:44 +08:00 |
|
cocoa_window.m
|
Fixed #5132
|
2022-05-27 11:15:16 +08:00 |
|
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 completion for kitty +open
|
2022-03-29 13:04:55 +05:30 |
|
config.py
|
Refactor: More f-string for kitty
|
2022-01-29 20:17:46 +08:00 |
|
constants.py
|
version 0.25.1
|
2022-05-26 07:59:25 +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
|
Enable use of higher options for underlining text.
|
2022-01-13 17:27:02 +01:00 |
|
data-types.c
|
Get shared memory based data transfer working
|
2022-03-10 10:46:04 +05:30 |
|
data-types.h
|
Allow three combining chars per cell
|
2022-04-28 09:45:34 +05:30 |
|
debug_config.py
|
Add a few more important env vars to debug output
|
2022-02-17 07:45:36 +05:30 |
|
desktop.c
|
Cache the bell sound in the canberra server since it is a frequently played sound
|
2022-02-19 13:07:44 +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
|
Add more copy_file_range() and sendfile() errno exceptions
|
2022-01-27 00:45:30 +01:00 |
|
fast-file-copy.h
|
...
|
2022-01-27 12:14:42 +05:30 |
|
fast_data_types.pyi
|
Start work on edit-in-kitty
|
2022-05-26 21:16:42 +05:30 |
|
file_transmission.py
|
...
|
2022-04-24 09:34:22 +08:00 |
|
fontconfig.c
|
Linux: Load libfontconfig at runtime to allow the binaries to work for running kittens on servers without FontConfig
|
2022-05-13 19:56:19 +05:30 |
|
fonts.c
|
Fix #5026
|
2022-04-28 22:12:43 +05:30 |
|
fonts.h
|
|
|
|
freetype.c
|
Nicer error message when failing to load FreeType face
|
2022-03-09 14:28:38 +05:30 |
|
freetype_render_ui_text.c
|
Clear python error flag when loading fallback face fails
|
2022-03-09 14:16:56 +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
|
macOS: Allow opening URLs with kitty
|
2022-02-05 13:05:41 +08:00 |
|
glfw-wrapper.h
|
GNOME: Workaround for GNOME's text input system going into an infinite loop if cursor position is updated in response to a done event
|
2022-05-23 10:36:58 +05:30 |
|
glfw.c
|
macOS: Add the macos_colorspace option to control what color space colors are rendered in
|
2022-04-26 11:14:01 +05:30 |
|
glyph-cache.c
|
|
|
|
glyph-cache.h
|
|
|
|
graphics.c
|
Fix deleting images by row not calculating image bounds correctly
|
2022-05-13 09:51:25 +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
|
Use x-shellscript in addition to x-sh
|
2022-03-26 07:35:42 +05:30 |
|
history.c
|
Fix show_last_command_output not working when the output is stored partially in the scrollback pager history buffer
|
2022-02-15 13:04:02 +05:30 |
|
hyperlink.c
|
|
|
|
hyperlink.h
|
|
|
|
iqsort.h
|
|
|
|
key_encoding.c
|
Refactor: Sorting items when generating files
|
2022-01-29 20:14:56 +08:00 |
|
key_encoding.py
|
Refactor: More f-string for kitty
|
2022-01-29 20:17:46 +08:00 |
|
key_names.py
|
Refactor: More f-string for kitty
|
2022-01-29 20:17:46 +08:00 |
|
keys.c
|
Forgot trailing newline
|
2022-05-24 06:54:53 +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
|
Allow opening files at a spedific line number with edit-in-kitty
|
2022-05-27 09:53:43 +05:30 |
|
line-buf.c
|
Fix copy ansi to clipboard ignoring newlines
|
2022-02-13 15:09:14 +05:30 |
|
line.c
|
Output prompt marking when serializing to ANSI
|
2022-02-15 08:57:17 +05:30 |
|
lineops.h
|
Avoid double scan of output to look for escape codes
|
2022-02-13 17:33:13 +05:30 |
|
logging.c
|
|
|
|
loop-utils.c
|
|
|
|
loop-utils.h
|
|
|
|
macos_process_info.c
|
|
|
|
main.py
|
macOS: Make the global menu shortcut to open kitty website configurable
|
2022-04-23 13:22:27 +08:00 |
|
marks.py
|
Unify resolution of absolute paths or config dir paths
|
2021-12-09 20:43:07 +08:00 |
|
modes.h
|
Docs: Improve the documentations
|
2022-04-30 17:07:36 +08:00 |
|
monotonic.c
|
|
|
|
monotonic.h
|
|
|
|
mouse.c
|
Proper fix for reporting button in drag events to children
|
2022-04-21 11:41:57 +05:30 |
|
multiprocessing.py
|
|
|
|
notify.py
|
Refactor: More f-string for kitty
|
2022-01-29 20:17:46 +08:00 |
|
open_actions.py
|
Restrict custom launch actions to be prefixed with kitty:///launch/
|
2022-02-05 13:23:41 +08:00 |
|
os_window_size.py
|
Reduce max remembered window size of 50K pixels
|
2022-02-07 12:19:32 +05:30 |
|
parse-graphics-command.h
|
Refactor: Sorting items when generating files
|
2022-01-29 20:14:56 +08:00 |
|
parser.c
|
Start work on edit-in-kitty
|
2022-05-26 21:16:42 +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
|
Refactor: More f-string for kitty
|
2022-01-29 20:17:46 +08:00 |
|
ringbuf.c
|
|
|
|
ringbuf.h
|
|
|
|
safe-wrappers.h
|
|
|
|
screen.c
|
Add option select_by_word_characters_forward
|
2022-05-16 11:09:36 +02:00 |
|
screen.h
|
DRYer
|
2022-03-24 11:54:13 +05:30 |
|
search_query_parser.py
|
Fix parsing of quoted words
|
2022-04-12 19:31:56 +05:30 |
|
session.py
|
Sessions: Fix os_window_size and os_window_class not applying to the first OS Window
|
2022-04-12 21:38:29 +05:30 |
|
shaders.c
|
Another place to use NUM_UNDERLINE_STYLES
|
2022-02-04 14:16:31 +05:30 |
|
shell.py
|
Docs: Improve the documentation for kittens
|
2022-04-27 16:14:54 +08:00 |
|
shell_integration.py
|
Make cloning safer
|
2022-04-17 07:49:58 +05:30 |
|
shm.py
|
Pass mode when opening existing shm buffer
|
2022-03-21 16:12:26 +05:30 |
|
short_uuid.py
|
more work on ssh data transmission
|
2022-03-03 21:24:42 +05:30 |
|
state.c
|
Allow copying current window/tab/os window titles when creating new ones via the launch command. Fixes #4933
|
2022-04-11 15:38:33 +05:30 |
|
state.h
|
Add option select_by_word_characters_forward
|
2022-05-16 11:09:36 +02:00 |
|
tab_bar.py
|
Fix a regression in the previous release that broke active_tab_foreground
|
2022-02-03 18:12:42 +05:30 |
|
tabs.py
|
Fix #4993
|
2022-04-21 11:00:34 +05:30 |
|
terminfo.py
|
Refactor: More f-string for kitty
|
2022-01-29 20:17:46 +08:00 |
|
threading.h
|
|
|
|
tint_fragment.glsl
|
|
|
|
tint_vertex.glsl
|
|
|
|
types.py
|
Move event formatting into the types
|
2022-01-19 14:30:08 +05:30 |
|
typing.py
|
TypeCheck underline style names
|
2022-01-22 12:41:26 +05:30 |
|
typing.pyi
|
TypeCheck underline style names
|
2022-01-22 12:41:26 +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
|
|
|
|
uthash.h
|
|
|
|
utils.py
|
Allow opening files at a spedific line number with edit-in-kitty
|
2022-05-27 09:53:43 +05:30 |
|
utmp.c
|
|
|
|
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
|
Start work on edit-in-kitty
|
2022-05-26 21:16:42 +05:30 |
|
window_list.py
|
When using --keep-focus ensure active history list is not affected
|
2022-04-18 20:23:15 +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 |