| .. |
|
fonts
|
Ensure underlines are rendered even for fonts with very poor metrics
|
2017-12-19 00:54: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
|
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
|
...
|
2017-12-22 12:36:40 +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
|
Add an option to fade text in inactive windows
|
2017-12-28 10:36:48 +05:30 |
|
child.c
|
Handle fork() failures more gracefully
|
2018-01-05 13:57:49 +05:30 |
|
child.py
|
Move fork()+exec() of child processes into C
|
2018-01-04 23:19:09 +05:30 |
|
cli.py
|
Nicer CLI help output
|
2017-12-15 14:49:42 +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
|
Allow using macOS specific modifier key names in the config file
|
2018-01-03 08:59:36 +05:30 |
|
constants.py
|
version 0.6.1
|
2017-12-28 10:40:42 +05:30 |
|
control-codes.h
|
Remove trailing whitespace from native code files
|
2017-12-20 08:44:47 +05:30 |
|
core_text.m
|
Remove trailing whitespace from native code files
|
2017-12-20 08:44:47 +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
|
Move fork()+exec() of child processes into C
|
2018-01-04 23:19:09 +05:30 |
|
data-types.h
|
Take the mouse wheel multiplier into account when generating keypresses for mouse wheel events. Fixes #262
|
2018-01-04 12:34:31 +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
|
Fix trailing whitespace in generated unicde data files
|
2017-12-20 22:44:20 +05:30 |
|
fontconfig.c
|
Remove trailing whitespace from native code files
|
2017-12-20 08:44:47 +05:30 |
|
fonts.c
|
Fix some emoji glyphs not colored on Linux
|
2017-12-20 10:40:27 +05:30 |
|
fonts.h
|
Remove trailing whitespace from native code files
|
2017-12-20 08:44:47 +05:30 |
|
freetype.c
|
Remove trailing whitespace from native code files
|
2017-12-20 08:44:47 +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
|
2017-12-20 09:07:06 +05:30 |
|
glfw-wrapper.h
|
Update bundled glfw
|
2017-12-20 09:07:06 +05:30 |
|
glfw.c
|
Fix new window being created with different DPI not changing global DPI
|
2017-12-21 09:06:07 +05:30 |
|
graphics.c
|
Remove trailing whitespace from native code files
|
2017-12-20 08:44:47 +05:30 |
|
graphics.h
|
Ensure python type objects are declared in onlya single unit
|
2017-11-01 13:14:50 +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
|
Remove trailing whitespace from native code files
|
2017-12-20 08:44:47 +05:30 |
|
icat.py
|
...
|
2017-12-16 15:40:09 +05:30 |
|
key_encoding.py
|
No need ot build the key map on every startup
|
2017-02-11 10:48:36 +05:30 |
|
keys.c
|
DRYer
|
2018-01-04 12:38:35 +05:30 |
|
keys.h
|
More trailing whitespace
|
2018-01-06 09:12:23 +05:30 |
|
keys.py
|
More trailing whitespace
|
2018-01-06 09:12:23 +05:30 |
|
khrplatform.h
|
Switch to using glad instead of glew
|
2017-11-08 15:15:25 +05:30 |
|
kitty.conf
|
Add an option to fade text in inactive windows
|
2017-12-28 10:36:48 +05:30 |
|
layout.py
|
Have pt_to_px use global_state instead of get_dpi
|
2017-12-14 18:04:10 +05:30 |
|
line-buf.c
|
Remove trailing whitespace from native code files
|
2017-12-20 08:44:47 +05:30 |
|
line.c
|
Fix a crash when detecting URLs continued onto multiple lines
|
2017-12-27 06:35:09 +05:30 |
|
lineops.h
|
Remove trailing whitespace from native code files
|
2017-12-20 08:44:47 +05:30 |
|
main.py
|
Ensure a kitty executable is on PATH even when running from source
|
2018-01-05 14:56:01 +05:30 |
|
modes.h
|
Remove trailing whitespace from native code files
|
2017-12-20 08:44:47 +05:30 |
|
mouse.c
|
Take the mouse wheel multiplier into account when generating keypresses for mouse wheel events. Fixes #262
|
2018-01-04 12:34:31 +05:30 |
|
parser.c
|
Remove trailing whitespace from native code files
|
2017-12-20 08:44:47 +05:30 |
|
rewrap.h
|
Remove trailing whitespace from native code files
|
2017-12-20 08:44:47 +05:30 |
|
rgb.py
|
Respond to OSC color query escape codes
|
2017-12-01 21:02:30 +05:30 |
|
screen.c
|
Add a script to generate wcwidth as well
|
2017-12-20 16:18:05 +05:30 |
|
screen.h
|
Remove trailing whitespace from native code files
|
2017-12-20 08:44:47 +05:30 |
|
session.py
|
Add new actions to open tabs/windows with the working directory set to the working directory of the current window
|
2017-12-21 11:29:21 +05:30 |
|
shaders.c
|
Add an option to fade text in inactive windows
|
2017-12-28 10:36:48 +05:30 |
|
state.c
|
Add an option to fade text in inactive windows
|
2017-12-28 10:36:48 +05:30 |
|
state.h
|
Add an option to fade text in inactive windows
|
2017-12-28 10:36:48 +05:30 |
|
tabs.py
|
Add new actions to open tabs/windows with the working directory set to the working directory of the current window
|
2017-12-21 11:29:21 +05:30 |
|
terminfo.py
|
Support S8C1T mode
|
2017-12-05 20:21:12 +05:30 |
|
unicode-data.h
|
Remove trailing whitespace from native code files
|
2017-12-20 08:44:47 +05:30 |
|
utils.py
|
Use the new glfw API for setting WM_CLASS
|
2017-12-20 09:18:29 +05:30 |
|
wcwidth-std.h
|
Fix trailing whitespace in generated unicde data files
|
2017-12-20 22:44:20 +05:30 |
|
window.py
|
Also filter 8-bit control sequences when sanitizing
|
2017-12-15 09:36:45 +05:30 |