kitty/kitty
2017-12-05 20:21:13 +05:30
..
fonts Ensure double underline is gapped even when underline thickness is less than three pixels 2017-12-05 11:42:35 +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 Simplify blit vertex shader 2017-12-01 12:16:15 +05:30
border_fragment.glsl Start work on background opacity 2017-12-01 12:16:14 +05:30
border_vertex.glsl Fix rendering of horizontal borders 2017-09-15 10:45:21 +05:30
borders.py more bugs 2017-12-01 12:15:33 +05:30
boss.py Support S8C1T mode 2017-12-05 20:21:12 +05:30
cell_fragment.glsl Dont use FBO's unless absolutely necessary 2017-12-01 12:16:16 +05:30
cell_vertex.glsl Add an option to control the underline style for highlighting URLs on mouse over 2017-12-05 12:28:10 +05:30
charsets.c Use a static b64 decoding table 2017-09-30 13:51:47 +05:30
child-monitor.c Fix kitty discarding peer messages in rapid succession 2017-12-01 12:16:17 +05:30
child.py Forgot to close stdin_read_fd in the master process 2017-09-15 10:45:14 +05:30
cli.py Add an option to set the window title 2017-12-01 12:16:17 +05:30
client.py Replay set_dynamic_color and set_color_table_color 2017-08-04 20:47:59 +05:30
cocoa_window.m Move the bell implementation into glfw 2017-12-01 12:16:13 +05:30
colors.c Ensure python type objects are declared in onlya single unit 2017-11-01 13:14:50 +05:30
config.py Add an option to control the underline style for highlighting URLs on mouse over 2017-12-05 12:28:10 +05:30
constants.py Only use wayland if a special env var is present 2017-12-01 12:16:14 +05:30
control-codes.h Ignore PM and APC control codes 2017-01-20 13:31:05 +05:30
core_text.m Refactor font code 2017-11-11 18:14:22 +05:30
cursor.c Support S8C1T mode 2017-12-05 20:21:12 +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 Support S8C1T mode 2017-12-05 20:21:12 +05:30
data-types.h Support S8C1T mode 2017-12-05 20:21:12 +05:30
desktop.c Pass the window class and size settings when creating a grouped window 2017-12-01 12:15:36 +05:30
fontconfig.c Refactor font code 2017-11-11 18:14:22 +05:30
fonts.c Sanity check when moving baseline for line height adjustment 2017-11-29 08:30:34 +05:30
fonts.h A more general cp->gid API 2017-11-12 23:43:21 +05:30
freetype.c More 32bit fixes 2017-11-30 00:02:44 +05:30
gl-wrapper.c Switch to using glad instead of glew 2017-11-08 15:15:25 +05:30
gl-wrapper.h Fix compilation with clang 2017-11-08 15:43:59 +05:30
gl.h Ensure OS windows have both buffers cleared after a resize/on first render 2017-12-01 12:16:16 +05:30
glfw-wrapper.c Move the bell implementation into glfw 2017-12-01 12:16:13 +05:30
glfw-wrapper.h Move the bell implementation into glfw 2017-12-01 12:16:13 +05:30
glfw.c Allow D&D of files into kitty 2017-12-01 12:16:17 +05:30
graphics.c Support S8C1T mode 2017-12-05 20:21:12 +05:30
graphics.h Ensure python type objects are declared in onlya single unit 2017-11-01 13:14:50 +05:30
graphics_fragment.glsl Graphics programs should generate pre-multipled colors in interleaved mode 2017-12-01 12:16:15 +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 Hook up render_line 2017-11-09 16:55:45 +05:30
icat.py Infra to display rendered strings as images for testing 2017-11-09 16:55:42 +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 Fix key-presses mapped to CSI codes not respecting SC81t mode 2017-12-05 20:21:13 +05:30
keys.h Support S8C1T mode 2017-12-05 20:21:12 +05:30
keys.py Remove unused code 2017-12-05 20:21:13 +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 control the underline style for highlighting URLs on mouse over 2017-12-05 12:28:10 +05:30
layout.py Add a grid window layout 2017-12-01 12:16:17 +05:30
line-buf.c Fix build failure on systems with __OPTIMZE__ defined 2017-11-24 22:42:56 +05:30
line.c Centralize code to convert to SGR 2017-12-04 10:51:06 +05:30
lineops.h Refactor font code 2017-11-11 18:14:22 +05:30
main.py Get rid of the horrible argparse 2017-12-01 12:16:16 +05:30
modes.h Support S8C1T mode 2017-12-05 20:21:12 +05:30
mouse.c Support S8C1T mode 2017-12-05 20:21:12 +05:30
parser.c Some simple tests for sc81t 2017-12-05 20:21:12 +05:30
rewrap.h Track line dirty status in the line buffer 2017-11-09 16:55:45 +05:30
rgb.py Respond to OSC color query escape codes 2017-12-01 21:02:30 +05:30
screen.c Support S8C1T mode 2017-12-05 20:21:12 +05:30
screen.h Support S8C1T mode 2017-12-05 20:21:12 +05:30
session.py Add an option to set the window title 2017-12-01 12:16:17 +05:30
shaders.c Add an option to control the underline style for highlighting URLs on mouse over 2017-12-05 12:28:10 +05:30
state.c Add an option to control the underline style for highlighting URLs on mouse over 2017-12-05 12:28:10 +05:30
state.h Add an option to control the underline style for highlighting URLs on mouse over 2017-12-05 12:28:10 +05:30
tabs.py Add configurable shortcuts to go to a tab by number 2017-12-02 16:31:40 +05:30
terminfo.py Support S8C1T mode 2017-12-05 20:21:12 +05:30
unicode-data.h Port click on URL code to C 2017-09-15 10:45:27 +05:30
utils.py Respond to OSC color query escape codes 2017-12-01 21:02:30 +05:30
wcwidth9.h Add an option to use a modern wcwidth() instead of the system one 2017-01-12 19:28:51 +05:30
window.py Support S8C1T mode 2017-12-05 20:21:12 +05:30