kitty/kitty
2021-04-10 11:49:39 +05:30
..
conf Get the new bypy based freezing process working with linux builds 2021-02-17 15:50:53 +05:30
fonts Merge branch 'master' of https://github.com/kovidgoyal/kitty into fix-rectircle-subpixel-rendering 2021-03-25 00:17:47 -04:00
layout Fix extra space at bottom of OS window when using the fat layout with the tab bar at the top 2021-01-25 09:30:14 +05:30
rc typos in docs 2021-02-24 14:17:28 +05:30
__init__.py
banned.h Ban a bunch of unsafe C functions from the codebase 2021-03-05 08:26:05 +05:30
bgimage_fragment.glsl Fix rendering of semi-transparent bg images in semi-transparent windows 2020-02-02 11:45:48 +05:30
bgimage_vertex.glsl Fix unwanted scaling when tiling bg image 2020-02-01 11:41:06 +05:30
blit_fragment.glsl Remove useless code from shader 2020-01-21 00:28:55 +01:00
blit_vertex.glsl
border_fragment.glsl
border_vertex.glsl
borders.py Fix #3017 2020-10-08 17:39:44 +05:30
boss.py Dont set the EDITOR env var in child processes 2021-03-29 11:56:48 +05:30
cell_fragment.glsl Move draw_bg multiplication into vertex shader 2020-01-21 07:58:34 +05:30
cell_vertex.glsl Fix reverse video not being rendered correctly when using transparency or a background image 2020-04-03 22:40:33 +05:30
charsets.c Use an enum for UTF8 decoder state 2021-03-31 15:19:27 +05:30
charsets.h Start work on a choose kitten for fuzzy selection 2019-01-23 19:38:08 +05:30
child-monitor.c Free ChildMonitor at end of dealloc 2021-04-10 11:49:39 +05:30
child.c Use EINTR safe wrappers for open() and shm_open() 2021-01-31 07:02:11 +05:30
child.py Fix env LC_CTYPE=UTF-8 not working on macOS 2020-11-30 16:23:29 +05:30
choose_entry.py Use a stub rather than TYPE_CHECKING 2020-03-15 13:27:40 +05:30
cleanup.c Improve at exit cleanup functions 2021-04-01 11:48:36 +05:30
cleanup.h Improve at exit cleanup functions 2021-04-01 11:48:36 +05:30
cli.py Fix pyflakes failures 2021-03-30 14:57:41 -05:00
cli_stub.py The broadcast kitten 2020-12-01 13:11:32 +05:30
client.py Silence the errors about OSC 7 2021-01-29 12:43:41 +05:30
cocoa_window.m Improve at exit cleanup functions 2021-04-01 11:48:36 +05:30
colors.c Add support for the color settings stack that XTerm copied from us without acknowledgement and decided to use incompatible escape codes for. 2020-12-21 21:39:05 +05:30
complete.py Use a nicer decorator for functions that only need to be run once 2021-02-05 10:40:52 +05:30
config.py Ensure global shortcuts are never sent to children 2021-02-28 21:42:57 +05:30
config_data.py macOS: Add native keyboard shortcut for unicode input 2021-03-19 14:44:38 +05:30
constants.py Allow running under Wayland on GNOME by default 2021-04-08 07:52:28 +05:30
control-codes.h Add keypad mode support to replay commands 2020-06-29 12:46:34 +05:30
core_text.m Improve at exit cleanup functions 2021-04-01 11:48:36 +05:30
cross-platform-random.h Fix compilation on ancient Linux distros without sys/random.h 2021-02-16 12:39:18 +05:30
cursor.c Allow negative numbers in CSI codes 2021-01-21 07:06:43 +05:30
data-types.c Improve at exit cleanup functions 2021-04-01 11:48:36 +05:30
data-types.h Use an enum for UTF8 decoder state 2021-03-31 15:19:27 +05:30
desktop.c Improve at exit cleanup functions 2021-04-01 11:48:36 +05:30
disk-cache.c Use cleanup in a few more places to simplify the code 2021-02-19 18:53:30 +05:30
disk-cache.h Allow querying number cached in ram from c code as well 2021-02-19 09:28:56 +05:30
emoji.h Unicode input: Make diamond a synonym for gem 2021-04-02 12:53:58 +05:30
fast_data_types.pyi Allow toggling xdg configure debug output at runtime 2021-04-07 15:24:58 +05:30
fontconfig.c Improve at exit cleanup functions 2021-04-01 11:48:36 +05:30
fonts.c More glyph grouping fixes 2021-03-25 14:06:16 +05:30
fonts.h More work on text rendering 2021-03-29 14:56:49 +05:30
freetype.c Properly scale emoji rendered in the CSD 2021-04-01 22:07:00 +05:30
freetype_render_ui_text.c ... 2021-04-01 22:52:13 +05:30
freetype_render_ui_text.h Allow specifying a right_margin that is not rendered for the CSD title 2021-04-01 22:50:54 +05:30
gl-wrapper.c Replace glad with glad2 2019-07-07 21:10:15 +02:00
gl-wrapper.h regenerates glad to fix missing APIENTRY 2019-12-20 15:04:23 +01:00
gl.c Rename --debug-gl to --debug-rendering 2020-04-14 19:35:40 +02:00
gl.h Make each OS window have its own framebuffer 2020-01-24 16:06:57 +08:00
glfw-wrapper.c Add a callback glfw can use to request text rendering 2021-04-01 08:22:06 +05:30
glfw-wrapper.h Allow toggling xdg configure debug output at runtime 2021-04-07 15:24:58 +05:30
glfw.c Allow toggling xdg configure debug output at runtime 2021-04-07 15:24:58 +05:30
graphics.c Also free() when loading fails 2021-04-03 06:41:11 +05:30
graphics.h Graphics protocol: Add a control to allow clients to specify that the cursor should not move when displaying an image 2021-03-22 22:16:40 +05:30
graphics_fragment.glsl Fix #2226 2019-12-24 17:10:33 +05:30
graphics_vertex.glsl
guess_mime_type.py Add .js and .json to known extensions 2020-10-25 20:25:31 +05:30
history.c Use an enum for UTF8 decoder state 2021-03-31 15:19:27 +05:30
hyperlink.c Make getting hyperlinks from ids useable throughtout the codebase 2020-09-22 09:25:16 +05:30
hyperlink.h Make getting hyperlinks from ids useable throughtout the codebase 2020-09-22 09:25:16 +05:30
iqsort.h Inline qsort 2021-01-04 14:14:15 +05:30
key_encoding.c Merge branch 'hyper' of https://github.com/orki/kitty 2021-04-03 06:15:55 +05:30
key_encoding.py Implementation of hyper and meta 2021-03-30 14:23:17 -05:00
key_names.py Fix shifted keys not matching shortcuts in kittens 2021-02-14 07:52:08 +05:30
keys.c Use a struct for IME update events 2021-03-23 16:05:22 +05:30
keys.h Recognize Hyper key 2021-01-21 05:33:14 +05:30
keys.py Use shifted keys to match shortcuts as well 2021-01-16 20:52:15 +05:30
kittens.c Use datatype monotonic_t instead of double to keep track of time 2019-09-25 17:43:11 +02:00
launch.py Use a nicer decorator for functions that only need to be run once 2021-02-05 10:40:52 +05:30
line-buf.c Fix #3460 2021-04-09 16:56:53 +05:30
line.c Fix marking of text not working on lines that contain zero cells 2021-03-23 10:04:58 +05:30
lineops.h Fix #3460 2021-04-09 16:56:53 +05:30
logging.c Use the more secure localtime_r variant 2020-07-07 09:20:27 +05:30
loop-utils.c Use EINTR safe wrappers for open() and shm_open() 2021-01-31 07:02:11 +05:30
loop-utils.h Code to write to cache file 2020-12-31 15:18:30 +05:30
macos_process_info.c Merge branch 'double-free' of https://github.com/Luflosi/kitty into master 2020-10-15 19:11:31 +05:30
main.py Allow toggling xdg configure debug output at runtime 2021-04-07 15:24:58 +05:30
marks.py Get type checking working with mypy 0.80 2021-01-23 09:25:31 +05:30
modes.h Code to encode key events 2021-01-16 20:52:12 +05:30
monotonic.c Fix #2187 2019-12-08 22:37:47 +05:30
monotonic.h Convert two tabs to spaces 2020-05-21 15:34:08 +02:00
mouse.c Double clicking on empty tab bar area now opens a new tab 2021-01-02 11:45:18 +05:30
multiprocessing.py Run all tests on the full frozen build using the frozen launcher 2021-02-19 17:57:59 +05:30
notify.py macOS: add ability to show subtitles in notifications 2020-10-03 16:04:32 +02:00
open_actions.py Use a nicer decorator for functions that only need to be run once 2021-02-05 10:40:52 +05:30
options_stub.py Port key handling in more kittens 2021-01-16 20:52:15 +05:30
os_window_size.py Work on porting kittens to use new key infrastructure 2021-01-16 20:52:14 +05:30
parse-graphics-command.h Graphics protocol: Add a control to allow clients to specify that the cursor should not move when displaying an image 2021-03-22 22:16:40 +05:30
parser.c Handle the XTMODKEYS escape code 2021-03-16 17:46:11 +05:30
png-reader.c Improve at exit cleanup functions 2021-04-01 11:48:36 +05:30
png-reader.h
remote_control.py DRYer 2020-11-30 22:16:21 +05:30
rewrap.h Remove the max size limit for line_as_ansi 2020-09-20 11:26:59 +05:30
rgb.py Make mypy a bit stricter 2020-03-05 19:57:28 +05:30
ringbuf.c Micro-optimization 2020-12-12 17:43:33 +05:30
ringbuf.h Micro-optimization 2020-12-12 17:43:33 +05:30
safe-wrappers.h ... 2021-01-31 07:35:58 +05:30
screen.c Fix #3460 2021-04-09 16:56:53 +05:30
screen.h Use an enum for UTF8 decoder state 2021-03-31 15:19:27 +05:30
session.py Allow using the full launch command in session files 2021-01-31 11:37:00 +05:30
shaders.c Fix a bunch of code scanning warnings 2020-07-07 09:52:59 +05:30
shell.py DRYer 2021-04-01 13:54:20 +05:30
state.c Improve at exit cleanup functions 2021-04-01 11:48:36 +05:30
state.h Add scrollback_fill_enlarged_window config option 2021-03-15 23:57:43 -04:00
tab_bar.py Cleanup previous PR 2021-02-24 12:32:26 +05:30
tabs.py Fix regression in launching executables as command line arguments without full paths 2021-03-17 14:32:43 +05:30
terminfo.py Generate u[6789] with terminfo.py 2020-12-28 14:05:25 -08:00
threading.h Fix typos 2019-08-26 12:31:15 +02:00
tint_fragment.glsl Add an option to tint background images using the current background color 2020-02-02 11:22:21 +05:30
tint_vertex.glsl Add an option to tint background images using the current background color 2020-02-02 11:22:21 +05:30
types.py Use a nicer decorator for functions that only need to be run once 2021-02-05 10:40:52 +05:30
typing.py Cleanup previous PR 2021-02-24 12:32:26 +05:30
typing.pyi Cleanup previous PR 2021-02-24 12:32:26 +05:30
unicode-data.c Unicode input: Make diamond a synonym for gem 2021-04-02 12:53:58 +05:30
unicode-data.h Function to detect flag pairs 2020-04-06 21:16:14 +05:30
update_check.py Fix repeated version notifications 2020-10-05 14:27:47 +02:00
uthash.h Implement storage of URLs in a hash map 2020-09-10 10:47:27 +05:30
utils.py Dont set the EDITOR env var in child processes 2021-03-29 11:56:48 +05:30
wcswidth.c Add a wcswidth() implementation useable from C code 2021-03-31 15:19:39 +05:30
wcswidth.h Add a wcswidth() implementation useable from C code 2021-03-31 15:19:39 +05:30
wcwidth-std.h Unicode input: Make diamond a synonym for gem 2021-04-02 12:53:58 +05:30
window.py Accept window_id as an alias for id when matching 2021-04-08 07:19:45 +05:30
window_list.py Work on porting kittens to use new key infrastructure 2021-01-16 20:52:14 +05:30