| .. |
|
conf
|
Only import the ast module on demand
|
2018-08-27 12:43:20 +05:30 |
|
fonts
|
Linux: Fix match rules used as aliases in Fontconfig configuration not being respected
|
2018-10-23 12:22:18 +05:30 |
|
launcher
|
Forgot to marcj launcher script executable
|
2018-02-09 16:48:04 +05:30 |
|
__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
|
Technically, scroll_until_empty is scroll_until_cursor
|
2018-11-03 14:23:50 +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
|
|
|
|
child-monitor.c
|
Dont send frame requests is sync_to_monitor is disabled
|
2018-10-27 14:04:14 +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
|
Remote control: Fix the `focus_window` command not focusing the top-level OS window of the specified kitty window
|
2018-09-22 12:17:35 +05:30 |
|
cocoa_window.m
|
Respect the default system double-click interval
|
2018-10-26 11:57:33 +02:00 |
|
colors.c
|
Add a kitty @ get-colors command
|
2018-06-18 10:02:05 +05:30 |
|
complete.py
|
bash completion: make complete helper start with _
|
2018-09-18 09:10:47 +09:00 |
|
config.py
|
Add a new `nth_window action that can be used to go to the nth window and also previously active windows, using negative numbers. Similarly, goto_tab` now accepts negative numbers to go to previous windows
|
2018-10-21 10:59:06 +05:30 |
|
config_data.py
|
Document how to achieve alternative behavior for Ctrl+L, ref #1113
|
2018-11-03 20:29:40 +01:00 |
|
constants.py
|
Implement primary selection for Wayland
|
2018-10-31 09:03:22 +05:30 |
|
control-codes.h
|
Correct spelling mistakes.
|
2018-09-06 12:07:09 +01:00 |
|
core_text.m
|
get_glyph_width for core text?!
|
2018-09-29 18:56:54 +02:00 |
|
cursor.c
|
Move cell_as_sgr to line.c
|
2018-09-30 08:58:33 +05:30 |
|
data-types.c
|
Fail early when opening tty fails
|
2018-09-02 14:29:10 +05:30 |
|
data-types.h
|
Move cell_as_sgr to line.c
|
2018-09-30 08:58:33 +05:30 |
|
desktop.c
|
|
|
|
emoji.h
|
Implement support for emoji skin tone modifiers
|
2018-08-04 10:06:25 +05:30 |
|
fontconfig.c
|
Allow specifying monospace when calling fc_match
|
2018-10-24 06:45:06 +05:30 |
|
fonts.c
|
Merge branch 'adjust_column_width_frac' of https://github.com/jjrams/kitty
|
2018-10-30 11:49:58 +05:30 |
|
fonts.h
|
render_line: use cells based on bitmap width
|
2018-09-29 18:38:53 +02:00 |
|
freetype.c
|
Merge branch 'multi-pua' of https://github.com/blueyed/kitty
|
2018-10-30 11:49: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
|
Implement primary selection for Wayland
|
2018-10-31 09:03:22 +05:30 |
|
glfw-wrapper.h
|
Implement primary selection for Wayland
|
2018-10-31 09:03:22 +05:30 |
|
glfw.c
|
Implement primary selection for Wayland
|
2018-10-31 09:03:22 +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
|
Merge branch 'pagerhist' of https://github.com/martinetd/kitty
|
2018-09-30 08:41:52 +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
|
Fix :kbd:ctrl+shift+special key not working in normal and application keyboard modes
|
2018-11-03 09:03:50 +05:30 |
|
keys.py
|
Fix :kbd:ctrl+shift+special key not working in normal and application keyboard modes
|
2018-11-03 09:03: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
|
Fixed call to Tall.neighbors_for_window
|
2018-11-01 14:55:13 -06:00 |
|
line-buf.c
|
Reduce data sent to GPU per draw by 30%
|
2018-05-27 21:25:09 +05:30 |
|
line.c
|
Move cell_as_sgr to line.c
|
2018-09-30 08:58:33 +05:30 |
|
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
|
Add option to enable custom cursor on macos
|
2018-09-18 10:56:26 -06:00 |
|
modes.h
|
Get rid of the query escape code for styled underlines
|
2018-02-04 16:40:48 +05:30 |
|
mouse.c
|
Fix using focus_follows_mouse causing text selection with the mouse to malfunction when using multiple kitty windows
|
2018-09-22 18:15:03 +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
|
Technically, scroll_until_empty is scroll_until_cursor
|
2018-11-03 14:23:50 +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
|
macOS: Fix resizing semi-transparent windows causing the windows to be invisible during the resize
|
2018-09-12 10:44:24 +05:30 |
|
shell.py
|
Implement completion for remote control commands
|
2018-08-25 14:51:59 +05:30 |
|
state.c
|
Microoptimisation
|
2018-11-09 10:19:42 +01:00 |
|
state.h
|
Initial attempt at supporting Wayland frame events
|
2018-10-26 07:42:57 +05:30 |
|
tab_bar.py
|
Fix kitty @set-colors not working for tab backgrounds when using the fade tabbar style
|
2018-09-09 19:41:32 +05:30 |
|
tabs.py
|
Allow hiding the tab bar completely, by setting :opt:tab_bar_style to `hidden`.
|
2018-10-25 10:05:43 +05:30 |
|
terminfo.py
|
Add a terminfo entry for full keyboard mode
|
2018-11-05 08:11:35 +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
|
Account for secondary screen not having history buffer
|
2018-09-30 16:45:24 +02:00 |