| .. |
|
conf
|
Replace all instances of EnvironmentError with OSError
|
2020-01-11 16:47:36 +01:00 |
|
fonts
|
Dont rely on fontconfig to get postscript names
|
2020-01-07 09:30:41 +05:30 |
|
__init__.py
|
|
|
|
blit_fragment.glsl
|
Remove useless code from shader
|
2020-01-21 00:28:55 +01:00 |
|
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
|
Add a link to the marks docs
|
2020-01-14 13:45:37 +05:30 |
|
cell_fragment.glsl
|
Clean up rendering of cell backgrounds
|
2020-01-12 13:20:23 +05:30 |
|
cell_vertex.glsl
|
Actually apply mark colors when rendering
|
2020-01-13 09:51:03 +05:30 |
|
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
|
Print warning message timeout rounded to two digits after the dot
|
2020-01-05 16:10:10 +01: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
|
Replace all instances of EnvironmentError with OSError
|
2020-01-11 16:47:36 +01:00 |
|
choose_entry.py
|
No need to add index to titles when using hits kitten to choose tab/os_window
|
2019-11-28 10:11:14 +05:30 |
|
cli.py
|
Make the run-program example a little fancier
|
2020-01-13 12:16:43 +05:30 |
|
client.py
|
Use context managers to open files
|
2019-08-01 13:21:26 -05:00 |
|
cmds.py
|
Allow specifying a marker when launching windows
|
2020-01-15 07:22:32 +05:30 |
|
cocoa_window.m
|
oops
|
2020-01-15 21:39:13 +05:30 |
|
colors.c
|
Make mark colors per window
|
2020-01-15 18:42:37 +05:30 |
|
complete.py
|
Fix typo
|
2019-10-17 13:56:46 +02:00 |
|
config.py
|
Allow scrolling to marks
|
2020-01-15 07:11:34 +05:30 |
|
config_data.py
|
Merge branch 'force_ltr' of https://github.com/ctrlcctrlv/kitty
|
2020-01-18 08:07:56 +05:30 |
|
constants.py
|
version 0.15.1
|
2019-12-21 14:20:28 +05:30 |
|
control-codes.h
|
Correct spelling mistakes.
|
2018-09-06 12:07:09 +01:00 |
|
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
|
Actually apply mark colors when rendering
|
2020-01-13 09:51:03 +05:30 |
|
data-types.h
|
Make mark colors per window
|
2020-01-15 18:42:37 +05:30 |
|
desktop.c
|
Fixed bug in loading libcanberra when falling back on alternative library names
|
2019-11-30 14:36:22 +08:00 |
|
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
|
Add force_ltr
|
2020-01-17 16:22:40 +08:00 |
|
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
|
regenerates glad to fix missing APIENTRY
|
2019-12-20 15:04:23 +01:00 |
|
gl.c
|
Only use an extra draw call for the background when drawing interleaved cells if it is actually required
|
2020-01-12 09:37:16 +05:30 |
|
gl.h
|
Only use an extra draw call for the background when drawing interleaved cells if it is actually required
|
2020-01-12 09:37:16 +05:30 |
|
glfw-wrapper.c
|
Merge branch 'resize-by-increments' of https://github.com/aes/kitty
|
2020-01-07 10:44:55 +05:30 |
|
glfw-wrapper.h
|
Merge branch 'resize-by-increments' of https://github.com/aes/kitty
|
2020-01-07 10:44:55 +05:30 |
|
glfw.c
|
macOS: Allow hiding the titlebar only instead of all window decorations
|
2020-01-15 16:35:36 +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
|
Allow drawing images below cells w/background
|
2020-01-11 16:56:59 +05:30 |
|
graphics.h
|
Allow drawing images below cells w/background
|
2020-01-11 16:56:59 +05:30 |
|
graphics_fragment.glsl
|
Fix #2226
|
2019-12-24 17:10:33 +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 circumflex (^) key
|
2019-12-22 18:41:07 +01:00 |
|
key_names.py
|
Add circumflex (^) key
|
2019-12-22 18:41:07 +01:00 |
|
keys.c
|
Add Caps Lock to the list of modifier keys
|
2019-11-09 00:41:12 +01:00 |
|
keys.h
|
Add GLFW_KEY_CIRCUMFLEX to control_codes
|
2020-01-12 16:27:40 +01:00 |
|
keys.py
|
DRYer
|
2020-01-13 14:35:17 +01: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
|
Allow opening new tabs/windows before the current tab/window as well as after it with the :option:launch --location option.
|
2020-01-15 08:02:05 +05:30 |
|
layout.py
|
Allow having more than one full height window in the :code:tall layout
|
2020-01-15 11:28:58 +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
|
Fix URL detection not working for urls of the form scheme:///url
|
2020-01-17 07:49:01 +05:30 |
|
lineops.h
|
Allow scrolling to marks
|
2020-01-15 07:11:34 +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
|
Use python context manager to open file
|
2020-01-16 14:11:54 +01:00 |
|
marks.py
|
Allow creating markers dynamically
|
2020-01-13 20:05:50 +05:30 |
|
modes.h
|
Convert HTTP URLs to HTTPS URLs where possible
|
2019-04-24 01:27:24 +02:00 |
|
monotonic.c
|
Fix #2187
|
2019-12-08 22:37:47 +05:30 |
|
monotonic.h
|
Dont cast double to monotonic_t for literals
|
2019-12-19 17:33:12 +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
|
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
|
Replace all instances of EnvironmentError with OSError
|
2020-01-11 16:47:36 +01:00 |
|
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
|
Merge branch 'master' of https://github.com/copy/kitty
|
2020-01-15 11:43:20 +05:30 |
|
screen.h
|
Use only a single marker function
|
2020-01-13 11:57:19 +05:30 |
|
session.py
|
Replace all instances of EnvironmentError with OSError
|
2020-01-11 16:47:36 +01:00 |
|
shaders.c
|
Clean up rendering of cell backgrounds
|
2020-01-12 13:20:23 +05:30 |
|
shell.py
|
Replace all instances of EnvironmentError with OSError
|
2020-01-11 16:47:36 +01:00 |
|
state.c
|
Merge branch 'force_ltr' of https://github.com/ctrlcctrlv/kitty
|
2020-01-18 08:07:56 +05:30 |
|
state.h
|
Merge branch 'force_ltr' of https://github.com/ctrlcctrlv/kitty
|
2020-01-18 08:07:56 +05:30 |
|
tab_bar.py
|
Add a new option active_tab_title_template to specify a different template for active tab titles
|
2019-12-17 20:39:46 +05:30 |
|
tabs.py
|
goto_tab now maps numbers larger than the last tab to the last tab
|
2020-01-16 20:17:17 +05:30 |
|
terminfo.py
|
Fix typo
|
2019-12-19 13:40:08 +01: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
|
Replace all instances of EnvironmentError with OSError
|
2020-01-11 16:47:36 +01:00 |
|
utils.py
|
Replace all instances of EnvironmentError with OSError
|
2020-01-11 16:47:36 +01:00 |
|
wcwidth-std.h
|
Add a function to check if a codepoint is a symbol
|
2019-10-01 18:57:06 +05:30 |
|
window.py
|
Allow scrolling to marks
|
2020-01-15 07:11:34 +05:30 |