| .. |
|
conf
|
When encountering errors in kitty.conf report them to the user instead of failing to start.
|
2019-04-28 20:53:59 +05:30 |
|
fonts
|
Cache calls to fc_match since FcFontMatch is very slow
|
2019-04-21 11:07:37 +05:30 |
|
launcher
|
|
|
|
__init__.py
|
|
|
|
blit_fragment.glsl
|
|
|
|
blit_vertex.glsl
|
|
|
|
border_fragment.glsl
|
Fix #1221 in a different way
|
2019-01-08 16:14:41 +01:00 |
|
border_vertex.glsl
|
|
|
|
borders.py
|
Allow setting :opt:active_border_color to `none` to not draw a border around the active window
|
2019-03-24 10:04:32 +05:30 |
|
boss.py
|
When encountering errors in kitty.conf report them to the user instead of failing to start.
|
2019-04-28 20:53:59 +05:30 |
|
cell_fragment.glsl
|
Merge branch 'fix_white_background_transparency' of https://github.com/Luflosi/kitty
|
2019-01-14 13:10:15 +05:30 |
|
cell_vertex.glsl
|
Allow specifying a value of `none for the :opt:selection_foreground`` which will cause kitty to not change text color in selections
|
2019-02-05 10:34:56 +05:30 |
|
charsets.c
|
Convert HTTP URLs to HTTPS URLs where possible
|
2019-04-24 01:27:24 +02:00 |
|
charsets.h
|
Start work on a choose kitten for fuzzy selection
|
2019-01-23 19:38:08 +05:30 |
|
child-monitor.c
|
Only reset dirty flag on borders if actually updated
|
2019-05-20 11:18:54 +05:30 |
|
child.c
|
Convert some tabs to spaces
|
2019-02-02 22:08:32 +01:00 |
|
child.py
|
Add a rationale for PWD
|
2019-05-11 12:59:01 +05:30 |
|
cli.py
|
When encountering errors in kitty.conf report them to the user instead of failing to start.
|
2019-04-28 20:53:59 +05:30 |
|
client.py
|
|
|
|
cmds.py
|
Fix windows_for_payload
|
2019-05-02 17:39:00 +08:00 |
|
cocoa_window.m
|
X11: use the window manager's native full-screen implementation when making windows full-screen
|
2019-05-12 15:53:06 +05:30 |
|
colors.c
|
Add void to all function declarations for functions that take no arguments
|
2019-05-13 11:04:21 +05:30 |
|
complete.py
|
bash completion: make complete helper start with _
|
2018-09-18 09:10:47 +09:00 |
|
config.py
|
When encountering errors in kitty.conf report them to the user instead of failing to start.
|
2019-04-28 20:53:59 +05:30 |
|
config_data.py
|
Make the default live resize strategy drawing the current window contents unchanged
|
2019-05-19 09:45:59 +05:30 |
|
constants.py
|
Use sys._xoptions to pass bundle_exe_dir
|
2019-05-01 08:45:01 +05:30 |
|
control-codes.h
|
Correct spelling mistakes.
|
2018-09-06 12:07:09 +01:00 |
|
core_text.m
|
Exclude variation selectors when finding fallback font
|
2019-05-13 20:36:29 +05:30 |
|
cursor.c
|
Move cell_as_sgr to line.c
|
2018-09-30 08:58:33 +05:30 |
|
data-types.c
|
Add void to all function declarations for functions that take no arguments
|
2019-05-13 11:04:21 +05:30 |
|
data-types.h
|
Add void to all function declarations for functions that take no arguments
|
2019-05-13 11:04:21 +05:30 |
|
desktop.c
|
Add a couple of extra lib names for libstartup-notification.so
|
2018-12-14 23:01:49 +05:30 |
|
emoji.h
|
Update to using the Unicode 12 standard
|
2019-03-06 13:58:16 +05:30 |
|
fontconfig.c
|
Exclude variation selectors when finding fallback font
|
2019-05-13 20:36:29 +05:30 |
|
fonts.c
|
make comment more helpful
|
2019-05-13 21:13:45 +05:30 |
|
fonts.h
|
Allow controlling the ligature strategy dynamically, per window
|
2019-04-27 22:05:33 +05:30 |
|
freetype.c
|
Add void to all function declarations for functions that take no arguments
|
2019-05-13 11:04:21 +05:30 |
|
gl-wrapper.c
|
Generate OpenGL bindings with updated glad
|
2018-12-04 16:31:26 +05:30 |
|
gl-wrapper.h
|
Generate OpenGL bindings with updated glad
|
2018-12-04 16:31:26 +05:30 |
|
gl.h
|
Add void to all function declarations for functions that take no arguments
|
2019-05-13 11:04:21 +05:30 |
|
glfw-wrapper.c
|
Add void to all function declarations for functions that take no arguments
|
2019-05-13 11:04:21 +05:30 |
|
glfw-wrapper.h
|
Add void to all function declarations for functions that take no arguments
|
2019-05-13 11:04:21 +05:30 |
|
glfw.c
|
Add void to all function declarations for functions that take no arguments
|
2019-05-13 11:04:21 +05:30 |
|
graphics.c
|
Fix shader invocation for cells output during resize
|
2019-03-04 19:54:10 +05:30 |
|
graphics.h
|
Add void to all function declarations for functions that take no arguments
|
2019-05-13 11:04:21 +05:30 |
|
graphics_fragment.glsl
|
...
|
2019-03-04 19:54:10 +05:30 |
|
graphics_vertex.glsl
|
|
|
|
history.c
|
Fix scrollback pager history not being cleared when clearing the main scrollback buffer
|
2019-02-16 12:15:39 +05:30 |
|
key_encoding.py
|
Create a kitten to demonstrate the kitty extended keyboard protocol
|
2019-01-20 14:38:19 +05:30 |
|
keys.c
|
Add void to all function declarations for functions that take no arguments
|
2019-05-13 11:04:21 +05:30 |
|
keys.h
|
Forgot to regenerate keys table with plus key. Fixes #1246
|
2018-12-18 03:03:35 +05:30 |
|
keys.py
|
Declare more function and editing keys with modifiers
|
2018-12-11 23:42:59 +07:00 |
|
khrplatform.h
|
Convert HTTP URLs to HTTPS URLs where possible
|
2019-04-24 01:27:24 +02:00 |
|
kittens.c
|
Add a note about runnning commands from within kitty to the timeout error message
|
2019-02-18 10:29:04 +05:30 |
|
layout.py
|
Allow setting :opt:active_border_color to `none` to not draw a border around the active window
|
2019-03-24 10:04:32 +05:30 |
|
line-buf.c
|
Have line_as_ansi indicate when the output is truncated
|
2018-11-20 11:13:49 +05:30 |
|
line.c
|
Exclude variation selectors when finding fallback font
|
2019-05-13 20:36:29 +05:30 |
|
lineops.h
|
Exclude variation selectors when finding fallback font
|
2019-05-13 20:36:29 +05:30 |
|
logging.c
|
|
|
|
macos_process_info.c
|
|
|
|
main.py
|
When encountering errors in kitty.conf report them to the user instead of failing to start.
|
2019-04-28 20:53:59 +05:30 |
|
modes.h
|
Convert HTTP URLs to HTTPS URLs where possible
|
2019-04-24 01:27:24 +02:00 |
|
mouse.c
|
Allow extending word selections to non-word chars
|
2019-05-16 20:20:03 +05:30 |
|
notify.py
|
Respond to clicks on user notifications via DBus
|
2019-02-03 15:54:32 +05:30 |
|
parse-graphics-command.h
|
|
|
|
parser.c
|
When parsing CSI codes allow - as a primary modifier
|
2019-03-08 09:58:18 +05:30 |
|
png-reader.c
|
|
|
|
png-reader.h
|
|
|
|
remote_control.py
|
|
|
|
rewrap.h
|
Fix resizing window smaller and then restoring causing some wrapped lines to not be properly unwrapped
|
2018-12-06 12:56:24 +05:30 |
|
rgb.py
|
|
|
|
screen.c
|
Allow extending word selections to non-word chars
|
2019-05-16 20:20:03 +05:30 |
|
screen.h
|
Allow extending word selections to non-word chars
|
2019-05-16 20:20:03 +05:30 |
|
session.py
|
oops
|
2019-04-13 18:37:06 +05:30 |
|
shaders.c
|
Add void to all function declarations for functions that take no arguments
|
2019-05-13 11:04:21 +05:30 |
|
shell.py
|
|
|
|
state.c
|
Allow the user to control the draw strategy during OS window resizes
|
2019-05-11 15:49:11 +05:30 |
|
state.h
|
Make the default live resize strategy drawing the current window contents unchanged
|
2019-05-19 09:45:59 +05:30 |
|
tab_bar.py
|
Handle malformed tab title templates gracefully
|
2018-12-13 13:43:22 +05:30 |
|
tabs.py
|
Merge branch 'add_option_to_not_switch_to_previous_when_closing_current_tab' of https://github.com/ddddavidmartin/kitty
|
2019-04-03 14:23:14 +05:30 |
|
terminfo.py
|
Declare more function and editing keys with modifiers
|
2018-12-11 23:42:59 +07:00 |
|
threading.h
|
|
|
|
unicode-data.c
|
Update to using the Unicode 12 standard
|
2019-03-06 13:58:16 +05:30 |
|
unicode-data.h
|
Update to using the Unicode 12 standard
|
2019-03-06 13:58:16 +05:30 |
|
update_check.py
|
Use the new glfw timers to get rid of the kitty specific timers
|
2019-03-04 19:52:45 +05:30 |
|
utils.py
|
Fix exception when getting function name for debug_keyboard action dispatch
|
2019-02-23 08:00:21 +05:30 |
|
wcwidth-std.h
|
Update to using the Unicode 12 standard
|
2019-03-06 13:58:16 +05:30 |
|
window.py
|
Initial code to show window size in cells while resizing
|
2019-03-04 19:54:10 +05:30 |