kitty/kitty
Kovid Goyal e4d353b105
Ignore undecodeable bytes in pagerhist
Also add API to get pagerhist as bytes
2020-09-22 09:33:48 +05:30
..
conf Improve some utility functions 2020-09-18 13:25:59 +05:30
fonts Linux: Fix automatic detection of bold/italic faces for fonts such as IBM Plex Mono and have the regular face with a full name that is the same as the family name 2020-09-03 17:14:55 +05:30
layout Avoid exception when generating minimal borders for empty tab in tall/vertical layouts 2020-08-30 20:41:57 +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 Fix rendering of semi-transparent bg images in semi-transparent windows 2020-02-02 11:45:48 +05:30
bgimage_vertex.glsl Fix unwanted scaling when tiling bg image 2020-02-01 11:41:06 +05:30
blit_fragment.glsl Remove useless code from shader 2020-01-21 00:28:55 +01:00
blit_vertex.glsl
border_fragment.glsl
border_vertex.glsl
borders.py Simplify border drawing code 2020-08-30 14:05:43 +05:30
boss.py Dispatch url actions once per event loop tick 2020-09-18 20:48:40 +05:30
cell_fragment.glsl Move draw_bg multiplication into vertex shader 2020-01-21 07:58:34 +05:30
cell_vertex.glsl Fix reverse video not being rendered correctly when using transparency or a background image 2020-04-03 22:40:33 +05:30
charsets.c
charsets.h
child-monitor.c Misc. fixes for issues reported by clang's static analyzer 2020-09-10 10:47:28 +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 Use a stub rather than TYPE_CHECKING 2020-03-15 13:27:40 +05:30
cli.py Fix typo 2020-09-18 13:50:56 +02:00
cli_stub.py Start work on the remote_file kitten 2020-09-12 06:36:41 +05:30
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 Make mark colors per window 2020-01-15 18:42:37 +05:30
complete.py Allow specifying watchers in session files and via a command line argument 2020-08-23 10:41:36 +05:30
config.py Implement editing of remote files 2020-09-12 18:43:04 +05:30
config_data.py Store pager history in UTF-8 2020-09-21 12:29:10 +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 Make wcswidth useable in a streaming fashion 2020-09-21 15:55:22 +05:30
data-types.h Make getting hyperlinks from ids useable throughtout the codebase 2020-09-22 09:25:16 +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 Ignore undecodeable bytes in pagerhist 2020-09-22 09:33:48 +05:30
fontconfig.c Linux: Fix selection of fonts with multiple width variants not preferring the normal width faces 2020-03-29 01:52:33 +05:30
fonts.c Fix a memory leak when changing font sizes 2020-09-18 07:40:30 +05:30
fonts.h Read strikethrough info from font when using FreeType 2020-03-30 20:09:30 +02:00
freetype.c Misc. fixes for issues reported by clang's static analyzer 2020-09-10 10:47:28 +05:30
gl-wrapper.c
gl-wrapper.h regenerates glad to fix missing APIENTRY 2019-12-20 15:04:23 +01:00
gl.c Rename --debug-gl to --debug-rendering 2020-04-14 19:35:40 +02:00
gl.h Make each OS window have its own framebuffer 2020-01-24 16:06:57 +08:00
glfw-wrapper.c Wayland: Abort on fatal error should bypass quit confirmation 2020-06-03 14:39:27 +05:30
glfw-wrapper.h GLFW: Fix typo in GLFWwindowmaximizefun documentation 2020-09-08 12:57:00 +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 API for changing the background image of OS windows 2020-02-01 09:17:41 +05:30
graphics_fragment.glsl Fix #2226 2019-12-24 17:10:33 +05:30
graphics_vertex.glsl
history.c Ignore undecodeable bytes in pagerhist 2020-09-22 09:33:48 +05:30
hyperlink.c Make getting hyperlinks from ids useable throughtout the codebase 2020-09-22 09:25:16 +05:30
hyperlink.h Make getting hyperlinks from ids useable throughtout the codebase 2020-09-22 09:25:16 +05:30
key_encoding.py Use a stub rather than TYPE_CHECKING 2020-03-15 13:27:40 +05:30
key_names.py more typing work 2020-03-14 11:42:05 +05:30
keys.c Fix pre-edit text not always being cleared with iBus input 2020-07-18 19:31:38 +05:30
keys.h Add GLFW_KEY_CIRCUMFLEX to control_codes 2020-01-12 16:27:40 +01:00
keys.py Use a stub rather than TYPE_CHECKING 2020-03-15 13:27:40 +05:30
kittens.c Use datatype monotonic_t instead of double to keep track of time 2019-09-25 17:43:11 +02:00
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 Remove the max size limit for line_as_ansi 2020-09-20 11:26:59 +05:30
line.c Remove the max size limit for line_as_ansi 2020-09-20 11:26:59 +05:30
lineops.h Remove the max size limit for line_as_ansi 2020-09-20 11:26:59 +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 Output which loo could not be woken up 2019-09-08 14:58:11 +05:30
macos_process_info.c Fix typos 2019-08-26 12:31:15 +02:00
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 Fix #2187 2019-12-08 22:37:47 +05:30
monotonic.h Convert two tabs to spaces 2020-05-21 15:34:08 +02:00
mouse.c Implement marking of hyperlinks 2020-09-10 10:47:27 +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
open_actions.py More powerful match criteria for fragments 2020-09-19 07:31:17 +05:30
options_stub.py more typing work 2020-03-11 20:08:16 +05:30
os_window_size.py Properly type check os window initial size function 2020-08-11 09:28:53 +05:30
parse-graphics-command.h Fix a regression in 0.17 that broke displaying graphics over SSH 2020-04-19 08:13:33 +05:30
parser.c Implement storage of URLs in a hash map 2020-09-10 10:47:27 +05:30
png-reader.c Use the correct type for png_row_bytes() result 2020-09-17 16:54:21 +05:30
png-reader.h
remote_control.py Use a stub rather than TYPE_CHECKING 2020-03-15 13:27:40 +05:30
rewrap.h Remove the max size limit for line_as_ansi 2020-09-20 11:26:59 +05:30
rgb.py Make mypy a bit stricter 2020-03-05 19:57:28 +05:30
screen.c Make getting hyperlinks from ids useable throughtout the codebase 2020-09-22 09:25:16 +05:30
screen.h Remove the max size limit for line_as_ansi 2020-09-20 11:26:59 +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 ... 2020-09-14 20:15:30 +05:30
state.c Add an option to disable OSC 8 2020-09-10 10:47:28 +05:30
state.h Add an option to disable OSC 8 2020-09-10 10:47:28 +05:30
tab_bar.py Add a setting tab_activity_symbol 2020-09-08 21:54:56 +05:30
tabs.py Add a setting tab_activity_symbol 2020-09-08 21:54:56 +05:30
terminfo.py Update terminfo with CSI REP support 2020-05-29 01:06:16 +03:00
threading.h Fix typos 2019-08-26 12:31:15 +02:00
tint_fragment.glsl Add an option to tint background images using the current background color 2020-02-02 11:22:21 +05:30
tint_vertex.glsl Add an option to tint background images using the current background color 2020-02-02 11:22:21 +05:30
typing.py Allow specifying rules to perform arbitrary actions in kitty when opening URLs 2020-09-18 15:01:25 +05:30
typing.pyi More powerful match criteria for fragments 2020-09-19 07:31:17 +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 Function to detect flag pairs 2020-04-06 21:16:14 +05:30
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
uthash.h Implement storage of URLs in a hash map 2020-09-10 10:47:27 +05:30
utils.py Improve some utility functions 2020-09-18 13:25:59 +05:30
wcswidth.c Make wcswidth useable in a streaming fashion 2020-09-21 15:55:22 +05:30
wcswidth.h Make wcswidth useable in a streaming fashion 2020-09-21 15:55:22 +05:30
wcwidth-std.h Make wcswidth useable in a streaming fashion 2020-09-21 15:55:22 +05:30
window.py Add some tests for the pagerhist code 2020-09-21 09:08:46 +05:30
window_list.py Fix #2832 2020-07-05 07:34:11 +05:30