| .. |
|
fonts
|
Log a timestamp as well when printing error messages from python
|
2018-03-04 10:44:28 +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
|
Always set the padding color to current window background
|
2018-02-20 09:43:59 +05:30 |
|
borders.py
|
Always set the padding color to current window background
|
2018-02-20 09:43:59 +05:30 |
|
boss.py
|
Remote control: Allow matching windows by number (visible position).
|
2018-04-28 11:00:42 +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
|
Fix a regression that broke visual bell and invert screen colors escape code. Fixes #419
|
2018-03-27 10:46:26 +05:30 |
|
charsets.c
|
Remove trailing whitespace from native code files
|
2017-12-20 08:44:47 +05:30 |
|
child-monitor.c
|
Neaten up main_loop()
|
2018-04-13 15:19:25 +05:30 |
|
child.c
|
macOS: Fix shell not starting in login mode on some computers. Fixes #247
|
2018-03-05 13:30:09 +05:30 |
|
child.py
|
macOS: Fix shell not starting in login mode on some computers. Fixes #247
|
2018-03-05 13:30:09 +05:30 |
|
cli.py
|
DRYer
|
2018-04-27 11:19:46 +05:30 |
|
client.py
|
Replay set_dynamic_color and set_color_table_color
|
2017-08-04 20:47:59 +05:30 |
|
cmds.py
|
Remote control: Allow matching windows by number (visible position).
|
2018-04-28 11:00:42 +05:30 |
|
cocoa_window.m
|
Move call to cocoa_window.m
|
2018-04-26 12:42:56 -07:00 |
|
colors.c
|
Add a remote control command to change colors
|
2018-04-02 10:45:52 +05:30 |
|
config.py
|
Parse send_text payload only once at startup
|
2018-04-27 18:13:37 +05:30 |
|
config_utils.py
|
Expand ~ and env vars in program names. Fixes #483
|
2018-04-23 10:53:20 +05:30 |
|
constants.py
|
version 0.9.0
|
2018-04-15 20:18:52 +05:30 |
|
control-codes.h
|
Fix incorrect handling of CSI s/r/u
|
2018-02-04 16:16:57 +05:30 |
|
core_text.m
|
Add support for emoji presentation when choosing fallback fonts
|
2018-02-06 11:11:22 +05:30 |
|
cursor.c
|
Fix compilation with gcc 8
|
2018-03-12 10:38:12 +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
|
Remove unused code
|
2018-04-20 22:19:31 +05:30 |
|
data-types.h
|
Add a setting (kitty_mod) to change the modifier used by all the default kitty shortcuts, globally
|
2018-04-24 08:53:07 +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
|
Unicode input: When searching by name search for prefix matches as well as whole word matches
|
2018-04-24 07:45:20 +05:30 |
|
fontconfig.c
|
Add support for emoji presentation when choosing fallback fonts
|
2018-02-06 11:11:22 +05:30 |
|
fonts.c
|
Correct types for various PyArg_ParseTuple/Py_BuildValue calls
|
2018-04-20 08:28:26 -04:00 |
|
fonts.h
|
Add support for emoji presentation when choosing fallback fonts
|
2018-02-06 11:11:22 +05:30 |
|
freetype.c
|
DRYer
|
2018-04-22 21:22:08 +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
|
Unify error logging between python and C
|
2018-03-04 11:55:47 +05:30 |
|
glfw-wrapper.c
|
macOS: Fix option as alt not working for keys that act as dead keys in the current keyboard layout
|
2018-04-19 17:44:31 +05:30 |
|
glfw-wrapper.h
|
macOS: Fix option as alt not working for keys that act as dead keys in the current keyboard layout
|
2018-04-19 17:44:31 +05:30 |
|
glfw.c
|
Merge branch 'macos_hide_from_tasks' of https://github.com/cfal/kitty
|
2018-04-27 08:19:32 +05:30 |
|
graphics.c
|
Correct types for various PyArg_ParseTuple/Py_BuildValue calls
|
2018-04-20 08:28:26 -04:00 |
|
graphics.h
|
Add support for clearing the scrollback buffer
|
2018-01-06 23:55: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
|
Replace use of PyObject_Str in a couple more places
|
2018-03-16 21:26:46 +05:30 |
|
icat.py
|
Use the nice array based interface for fcntl.ioctl
|
2018-02-20 17:01:14 +05:30 |
|
key_encoding.py
|
The kittens learn about mice
|
2018-02-07 12:40:04 +05:30 |
|
keys.c
|
Fix using modifiers with subsequent keys in a muti-key shortcut not working
|
2018-04-24 09:42:37 +05:30 |
|
keys.h
|
Fix Shift+function key not working
|
2018-04-23 11:28:02 +05:30 |
|
keys.py
|
Refactor shortcut config parsing
|
2018-04-27 11:16:58 +05:30 |
|
khrplatform.h
|
Switch to using glad instead of glew
|
2017-11-08 15:15:25 +05:30 |
|
kittens.c
|
Fix error handling in tui.loop
|
2018-02-08 12:33:27 +05:30 |
|
kitty.conf
|
Merge branch 'macos_hide_from_tasks' of https://github.com/cfal/kitty
|
2018-04-27 08:19:32 +05:30 |
|
layout.py
|
Remote control: Allow matching windows by number (visible position).
|
2018-04-28 11:00:42 +05:30 |
|
line-buf.c
|
Replace use of PyObject_Str in a couple more places
|
2018-03-16 21:26:46 +05:30 |
|
line.c
|
Fix a segfault when getting the contents of the scrollback buffer as text
|
2018-03-16 21:10:48 +05:30 |
|
lineops.h
|
Fix a segfault when getting the contents of the scrollback buffer as text
|
2018-03-16 21:10:48 +05:30 |
|
logging.c
|
Replace deprecated ASL with os_log on macOS
|
2018-03-04 12:28:06 +05:30 |
|
main.py
|
Move call to cocoa_window.m
|
2018-04-26 12:42:56 -07:00 |
|
modes.h
|
Get rid of the query escape code for styled underlines
|
2018-02-04 16:40:48 +05:30 |
|
mouse.c
|
Fix #455
|
2018-04-12 10:45:29 +05:30 |
|
parser.c
|
Use uint64_t to detect out of range graphics command id
|
2018-04-19 20:32:48 -04:00 |
|
remote_control.py
|
Implement a command shell for kitty
|
2018-04-06 12:11:37 +05:30 |
|
rewrap.h
|
Fix off by one when restoring cursor position after resize. Fixes #344
|
2018-02-25 09:15:48 +05:30 |
|
rgb.py
|
Wire up color handling in the diff kitten
|
2018-04-24 10:58:15 +05:30 |
|
screen.c
|
When triple-clicking select all wrapped lines belonging to a single logical line. Fixes #492
|
2018-04-26 10:16:00 +05:30 |
|
screen.h
|
When double-clicking select words that continue onto next/prev line as well. Fixes #444
|
2018-04-09 09:47:18 +05:30 |
|
session.py
|
Fix using kitty --single-instance to open a new window in a running kitty instance, not respecting the --directory flag. Fixes #429
|
2018-04-01 12:39:33 +05:30 |
|
shaders.c
|
Remove unnecessary <sys/sysctl.h> include
|
2018-04-19 19:14:40 -04:00 |
|
shell.py
|
macOS: Fix changing tab title and kitty shell not working
|
2018-04-27 15:16:26 +05:30 |
|
state.c
|
Refactor shortcut config parsing
|
2018-04-27 11:16:58 +05:30 |
|
state.h
|
Refactor shortcut config parsing
|
2018-04-27 11:16:58 +05:30 |
|
tabs.py
|
Remote control: Allow matching windows by number (visible position).
|
2018-04-28 11:00:42 +05:30 |
|
terminfo.py
|
Fix Shift+function key not working
|
2018-04-23 11:28:02 +05:30 |
|
threading.h
|
Fix compilation on Travis (I hope)
|
2018-03-03 10:56:07 +05:30 |
|
unicode-data.c
|
Unicode input: When searching by name search for prefix matches as well as whole word matches
|
2018-04-24 07:45:20 +05:30 |
|
unicode-data.h
|
Avoid unnecessary calls to mark_for_codepoint
|
2018-02-06 11:23:39 +05:30 |
|
utils.py
|
When calling pass_selection_to_program use the current directory of the child process as the cwd of the program. Fixes #491
|
2018-04-25 08:30:22 +05:30 |
|
wcwidth-std.h
|
Unicode input: When searching by name search for prefix matches as well as whole word matches
|
2018-04-24 07:45:20 +05:30 |
|
window.py
|
Parse send_text payload only once at startup
|
2018-04-27 18:13:37 +05:30 |