Kovid Goyal
|
4b997a961c
|
A new option single_window_padding_width to use a different padding when only a single window is visible
Fixes #6734
|
2023-10-20 08:37:45 +05:30 |
|
Kovid Goyal
|
ef7d4934d2
|
Add window groups to kitty @ ls output
Fixes #6655
|
2023-09-26 18:41:52 +05:30 |
|
Kovid Goyal
|
f50660bb30
|
Remote control: Allow matching by neighbor of active window
|
2023-08-25 13:48:53 +05:30 |
|
Kovid Goyal
|
607bc845fc
|
Allow creating overlay-main windows, which are treated as the active window unlike normal overlays
Fixes #5392
|
2022-09-03 19:04:31 +05:30 |
|
Kovid Goyal
|
c4c62c1505
|
When using --keep-focus ensure active history list is not affected
Fixes #4987
|
2022-04-18 20:23:15 +05:30 |
|
Kovid Goyal
|
adcc616c92
|
...
|
2022-03-23 16:04:01 +05:30 |
|
Kovid Goyal
|
6dc1617429
|
Avoid flicker when starting kittens such as the hints kitten
Fixes #4674
|
2022-03-23 15:55:11 +05:30 |
|
Kovid Goyal
|
4494ddd8ff
|
mypy: Turn on return value checks
Its a shame GvR is married to "return None"
https://github.com/python/mypy/issues/7511
|
2021-10-26 22:39:14 +05:30 |
|
Kovid Goyal
|
6546c1da9b
|
run pyupgrade to upgrade the codebase to python3.6
|
2021-10-21 12:43:55 +05:30 |
|
Kovid Goyal
|
533b0ed591
|
A new mappable action select_window_in_tab to select a window in the current tab to switch to, by window title
Also when using the focus_visible_window action in a layout that shows
only a single window such as the stack layout, use this facility
automatically.
|
2021-10-14 09:19:22 +05:30 |
|
Kovid Goyal
|
2548896656
|
Dont visually focus select if only one window present
|
2021-10-11 20:37:59 +05:30 |
|
Kovid Goyal
|
440640bbbc
|
A mappable action to visually select the window to focus with the keyboard
|
2021-10-11 20:18:35 +05:30 |
|
Kovid Goyal
|
3bf9130b0a
|
Fix deleting windows that are not the last window via remote control leaving no window focused
Fixes #3619
|
2021-05-14 07:25:48 +05:30 |
|
Kovid Goyal
|
027c5a57f1
|
Work on porting kittens to use new key infrastructure
Also move type definitions into their own module
|
2021-01-16 20:52:14 +05:30 |
|
Kovid Goyal
|
0adaf064e7
|
Fix #2832
|
2020-07-05 07:34:11 +05:30 |
|
Kovid Goyal
|
cd4dacb406
|
Fix #2753
|
2020-06-08 21:40:59 +05:30 |
|
Kovid Goyal
|
cdd943ded4
|
Port layout tests to new API
|
2020-05-12 22:43:55 +05:30 |
|
Kovid Goyal
|
39b2bf963c
|
Port the splits layout to the new groups API
|
2020-05-12 22:43:54 +05:30 |
|
Kovid Goyal
|
01c0e8da93
|
Tall and Fat layouts ported to new groups API
|
2020-05-12 22:43:54 +05:30 |
|
Kovid Goyal
|
e844ad6db3
|
Respect per-window margin/padding in stack layout
Also use the margin/padding of the base window for all overlay windows
|
2020-05-12 22:43:54 +05:30 |
|
Kovid Goyal
|
707ad705a4
|
Notify on active window changed when adding/removing to same group
|
2020-05-12 22:43:54 +05:30 |
|
Kovid Goyal
|
79a780004f
|
Remove references to overlay_for from boss
|
2020-05-12 22:43:54 +05:30 |
|
Kovid Goyal
|
81b28bc1bd
|
More work on refactoring window groups, stack layout works
|
2020-05-12 22:43:54 +05:30 |
|
Kovid Goyal
|
e9c4d540b1
|
More work on refactoring window groups
|
2020-05-12 22:43:54 +05:30 |
|
Kovid Goyal
|
50d9718c68
|
Start work on refactoring management of windows
|
2020-05-12 22:43:53 +05:30 |
|