index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
window.c
Commit message (
Expand
)
Author
Age
*
fix(window.c): win_close from other tabpage #15454
notomo
2021-08-22
*
refactor: replace TRUE/FALSE with true/false #15425
dundargoc
2021-08-22
*
refactor(api): remove unneccesary indirection around handles
Björn Linse
2021-08-22
*
feat(match): allow hl group to be defined after :match command
Björn Linse
2021-08-19
*
refactor: replace TRUE/FALSE with true/false
Dundar Göc
2021-08-12
*
Merge pull request #15336 from bfredl/plines
Björn Linse
2021-08-11
|
\
|
*
refactor(plines): move out plines related code from misc1.c
Björn Linse
2021-08-10
*
|
refactor(sign): include longer sign column option
Sirisak Lueangsaksri
2021-08-09
*
|
fix(sign): reset auto sign column with minimum in float win minimal style
Sirisak Lueangsaksri
2021-08-09
|
/
*
vim-patch:8.2.3115: Coverity complains about free_wininfo() use
Jan Edmund Lazo
2021-07-31
*
refactor: replace TRUE/FALSE with true/false
Dundar Göc
2021-07-30
*
window.c: address Coverity failure #14996
Daniel Steinberg
2021-07-10
*
vim-patch:8.2.1905: the wininfo list may contain stale entries (#14884)
Daniel Steinberg
2021-06-30
*
window: pvs/v1071
Jan Edmund Lazo
2021-06-05
*
api(nvim_open_win): add "noautocmd" option
Sean Dewar
2021-06-01
*
Merge pull request #14468 from bfredl/zindex
Björn Linse
2021-05-15
|
\
|
*
floats: z-index
Björn Linse
2021-05-15
*
|
vim-patch:8.2.1059: crash when using :tabonly in an autocommand
Jan Edmund Lazo
2021-05-13
|
/
*
Merge pull request #13664 from ivechan/win_exectute
Jan Edmund Lazo
2021-05-07
|
\
|
*
vim-patch:8.2.0137: crash when using win_execute() from a new tab
jing
2021-05-06
|
*
vim-patch:8.1.1832: win_execute() does not work in other tab
jing
2021-05-06
|
*
vim-patch:8.1.1425: win_execute() does not set window pointers properly
jing
2021-05-06
*
|
coverity/188735: last_nonfloat: Ensure wp is non-NULL before dereferencing
James McCoy
2021-05-06
*
|
Merge pull request #14483 from mjlbach/floating_window_border_fix
Björn Linse
2021-05-05
|
\
\
|
*
|
window.c: fix floating window border width calculation
Michael Lingelbach
2021-05-03
|
|
/
*
/
ui_compositior: handle multiple displayed floats in the same tick
Björn Linse
2021-04-26
|
/
*
Border: allow to enable/disable specific border edges
Björn Linse
2021-04-04
*
Make sure window is still valid in the middle of calling :lopen (#14240)
Tony Chen
2021-03-29
*
floats: add borders (MS-DOS MODE)
Björn Linse
2021-03-22
*
wheel: move non-window code out of window.c
Björn Linse
2021-03-22
*
w_grid_alloc: baseline impl
Björn Linse
2021-03-22
*
vim-patch:8.2.0422: crash when passing popup window to win_splitmove()
Andy K. Massimino
2021-03-19
*
Merge pull request #14020 from chentau/float_resize
Björn Linse
2021-03-14
|
\
|
*
screen: make ui_compositor aware of the intended size of a float
chentau
2021-03-11
*
|
vim-patch:8.2.2595: setting 'winminheight' may cause 'lines' to change
Jan Edmund Lazo
2021-03-13
|
/
*
vim-patch:8.2.2236: 'scroll' option can change when setting the statusline
Jan Edmund Lazo
2021-03-02
*
vim-patch:8.2.2560: setting 'winminheigt' does not take tabline into account
Jan Edmund Lazo
2021-03-01
*
vim-patch:8.2.2244: crash when making the window width negative (#13633)
Jan Edmund Lazo
2020-12-29
*
vim-patch:8.1.2227: layout wrong if 'lines' changes while cmdline window is open
Jan Edmund Lazo
2020-12-26
*
Merge pull request #13595 from teto/fix-filler
Björn Linse
2020-12-24
|
\
|
*
refactor: de-curwin-ify update_topline/curs_columns
Matthieu Coudron
2020-12-23
|
*
refactor: pass the window to get_(side)scrolloff_value
Matthieu Coudron
2020-12-23
*
|
vim-patch:8.2.1966: popup becomes current window after closing a terminal window
Jan Edmund Lazo
2020-12-20
*
|
foldcolumn: support "auto" (#13571)
Jan Edmund Lazo
2020-12-20
|
/
*
Fixed lint error
Shirasaka
2020-12-06
*
Moved temporary variable to where it's used
Shirasaka
2020-12-05
*
ui: Fix win_hide distination grid
shirasaka
2020-12-05
*
menu: remove winbar code
Jan Edmund Lazo
2020-11-20
*
fix(floatwin): don't always use winheight
Thomas Vigouroux
2020-11-16
*
vim-patch:8.1.0810: too many #ifdefs
Jan Edmund Lazo
2020-11-12
[next]