kitty/kitty
2019-08-26 12:31:15 +02:00
..
conf Use context managers to open files 2019-08-01 13:21:26 -05:00
fonts Simplify chained comparisions 2019-06-05 15:24:36 +02:00
__init__.py
blit_fragment.glsl Simplify and document the operation of the cell fragment shader 2019-06-12 10:22:47 +05:30
blit_vertex.glsl
border_fragment.glsl Fix #1221 in a different way 2019-01-08 16:14:41 +01:00
border_vertex.glsl
borders.py Remove hard-coded restriction on drawing borders when only a single window is present 2019-06-26 19:35:49 +05:30
boss.py macOS: implement drag and drop of text into kitty 2019-08-24 01:29:33 +02:00
cell_fragment.glsl More docs for the cell fragment shader 2019-06-14 11:11:43 +05:30
cell_vertex.glsl Fix typos 2019-08-26 12:31:15 +02:00
charsets.c Convert HTTP URLs to HTTPS URLs where possible 2019-04-24 01:27:24 +02:00
charsets.h Start work on a choose kitten for fuzzy selection 2019-01-23 19:38:08 +05:30
child-monitor.c Add option to hide the window title on macOS 2019-08-02 00:20:43 -05:00
child.c Reset the sigprocmask and signal handlers when launching child processes. Fixes #1806 2019-07-18 09:26:31 +05:30
child.py Fix typos 2019-08-26 12:31:15 +02:00
cli.py Use context managers to open files 2019-08-01 13:21:26 -05:00
client.py Use context managers to open files 2019-08-01 13:21:26 -05:00
cmds.py Fix a regression that broke setting background_opacity via remote control 2019-08-07 15:09:04 +05:30
cocoa_window.m Add option to hide the window title on macOS 2019-08-02 00:20:43 -05:00
colors.c When running kittens, use the colorscheme of the current window rather than the configured colorscheme 2019-08-18 18:27:44 +05:30
complete.py Add some docs for how the completion system can be extended for a new shell 2019-06-29 07:56:24 +05:30
config.py Add option to hide the window title on macOS 2019-08-02 00:20:43 -05:00
config_data.py Fix typos 2019-08-26 12:31:15 +02:00
constants.py version 0.14.3 2019-07-29 09:29:50 +05:30
control-codes.h
core_text.m Only disable liga and dlig for nimbus mono 2019-08-10 08:22:36 +05:30
cursor.c Make the MIN and MAX macros typesafe 2019-07-01 17:03:47 +05:30
data-types.c Fix #1832 2019-07-23 13:31:09 +05:30
data-types.h Merge branch 'fix_issue_1924' of https://github.com/s1341/kitty 2019-08-26 10:19:50 +05:30
desktop.c Convert tabs to spaces 2019-07-03 20:28:40 +02:00
emoji.h Update unicode data to 12.1 2019-08-02 14:48:18 +05:30
fontconfig.c Exclude variation selectors when finding fallback font 2019-05-13 20:36:29 +05:30
fonts.c When the OS returns a fallback font that does not actually contain glyphs for the text, do not exhaust the list of fallback fonts 2019-08-24 08:27:54 +05:30
fonts.h Only disable liga and dlig for nimbus mono 2019-08-10 08:22:36 +05:30
freetype.c Only disable liga and dlig for nimbus mono 2019-08-10 08:22:36 +05:30
gl-wrapper.c Replace glad with glad2 2019-07-07 21:10:15 +02:00
gl-wrapper.h Replace glad with glad2 2019-07-07 21:10:15 +02:00
gl.c Move the kitty OpenGL API into its own compilation unit 2019-07-12 15:29:48 +05:30
gl.h Move the kitty OpenGL API into its own compilation unit 2019-07-12 15:29:48 +05:30
glfw-wrapper.c Simplify the event loop code 2019-07-18 15:51:54 +05:30
glfw-wrapper.h Fix typos 2019-08-26 12:31:15 +02:00
glfw.c macOS: implement drag and drop of text into kitty 2019-08-24 01:29:33 +02:00
glfw_tests.c Simplify the event loop code 2019-07-18 15:51:54 +05:30
glfw_tests.h Linux: Only process global state when something interesting happens 2019-07-15 21:30:00 +05:30
graphics.c When zeroing memory, use type independent code 2019-07-23 10:54:10 +05:30
graphics.h Change image internal_id type to id_type 2019-07-23 09:34:04 +05:30
graphics_fragment.glsl ... 2019-03-04 19:54:10 +05:30
graphics_vertex.glsl
history.c Merge branch 'fix_issue_1924' of https://github.com/s1341/kitty 2019-08-26 10:19:50 +05:30
key_encoding.py Add support for the underscore key found in some keyboard layouts 2019-05-24 17:59:50 +05:30
key_names.py oops 2019-06-12 08:03:10 +05:30
keys.c Make the MIN and MAX macros typesafe 2019-07-01 17:03:47 +05:30
keys.h Fix Ctrl+underscore not being passed to child programs in normal and application keyboard modes 2019-05-24 19:21:48 +05:30
keys.py DRYer 2019-08-02 07:18:42 +05:30
kittens.c Add a note about runnning commands from within kitty to the timeout error message 2019-02-18 10:29:04 +05:30
layout.py Allow passing a `!neighbor` argument to the new_window mapping to open a new window next to the active window 2019-06-29 15:13:54 +05:30
line-buf.c Merge branch 'fix_issue_1924' of https://github.com/s1341/kitty 2019-08-26 10:19:50 +05:30
line.c Merge branch 'fix_issue_1924' of https://github.com/s1341/kitty 2019-08-26 10:19:50 +05:30
lineops.h Merge branch 'fix_issue_1924' of https://github.com/s1341/kitty 2019-08-26 10:19:50 +05:30
logging.c
loop-utils.c Linux: Use eventfd rather than a pipe for loop wakeup 2019-07-05 14:54:54 +05:30
loop-utils.h Fix building with compilers that dont support __has_include 2019-07-29 09:44:05 +05:30
macos_process_info.c Fix typos 2019-08-26 12:31:15 +02:00
main.py Fix crash when the shell takes too long to start when reading the environment 2019-08-01 02:03:08 -05:00
modes.h Convert HTTP URLs to HTTPS URLs where possible 2019-04-24 01:27:24 +02:00
mouse.c Remove empty line 2019-07-25 20:41:08 -05:00
notify.py Use python3 shebang for all python scripts 2019-05-20 14:44:24 +02:00
parse-graphics-command.h When zeroing memory, use type independent code 2019-07-23 10:54:10 +05:30
parser.c Make the MIN and MAX macros typesafe 2019-07-01 17:03:47 +05:30
png-reader.c
png-reader.h
remote_control.py Document the kitty remote control protocol 2019-06-12 13:12:53 +05:30
rewrap.h Make the MIN and MAX macros typesafe 2019-07-01 17:03:47 +05:30
rgb.py Use context managers to open files 2019-08-01 13:21:26 -05:00
screen.c When running kittens, use the colorscheme of the current window rather than the configured colorscheme 2019-08-18 18:27:44 +05:30
screen.h Allow extending word selections to non-word chars 2019-05-16 20:20:03 +05:30
session.py Use a new controlling terminal when reading shell environment 2019-07-31 11:34:54 +05:30
shaders.c Move the kitty OpenGL API into its own compilation unit 2019-07-12 15:29:48 +05:30
shell.py Use "with suppress()" to suppress python exceptions 2019-06-03 12:27:43 +02:00
state.c Add option to hide the window title on macOS 2019-08-02 00:20:43 -05:00
state.h Workaround for window managers like xmonad that in some circumstances set window size to zero. Fixes #1910 2019-08-17 18:04:08 +05:30
tab_bar.py Ensure trailing space is drawn around tab separator when title is too long to fit 2019-05-31 17:51:56 +05:30
tabs.py When running kittens, use the colorscheme of the current window rather than the configured colorscheme 2019-08-18 18:27:44 +05:30
terminfo.py Use python3 shebang for all python scripts 2019-05-20 14:44:24 +02:00
threading.h Fix typos 2019-08-26 12:31:15 +02:00
unicode-data.c Update unicode data to 12.1 2019-08-02 14:48:18 +05:30
unicode-data.h macOS: Fix finding fallback font for private use unicode symbols not working reliably 2019-06-30 18:11:58 +05:30
update_check.py Use "with suppress()" to suppress python exceptions 2019-06-03 12:27:43 +02:00
utils.py Use context managers to open files 2019-08-01 13:21:26 -05:00
wcwidth-std.h Update unicode data to 12.1 2019-08-02 14:48:18 +05:30
window.py When running kittens, use the colorscheme of the current window rather than the configured colorscheme 2019-08-18 18:27:44 +05:30