kitty/kitty
2018-02-09 16:48:04 +05:30
..
fonts Let update_cell_emtrics() know if it is being called in response to a DPI change 2018-02-06 20:12:57 +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 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 Implement using Ctrl+Shift+u to input unicode 2018-02-08 22:47:17 +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 Avoid unnecessary draw calls with multiple OS Windows 2018-02-06 19:32:24 +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
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 Add support for emoji presentation when choosing fallback fonts 2018-02-06 11:11:22 +05:30
config_utils.py Move to_color into config_utils 2018-01-11 16:02:52 +05:30
constants.py version 0.7.1 2018-01-31 10:37:58 +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
cursor_vertex.glsl
data-types.c A terminal input parse helper for the kittens 2018-02-06 17:29:05 +05:30
data-types.h Get rid of safe_wcwidth 2018-02-05 10:11:30 +05:30
desktop.c
emoji.h Avoid unnecessary calls to mark_for_codepoint 2018-02-06 11:23:39 +05:30
fontconfig.c Add support for emoji presentation when choosing fallback fonts 2018-02-06 11:11:22 +05:30
fonts.c Let update_cell_emtrics() know if it is being called in response to a DPI change 2018-02-06 20:12:57 +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
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-02-08 09:15:40 +05:30
glfw.c Fix resize debounce implementation 2018-02-02 13:06:18 +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 Track cursor position explicitly during rewrap 2018-02-02 13:06:18 +05:30
icat.py kitty icat: Fix some PNG images not being displayed 2018-01-11 09:56:40 +05:30
key_encoding.py The kittens learn about mice 2018-02-07 12:40:04 +05:30
keys.c A few fixes for the extended key protocol 2018-02-08 12:57:16 +05:30
keys.h A few fixes for the extended key protocol 2018-02-08 12:57:16 +05:30
keys.py A few fixes for the extended key protocol 2018-02-08 12:57:16 +05:30
khrplatform.h
kittens.c Fix error handling in tui.loop 2018-02-08 12:33:27 +05:30
kitty.conf Implement using Ctrl+Shift+u to input unicode 2018-02-08 22:47:17 +05:30
layout.py Add tests for layout operations with an overlay window 2018-02-04 11:28:13 +05:30
line-buf.c Track cursor position explicitly during rewrap 2018-02-02 13:06:18 +05:30
line.c Handle non-BMP combining characters 2018-01-18 16:25:42 +05:30
lineops.h Track cursor position explicitly during rewrap 2018-02-02 13:06:18 +05:30
main.py Fix #316 2018-02-09 16:44:52 +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 Fix incorrect handling of CSI s/r/u 2018-02-04 16:16:57 +05:30
remote_control.py ... 2018-01-11 16:03:23 +05:30
rewrap.h Track cursor position explicitly during rewrap 2018-02-02 13:06:18 +05:30
rgb.py Respond to OSC color query escape codes 2017-12-01 21:02:30 +05:30
screen.c Dont save/restore DECCOLM since it is actually unused in kitty 2018-02-08 22:12:51 +05:30
screen.h Designating charsets should not switch to them 2018-02-01 12:05:07 +05:30
session.py Add an option to override the default shell 2018-01-09 16:28:46 +05:30
shaders.c Avoid unnecessary draw calls with multiple OS Windows 2018-02-06 19:32:24 +05:30
state.c Add support for emoji presentation when choosing fallback fonts 2018-02-06 11:11:22 +05:30
state.h Avoid unnecessary draw calls with multiple OS Windows 2018-02-06 19:32:24 +05:30
tabs.py Fix incorrect window border drawing for overlay windows 2018-02-06 09:41:19 +05:30
terminfo.py Add non-standard terminfo capabilities 2018-02-08 10:26:13 +05:30
unicode-data.c Avoid unnecessary calls to mark_for_codepoint 2018-02-06 11:23:39 +05:30
unicode-data.h Avoid unnecessary calls to mark_for_codepoint 2018-02-06 11:23:39 +05:30
utils.py A few more places to remove wcwidth from 2018-02-04 22:47:02 +05:30
wcwidth-std.h Avoid unnecessary calls to mark_for_codepoint 2018-02-06 11:23:39 +05:30
window.py Implement using Ctrl+Shift+u to input unicode 2018-02-08 22:47:17 +05:30