kitty/kitty
2019-02-25 11:17:29 +05:30
..
conf Micro-optimization 2019-02-14 15:41:29 +05:30
fonts Don't crash when rendering special cells with absurd cell sizes 2019-02-14 09:49:51 +05:30
launcher Forgot to marcj launcher script executable 2018-02-09 16:48:04 +05:30
__init__.py
blit_fragment.glsl Work on rendering to FBO 2017-12-01 12:16:15 +05:30
blit_vertex.glsl More trailing space removal 2017-12-20 08:50:09 +05:30
border_fragment.glsl Fix #1221 in a different way 2019-01-08 16:14:41 +01:00
border_vertex.glsl Change the window border color if a bell occurs in an unfocused window. Can be disabled by setting the bell_border_color to be the same as the inactive_border_color. 2018-05-02 22:02:45 +05:30
borders.py Let the layout control which window borders are drawn 2018-07-06 17:14:25 +05:30
boss.py Fix exception when getting function name for debug_keyboard action dispatch 2019-02-23 08:00:21 +05:30
cell_fragment.glsl Merge branch 'fix_white_background_transparency' of https://github.com/Luflosi/kitty 2019-01-14 13:10:15 +05:30
cell_vertex.glsl Allow specifying a value of `none for the :opt:selection_foreground`` which will cause kitty to not change text color in selections 2019-02-05 10:34:56 +05:30
charsets.c Start work on a choose kitten for fuzzy selection 2019-01-23 19:38:08 +05:30
charsets.h Start work on a choose kitten for fuzzy selection 2019-01-23 19:38:08 +05:30
child-monitor.c Use a single function for cocoa pending actions 2019-02-24 20:07:37 +05:30
child.c Convert some tabs to spaces 2019-02-02 22:08:32 +01:00
child.py Use the current working directory of the foreground process for the *_with_cwd actions that open a new window with the current working directory. 2019-01-03 13:29:52 +05:30
cli.py Handle ctrl-c while paging help gracefully 2018-12-03 13:53:13 +05:30
client.py Implement window title stack 2018-08-29 09:56:52 +05:30
cmds.py Add match-tab for send-text 2019-01-01 14:39:28 +02:00
cocoa_window.m macOS: Use the system cursor blink interval by default 2019-02-25 09:37:48 +05:30
colors.c Fix changing cursor_text_color via remote control not working 2018-12-16 17:12:49 +05:30
complete.py bash completion: make complete helper start with _ 2018-09-18 09:10:47 +09:00
config.py Support for an arbitrary number of internal clipboard buffers to copy/paste from 2019-02-19 20:41:23 +05:30
config_data.py macOS: Use the system cursor blink interval by default 2019-02-25 09:37:48 +05:30
constants.py Merge branch 'exe-ordered' of https://github.com/blueyed/kitty 2019-02-23 15:31:57 +05:30
control-codes.h Correct spelling mistakes. 2018-09-06 12:07:09 +01:00
core_text.m get_glyph_width for core text?! 2018-09-29 18:56:54 +02:00
cursor.c Move cell_as_sgr to line.c 2018-09-30 08:58:33 +05:30
data-types.c Convert some tabs to spaces 2019-02-02 22:08:32 +01:00
data-types.h ... 2019-01-31 20:57:21 +05:30
desktop.c Add a couple of extra lib names for libstartup-notification.so 2018-12-14 23:01:49 +05:30
emoji.h Implement support for emoji skin tone modifiers 2018-08-04 10:06:25 +05:30
fontconfig.c Linux: Dont fail on systems with fonts that have non-UTF-8 names. Fixes #1281 2018-12-31 07:31:17 +05:30
fonts.c Handle wrap around when using negative values for adjust cell sizes 2019-02-20 06:19:54 +05:30
fonts.h render_line: use cells based on bitmap width 2018-09-29 18:38:53 +02:00
freetype.c ... 2018-12-03 21:35:03 +05:30
gl-wrapper.c Generate OpenGL bindings with updated glad 2018-12-04 16:31:26 +05:30
gl-wrapper.h Generate OpenGL bindings with updated glad 2018-12-04 16:31:26 +05:30
gl.h Let all fatal messages begin with an upper case character 2019-02-17 22:43:10 +01:00
glfw-wrapper.c GLFW: Add support for render frames on Cocoa (CVDisplayLink) 2019-02-20 15:08:07 +05:30
glfw-wrapper.h GLFW: Add support for render frames on Cocoa (CVDisplayLink) 2019-02-20 15:08:07 +05:30
glfw.c Forgot that cocoa blink interval time is in ms 2019-02-25 11:17:29 +05:30
graphics.c Fix failing test 2018-12-11 10:08:52 +05:30
graphics.h Implement changing the font size for individual top level (OS) windows 2018-05-27 12:37:49 +05:30
graphics_fragment.glsl Add an option to fade text in inactive windows 2017-12-28 10:36:48 +05:30
graphics_vertex.glsl Graphics programs should generate pre-multipled colors in interleaved mode 2017-12-01 12:16:15 +05:30
history.c Fix scrollback pager history not being cleared when clearing the main scrollback buffer 2019-02-16 12:15:39 +05:30
key_encoding.py Create a kitten to demonstrate the kitty extended keyboard protocol 2019-01-20 14:38:19 +05:30
keys.c Allow mapping shortcuts using the raw key code from the OS 2018-09-02 18:46:10 +05:30
keys.h Forgot to regenerate keys table with plus key. Fixes #1246 2018-12-18 03:03:35 +05:30
keys.py Declare more function and editing keys with modifiers 2018-12-11 23:42:59 +07:00
khrplatform.h Update GL wrapper generated by new version of glad 2018-05-04 18:12:31 +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 Fixed call to Tall.neighbors_for_window 2018-11-01 14:55:13 -06:00
line-buf.c Have line_as_ansi indicate when the output is truncated 2018-11-20 11:13:49 +05:30
line.c Make the charsets code useable in kittens 2019-01-23 11:33:45 +05:30
lineops.h Merge branch 'selection_wide_hilight' of https://github.com/martinetd/kitty 2018-11-30 09:27:05 +05:30
logging.c Replace deprecated ASL with os_log on macOS 2018-03-04 12:28:06 +05:30
macos_process_info.c Code to get the env vars of a process 2018-07-24 11:27:10 +05:30
main.py Allow specifying a value of `none for the :opt:selection_foreground`` which will cause kitty to not change text color in selections 2019-02-05 10:34:56 +05:30
modes.h Get rid of the query escape code for styled underlines 2018-02-04 16:40:48 +05:30
mouse.c Convert some tabs to spaces 2019-02-02 22:08:32 +01:00
notify.py Respond to clicks on user notifications via DBus 2019-02-03 15:54:32 +05:30
parse-graphics-command.h Add a warning not to edit the apc parsers header files 2018-07-20 09:45:05 +05:30
parser.c Make the charsets code useable in kittens 2019-01-23 11:33:45 +05:30
png-reader.c Also return image dimensions when loading PNG 2018-07-07 08:04:11 +05:30
png-reader.h Make the PNG reader code re-useable 2018-07-07 07:46:15 +05:30
remote_control.py dont -> don't 2018-08-29 03:18:25 +02:00
rewrap.h Fix resizing window smaller and then restoring causing some wrapped lines to not be properly unwrapped 2018-12-06 12:56:24 +05:30
rgb.py A new tab bar style 2018-06-06 13:27:15 +05:30
screen.c Make the charsets code useable in kittens 2019-01-23 11:33:45 +05:30
screen.h Implement window title stack 2018-08-29 09:56:52 +05:30
session.py Have the kitty --title flag apply to all windows created using kitty --session 2018-09-09 10:49:20 +05:30
shaders.c Let all fatal messages begin with an upper case character 2019-02-17 22:43:10 +01:00
shell.py Implement completion for remote control commands 2018-08-25 14:51:59 +05:30
state.c macOS: Fix :opt:sync_to_monitor not working on Mojave. 2019-02-20 20:09:15 +05:30
state.h Use a single function for cocoa pending actions 2019-02-24 20:07:37 +05:30
tab_bar.py Handle malformed tab title templates gracefully 2018-12-13 13:43:22 +05:30
tabs.py A new option :opt:tab_bar_min_tabs to control how many tabs must be present before the tab-bar is shown 2019-02-15 09:47:22 +05:30
terminfo.py Declare more function and editing keys with modifiers 2018-12-11 23:42:59 +07:00
threading.h Fix pthread_setname_np on openbsd as well 2018-07-29 10:34:54 +05:30
timers.c ... 2019-01-31 20:57:21 +05:30
timers.h Manage timer callback reference counts 2019-01-31 19:30:40 +05:30
unicode-data.c Round-trip the zwj unicode character 2018-08-04 18:29:45 +05:30
unicode-data.h Round-trip the zwj unicode character 2018-08-04 18:29:45 +05:30
update_check.py Correct fix for ignoring BrokenPipeError 2019-02-02 15:47:13 +05:30
utils.py Fix exception when getting function name for debug_keyboard action dispatch 2019-02-23 08:00:21 +05:30
wcwidth-std.h Round-trip the zwj unicode character 2018-08-04 18:29:45 +05:30
window.py Allow using the new private internal clipboard buffers with the copy_on_select option 2019-02-19 21:12:37 +05:30