| .. |
|
conf
|
Use context managers to open files
|
2019-08-01 13:21:26 -05:00 |
|
fonts
|
Coalesce neighboring symbol maps for better lookup performance
|
2019-11-12 20:05:48 +05:30 |
|
__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
|
|
|
|
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
|
Deprecate pipe in favor of launch
|
2019-11-13 16:08:48 +05:30 |
|
cell_fragment.glsl
|
More docs for the cell fragment shader
|
2019-06-14 11:11:43 +05:30 |
|
cell_vertex.glsl
|
Use selection foreground color for underlines as well
|
2019-09-19 19:28:33 +05:30 |
|
charsets.c
|
Convert HTTP URLs to HTTPS URLs where possible
|
2019-04-24 01:27:24 +02:00 |
|
charsets.h
|
|
|
|
child-monitor.c
|
Check for float conversion issues on build
|
2019-09-27 19:47:25 +05:30 |
|
child.c
|
Reset the sigprocmask and signal handlers when launching child processes. Fixes #1806
|
2019-07-18 09:26:31 +05:30 |
|
child.py
|
Start work on a unified interface for launching processes
|
2019-11-13 09:58:28 +05:30 |
|
cli.py
|
Micro-optimization
|
2019-11-13 14:39:06 +05:30 |
|
client.py
|
Use context managers to open files
|
2019-08-01 13:21:26 -05:00 |
|
cmds.py
|
Deprecate pipe in favor of launch
|
2019-11-13 16:08:48 +05:30 |
|
cocoa_window.m
|
Create macOS menu bar where GLFW creates it
|
2019-11-24 08:43:01 +01:00 |
|
colors.c
|
Fix color index 232 (should be #080808, not black)
|
2019-09-11 20:01:52 +02:00 |
|
complete.py
|
Fix typo
|
2019-10-17 13:56:46 +02:00 |
|
config.py
|
Start work on a unified interface for launching processes
|
2019-11-13 09:58:28 +05:30 |
|
config_data.py
|
macOS: Disable mouse hiding by default as getting it to work robustly on Cocoa is too much effort
|
2019-11-24 11:29:23 +05:30 |
|
constants.py
|
Fix potential error when $PATH is not defined
|
2019-10-27 00:10:55 +02:00 |
|
control-codes.h
|
|
|
|
core_text.m
|
more macOS float fixes
|
2019-09-27 20:05:11 +05:30 |
|
cursor.c
|
Make the MIN and MAX macros typesafe
|
2019-07-01 17:03:47 +05:30 |
|
data-types.c
|
Slightly better error message when opening controlling terminal fails
|
2019-10-07 20:48:31 +05:30 |
|
data-types.h
|
Use datatype monotonic_t instead of double to keep track of time
|
2019-09-25 17:43:11 +02:00 |
|
desktop.c
|
Load libcanberra dynamically at runtime, as needed
|
2019-10-24 09:03:52 +05:30 |
|
emoji.h
|
Add a function to check if a codepoint is a symbol
|
2019-10-01 18:57:06 +05:30 |
|
fontconfig.c
|
Linux: Allow using fonts with spacing=90 in addition to fonts with spacing=100
|
2019-09-15 06:08:40 +05:30 |
|
fonts.c
|
Better fix for Powerline lacking a space glyph
|
2019-11-08 14:41:31 +05:30 |
|
fonts.h
|
Only disable liga and dlig for nimbus mono
|
2019-08-10 08:22:36 +05:30 |
|
freetype.c
|
Check for float conversion issues on build
|
2019-09-27 19:47:25 +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
|
Create macOS menu bar where GLFW creates it
|
2019-11-24 08:43:01 +01:00 |
|
glfw-wrapper.h
|
Change return type of two functions
|
2019-11-24 13:06:46 +01:00 |
|
glfw.c
|
Change return type of two functions
|
2019-11-24 13:06:46 +01:00 |
|
glfw_tests.c
|
Extract key event data to struct
|
2019-09-24 19:15:35 +02:00 |
|
glfw_tests.h
|
Linux: Only process global state when something interesting happens
|
2019-07-15 21:30:00 +05:30 |
|
graphics.c
|
Use datatype monotonic_t instead of double to keep track of time
|
2019-09-25 17:43:11 +02:00 |
|
graphics.h
|
Use datatype monotonic_t instead of double to keep track of time
|
2019-09-25 17:43:11 +02:00 |
|
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
|
Only update config_key_map with those entries in key_name_aliases that exist in ENCODING
|
2019-09-15 04:24:32 +05:30 |
|
key_names.py
|
Add missing keys to key_name_aliases
|
2019-09-18 19:36:56 +02:00 |
|
keys.c
|
Add Caps Lock to the list of modifier keys
|
2019-11-09 00:41:12 +01:00 |
|
keys.h
|
Regenerate automatically generated key_encoding.py and keys.h
|
2019-09-08 12:32:20 +02:00 |
|
keys.py
|
Rename all uses of 'scancode' to 'native_key' where relevant
|
2019-10-16 02:25:20 +02:00 |
|
kittens.c
|
Use datatype monotonic_t instead of double to keep track of time
|
2019-09-25 17:43:11 +02:00 |
|
launch.py
|
Deprecate pipe in favor of launch
|
2019-11-13 16:08:48 +05:30 |
|
layout.py
|
Fix location=neighbor causing a hang on a new tab
|
2019-11-13 15:39:38 +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
|
Implement a hack to (mostly) preserve tabs when cat a file with them and then copying the text or passing screen contents to another program
|
2019-08-31 12:37:05 +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
|
Output which loo could not be woken up
|
2019-09-08 14:58:11 +05:30 |
|
loop-utils.h
|
Output which loo could not be woken up
|
2019-09-08 14:58:11 +05:30 |
|
macos_process_info.c
|
Fix typos
|
2019-08-26 12:31:15 +02:00 |
|
main.py
|
Dont hang trying to read shell environment if the shell never quits. Fixes #2143
|
2019-11-20 11:53:28 +05:30 |
|
modes.h
|
Convert HTTP URLs to HTTPS URLs where possible
|
2019-04-24 01:27:24 +02:00 |
|
monotonic.h
|
monotonic_start_time needs to be a global symbol, not local to each translation unit
|
2019-09-28 08:18:21 +05:30 |
|
mouse.c
|
Store pending_scroll_pixels for every screen
|
2019-10-20 13:22:46 +02: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
|
Use datatype monotonic_t instead of double to keep track of time
|
2019-09-25 17:43:11 +02:00 |
|
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
|
unicode input kitten: Add an option :option:kitty +kitten unicode_input --emoji-variation to control the presentation variant of selected emojis
|
2019-11-17 13:13:37 +05:30 |
|
screen.h
|
Store pending_scroll_pixels for every screen
|
2019-10-20 13:22:46 +02:00 |
|
session.py
|
Allow reading session file from STDIN
|
2019-09-08 15:20:37 +05:30 |
|
shaders.c
|
Check for float conversion issues on build
|
2019-09-27 19:47:25 +05:30 |
|
shell.py
|
Use "with suppress()" to suppress python exceptions
|
2019-06-03 12:27:43 +02:00 |
|
state.c
|
Properly re-initialize GPU resources when detaching/attaching a window
|
2019-11-09 13:14:50 +05:30 |
|
state.h
|
Store pending_scroll_pixels for every screen
|
2019-10-20 13:22:46 +02:00 |
|
tab_bar.py
|
Merge branch 'add_powerline_style_tabs' of https://github.com/brujoand/kitty
|
2019-10-18 19:36:31 +05:30 |
|
tabs.py
|
Start work on a unified interface for launching processes
|
2019-11-13 09:58:28 +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
|
Add a function to check if a codepoint is a symbol
|
2019-10-01 18:57:06 +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 the update CHECK_INTERVAL constant
|
2019-09-25 02:46:19 +02:00 |
|
utils.py
|
hints kitten: Allow using named groups in the regular expression. The named groups are passed to the invoked program for further processing.
|
2019-11-11 17:34:19 +05:30 |
|
wcwidth-std.h
|
Add a function to check if a codepoint is a symbol
|
2019-10-01 18:57:06 +05:30 |
|
window.py
|
Only detach window after the ask overlay is removed
|
2019-11-12 10:59:36 +05:30 |