Kovid Goyal
|
59df1a8647
|
Merge branch 'diff_glfw_upstream' of https://github.com/Luflosi/kitty
|
2019-06-21 08:25:34 +05:30 |
|
Luflosi
|
fb98aa650d
|
Reduce the difference of glfw to upstream
This only changes some formatting, whitespace, etc.. There are no
changes to the functionality.
Let me know if you don't like some of those changes.
|
2019-06-20 21:40:59 +02:00 |
|
Kovid Goyal
|
9981b5a9c6
|
Update xcode version in macos brew CI build
|
2019-06-20 06:28:49 +05:30 |
|
Kovid Goyal
|
603533e632
|
Fix a regression that caused closing an overlay window to focus the previously focused window rather than the underlying window
Fixes #1720
|
2019-06-17 09:00:47 +05:30 |
|
Kovid Goyal
|
38bc90f724
|
unicode_input kitten: Fix a regression that broke using indices to select recently used symbols.
|
2019-06-17 07:11:07 +05:30 |
|
Kovid Goyal
|
721beb9202
|
More docs for the cell fragment shader
|
2019-06-14 11:11:43 +05:30 |
|
Kovid Goyal
|
2e99259589
|
Make it possible to run custom kittens via kitty +kitten
Should help reduce confusion about how kittens work. Fixes #1712
|
2019-06-14 09:05:03 +05:30 |
|
Kovid Goyal
|
83e6b75872
|
More helpful error message if user tries to run a custom kitten via kitty +kitten
|
2019-06-14 08:23:25 +05:30 |
|
Kovid Goyal
|
cf70946f50
|
...
|
2019-06-13 05:08:13 +05:30 |
|
Luflosi
|
f1c36aba83
|
Reduce the difference of glfw/null_* to upstream
This only changes some formatting, whitespace, etc.. There are no
changes to the functionality.
Let me know if you don't like some of those changes.
|
2019-06-12 20:45:21 +02:00 |
|
Kovid Goyal
|
2973cf15a4
|
Dont leak a file descriptor if pthread_create() fails
|
2019-06-12 21:51:32 +05:30 |
|
Kovid Goyal
|
55969bc3c5
|
Also set cwd when piping to none
|
2019-06-12 21:43:13 +05:30 |
|
Kovid Goyal
|
a8504c971a
|
Also set special env for piped child with no input
|
2019-06-12 21:36:13 +05:30 |
|
Kovid Goyal
|
1644de2083
|
Use an explicit pipe instead of relying on subprocess.PIPE
Not sure what the lifetime semantics for fds created by subprocess.PIPE
are
|
2019-06-12 21:31:06 +05:30 |
|
Kovid Goyal
|
dd1fb85f60
|
When piping data to a child in the pipe command do it in a thread so as not to block the UI
See #1708
|
2019-06-12 21:03:18 +05:30 |
|
Kovid Goyal
|
b945b19865
|
Make thread_write() more robust
|
2019-06-12 20:58:47 +05:30 |
|
Kovid Goyal
|
91bf9f2ec8
|
Ensure fd is blocking in thread_write()
|
2019-06-12 20:42:17 +05:30 |
|
Kovid Goyal
|
f151f4c165
|
Detach the stdin write thread so that it is auto-cleaned up
|
2019-06-12 20:36:53 +05:30 |
|
Kovid Goyal
|
95b9b2d373
|
Merge branch 'diff_glfw_upstream' of https://github.com/Luflosi/kitty
|
2019-06-12 19:40:07 +05:30 |
|
Luflosi
|
8be698681c
|
Reduce the difference of glfw/wl_* to upstream
This only changes some formatting, whitespace, etc.. There are no
changes to the functionality.
Let me know if you don't like some of those changes.
|
2019-06-12 14:55:56 +02:00 |
|
Kovid Goyal
|
da3e1a3730
|
Finish documenting commands
|
2019-06-12 15:30:26 +05:30 |
|
Kovid Goyal
|
29f637c19a
|
Document a couple more commands
|
2019-06-12 15:14:15 +05:30 |
|
Kovid Goyal
|
3d01565ba7
|
Document more commands
|
2019-06-12 15:01:14 +05:30 |
|
Kovid Goyal
|
962291cc8e
|
Document another command
|
2019-06-12 13:41:46 +05:30 |
|
Kovid Goyal
|
a662dace9c
|
Document a couple more commands
|
2019-06-12 13:33:12 +05:30 |
|
Kovid Goyal
|
d34e0b325e
|
Document a couple more commands
|
2019-06-12 13:20:54 +05:30 |
|
Kovid Goyal
|
4c242ec528
|
Document a couple more commands
|
2019-06-12 13:17:28 +05:30 |
|
Kovid Goyal
|
658be9405f
|
Document the kitty remote control protocol
Fixes #1646
|
2019-06-12 13:12:53 +05:30 |
|
Kovid Goyal
|
15e8f6ad8a
|
Another fix to the scissor for rendering the cell area
With a cyan background it becomes apparent that the width/height are one
pixel too small
|
2019-06-12 10:37:20 +05:30 |
|
Kovid Goyal
|
a5aca35f1c
|
Simplify and document the operation of the cell fragment shader
Also get rid of the unneccessary double bg_alpha followed by divide by
alpha step when rendering interleaved and premult
|
2019-06-12 10:22:47 +05:30 |
|
Kovid Goyal
|
ae9df1ffac
|
oops
|
2019-06-12 08:03:10 +05:30 |
|
Kovid Goyal
|
8bf2e098f5
|
Fix an out of bounds read causing a crash when selecting text with the mouse in the alternate screen mode
Fixes #1578
|
2019-06-12 07:52:37 +05:30 |
|
Kovid Goyal
|
7091d554b5
|
Merge branch 'diff_glfw_upstream' of https://github.com/Luflosi/kitty
|
2019-06-12 05:17:15 +05:30 |
|
Luflosi
|
bada795320
|
Reduce the difference of glfw/x11_* to glfw upstream
This only changes some formatting, whitespace, etc.. There are no
changes to the functionality.
Let me know if you don't like some of those changes.
|
2019-06-11 17:57:39 +02:00 |
|
Kovid Goyal
|
7d385849fb
|
Merge branch 'simplify_code' of https://github.com/Luflosi/kitty
|
2019-06-11 19:42:59 +05:30 |
|
Luflosi
|
78775b7f6b
|
Use "with suppress()" to suppress a python exception
|
2019-06-11 15:48:27 +02:00 |
|
Kovid Goyal
|
8d21a5b6b3
|
Fallback on ctypes' find_library to load libxkbcommon
|
2019-06-11 16:58:57 +05:30 |
|
Kovid Goyal
|
9da095ca50
|
Fix #1703
|
2019-06-11 16:54:55 +05:30 |
|
Kovid Goyal
|
0fafc07db0
|
Fix #1702
|
2019-06-11 15:30:50 +05:30 |
|
Kovid Goyal
|
65b95999c1
|
version 0.14.2
v0.14.2
|
2019-06-09 13:40:02 +05:30 |
|
Kovid Goyal
|
056012871f
|
Merge branch 'bash_shebang' of https://github.com/Luflosi/kitty
|
2019-06-09 08:44:06 +05:30 |
|
Luflosi
|
c7b377080c
|
Use "#!/usr/bin/env bash" shebang instead of "#!/bin/bash"
All python scripts start with `#!/usr/bin/env python3` so I did the same
for a bash script.
|
2019-06-08 12:57:46 +02:00 |
|
Kovid Goyal
|
47acc9ff2f
|
Get rid of GLFW_(TRUE|FALSE)
|
2019-06-08 08:14:30 +05:30 |
|
Kovid Goyal
|
fe62700825
|
Get rid of GLFWbool
|
2019-06-08 08:12:42 +05:30 |
|
Kovid Goyal
|
6bcab56988
|
Merge branch 'whitespace' of https://github.com/Luflosi/kitty
|
2019-06-08 07:18:18 +05:30 |
|
Luflosi
|
fbc4d3e1be
|
Remove extra spaces
|
2019-06-08 00:48:09 +02:00 |
|
Kovid Goyal
|
c89d1643f4
|
Merge branch 'typo' of https://github.com/Luflosi/kitty
|
2019-06-07 16:30:39 +05:30 |
|
Luflosi
|
e2226a1509
|
Fix typo
|
2019-06-07 12:26:52 +02:00 |
|
Kovid Goyal
|
656916e0fa
|
Use remove_i_from_array in a few more places
Also simplify the REMOVER macro
|
2019-06-07 14:25:33 +05:30 |
|
Kovid Goyal
|
4a55eb9e7f
|
typo
|
2019-06-07 13:53:35 +05:30 |
|