kitty/kitty
2016-12-05 09:02:17 +05:30
..
__init__.py Start work on OpenGL bindings 2016-11-02 21:27:20 +05:30
borders.py Mutex the border rendering code 2016-11-29 12:49:30 +05:30
char_grid.py Fix rendering when multiple windows are visible 2016-12-05 08:28:26 +05:30
charsets.c More charset fixes 2016-11-30 23:36:10 +05:30
child.py Do not use a global variable to store child data 2016-11-21 10:21:17 +05:30
client.py Code to replay dumped commands 2016-11-30 21:21:23 +05:30
colors.c Implement control code to change colors 2016-11-24 16:28:08 +05:30
config.py Start work on implement layouts other than Stack 2016-12-04 22:34:31 +05:30
constants.py Micro-optimization 2016-12-02 16:44:05 +05:30
control-codes.h Implement CHT 2016-11-30 21:55:20 +05:30
cursor.c Use a circular buffer for the savepoints 2016-11-19 11:03:21 +05:30
data-types.c ... 2016-12-02 17:17:44 +05:30
data-types.h ... 2016-12-02 17:17:44 +05:30
fonts.py Get rid of the freetype ctypes based bindings 2016-11-28 20:06:42 +05:30
freetype.c Release GIL in a few more places 2016-11-28 20:34:51 +05:30
gl.h A few more GIL releases 2016-11-29 22:36:04 +05:30
glfw.c Implement copy to clipboard shortcut 2016-12-01 16:24:24 +05:30
glfw.h Allow passing a timeout to waitevents 2016-11-29 20:39:47 +05:30
history.c Implement keyboard shortcuts for scrolling 2016-11-21 20:48:51 +05:30
keys.py ... 2016-12-05 08:58:32 +05:30
kitty.conf Implement shortcut for previous window 2016-12-05 08:56:48 +05:30
layout.py Top-align the Tall layout 2016-12-05 09:02:17 +05:30
line-buf.c Implement DECALN 2016-11-30 08:34:02 +05:30
line.c Method to get line as base text 2016-12-01 15:33:25 +05:30
main.py Start work on implement layouts other than Stack 2016-12-04 22:34:31 +05:30
modes.h Implement the mouse tracking protocol 2016-12-02 14:23:38 +05:30
mouse.py Implement the mouse tracking protocol 2016-12-02 14:23:38 +05:30
parser.c More charset fixes 2016-11-30 23:36:10 +05:30
rewrap.h Fix screen being deleted on resize 2016-11-21 09:34:16 +05:30
screen.c Reset scroll when toggling screen buffers 2016-12-02 14:35:38 +05:30
shaders.py Fix rendering when multiple windows are visible 2016-12-05 08:28:26 +05:30
sprites.c Implement reverse video and DECSCNM 2016-11-30 11:12:34 +05:30
tabs.py Implement shortcut for previous window 2016-12-05 08:56:48 +05:30
terminfo.py Add the missing op terminfo code 2016-11-30 22:27:41 +05:30
timers.py Allow re-adding of a timer while the timer is being executed 2016-12-02 18:10:04 +05:30
tracker.c Implement reverse video and DECSCNM 2016-11-30 11:12:34 +05:30
tracker.h Implement reverse video and DECSCNM 2016-11-30 11:12:34 +05:30
unicode-data.h ... 2016-11-19 14:41:40 +05:30
utils.py Implement clicking on URLs to open them 2016-12-01 16:03:32 +05:30
window.py Implement the basic shortcuts for window management 2016-12-03 12:48:37 +05:30