kitty/kitty
2016-11-03 19:49:48 +05:30
..
__init__.py Start work on OpenGL bindings 2016-11-02 21:27:20 +05:30
boss.py Explicitly free sprites on normal program termination 2016-11-03 19:43:11 +05:30
char_grid.py Explicitly free sprites on normal program termination 2016-11-03 19:43:11 +05:30
config.py Implement cursor rendering 2016-10-30 16:25:54 +05:30
constants.py Handle window resizing correctly 2016-10-26 10:46:20 +05:30
cursor.c Get rid of more boilerplate 2016-11-02 11:48:52 +05:30
data-types.c More OpenGL bindings 2016-11-03 10:30:35 +05:30
data-types.h Finish OpenGL shader bindings 2016-11-03 16:34:01 +05:30
data_types.py Remove unused code 2016-11-02 09:14:36 +05:30
develop_gl.py More OpenGL bindings 2016-11-03 16:44:07 +05:30
fonts.py ... 2016-11-03 17:25:11 +05:30
gl.h Explicitly free sprites on normal program termination 2016-11-03 19:43:11 +05:30
keys.py ... 2016-10-31 13:14:36 +05:30
line-buf.c Set width of cleared chars to 1 2016-11-02 15:09:28 +05:30
line.c Implement Line.set_char 2016-11-02 19:36:17 +05:30
main.py fork() before creating the main window so that we dont share any env/state/fds 2016-11-03 19:49:25 +05:30
screen.py Make the test suite work again 2016-10-31 14:51:55 +05:30
shaders.py Explicitly free sprites on normal program termination 2016-11-03 19:43:11 +05:30
tracker.py Make the test suite work again 2016-10-31 14:51:55 +05:30
unicode.py Use a regex for faster filtering of uinicode data 2016-10-17 10:41:55 +05:30
utils.py Explicitly close all fds other than the three std ones before execing() 2016-11-03 19:49:48 +05:30