kitty/kitty
2018-09-09 14:30:32 +05:30
..
conf Only import the ast module on demand 2018-08-27 12:43:20 +05:30
fonts Remove unused import 2018-09-04 17:54:33 +05:30
launcher Forgot to marcj launcher script executable 2018-02-09 16:48: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 Change the window border color if a bell occurs in an unfocused window. Can be disabled by setting the bell_border_color to be the same as the inactive_border_color. 2018-05-02 22:02:45 +05:30
borders.py Let the layout control which window borders are drawn 2018-07-06 17:14:25 +05:30
boss.py Add a new kitty --start-as command line flag to start kitty fullscreen/maximized/minimized. 2018-09-09 10:23:48 +05:30
cell_fragment.glsl Draw underlines under the text instead of over it 2018-09-03 09:48:53 +05:30
cell_vertex.glsl Render all cursor shapes in the cell shader 2018-07-19 14:05:15 +05:30
charsets.c Remove trailing whitespace from native code files 2017-12-20 08:44:47 +05:30
child-monitor.c Write escape codes to children atomically 2018-08-29 09:01:52 +05:30
child.c ... 2018-09-07 11:37:33 +05:30
child.py ... 2018-08-06 20:13:16 +05:30
cli.py Have the kitty --title flag apply to all windows created using kitty --session 2018-09-09 10:49:20 +05:30
client.py Implement window title stack 2018-08-29 09:56:52 +05:30
cmds.py Add a new `last_used_layout` function that can be mapped to a shortcut to switch to the previously used window layout 2018-09-08 05:56:02 +05:30
cocoa_window.m The focus_follows_mouse option now also works across top-level kitty OS windows 2018-07-30 21:26:20 +05:30
colors.c Add a kitty @ get-colors command 2018-06-18 10:02:05 +05:30
complete.py Correct spelling mistakes. 2018-09-06 12:07:09 +01:00
config.py Implement directional movement of windows 2018-09-08 23:51:09 +05:30
config_data.py Allow using "all" as "*" for enabled_layouts 2018-09-08 08:22:37 +05:30
constants.py version 0.12.1 2018-09-08 05:22:02 +05:30
control-codes.h Correct spelling mistakes. 2018-09-06 12:07:09 +01:00
core_text.m macOS: Fix a character that cannot be rendered in any font causing font fallback for all subsequent characters that cannot be rendered in the main font to fail 2018-09-04 14:21:36 +05:30
cursor.c Reduce data sent to GPU per draw by 30% 2018-05-27 21:25:09 +05:30
data-types.c Fail early when opening tty fails 2018-09-02 14:29:10 +05:30
data-types.h Fix drag-scrolling not working when the mouse leaves the window confines 2018-09-09 14:30:32 +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 Implement support for emoji skin tone modifiers 2018-08-04 10:06:25 +05:30
fontconfig.c Reduce data sent to GPU per draw by 30% 2018-05-27 21:25:09 +05:30
fonts.c ... 2018-09-06 11:58:43 +05:30
fonts.h Reduce data sent to GPU per draw by 30% 2018-05-27 21:25:09 +05:30
freetype.c Do not convert bitmaps when loading a glyph to access its metrics 2018-09-09 09:46:19 +05:30
gl-wrapper.c Update version of glad used to generate OpenGL wrapper 2018-06-20 12:43:26 +05:30
gl-wrapper.h Update version of glad used to generate OpenGL wrapper 2018-06-20 12:43:26 +05:30
gl.h ... 2018-05-05 07:30:59 +05:30
glfw-wrapper.c Add API for the application to notify the IME system of state changes 2018-07-12 18:18:19 +05:30
glfw-wrapper.h Wayland: Allow using the --class to set the app id 2018-09-06 06:54:38 +05:30
glfw.c Fix drag-scrolling not working when the mouse leaves the window confines 2018-09-09 14:30:32 +05:30
graphics.c Make the PNG reader code re-useable 2018-07-07 07:46:15 +05:30
graphics.h Implement changing the font size for individual top level (OS) windows 2018-05-27 12:37: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 Fix pre-allocation of the full history buffer 2018-09-06 21:06:31 +05:30
key_encoding.py tui: Use correct key names for enter and backspace keys 2018-05-24 15:23:34 +05:30
keys.c Allow mapping shortcuts using the raw key code from the OS 2018-09-02 18:46:10 +05:30
keys.h Distinguish shifted Pgup and PgDn keys in normal and application mode 2018-08-05 17:17:15 +05:30
keys.py Forgot to remove mac os filter for native shortcut dispatching in one place 2018-09-04 15:00:09 +05:30
khrplatform.h Update GL wrapper generated by new version of glad 2018-05-04 18:12:31 +05:30
kittens.c Remove unused code 2018-06-30 12:01:56 +05:30
layout.py Implement directional movement of windows 2018-09-08 23:51:09 +05:30
line-buf.c Reduce data sent to GPU per draw by 30% 2018-05-27 21:25:09 +05:30
line.c dont -> don't 2018-08-29 03:18:25 +02:00
lineops.h IBUS: Fix update of pre-edit text not working correctly 2018-08-06 11:30:33 +05:30
logging.c Replace deprecated ASL with os_log on macOS 2018-03-04 12:28:06 +05:30
macos_process_info.c Code to get the env vars of a process 2018-07-24 11:27:10 +05:30
main.py macOS: Fix using open --args not working 2018-09-03 20:58:31 +05:30
modes.h Get rid of the query escape code for styled underlines 2018-02-04 16:40:48 +05:30
mouse.c Fix drag-scrolling not working when the mouse leaves the window confines 2018-09-09 14:30:32 +05:30
parse-graphics-command.h Add a warning not to edit the apc parsers header files 2018-07-20 09:45:05 +05:30
parser.c Better error message for attempts to use CSI codes to resize the window 2018-08-29 10:09:06 +05:30
png-reader.c Also return image dimensions when loading PNG 2018-07-07 08:04:11 +05:30
png-reader.h Make the PNG reader code re-useable 2018-07-07 07:46:15 +05:30
remote_control.py dont -> don't 2018-08-29 03:18:25 +02:00
rewrap.h Reduce data sent to GPU per draw by 30% 2018-05-27 21:25:09 +05:30
rgb.py A new tab bar style 2018-06-06 13:27:15 +05:30
screen.c Revert the wide-character backspace patch 2018-09-09 13:51:15 +05:30
screen.h Implement window title stack 2018-08-29 09:56:52 +05:30
session.py Have the kitty --title flag apply to all windows created using kitty --session 2018-09-09 10:49:20 +05:30
shaders.c dont -> don't 2018-08-29 03:18:25 +02:00
shell.py Implement completion for remote control commands 2018-08-25 14:51:59 +05:30
state.c Linux: Fix crash with some nvidia drivers when creating tabs in the first top level-window after creating a second top-level window. 2018-09-07 15:23:10 +05:30
state.h Implement high precision scrolling with the trackpad on platforms such as macOS and Wayland that implement it. 2018-08-24 11:00:58 +05:30
tab_bar.py Fix segfault when opening more tabs than would fit with even one character titles on the tab bar. Fixes #706 2018-07-07 05:35:56 +05:30
tabs.py Add a new `neighboring_window` function to switch to neighboring windows in the current layout, similar to window movement in vim 2018-09-08 08:59:11 +05:30
terminfo.py ... 2018-08-29 18:57:51 +05:30
threading.h Fix pthread_setname_np on openbsd as well 2018-07-29 10:34:54 +05:30
unicode-data.c Round-trip the zwj unicode character 2018-08-04 18:29:45 +05:30
unicode-data.h Round-trip the zwj unicode character 2018-08-04 18:29:45 +05:30
utils.py dont -> don't 2018-08-29 03:18:25 +02:00
wcwidth-std.h Round-trip the zwj unicode character 2018-08-04 18:29:45 +05:30
window.py title stack should be LIFO not FIFO 2018-08-29 10:00:15 +05:30