| .. |
|
conf
|
|
|
|
fonts
|
Fix one pixel mis-alignment of rounded corners when either the cell dimensions or the thickness of the line is an odd number of pixels
|
2020-08-10 17:28:08 +05:30 |
|
layout
|
Use similar border drawing techniques for splits
|
2020-08-30 08:37:16 +05:30 |
|
rc
|
Remote control close_tab should not ask for confirmation
|
2020-07-16 12:55:25 +05:30 |
|
__init__.py
|
|
|
|
bgimage_fragment.glsl
|
|
|
|
bgimage_vertex.glsl
|
|
|
|
blit_fragment.glsl
|
|
|
|
blit_vertex.glsl
|
|
|
|
border_fragment.glsl
|
|
|
|
border_vertex.glsl
|
|
|
|
borders.py
|
Grid layout: Improve rendering of borders when using minimal borders
|
2020-08-29 15:53:14 +05:30 |
|
boss.py
|
Allow specifying watchers in session files and via a command line argument
|
2020-08-23 10:41:36 +05:30 |
|
cell_fragment.glsl
|
|
|
|
cell_vertex.glsl
|
|
|
|
charsets.c
|
|
|
|
charsets.h
|
|
|
|
child-monitor.c
|
fix talk mutex typo unlock -> lock
|
2020-07-18 11:47:22 +05:30 |
|
child.c
|
Instrument safe_close() to make it easy to see where an fd is closed from
|
2020-07-14 20:18:04 +05:30 |
|
child.py
|
macOS: Fix the LC_TYPE env var being set to UTF-8 on systems in which the language and country code do not form a valid locale
|
2020-06-24 22:09:25 +05:30 |
|
choose_entry.py
|
|
|
|
cli.py
|
Allow specifying watchers in session files and via a command line argument
|
2020-08-23 10:41:36 +05:30 |
|
cli_stub.py
|
|
|
|
client.py
|
Some more commands for replay commands
|
2020-06-29 13:04:10 +05:30 |
|
cocoa_window.m
|
Drain the notifications queue in FIFO
|
2020-08-20 14:25:07 +05:30 |
|
colors.c
|
|
|
|
complete.py
|
Allow specifying watchers in session files and via a command line argument
|
2020-08-23 10:41:36 +05:30 |
|
config.py
|
Properly type check os window initial size function
|
2020-08-11 09:28:53 +05:30 |
|
config_data.py
|
Fix a couple of documentation build warnings
|
2020-08-21 07:50:35 +05:30 |
|
constants.py
|
version 0.18.3
|
2020-08-11 13:38:38 +05:30 |
|
control-codes.h
|
Add keypad mode support to replay commands
|
2020-06-29 12:46:34 +05:30 |
|
core_text.m
|
Revert "Adjust cell height automatically for buggy fonts that draw brackets outside the bounding box"
|
2020-08-06 21:20:54 +05:30 |
|
cursor.c
|
|
|
|
data-types.c
|
Instrument safe_close() to make it easy to see where an fd is closed from
|
2020-07-14 20:18:04 +05:30 |
|
data-types.h
|
Instrument safe_close() to make it easy to see where an fd is closed from
|
2020-07-14 20:18:04 +05:30 |
|
desktop.c
|
Make paths to libraries configurable at build time
|
2020-05-19 18:36:46 +02:00 |
|
emoji.h
|
Speed up is_combining_char() in the common case
|
2020-08-06 17:45:40 +05:30 |
|
fast_data_types.pyi
|
Prevent an infinite recursion if a watcher causes a resize in the on_resize handler
|
2020-08-23 08:38:25 +05:30 |
|
fontconfig.c
|
|
|
|
fonts.c
|
When a character from the Unicode Dingbat block is followed by a space, use the extra space to render a larger version of the character
|
2020-07-12 21:12:34 +05:30 |
|
fonts.h
|
|
|
|
freetype.c
|
Revert "Adjust cell height automatically for buggy fonts that draw brackets outside the bounding box"
|
2020-08-06 21:20:54 +05:30 |
|
gl-wrapper.c
|
|
|
|
gl-wrapper.h
|
|
|
|
gl.c
|
|
|
|
gl.h
|
|
|
|
glfw-wrapper.c
|
Wayland: Abort on fatal error should bypass quit confirmation
|
2020-06-03 14:39:27 +05:30 |
|
glfw-wrapper.h
|
Revert "Linux: Fix slow startup on some systems caused by GLFW searching for joysticks. Since kitty does not use joysticks, disable joystick support."
|
2020-07-23 23:56:21 +02:00 |
|
glfw.c
|
oops
|
2020-08-05 11:06:24 +05:30 |
|
graphics.c
|
Avoid extra layer update if clearing images has no effect
|
2020-08-07 09:36:28 +05:30 |
|
graphics.h
|
|
|
|
graphics_fragment.glsl
|
|
|
|
graphics_vertex.glsl
|
|
|
|
history.c
|
|
|
|
key_encoding.py
|
|
|
|
key_names.py
|
|
|
|
keys.c
|
Fix pre-edit text not always being cleared with iBus input
|
2020-07-18 19:31:38 +05:30 |
|
keys.h
|
|
|
|
keys.py
|
|
|
|
kittens.c
|
|
|
|
launch.py
|
Allow specifying watchers in session files and via a command line argument
|
2020-08-23 10:41:36 +05:30 |
|
line-buf.c
|
Fix a bunch of code scanning warnings
|
2020-07-07 09:52:59 +05:30 |
|
line.c
|
Cleanup
|
2020-08-06 18:14:56 +05:30 |
|
lineops.h
|
Fix the CSI J (Erase in display ED) escape code not removing line continued markers
|
2020-06-29 14:17:40 +05:30 |
|
logging.c
|
Use the more secure localtime_r variant
|
2020-07-07 09:20:27 +05:30 |
|
loop-utils.c
|
Fix extra close for loops with no signal_read_fd
|
2020-07-14 20:23:45 +05:30 |
|
loop-utils.h
|
|
|
|
macos_process_info.c
|
|
|
|
main.py
|
Properly type check os window initial size function
|
2020-08-11 09:28:53 +05:30 |
|
marks.py
|
Merge branch 'master' of https://github.com/ahlinc/kitty
|
2020-05-18 09:59:31 +05:30 |
|
modes.h
|
Add support for legacy DECSET codes 47, 1047 and 1048
|
2020-07-22 09:00:51 +05:30 |
|
monotonic.c
|
|
|
|
monotonic.h
|
Convert two tabs to spaces
|
2020-05-21 15:34:08 +02:00 |
|
mouse.c
|
Dont use wheel_scroll_multiplier when sending scroll events in the main screen
|
2020-08-28 08:14:49 +05:30 |
|
multiprocessing.py
|
Get multiprocessing working in kitty
|
2020-06-21 14:47:24 +05:30 |
|
notify.py
|
Add a new escape code to allow terminal programs to trigger desktop notifications
|
2020-08-21 20:29:54 +05:30 |
|
options_stub.py
|
|
|
|
os_window_size.py
|
Properly type check os window initial size function
|
2020-08-11 09:28:53 +05:30 |
|
parse-graphics-command.h
|
|
|
|
parser.c
|
Avoid malloc+copy for unknown OSC codes
|
2020-08-24 20:14:16 +05:30 |
|
png-reader.c
|
Add support for displaying correct colors with PNG files that contain embedded ICC color profiles
|
2020-08-12 10:34:16 +05:30 |
|
png-reader.h
|
|
|
|
remote_control.py
|
|
|
|
rewrap.h
|
|
|
|
rgb.py
|
|
|
|
screen.c
|
Add a new escape code to allow terminal programs to trigger desktop notifications
|
2020-08-21 20:29:54 +05:30 |
|
screen.h
|
Add a new escape code to allow terminal programs to trigger desktop notifications
|
2020-08-21 20:29:54 +05:30 |
|
session.py
|
Allow specifying watchers in session files and via a command line argument
|
2020-08-23 10:41:36 +05:30 |
|
shaders.c
|
Fix a bunch of code scanning warnings
|
2020-07-07 09:52:59 +05:30 |
|
shell.py
|
Fix command names using undersore instead of hyphens in completion for the shell
|
2020-05-24 21:34:34 +05:30 |
|
state.c
|
Have the confirm on close also apply to quitting kitty
|
2020-05-18 16:06:40 +05:30 |
|
state.h
|
Use a multiple of 8 size for mouse_button_pressed
|
2020-06-06 22:24:01 +05:30 |
|
tab_bar.py
|
Prevent super large tab margin widths from causing a crash
|
2020-06-24 22:56:54 +05:30 |
|
tabs.py
|
Remove unreachable code
|
2020-08-23 10:53:47 +05:30 |
|
terminfo.py
|
Update terminfo with CSI REP support
|
2020-05-29 01:06:16 +03:00 |
|
threading.h
|
|
|
|
tint_fragment.glsl
|
|
|
|
tint_vertex.glsl
|
|
|
|
typing.py
|
|
|
|
typing.pyi
|
Port the splits layout to the new groups API
|
2020-05-12 22:43:54 +05:30 |
|
unicode-data.c
|
Speed up is_ignored_char in the common case
|
2020-08-06 18:05:33 +05:30 |
|
unicode-data.h
|
|
|
|
update_check.py
|
Prevent an infinite recursion if a watcher causes a resize in the on_resize handler
|
2020-08-23 08:38:25 +05:30 |
|
utils.py
|
DRYer
|
2020-07-24 08:41:55 +05:30 |
|
wcwidth-std.h
|
Speed up wcwidth_std in the common case
|
2020-08-06 17:57:57 +05:30 |
|
window.py
|
Fix unfocused windows in which a bell occurs not changing their border color to red until a relayout
|
2020-08-29 18:12:17 +05:30 |
|
window_list.py
|
Fix #2832
|
2020-07-05 07:34:11 +05:30 |