kitty/kitty
2018-03-04 12:28:06 +05:30
..
fonts Log a timestamp as well when printing error messages from python 2018-03-04 10:44:28 +05:30
launcher Forgot to marcj launcher script executable 2018-02-09 16:48:04 +05:30
__init__.py
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 Always set the padding color to current window background 2018-02-20 09:43:59 +05:30
borders.py Always set the padding color to current window background 2018-02-20 09:43:59 +05:30
boss.py Log a timestamp as well when printing error messages from python 2018-03-04 10:44:28 +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 Unify error logging between python and C 2018-03-04 11:55:47 +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 Finish remote control via socket implementation 2018-03-03 10:32:49 +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 setting title bar color. 2018-02-22 21:19:55 +05:30
colors.c Remove trailing whitespace from native code files 2017-12-20 08:44:47 +05:30
config.py Log a timestamp as well when printing error messages from python 2018-03-04 10:44:28 +05:30
config_utils.py Log a timestamp as well when printing error messages from python 2018-03-04 10:44:28 +05:30
constants.py version 0.8.0 2018-02-24 11:11:56 +05:30
control-codes.h Fix incorrect handling of CSI s/r/u 2018-02-04 16:16:57 +05:30
core_text.m Add support for emoji presentation when choosing fallback fonts 2018-02-06 11:11:22 +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 Unify error logging between python and C 2018-03-04 11:55:47 +05:30
data-types.h Unify error logging between python and C 2018-03-04 11:55:47 +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 Module with all the data for unicode entry by character name 2018-02-09 19:56:25 +05:30
fontconfig.c Add support for emoji presentation when choosing fallback fonts 2018-02-06 11:11:22 +05:30
fonts.c Unify error logging between python and C 2018-03-04 11:55:47 +05:30
fonts.h Add support for emoji presentation when choosing fallback fonts 2018-02-06 11:11:22 +05:30
freetype.c Almost always resize glyphs that are too wide 2018-02-05 09:21:14 +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 Unify error logging between python and C 2018-03-04 11:55:47 +05:30
glfw-wrapper.c Update bundled glfw 2018-01-12 05:34:53 +05:30
glfw-wrapper.h Update bundled glfw 2018-02-08 09:15:40 +05:30
glfw.c Unify error logging between python and C 2018-03-04 11:55:47 +05:30
graphics.c Unify error logging between python and C 2018-03-04 11:55:47 +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 Use a single generic function to get text and ANSI representations of all buffers 2018-02-14 20:38:53 +05:30
icat.py Use the nice array based interface for fcntl.ioctl 2018-02-20 17:01:14 +05:30
key_encoding.py The kittens learn about mice 2018-02-07 12:40:04 +05:30
keys.c Move needs_special_handling definition into keys.c 2018-02-22 14:37:51 +05:30
keys.h Treat Ctrl+Alt+letter as Esc,Ctrl+letter 2018-02-27 08:46:09 +05:30
keys.py Treat Ctrl+Alt+letter as Esc,Ctrl+letter 2018-02-27 08:46:09 +05:30
khrplatform.h Switch to using glad instead of glew 2017-11-08 15:15:25 +05:30
kittens.c Fix error handling in tui.loop 2018-02-08 12:33:27 +05:30
kitty.conf Option for changing macOS titlebar color 2018-02-22 15:07:24 +05:30
layout.py Fix incorrect bottom blank rects in vertical and tall layouts 2018-02-20 10:06:37 +05:30
line-buf.c Use a single generic function to get text and ANSI representations of all buffers 2018-02-14 20:38:53 +05:30
line.c Handle non-BMP combining characters 2018-01-18 16:25:42 +05:30
lineops.h Use a single generic function to get text and ANSI representations of all buffers 2018-02-14 20:38:53 +05:30
logging.c Replace deprecated ASL with os_log on macOS 2018-03-04 12:28:06 +05:30
main.py Option to print debug information about font fallback 2018-02-28 21:43:40 +05:30
modes.h Get rid of the query escape code for styled underlines 2018-02-04 16:40:48 +05:30
mouse.c Move window region calculations into one place 2018-01-19 11:31:44 +05:30
parser.c Unify error logging between python and C 2018-03-04 11:55:47 +05:30
remote_control.py Finish remote control via socket implementation 2018-03-03 10:32:49 +05:30
rewrap.h Fix off by one when restoring cursor position after resize. Fixes #344 2018-02-25 09:15:48 +05:30
rgb.py Respond to OSC color query escape codes 2017-12-01 21:02:30 +05:30
screen.c Unify error logging between python and C 2018-03-04 11:55:47 +05:30
screen.h Revert "Enable syncing of redraws to monitor refresh rate" 2018-02-20 08:32:33 +05:30
session.py Fix enabled_layouts in session files not being respected 2018-02-20 10:01:41 +05:30
shaders.c Unify error logging between python and C 2018-03-04 11:55:47 +05:30
state.c Option to print debug information about font fallback 2018-02-28 21:43:40 +05:30
state.h Option to print debug information about font fallback 2018-02-28 21:43:40 +05:30
tabs.py Fix enabled_layouts in session files not being respected 2018-02-20 10:01:41 +05:30
terminfo.py Log a timestamp as well when printing error messages from python 2018-03-04 10:44:28 +05:30
threading.h Fix compilation on Travis (I hope) 2018-03-03 10:56:07 +05:30
unicode-data.c Module with all the data for unicode entry by character name 2018-02-09 19:56:25 +05:30
unicode-data.h Avoid unnecessary calls to mark_for_codepoint 2018-02-06 11:23:39 +05:30
utils.py Unify error logging between python and C 2018-03-04 11:55:47 +05:30
wcwidth-std.h Module with all the data for unicode entry by character name 2018-02-09 19:56:25 +05:30
window.py Fix padding color not tracking active window bg color 2018-02-20 09:52:19 +05:30