| .. |
|
conf
|
Re-raise KeyError idiomatically
|
2018-06-29 13:49:08 +05:30 |
|
fonts
|
--debug-font-fallback also prints out what basic fonts were matched
|
2018-06-19 12:48:33 +05:30 |
|
launcher
|
|
|
|
__init__.py
|
|
|
|
blit_fragment.glsl
|
|
|
|
blit_vertex.glsl
|
|
|
|
border_fragment.glsl
|
|
|
|
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
|
Draw only the minimum borders needed for inactive windows
|
2018-07-06 17:30:53 +05:30 |
|
cell_fragment.glsl
|
Implement SGR dim
|
2018-05-20 10:43:26 +05:30 |
|
cell_vertex.glsl
|
Add an option :opt:cursor_text_color to render text under the cursor in a fixed color.
|
2018-07-12 12:50:42 +05:30 |
|
charsets.c
|
|
|
|
child-monitor.c
|
Allocate talk data on the heap
|
2018-07-13 17:13:59 +05:30 |
|
child.c
|
Fix compiler warning
|
2018-06-30 18:15:08 +05:30 |
|
child.py
|
Add an option :opt:env to set environment variables in child processes from kitty.conf
|
2018-07-15 12:16:43 +05:30 |
|
cli.py
|
seq_as_rst: Sort "Choices" so they are consistently formatted
|
2018-07-05 11:00:54 -04:00 |
|
client.py
|
Add missing screen_delete_lines to client
|
2018-06-11 09:12:30 +05:30 |
|
cmds.py
|
Merge branch 'master' of https://github.com/Ma-Shell/kitty
|
2018-06-23 13:54:47 +05:30 |
|
cocoa_window.m
|
macOS: Add an option macos_window_resizable to control if kitty top-level windows are resizable using the mouse or not
|
2018-07-03 06:49:28 +05:30 |
|
colors.c
|
Add a kitty @ get-colors command
|
2018-06-18 10:02:05 +05:30 |
|
config.py
|
Add an option :opt:env to set environment variables in child processes from kitty.conf
|
2018-07-15 12:16:43 +05:30 |
|
config_data.py
|
Add an option :opt:env to set environment variables in child processes from kitty.conf
|
2018-07-15 12:16:43 +05:30 |
|
constants.py
|
version 0.11.3
|
2018-07-10 21:42:01 +05:30 |
|
control-codes.h
|
|
|
|
core_text.m
|
Reduce data sent to GPU per draw by 30%
|
2018-05-27 21:25:09 +05:30 |
|
cursor.c
|
Reduce data sent to GPU per draw by 30%
|
2018-05-27 21:25:09 +05:30 |
|
cursor_fragment.glsl
|
|
|
|
cursor_vertex.glsl
|
|
|
|
data-types.c
|
Make the PNG reader code re-useable
|
2018-07-07 07:46:15 +05:30 |
|
data-types.h
|
Add a printf annotation of the log_error function
|
2018-07-13 16:39:47 +05:30 |
|
desktop.c
|
|
|
|
emoji.h
|
Ignore the non-characters from the unicode standard in addition to ignoring the control characters
|
2018-06-14 10:20:13 +05:30 |
|
fontconfig.c
|
Reduce data sent to GPU per draw by 30%
|
2018-05-27 21:25:09 +05:30 |
|
fonts.c
|
Add a printf annotation of the log_error function
|
2018-07-13 16:39:47 +05:30 |
|
fonts.h
|
Reduce data sent to GPU per draw by 30%
|
2018-05-27 21:25:09 +05:30 |
|
freetype.c
|
Linux: Fix compilation with python 3.7
|
2018-07-10 18:47:05 +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
|
Add API for the application to notify the IME system of state changes
|
2018-07-12 18:18:19 +05:30 |
|
glfw.c
|
Notify IBUS when focus is gained/lost
|
2018-07-12 18:18:19 +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
|
|
|
|
graphics_vertex.glsl
|
|
|
|
history.c
|
Reduce data sent to GPU per draw by 30%
|
2018-05-27 21:25:09 +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
|
IME input: Show the pre-edit text while the IME is in progress
|
2018-07-12 18:18:21 +05:30 |
|
keys.h
|
Add in the redundant ctrl+<234578`> key combinations in normal and application mode. They all conflict with other keys but by implementing them the same as other terminals, I can at least avoid having to explain how they Ctrl+number is broken in traditional terminals over and over again.
|
2018-05-28 20:37:48 +05:30 |
|
keys.py
|
Linux: Allow using XKB key names to bind shortcuts to keys not supported by GLFW
|
2018-06-22 12:41:50 +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
|
minimal borders for the grid layout
|
2018-07-06 20:23:56 +05:30 |
|
line-buf.c
|
Reduce data sent to GPU per draw by 30%
|
2018-05-27 21:25:09 +05:30 |
|
line.c
|
Reduce data sent to GPU per draw by 30%
|
2018-05-27 21:25:09 +05:30 |
|
lineops.h
|
IME input: Show the pre-edit text while the IME is in progress
|
2018-07-12 18:18:21 +05:30 |
|
logging.c
|
|
|
|
main.py
|
Revert change to set PYTHONIOENCODING on macOS
|
2018-07-15 12:19:48 +05:30 |
|
modes.h
|
|
|
|
mouse.c
|
When drag-scrolling stop the scroll when the mouse button is released.
|
2018-07-06 13:01:49 +05:30 |
|
parser.c
|
Switch to high number OSC codes instead of DCS string codes for dynamic color push/pop
|
2018-06-15 15:21:46 +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
|
macOS: Fix an error in remote control when using --listen-on. Fixes #679
|
2018-06-25 12:33:54 +05:30 |
|
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
|
When de-activating overlay line, mark it dirty
|
2018-07-12 18:18:21 +05:30 |
|
screen.h
|
IME input: Show the pre-edit text while the IME is in progress
|
2018-07-12 18:18:21 +05:30 |
|
session.py
|
create_session: handle args=None
|
2018-06-23 02:57:47 +02:00 |
|
shaders.c
|
Fix kitty @ set-colors not working with the window border colors
|
2018-06-11 09:03:24 +05:30 |
|
shell.py
|
kitty shell prompt: fallback to plain ascii prompt in case of unicode errors
|
2018-07-14 06:35:43 +05:30 |
|
state.c
|
macOS: Add an option macos_window_resizable to control if kitty top-level windows are resizable using the mouse or not
|
2018-07-03 06:49:28 +05:30 |
|
state.h
|
When dragging to select with the mouse "grab" the mouse so that if it strays into neighboring windows, the selection is still updated
|
2018-07-06 10:33:01 +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 an option single_window_margin_width to allow different margins when only a single window is visible in the layout
|
2018-06-29 09:56:05 +05:30 |
|
terminfo.py
|
Fix Shift+function key not working
|
2018-04-23 11:28:02 +05:30 |
|
threading.h
|
Fix typo in threading.h introduced by FreeBSD commits
|
2018-06-03 09:29:33 +05:30 |
|
unicode-data.c
|
Ignore the non-characters from the unicode standard in addition to ignoring the control characters
|
2018-06-14 10:20:13 +05:30 |
|
unicode-data.h
|
Ignore the non-characters from the unicode standard in addition to ignoring the control characters
|
2018-06-14 10:20:13 +05:30 |
|
utils.py
|
Fix extra blank lines when using log_error()
|
2018-06-19 12:51:54 +05:30 |
|
wcwidth-std.h
|
wcwidth() for not assigned code points should be -4
|
2018-06-14 10:27:42 +05:30 |
|
window.py
|
Add an option :opt:cursor_text_color to render text under the cursor in a fixed color.
|
2018-07-12 12:50:42 +05:30 |