| .. |
|
conf
|
Replace all instances of EnvironmentError with OSError
|
2020-01-11 16:47:36 +01:00 |
|
fonts
|
Fix linting
|
2020-02-06 16:21:32 +01:00 |
|
__init__.py
|
|
|
|
bgimage_fragment.glsl
|
Fix rendering of semi-transparent bg images in semi-transparent windows
|
2020-02-02 11:45:48 +05:30 |
|
bgimage_vertex.glsl
|
Fix unwanted scaling when tiling bg image
|
2020-02-01 11:41:06 +05:30 |
|
blit_fragment.glsl
|
Remove useless code from shader
|
2020-01-21 00:28:55 +01:00 |
|
blit_vertex.glsl
|
|
|
|
border_fragment.glsl
|
|
|
|
border_vertex.glsl
|
|
|
|
borders.py
|
Fix border/margin/padding sizes not being recalculated on DPI change
|
2020-02-09 08:31:09 +05:30 |
|
boss.py
|
macOS: Fix menubar title not updating on OS Window focus change
|
2020-02-10 07:27:40 +05:30 |
|
cell_fragment.glsl
|
Move draw_bg multiplication into vertex shader
|
2020-01-21 07:58:34 +05:30 |
|
cell_vertex.glsl
|
Move draw_bg multiplication into vertex shader
|
2020-01-21 07:58:34 +05:30 |
|
charsets.c
|
|
|
|
charsets.h
|
|
|
|
child-monitor.c
|
macOS: Fix menubar title not updating on OS Window focus change
|
2020-02-10 07:27:40 +05:30 |
|
child.c
|
|
|
|
child.py
|
Replace all instances of EnvironmentError with OSError
|
2020-01-11 16:47:36 +01:00 |
|
choose_entry.py
|
|
|
|
cli.py
|
Make the run-program example a little fancier
|
2020-01-13 12:16:43 +05:30 |
|
client.py
|
|
|
|
cmds.py
|
When unsetting bg image borders need to be redone to ensure blank rects are present
|
2020-02-02 20:51:31 +05:30 |
|
cocoa_window.m
|
oops
|
2020-01-15 21:39:13 +05:30 |
|
colors.c
|
Make mark colors per window
|
2020-01-15 18:42:37 +05:30 |
|
complete.py
|
Add completion for image filenames at command line
|
2020-02-01 12:33:11 +05:30 |
|
config.py
|
Action to convert between vertical and horizontal splits
|
2020-01-30 14:34:40 +05:30 |
|
config_data.py
|
Use some of th eglyphs from the poweline extra glyphs set in the symbol_map example
|
2020-02-16 12:17:34 +05:30 |
|
constants.py
|
version 0.16.0
|
2020-01-28 08:48:00 +05:30 |
|
control-codes.h
|
|
|
|
core_text.m
|
Fix #2313
|
2020-01-26 08:00:06 +05:30 |
|
cursor.c
|
|
|
|
data-types.c
|
Actually apply mark colors when rendering
|
2020-01-13 09:51:03 +05:30 |
|
data-types.h
|
Add background_image
|
2020-01-30 17:23:42 +08:00 |
|
desktop.c
|
|
|
|
emoji.h
|
|
|
|
fontconfig.c
|
|
|
|
fonts.c
|
oops
|
2020-02-17 16:24:40 +05:30 |
|
fonts.h
|
|
|
|
freetype.c
|
|
|
|
gl-wrapper.c
|
|
|
|
gl-wrapper.h
|
|
|
|
gl.c
|
Make each OS window have its own framebuffer
|
2020-01-24 16:06:57 +08:00 |
|
gl.h
|
Make each OS window have its own framebuffer
|
2020-01-24 16:06:57 +08:00 |
|
glfw-wrapper.c
|
Merge branch 'resize-by-increments' of https://github.com/aes/kitty
|
2020-01-07 10:44:55 +05:30 |
|
glfw-wrapper.h
|
Merge branch 'resize-by-increments' of https://github.com/aes/kitty
|
2020-01-07 10:44:55 +05:30 |
|
glfw.c
|
Move a bunch of unneeded stuff
|
2020-01-30 18:08:25 +08:00 |
|
glfw_tests.c
|
|
|
|
glfw_tests.h
|
|
|
|
graphics.c
|
Cleanup png_path_to_bitmap()
|
2020-01-31 09:46:16 +05:30 |
|
graphics.h
|
API for changing the background image of OS windows
|
2020-02-01 09:17:41 +05:30 |
|
graphics_fragment.glsl
|
|
|
|
graphics_vertex.glsl
|
|
|
|
history.c
|
|
|
|
key_encoding.py
|
|
|
|
key_names.py
|
|
|
|
keys.c
|
|
|
|
keys.h
|
Add GLFW_KEY_CIRCUMFLEX to control_codes
|
2020-01-12 16:27:40 +01:00 |
|
keys.py
|
DRYer
|
2020-01-13 14:35:17 +01:00 |
|
kittens.c
|
|
|
|
launch.py
|
Implement adding of windows to splits layout
|
2020-01-30 06:12:45 +05:30 |
|
layout.py
|
Fix border/margin/padding sizes not being recalculated on DPI change
|
2020-02-09 08:31:09 +05:30 |
|
line-buf.c
|
|
|
|
line.c
|
Fix URL detection not working for urls of the form scheme:///url
|
2020-01-17 07:49:01 +05:30 |
|
lineops.h
|
Allow scrolling to marks
|
2020-01-15 07:11:34 +05:30 |
|
logging.c
|
|
|
|
loop-utils.c
|
|
|
|
loop-utils.h
|
|
|
|
macos_process_info.c
|
|
|
|
main.py
|
When resolving scrollback pager if it is not present in system PATH try using shell PATH
|
2020-02-03 08:03:35 +05:30 |
|
marks.py
|
Bugfix exception when executing marker functions
|
2020-02-08 19:28:53 +01:00 |
|
modes.h
|
|
|
|
monotonic.c
|
|
|
|
monotonic.h
|
|
|
|
mouse.c
|
When the application running in the terminal grabs the mouse, pass middle clicks to the application unless the terminal_select_modifiers are pressed
|
2020-02-16 22:55:18 +05:30 |
|
notify.py
|
|
|
|
parse-graphics-command.h
|
|
|
|
parser.c
|
|
|
|
png-reader.c
|
|
|
|
png-reader.h
|
|
|
|
remote_control.py
|
Allow set_background_image to work over SSH
|
2020-02-01 11:35:12 +05:30 |
|
rewrap.h
|
|
|
|
rgb.py
|
|
|
|
screen.c
|
Fix incorrect rendering of selection when using rectangular select and scrolling
|
2020-02-16 21:10:09 +05:30 |
|
screen.h
|
Use only a single marker function
|
2020-01-13 11:57:19 +05:30 |
|
session.py
|
When resolving scrollback pager if it is not present in system PATH try using shell PATH
|
2020-02-03 08:03:35 +05:30 |
|
shaders.c
|
Dont need to bind blit vertex array as cells vertex array is already bound
|
2020-02-02 20:56:42 +05:30 |
|
shell.py
|
Add completion for image filenames at command line
|
2020-02-01 12:33:11 +05:30 |
|
state.c
|
Fix mock window not being zeroes on creation
|
2020-02-12 21:34:19 +05:30 |
|
state.h
|
Make underline cursor thickness configurable
|
2020-02-06 16:15:12 +01:00 |
|
tab_bar.py
|
Fix fade style tab bar showing opaque background after last tab
|
2020-02-16 15:11:55 +05:30 |
|
tabs.py
|
Fix border/margin/padding sizes not being recalculated on DPI change
|
2020-02-09 08:31:09 +05:30 |
|
terminfo.py
|
|
|
|
threading.h
|
|
|
|
tint_fragment.glsl
|
Add an option to tint background images using the current background color
|
2020-02-02 11:22:21 +05:30 |
|
tint_vertex.glsl
|
Add an option to tint background images using the current background color
|
2020-02-02 11:22:21 +05:30 |
|
unicode-data.c
|
|
|
|
unicode-data.h
|
|
|
|
update_check.py
|
Replace all instances of EnvironmentError with OSError
|
2020-01-11 16:47:36 +01:00 |
|
utils.py
|
When resolving scrollback pager if it is not present in system PATH try using shell PATH
|
2020-02-03 08:03:35 +05:30 |
|
wcwidth-std.h
|
|
|
|
window.py
|
Remove unused code
|
2020-02-12 21:28:48 +05:30 |