| .. |
|
__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
|
Implement double/triple clicks to select word/line
|
2016-11-29 12:06:19 +05:30 |
|
charsets.c
|
Remove no longer needed charset code
|
2016-11-23 20:30:00 +05:30 |
|
child.py
|
Do not use a global variable to store child data
|
2016-11-21 10:21:17 +05:30 |
|
colors.c
|
Implement control code to change colors
|
2016-11-24 16:28:08 +05:30 |
|
config.py
|
Get rid of glfw_constants
|
2016-11-29 14:20:21 +05:30 |
|
constants.py
|
Get rid of glfw_constants
|
2016-11-29 14:20:21 +05:30 |
|
control-codes.h
|
Implement scroll by n lines
|
2016-11-24 10:36:54 +05:30 |
|
cursor.c
|
Use a circular buffer for the savepoints
|
2016-11-19 11:03:21 +05:30 |
|
data-types.c
|
Allow passing a timeout to waitevents
|
2016-11-29 20:39:47 +05:30 |
|
data-types.h
|
Implement DECALN
|
2016-11-30 08:34:02 +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
|
Allow using None for wait_events to mean no timeout
|
2016-11-30 07:36:46 +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
|
Get rid of glfw_constants
|
2016-11-29 14:20:21 +05:30 |
|
kitty.conf
|
Implement double/triple clicks to select word/line
|
2016-11-29 12:06:19 +05:30 |
|
layout.py
|
Start work on rendering window borders
|
2016-11-28 13:38:13 +05:30 |
|
line-buf.c
|
Implement DECALN
|
2016-11-30 08:34:02 +05:30 |
|
line.c
|
More work on migrating Screen
|
2016-11-13 16:51:14 +05:30 |
|
main.py
|
Fix exceptions during shutdown
|
2016-11-30 00:14:40 +05:30 |
|
modes.h
|
Support for turning off auto-repeat
|
2016-11-30 08:03:29 +05:30 |
|
parser.c
|
Report unshifted mode numbers
|
2016-11-30 09:04:59 +05:30 |
|
rewrap.h
|
Fix screen being deleted on resize
|
2016-11-21 09:34:16 +05:30 |
|
screen.c
|
Implement DECALN
|
2016-11-30 08:34:02 +05:30 |
|
shaders.py
|
Start work on rendering window borders
|
2016-11-28 13:38:13 +05:30 |
|
sprites.c
|
Rendering of underline/strikethrough
|
2016-11-23 09:01:07 +05:30 |
|
tabs.py
|
Support for turning off auto-repeat
|
2016-11-30 08:03:29 +05:30 |
|
terminfo.py
|
Send the correct escape code for backspace
|
2016-11-29 12:36:37 +05:30 |
|
timers.py
|
Clean up the timer handling code
|
2016-11-29 21:46:45 +05:30 |
|
tracker.c
|
Use the new native screen class
|
2016-11-18 15:30:59 +05:30 |
|
tracker.h
|
Use the new native screen class
|
2016-11-18 15:30:59 +05:30 |
|
unicode-data.h
|
...
|
2016-11-19 14:41:40 +05:30 |
|
utils.py
|
Get rid of the GLFW ctypes bindings
|
2016-11-29 20:09:18 +05:30 |
|
window.py
|
Restore set_color_table_color which was accidentally removed during the multiple windows refactor
|
2016-11-30 00:20:39 +05:30 |