kitty/kitty
2018-01-09 23:09:57 +05:30
..
fonts Ensure underlines are rendered even for fonts with very poor metrics 2017-12-19 00:54:04 +05:30
__init__.py Remove unused code and pep8 2017-01-09 11:10:41 +05:30
blit_fragment.glsl Work on rendering to FBO 2017-12-01 12:16:15 +05:30
blit_vertex.glsl More trailing space removal 2017-12-20 08:50:09 +05:30
border_fragment.glsl Start work on background opacity 2017-12-01 12:16:14 +05:30
border_vertex.glsl More trailing space removal 2017-12-20 08:50:09 +05:30
borders.py Have pt_to_px use global_state instead of get_dpi 2017-12-14 18:04:10 +05:30
boss.py Add --new-tab to @new-window 2018-01-09 23:09:57 +05:30
cell_fragment.glsl Add an option to fade text in inactive windows 2017-12-28 10:36:48 +05:30
cell_vertex.glsl More trailing space removal 2017-12-20 08:50:09 +05:30
charsets.c Remove trailing whitespace from native code files 2017-12-20 08:44:47 +05:30
child-monitor.c Add an option to fade text in inactive windows 2017-12-28 10:36:48 +05:30
child.c Fix a couple of typos 2018-01-08 13:54:08 +05:30
child.py Use the launch time argv for cmdline on macOS 2018-01-08 13:07:06 +05:30
cli.py Framework for remote control 2018-01-08 12:48:14 +05:30
client.py Replay set_dynamic_color and set_color_table_color 2017-08-04 20:47:59 +05:30
cocoa_window.m Implement reading of cwd of a process on macOS as well 2017-12-21 12:30:34 +05:30
colors.c Remove trailing whitespace from native code files 2017-12-20 08:44:47 +05:30
config.py Fix send_text parsing choking on ''' 2018-01-09 13:10:28 +05:30
constants.py version 0.6.1 2017-12-28 10:40:42 +05:30
control-codes.h Remove trailing whitespace from native code files 2017-12-20 08:44:47 +05:30
core_text.m Remove trailing whitespace from native code files 2017-12-20 08:44:47 +05:30
cursor.c Remove trailing whitespace from native code files 2017-12-20 08:44:47 +05:30
cursor_fragment.glsl Switch to using an opaque block cursor 2017-09-17 13:03:02 +05:30
cursor_vertex.glsl Switch to using an opaque block cursor 2017-09-17 13:03:02 +05:30
data-types.c Add tests for SGR protocol encoding 2018-01-07 23:48:16 +05:30
data-types.h Take the mouse wheel multiplier into account when generating keypresses for mouse wheel events. Fixes #262 2018-01-04 12:34:31 +05:30
desktop.c Pass the window class and size settings when creating a grouped window 2017-12-01 12:15:36 +05:30
emoji.h Fix trailing whitespace in generated unicde data files 2017-12-20 22:44:20 +05:30
fontconfig.c Remove trailing whitespace from native code files 2017-12-20 08:44:47 +05:30
fonts.c Fix some emoji glyphs not colored on Linux 2017-12-20 10:40:27 +05:30
fonts.h Remove trailing whitespace from native code files 2017-12-20 08:44:47 +05:30
freetype.c Remove trailing whitespace from native code files 2017-12-20 08:44:47 +05:30
gl-wrapper.c Remove trailing whitespace from native code files 2017-12-20 08:44:47 +05:30
gl-wrapper.h Fix compilation with clang 2017-11-08 15:43:59 +05:30
gl.h DRYer 2017-12-31 09:04:22 +05:30
glfw-wrapper.c Update bundled glfw 2017-12-20 09:07:06 +05:30
glfw-wrapper.h Update bundled glfw 2017-12-20 09:07:06 +05:30
glfw.c Fix new window being created with different DPI not changing global DPI 2017-12-21 09:06:07 +05:30
graphics.c Add support for clearing the scrollback buffer 2018-01-06 23:55:49 +05:30
graphics.h Add support for clearing the scrollback buffer 2018-01-06 23:55:49 +05:30
graphics_fragment.glsl Add an option to fade text in inactive windows 2017-12-28 10:36:48 +05:30
graphics_vertex.glsl Graphics programs should generate pre-multipled colors in interleaved mode 2017-12-01 12:16:15 +05:30
history.c Add support for clearing the scrollback buffer 2018-01-06 23:55:49 +05:30
icat.py Refactor read with timeout logic into its own function 2018-01-08 12:48:14 +05:30
key_encoding.py No need ot build the key map on every startup 2017-02-11 10:48:36 +05:30
keys.c DRYer 2018-01-04 12:38:35 +05:30
keys.h More trailing whitespace 2018-01-06 09:12:23 +05:30
keys.py More trailing whitespace 2018-01-06 09:12:23 +05:30
khrplatform.h Switch to using glad instead of glew 2017-11-08 15:15:25 +05:30
kitty.conf Add an option to override the default shell 2018-01-09 16:28:46 +05:30
layout.py Have pt_to_px use global_state instead of get_dpi 2017-12-14 18:04:10 +05:30
line-buf.c Implement @get-text 2018-01-09 22:48:24 +05:30
line.c Implement @get-text 2018-01-09 22:48:24 +05:30
lineops.h Add support for clearing the scrollback buffer 2018-01-06 23:55:49 +05:30
main.py Ensure a kitty executable is on PATH even when running from source 2018-01-05 14:56:01 +05:30
modes.h Remove trailing whitespace from native code files 2017-12-20 08:44:47 +05:30
mouse.c Add tests for SGR protocol encoding 2018-01-07 23:48:16 +05:30
parser.c More work on remote control 2018-01-08 12:48:14 +05:30
remote_control.py Add --new-tab to @new-window 2018-01-09 23:09:57 +05:30
rewrap.h Remove trailing whitespace from native code files 2017-12-20 08:44:47 +05:30
rgb.py Respond to OSC color query escape codes 2017-12-01 21:02:30 +05:30
screen.c Allow sending arbitrary sized escpae codes to children 2018-01-08 12:48:14 +05:30
screen.h Framework for remote control 2018-01-08 12:48:14 +05:30
session.py Add an option to override the default shell 2018-01-09 16:28:46 +05:30
shaders.c Add an option to fade text in inactive windows 2017-12-28 10:36:48 +05:30
state.c Add an option to fade text in inactive windows 2017-12-28 10:36:48 +05:30
state.h Add an option to fade text in inactive windows 2017-12-28 10:36:48 +05:30
tabs.py Add --new-tab to @new-window 2018-01-09 23:09:57 +05:30
terminfo.py Support S8C1T mode 2017-12-05 20:21:12 +05:30
unicode-data.h Remove trailing whitespace from native code files 2017-12-20 08:44:47 +05:30
utils.py Refactor read with timeout logic into its own function 2018-01-08 12:48:14 +05:30
wcwidth-std.h Fix trailing whitespace in generated unicde data files 2017-12-20 22:44:20 +05:30
window.py Implement @get-text 2018-01-09 22:48:24 +05:30