kitty/kitty
Kovid Goyal cc9a19b303
Move set_active_window into base class
It was only used in a single sub-class anyway
2018-02-02 13:56:25 +05:30
..
fonts Ensure underlines are rendered even for fonts with very poor metrics 2017-12-19 00:54: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 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 Fix resize debounce implementation 2018-02-02 13:06:18 +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 Add a setting to adjust the width of cells, similar to the existing setting to adjust the height of cells 2018-01-28 10:16:59 +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 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 Implement support for save/restore of DEC private modes (CSI ? s/r) 2018-02-01 09:19:43 +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 Add a setting to adjust the width of cells, similar to the existing setting to adjust the height of cells 2018-01-28 10:16:59 +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 extra columns cut-off from the right edge of italic characters that are too wide to fit in a cell 2018-01-28 10:06:39 +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-29 12:30:05 +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
keys.c macOS: Fix alt+arrow keys not working when disabling the macos_option_as_alt config option. 2018-01-21 15:41:56 +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 Add a setting to adjust the width of cells, similar to the existing setting to adjust the height of cells 2018-01-28 10:16:59 +05:30
layout.py Move set_active_window into base class 2018-02-02 13:56:25 +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 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 Move window region calculations into one place 2018-01-19 11:31:44 +05:30
parser.c Implement support for save/restore of DEC private modes (CSI ? s/r) 2018-02-01 09:19:43 +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 Track cursor position explicitly during rewrap 2018-02-02 13:06:18 +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 Add an option to fade text in inactive windows 2017-12-28 10:36:48 +05:30
state.c ... 2018-01-28 10:18:02 +05:30
state.h Fix resize debounce implementation 2018-02-02 13:06:18 +05:30
tabs.py tab bar blank rects dont extend down enough 2018-01-19 17:05:18 +05:30
terminfo.py ... 2018-01-31 10:14:08 +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 Use the new region function everywhere 2018-01-19 15:56:07 +05:30