Kovid Goyal
|
0f06bf1bdb
|
Merge branch 'macos_hide_from_tasks' of https://github.com/cfal/kitty
|
2018-04-27 08:19:32 +05:30 |
|
Alex Lau
|
b7f4f2e898
|
Move call to cocoa_window.m
|
2018-04-26 12:42:56 -07:00 |
|
Kovid Goyal
|
7148ee8a0f
|
When triple-clicking select all wrapped lines belonging to a single logical line. Fixes #492
|
2018-04-26 10:16:00 +05:30 |
|
Kovid Goyal
|
238508fc0a
|
Update glfw from upstream
Proper cross-platform fix for issue of mouse cursor not being restored
over un-focused windows.
|
2018-04-26 08:31:52 +05:30 |
|
Kovid Goyal
|
84ab0f5062
|
More work on the diff kitten
|
2018-04-26 08:01:12 +05:30 |
|
Kovid Goyal
|
cf04bdb36a
|
Merge branch 'master' of https://github.com/FabioLolix/kitty
|
2018-04-26 06:58:16 +05:30 |
|
FabioLolix
|
d09a30d16c
|
Updated Readme - Arch package
Kitty has been moved to the Arch community repository
|
2018-04-25 21:13:17 +02:00 |
|
Kovid Goyal
|
d54b58d2f3
|
...
|
2018-04-25 19:50:40 +05:30 |
|
Kovid Goyal
|
0be0963dc7
|
Utility method to truncate formatted lines to specified width
|
2018-04-25 19:34:04 +05:30 |
|
Kovid Goyal
|
61a2360df5
|
hints kitten: Detect bracketed URLs and dont include the closing bracket in the URL.
|
2018-04-25 14:33:37 +05:30 |
|
Kovid Goyal
|
b3ed4e3bc2
|
...
|
2018-04-25 09:16:10 +05:30 |
|
Kovid Goyal
|
316e7cb9f5
|
Also use cwd of child when opening programs via the hints kitten
|
2018-04-25 09:07:35 +05:30 |
|
Kovid Goyal
|
23851e31bf
|
When calling pass_selection_to_program use the current directory of the child process as the cwd of the program. Fixes #491
|
2018-04-25 08:30:22 +05:30 |
|
Alex Lau
|
b7b64ec513
|
Default to off
|
2018-04-24 17:13:37 -07:00 |
|
Kovid Goyal
|
2b372373ae
|
Update glfw from upstream
|
2018-04-24 18:15:28 +05:30 |
|
Kovid Goyal
|
7a543fac86
|
Wire up color handling in the diff kitten
|
2018-04-24 10:58:15 +05:30 |
|
Kovid Goyal
|
5c4b14468c
|
Apply default colors in diff kitten
|
2018-04-24 10:33:18 +05:30 |
|
Alex Lau
|
7d4d978d97
|
Add macos_hide_from_tasks option
|
2018-04-23 22:02:54 -07:00 |
|
Kovid Goyal
|
fe5b8f3aec
|
Fix using modifiers with subsequent keys in a muti-key shortcut not working
|
2018-04-24 09:42:37 +05:30 |
|
Kovid Goyal
|
f5abe7cbf7
|
Add a setting to clear all shortcuts defined up to that point
|
2018-04-24 09:08:22 +05:30 |
|
Kovid Goyal
|
bd0382830a
|
Add a setting (kitty_mod) to change the modifier used by all the default kitty shortcuts, globally
See #487
|
2018-04-24 08:53:07 +05:30 |
|
Kovid Goyal
|
0b99bb534f
|
Unicode input: When searching by name search for prefix matches as well as whole word matches
So now hori matches both "hori" and "horizontal". Switched to a
prefix-trie internally.
|
2018-04-24 07:45:20 +05:30 |
|
Kovid Goyal
|
9d67198ff9
|
Update path in gen-wcwidth.py
|
2018-04-23 21:25:33 +05:30 |
|
Kovid Goyal
|
fda57a81e1
|
Fix Shift+function key not working
Also support pressing F13-f25 function keys. Fixes #485
|
2018-04-23 11:28:02 +05:30 |
|
Kovid Goyal
|
9962ac2703
|
...
|
2018-04-23 10:54:04 +05:30 |
|
Kovid Goyal
|
edc4b91d15
|
Expand ~ and env vars in program names. Fixes #483
|
2018-04-23 10:53:20 +05:30 |
|
Kovid Goyal
|
92ca8ab9cc
|
Fix #482
|
2018-04-23 07:19:40 +05:30 |
|
Kovid Goyal
|
07e2d9175c
|
Merge branch 'fixconfig' of https://github.com/Abominas/kitty
|
2018-04-23 06:59:44 +05:30 |
|
Abominas
|
c90dbb25b9
|
Fix config format crash
|
2018-04-22 17:35:58 -07:00 |
|
Kovid Goyal
|
b5da109e7f
|
Wire up config infrastructure for diff kitten
|
2018-04-22 21:44:47 +05:30 |
|
Kovid Goyal
|
aa18429a8c
|
DRYer
|
2018-04-22 21:22:08 +05:30 |
|
Kovid Goyal
|
e578d41adb
|
Make merge_dicts() re-useable
|
2018-04-22 21:00:17 +05:30 |
|
Kovid Goyal
|
f3579e78af
|
Make load_config() re-useable
|
2018-04-22 20:58:43 +05:30 |
|
Kovid Goyal
|
9c43707f40
|
Make the hinting defaults zero when missing
|
2018-04-22 20:34:00 +05:30 |
|
Kovid Goyal
|
99ff92a5a7
|
Don't fail to start if the user deletes the hintstyle key from their fontconfig configuration. Fixes #480
|
2018-04-22 20:29:46 +05:30 |
|
Kovid Goyal
|
d866c0d202
|
Fix NULL return without error set
|
2018-04-22 20:19:21 +05:30 |
|
Kovid Goyal
|
20c42ab519
|
tui: Allow handlers to finalize() as well as initialize()
|
2018-04-22 13:14:25 +05:30 |
|
Kovid Goyal
|
8bbc2b82d4
|
More work on the diff kitten
|
2018-04-22 13:05:58 +05:30 |
|
Kovid Goyal
|
6929358976
|
More work on the diff kitten
|
2018-04-21 15:45:16 +05:30 |
|
Kovid Goyal
|
82acd6b511
|
Add a note on how to create a script to launch kitty
Useful when running from source
|
2018-04-21 15:33:21 +05:30 |
|
Kovid Goyal
|
bb939ed4f8
|
Remove unused code
|
2018-04-20 22:19:31 +05:30 |
|
Kovid Goyal
|
cd25abc49f
|
...
|
2018-04-20 22:06:42 +05:30 |
|
Kovid Goyal
|
2e90e443ed
|
Fix #476
|
2018-04-20 21:33:24 +05:30 |
|
Kovid Goyal
|
92bb6e293a
|
Add threaded job infrastructure to tui
|
2018-04-20 21:12:10 +05:30 |
|
Kovid Goyal
|
ea9b431386
|
Allow changing the source used by test_compile
|
2018-04-20 21:02:05 +05:30 |
|
Kovid Goyal
|
23077fd6a6
|
DRYer
|
2018-04-20 20:56:29 +05:30 |
|
Kovid Goyal
|
5eee7ce338
|
Fix #475
|
2018-04-20 20:32:16 +05:30 |
|
Kovid Goyal
|
784894cac3
|
xkbcommon.org's HTTPS certificate has expired
|
2018-04-20 18:39:27 +05:30 |
|
Kovid Goyal
|
757983b729
|
Another ParseTuple mismatch
|
2018-04-20 18:29:55 +05:30 |
|
Kovid Goyal
|
b6660353cd
|
Merge branch 'bigendian-fixes' of https://github.com/jamessan/kitty
|
2018-04-20 18:26:26 +05:30 |
|