..
conf
Fix: Exception in conf utils
2018-06-29 08:56:25 +01:00
fonts
--debug-font-fallback also prints out what basic fonts were matched
2018-06-19 12:48:33 +05:30
launcher
Forgot to marcj launcher script executable
2018-02-09 16:48:04 +05:30
__init__.py
Remove unused code and pep8
2017-01-09 11:10:41 +05:30
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
Start work on background opacity
2017-12-01 12:16:14 +05:30
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
Refactor font group handling
2018-05-27 12:37:05 +05:30
boss.py
When running kitty from within kitty, use a full path
2018-06-22 15:33:07 +05:30
cell_fragment.glsl
Implement SGR dim
2018-05-20 10:43:26 +05:30
cell_vertex.glsl
Preserve line numbers when adding in shifts to shader
2018-05-23 19:41:54 +05:30
charsets.c
Remove trailing whitespace from native code files
2017-12-20 08:44:47 +05:30
child-monitor.c
Use pipe2() on non-Apple platforms
2018-06-08 08:15:12 +05:30
child.c
macOS: Fix shell not starting in login mode on some computers. Fixes #247
2018-03-05 13:30:09 +05:30
child.py
Fix pasting large amounts of text very slow.
2018-06-26 18:20:46 +05:30
cli.py
Add a --hold command line option to stay open after the child process exits
2018-06-22 13:52:03 +05:30
client.py
Add missing screen_delete_lines to client
2018-06-11 09:12:30 +05:30
cmds.py
Merge branch 'master' of https://github.com/Ma-Shell/kitty
2018-06-23 13:54:47 +05:30
cocoa_window.m
macOS: Fix crash when triggering some global menu actions with the mouse
2018-06-06 22:53:07 +05:30
colors.c
Add a kitty @ get-colors command
2018-06-18 10:02:05 +05:30
config.py
Linux: Allow using XKB key names to bind shortcuts to keys not supported by GLFW
2018-06-22 12:41:50 +05:30
config_data.py
Add an option single_window_margin_width to allow different margins when only a single window is visible in the layout
2018-06-29 09:56:05 +05:30
constants.py
...
2018-06-22 15:35:24 +05:30
control-codes.h
Fix incorrect handling of CSI s/r/u
2018-02-04 16:16:57 +05:30
core_text.m
Reduce data sent to GPU per draw by 30%
2018-05-27 21:25:09 +05:30
cursor.c
Reduce data sent to GPU per draw by 30%
2018-05-27 21:25:09 +05:30
cursor_fragment.glsl
Switch to using an opaque block cursor
2017-09-17 13:03:02 +05:30
cursor_vertex.glsl
Switch to using an opaque block cursor
2017-09-17 13:03:02 +05:30
data-types.c
No need to use select() for TTYIO
2018-06-18 11:10:16 +05:30
data-types.h
Linux: Allow using XKB key names to bind shortcuts to keys not supported by GLFW
2018-06-22 12:41:50 +05:30
desktop.c
Pass the window class and size settings when creating a grouped window
2017-12-01 12:15:36 +05:30
emoji.h
Ignore the non-characters from the unicode standard in addition to ignoring the control characters
2018-06-14 10:20:13 +05:30
fontconfig.c
Reduce data sent to GPU per draw by 30%
2018-05-27 21:25:09 +05:30
fonts.c
Ensure font data is free'd before other finalizers
2018-05-29 07:18:07 +05:30
fonts.h
Reduce data sent to GPU per draw by 30%
2018-05-27 21:25:09 +05:30
freetype.c
Implement changing the font size for individual top level (OS) windows
2018-05-27 12:37:49 +05:30
gl-wrapper.c
Update version of glad used to generate OpenGL wrapper
2018-06-20 12:43:26 +05:30
gl-wrapper.h
Update version of glad used to generate OpenGL wrapper
2018-06-20 12:43:26 +05:30
gl.h
...
2018-05-05 07:30:59 +05:30
glfw-wrapper.c
Update glfw from upstream
2018-06-22 10:21:51 +05:30
glfw-wrapper.h
Update GLFW from upstream
2018-06-22 13:26:41 +05:30
glfw.c
Update GLFW from upstream
2018-06-22 13:26:41 +05:30
graphics.c
Implement changing the font size for individual top level (OS) windows
2018-05-27 12:37:49 +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
Reduce data sent to GPU per draw by 30%
2018-05-27 21:25:09 +05:30
key_encoding.py
tui: Use correct key names for enter and backspace keys
2018-05-24 15:23:34 +05:30
keys.c
Linux: Allow using XKB key names to bind shortcuts to keys not supported by GLFW
2018-06-22 12:41:50 +05:30
keys.h
Add in the redundant ctrl+<234578`> key combinations in normal and application mode. They all conflict with other keys but by implementing them the same as other terminals, I can at least avoid having to explain how they Ctrl+number is broken in traditional terminals over and over again.
2018-05-28 20:37:48 +05:30
keys.py
Linux: Allow using XKB key names to bind shortcuts to keys not supported by GLFW
2018-06-22 12:41:50 +05:30
khrplatform.h
Update GL wrapper generated by new version of glad
2018-05-04 18:12:31 +05:30
kittens.c
DRYer
2018-06-18 12:18:04 +05:30
layout.py
Add an option single_window_margin_width to allow different margins when only a single window is visible in the layout
2018-06-29 09:56:05 +05:30
line-buf.c
Reduce data sent to GPU per draw by 30%
2018-05-27 21:25:09 +05:30
line.c
Reduce data sent to GPU per draw by 30%
2018-05-27 21:25:09 +05:30
lineops.h
Reduce data sent to GPU per draw by 30%
2018-05-27 21:25:09 +05:30
logging.c
Replace deprecated ASL with os_log on macOS
2018-03-04 12:28:06 +05:30
main.py
When running kitty from within kitty, use a full path
2018-06-22 15:33:07 +05:30
modes.h
Get rid of the query escape code for styled underlines
2018-02-04 16:40:48 +05:30
mouse.c
Avoid spurious selection
2018-06-10 12:01:18 -07:00
parser.c
Switch to high number OSC codes instead of DCS string codes for dynamic color push/pop
2018-06-15 15:21:46 +05:30
remote_control.py
macOS: Fix an error in remote control when using --listen-on. Fixes #679
2018-06-25 12:33:54 +05:30
rewrap.h
Reduce data sent to GPU per draw by 30%
2018-05-27 21:25:09 +05:30
rgb.py
A new tab bar style
2018-06-06 13:27:15 +05:30
screen.c
diff kitten: Fix default foreground/background colors not being restored when kitten quits. Fixes #637
2018-06-14 23:25:13 +05:30
screen.h
diff kitten: Fix default foreground/background colors not being restored when kitten quits. Fixes #637
2018-06-14 23:25:13 +05:30
session.py
create_session: handle args=None
2018-06-23 02:57:47 +02:00
shaders.c
Fix kitty @ set-colors not working with the window border colors
2018-06-11 09:03:24 +05:30
shell.py
kitty shell: Ignore failure to read readline history file
2018-06-22 17:23:01 +05:30
state.c
Linux: Allow using XKB key names to bind shortcuts to keys not supported by GLFW
2018-06-22 12:41:50 +05:30
state.h
Fix inactive_text_alpha also applying to the tab bar
2018-06-07 20:19:29 +05:30
tab_bar.py
A new tab bar style
2018-06-06 13:27:15 +05:30
tabs.py
Add an option single_window_margin_width to allow different margins when only a single window is visible in the layout
2018-06-29 09:56:05 +05:30
terminfo.py
Fix Shift+function key not working
2018-04-23 11:28:02 +05:30
threading.h
Fix typo in threading.h introduced by FreeBSD commits
2018-06-03 09:29:33 +05:30
unicode-data.c
Ignore the non-characters from the unicode standard in addition to ignoring the control characters
2018-06-14 10:20:13 +05:30
unicode-data.h
Ignore the non-characters from the unicode standard in addition to ignoring the control characters
2018-06-14 10:20:13 +05:30
utils.py
Fix extra blank lines when using log_error()
2018-06-19 12:51:54 +05:30
wcwidth-std.h
wcwidth() for not assigned code points should be -4
2018-06-14 10:27:42 +05:30
window.py
Micro-optimization
2018-06-26 16:02:05 +05:30