kitty/kitty
Kovid Goyal 80301d465b
Handle non-BMP combining characters
Use a level of indirection to store combining characters. This allows
combining characters to be stored using only two bytes, even if they are
after USHORT_MAX
2018-01-18 16:25:42 +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 Option to copy to clipboard on mouse select 2018-01-12 07:33:21 +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 Option to copy to clipboard on mouse select 2018-01-12 07:33:21 +05:30
config_utils.py Move to_color into config_utils 2018-01-11 16:02:52 +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 Store combining chars as an array in the Cell 2018-01-18 14:10:58 +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 Handle non-BMP combining characters 2018-01-18 16:25:42 +05:30
data-types.h Handle non-BMP combining characters 2018-01-18 16:25: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 Drop the dependency on libunistring 2018-01-18 00:09:40 +05:30
fontconfig.c Remove trailing whitespace from native code files 2017-12-20 08:44:47 +05:30
fonts.c Handle non-BMP combining characters 2018-01-18 16:25:42 +05:30
fonts.h Fix consecutive separate ligatures being rendered in the same group 2018-01-14 11:18:44 +05:30
freetype.c Fix consecutive separate ligatures being rendered in the same group 2018-01-14 11:18:44 +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 2018-01-12 05:34:53 +05:30
glfw-wrapper.h Update bundled glfw 2018-01-12 05:34:53 +05:30
glfw.c Fix unused function warning 2018-01-13 15:49:44 +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 kitty icat: Fix some PNG images not being displayed 2018-01-11 09:56:40 +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 Have the ctrl+shift+<key> generate the ASCII C0 control codes for the few shifted control codes there are. 2018-01-14 11:18:30 +05:30
keys.py Have the ctrl+shift+<key> generate the ASCII C0 control codes for the few shifted control codes there are. 2018-01-14 11:18:30 +05:30
khrplatform.h Switch to using glad instead of glew 2017-11-08 15:15:25 +05:30
kitty.conf Option to copy to clipboard on mouse select 2018-01-12 07:33:21 +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 Handle non-BMP combining characters 2018-01-18 16:25:42 +05:30
lineops.h Store combining chars as an array in the Cell 2018-01-18 14:10:58 +05:30
main.py Allow easily building a kitty.app wrapper to run kitty from source 2018-01-10 07:44:16 +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 ... 2018-01-11 16:03:23 +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 Fix copying from selection being restricted to only the visible part of the selection. Fixes #287 2018-01-17 21:39:24 +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 Merge branch 'us/master' of https://github.com/koekeishiya/kitty 2018-01-13 07:33:30 +05:30
tabs.py Add --keep-focus for @new-window 2018-01-10 12:36:15 +05:30
terminfo.py Support S8C1T mode 2017-12-05 20:21:12 +05:30
unicode-data.c Mapping that can be used to store unicode mark symbols in only two bytes 2018-01-18 16:06:07 +05:30
unicode-data.h Handle non-BMP combining characters 2018-01-18 16:25:42 +05:30
utils.py @send-text allow sending from files and stdin 2018-01-10 10:37:43 +05:30
wcwidth-std.h Drop the dependency on libunistring 2018-01-18 00:09:40 +05:30
window.py Implement @get-text 2018-01-09 22:48:24 +05:30