| .. |
|
conf
|
Use a Literal as the type for choice based options
|
2020-04-24 19:45:51 +05:30 |
|
fonts
|
Fix #2735
|
2020-06-05 19:24:40 +05:30 |
|
layout
|
Fix #2752
|
2020-06-09 09:51:15 +05:30 |
|
rc
|
Add --no-response to @ last-used-layout
|
2020-06-08 09:16:26 +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
|
Fix #1221 in a different way
|
2019-01-08 16:14:41 +01:00 |
|
border_vertex.glsl
|
|
|
|
borders.py
|
Tall and Fat layouts ported to new groups API
|
2020-05-12 22:43:54 +05:30 |
|
boss.py
|
kitty shell: show the previously active window id
|
2020-05-24 16:40:10 +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
|
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
|
Fix #2714
|
2020-06-01 20:31:05 +05:30 |
|
child.c
|
Fix child spawn on FreeBSD.
|
2020-05-23 12:21:57 +00:00 |
|
child.py
|
more typing work
|
2020-03-13 16:13:26 +05:30 |
|
choose_entry.py
|
Use a stub rather than TYPE_CHECKING
|
2020-03-15 13:27:40 +05:30 |
|
cli.py
|
pep8
|
2020-05-12 22:54:08 +05:30 |
|
cli_stub.py
|
more typing work
|
2020-03-13 16:13:26 +05:30 |
|
client.py
|
pep8
|
2020-05-12 22:54:08 +05:30 |
|
cocoa_window.m
|
oops
|
2020-01-15 21:39:13 +05:30 |
|
colors.c
|
Make mark colors per window
|
2020-01-15 18:42:37 +05:30 |
|
complete.py
|
Allow entry points and external command combined completion on first word
|
2020-03-30 11:38:54 +05:30 |
|
config.py
|
Fixed marks grouping and coloring for simultaneous multi marks definition
|
2020-05-18 06:53:56 +03:00 |
|
config_data.py
|
Add a note about what sort of ligatures disable_ligatures affects
|
2020-06-06 09:11:32 +05:30 |
|
constants.py
|
version 0.17.4
|
2020-05-09 10:48:21 +05:30 |
|
control-codes.h
|
Provide support for CSI REP control code
|
2020-05-29 01:05:49 +03:00 |
|
core_text.m
|
CoreText: When centering glyphs ignore negative origins
|
2020-04-27 18:02:53 +05:30 |
|
cursor.c
|
Make the MIN and MAX macros typesafe
|
2019-07-01 17:03:47 +05:30 |
|
data-types.c
|
Simplify code
|
2020-05-22 16:04:28 +02:00 |
|
data-types.h
|
Fix fake scroll when scrolling in unfocused kitty window
|
2020-06-05 16:44:11 +02:00 |
|
desktop.c
|
Make paths to libraries configurable at build time
|
2020-05-19 18:36:46 +02:00 |
|
emoji.h
|
Render any flag pair in two cells not just known ones
|
2020-04-06 23:00:34 +05:30 |
|
fast_data_types.pyi
|
Have the confirm on close also apply to quitting kitty
|
2020-05-18 16:06:40 +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
|
macOS: Fix a regression in the previous release that caused ligatures to be not be centered horizontally
|
2020-04-27 16:17:05 +05:30 |
|
fonts.h
|
Read strikethrough info from font when using FreeType
|
2020-03-30 20:09:30 +02:00 |
|
freetype.c
|
Merge branch 'strikethrough-info-from-font' of https://github.com/trygveaa/kitty
|
2020-03-31 09:34:07 +05:30 |
|
gl-wrapper.c
|
Replace glad with glad2
|
2019-07-07 21:10:15 +02:00 |
|
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
|
Add feature available/implemented errors
|
2020-06-04 13:55:52 +02:00 |
|
glfw.c
|
Merge branch 'mouse-events' of https://github.com/trygveaa/kitty
|
2020-06-06 22:27:54 +05:30 |
|
graphics.c
|
Use T_PYSSIZET for GraphicsManager.image_count
|
2020-04-25 23:25:18 -04:00 |
|
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
|
Dont use a macro for as_text_generic
|
2020-02-25 15:33:12 +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 fake scroll when scrolling in unfocused kitty window
|
2020-06-05 16:44:11 +02:00 |
|
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
|
Start work on refactoring management of windows
|
2020-05-12 22:43:53 +05:30 |
|
line-buf.c
|
Dont use a macro for as_text_generic
|
2020-02-25 15:33:12 +05:30 |
|
line.c
|
Merge branch 'ft/csi-code-rep' of https://github.com/keynslug/kitty
|
2020-06-01 14:31:34 +05:30 |
|
lineops.h
|
Merge branch 'ft/csi-code-rep' of https://github.com/keynslug/kitty
|
2020-06-01 14:31:34 +05:30 |
|
logging.c
|
|
|
|
loop-utils.c
|
Output which loo could not be woken up
|
2019-09-08 14:58:11 +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
|
Move expandvars to utils
|
2020-05-05 08:22:08 +05:30 |
|
marks.py
|
Merge branch 'master' of https://github.com/ahlinc/kitty
|
2020-05-18 09:59:31 +05:30 |
|
modes.h
|
Convert HTTP URLs to HTTPS URLs where possible
|
2019-04-24 01:27:24 +02:00 |
|
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
|
Merge branch 'mouse-events' of https://github.com/trygveaa/kitty
|
2020-06-06 22:27:54 +05:30 |
|
notify.py
|
more typing work
|
2020-03-13 16:13:26 +05:30 |
|
options_stub.py
|
more typing work
|
2020-03-11 20:08:16 +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
|
Provide support for CSI REP control code
|
2020-05-29 01:05:49 +03:00 |
|
png-reader.c
|
|
|
|
png-reader.h
|
|
|
|
remote_control.py
|
Use a stub rather than TYPE_CHECKING
|
2020-03-15 13:27:40 +05:30 |
|
rewrap.h
|
Make the MIN and MAX macros typesafe
|
2019-07-01 17:03:47 +05:30 |
|
rgb.py
|
Make mypy a bit stricter
|
2020-03-05 19:57:28 +05:30 |
|
screen.c
|
Merge branch 'ft/csi-code-rep' of https://github.com/keynslug/kitty
|
2020-06-01 14:31:34 +05:30 |
|
screen.h
|
Provide support for CSI REP control code
|
2020-05-29 01:05:49 +03:00 |
|
session.py
|
Start work on refactoring management of windows
|
2020-05-12 22:43:53 +05:30 |
|
shaders.c
|
Linux: Workaround for broken Nvidia drivers for old cards
|
2020-05-18 13:41:23 +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
|
DRYer
|
2020-05-14 09:18:29 +05:30 |
|
tabs.py
|
Add an option confirm_on_os_window_close to ask for confirmation when closing an OS window with multiple kitty windows.
|
2020-05-15 13:39:58 +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
|
Use a stub rather than TYPE_CHECKING
|
2020-03-15 13:27:40 +05:30 |
|
typing.pyi
|
Port the splits layout to the new groups API
|
2020-05-12 22:43:54 +05:30 |
|
unicode-data.c
|
Render known country flags designated by a pair of unicode codepoints in two cells instead of four.
|
2020-04-06 22:16:59 +05:30 |
|
unicode-data.h
|
Function to detect flag pairs
|
2020-04-06 21:16:14 +05:30 |
|
update_check.py
|
more typing work
|
2020-03-13 21:41:07 +05:30 |
|
utils.py
|
Move expandvars to utils
|
2020-05-05 08:22:08 +05:30 |
|
wcwidth-std.h
|
Render known country flags designated by a pair of unicode codepoints in two cells instead of four.
|
2020-04-06 22:16:59 +05:30 |
|
window.py
|
Fix #2699
|
2020-05-27 20:18:05 +05:30 |
|
window_list.py
|
Fix #2753
|
2020-06-08 21:40:59 +05:30 |