kitty/kitty
2017-12-11 19:04:44 +05:30
..
fonts More work on positioning glyphs with CoreText 2017-12-11 18:48:14 +05:30
__init__.py
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
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 Basic color emoji rendering working 2017-12-09 12:01:43 +05:30
cell_vertex.glsl Basic color emoji rendering working 2017-12-09 12:01:43 +05:30
charsets.c
child-monitor.c Fix kitty discarding peer messages in rapid succession 2017-12-01 12:16:17 +05:30
child.py
cli.py Add an option to set the window title 2017-12-01 12:16:17 +05:30
client.py
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 option to control using color emoji or not 2017-12-09 12:01:43 +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 Report unknown CSI r sequences 2017-12-06 00:31:03 +05:30
core_text.m Finish up CoreText based rendering 2017-12-11 19:04:44 +05:30
cursor.c Support S8C1T mode 2017-12-05 20:21:12 +05:30
cursor_fragment.glsl
cursor_vertex.glsl
data-types.c Start work on rendering with CoreText 2017-12-10 20:28:06 +05:30
data-types.h Store sprites in an RGBA texture 2017-12-09 12:01:42 +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 Improve fontconfig fallback font queries for emoji 2017-12-09 12:01:43 +05:30
fontconfig.c Add rgba and lcdfilter fields to the fc-dict 2017-12-09 12:58:23 +05:30
fonts.c Fix OT shaper not working on macOS 2017-12-11 09:48:20 +05:30
fonts.h More work on positioning glyphs with CoreText 2017-12-11 18:48:14 +05:30
freetype.c More work on positioning glyphs with CoreText 2017-12-11 18:48:14 +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
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 option to control using color emoji or not 2017-12-09 12:01:43 +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 Report unknown CSI r sequences 2017-12-06 00:31:03 +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 Store sprites in an RGBA texture 2017-12-09 12:01:42 +05:30
state.c Basic color emoji rendering working 2017-12-09 12:01:43 +05:30
state.h Add option to control using color emoji or not 2017-12-09 12:01:43 +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
utils.py Respond to OSC color query escape codes 2017-12-01 21:02:30 +05:30
wcwidth9.h
window.py Support S8C1T mode 2017-12-05 20:21:12 +05:30