kitty/kitty
2017-12-15 13:08:27 +05:30
..
fonts icat: Add a command line argument for horizontal alignment 2017-12-15 13:08:27 +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 Have pt_to_px use global_state instead of get_dpi 2017-12-14 18:04:10 +05:30
boss.py When hovering over a URL, highlight the URL fully even if it continues over multiple lines. Note that URL detection has not changed. A URL will be detected only if the mouse hovers over the line containing the start of the URL. 2017-12-13 11:11:13 +05:30
cell_fragment.glsl Basic color emoji rendering working 2017-12-09 12:01:43 +05:30
cell_vertex.glsl When hovering over a URL, highlight the URL fully even if it continues over multiple lines. Note that URL detection has not changed. A URL will be detected only if the mouse hovers over the line containing the start of the URL. 2017-12-13 11:11:13 +05:30
charsets.c Use a static b64 decoding table 2017-09-30 13:51:47 +05:30
child-monitor.c Fix for kitty sometimes not detecting child death on macOS 2017-12-13 22:20:11 +05:30
child.py
cli.py Get rid of argparse from kitty-icat as well 2017-12-15 12:35:30 +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 CoreText: Use the layout engine to calculate cell height 2017-12-13 14:12:23 +05:30
cursor.c Fix #226 2017-12-14 06:42:52 +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 Fix for kitty sometimes not detecting child death on macOS 2017-12-13 22:20:11 +05:30
data-types.h Fix for kitty sometimes not detecting child death on macOS 2017-12-13 22:20:11 +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 Move logical DPI calculation into glfw module 2017-12-14 18:30:53 +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 icat: Add a command line argument for horizontal alignment 2017-12-15 13:08:27 +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 Have pt_to_px use global_state instead of get_dpi 2017-12-14 18:04:10 +05:30
line-buf.c Fix build failure on systems with __OPTIMZE__ defined 2017-11-24 22:42:56 +05:30
line.c When hovering over a URL, highlight the URL fully even if it continues over multiple lines. Note that URL detection has not changed. A URL will be detected only if the mouse hovers over the line containing the start of the URL. 2017-12-13 11:11:13 +05:30
lineops.h When hovering over a URL, highlight the URL fully even if it continues over multiple lines. Note that URL detection has not changed. A URL will be detected only if the mouse hovers over the line containing the start of the URL. 2017-12-13 11:11:13 +05:30
main.py Move logical DPI calculation into glfw module 2017-12-14 18:30:53 +05:30
modes.h Support S8C1T mode 2017-12-05 20:21:12 +05:30
mouse.c Implement select-by-rectangle when holding down Ctrl+Alt 2017-12-13 13:26:55 +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 Implement select-by-rectangle when holding down Ctrl+Alt 2017-12-13 13:26:55 +05:30
screen.h Implement select-by-rectangle when holding down Ctrl+Alt 2017-12-13 13:26:55 +05:30
session.py Add an option to set the window title 2017-12-01 12:16:17 +05:30
shaders.c Support running on the "low power" GPU on dual GPU macOS machines 2017-12-14 06:14:22 +05:30
state.c Move logical DPI calculation into glfw module 2017-12-14 18:30:53 +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 Also filter 8-bit control sequences when sanitizing 2017-12-15 09:36:45 +05:30
wcwidth9.h
window.py Also filter 8-bit control sequences when sanitizing 2017-12-15 09:36:45 +05:30