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
*
refactor: rename types.h to types_defs.h
dundargoc
2023-11-27
*
build(IWYU): fix includes for undo_defs.h
dundargoc
2023-11-27
*
build(IWYU): fix includes for func_attr.h
dundargoc
2023-11-27
*
build(IWYU): replace most private mappings with pragmas (#26247)
zeertzjq
2023-11-27
*
refactor: move Arena and ArenaMem to memory_defs.h (#26240)
zeertzjq
2023-11-27
*
refactor: enable formatting for ternaries
dundargoc
2023-11-20
*
vim-patch:9.0.2106: [security]: Use-after-free in win_close()
zeertzjq
2023-11-17
*
vim-patch:9.0.1864: still crash with bt_quickfix1_poc
zeertzjq
2023-11-17
*
refactor: iwyu (#26062)
zeertzjq
2023-11-16
*
refactor: move some functions to winfloat.c (#26020)
Raphael
2023-11-16
*
vim-patch:8.1.1521: when a popup window is closed the buffer remains (#26024)
zeertzjq
2023-11-13
*
build: remove PVS
dundargoc
2023-11-12
*
refactor: remove redundant casts
dundargoc
2023-11-11
*
refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)
zeertzjq
2023-11-10
*
refactor: the long goodbye
dundargoc
2023-11-05
*
build(lint): remove unnecessary clint.py rules
dundargoc
2023-10-23
*
refactor(float): rename ex_floatclose to ex_fclose (#25596)
Raphael
2023-10-11
*
Merge pull request #25561 from glepnir/9663
bfredl
2023-10-10
|
\
|
*
feat(float): add fclose command
glepnir
2023-10-10
*
|
fix(coverity): dead code #25562
Justin M. Keyes
2023-10-09
*
|
refactor: the long goodbye
dundargoc
2023-10-09
|
/
*
Merge pull request #25522 from glepnir/4334
bfredl
2023-10-07
|
\
|
*
fix(ui): trigger TabNewEntered after split new tab
glepnir
2023-10-07
*
|
fix: heap-buffer-overflow in file_name_in_line
Justin M. Keyes
2023-10-06
*
|
fix: gf fails on "foo/bar.txt:1:2" on Windows
Leonardo Mello
2023-10-06
|
/
*
Merge pull request #25386 from glepnir/toggle_float
bfredl
2023-09-30
|
\
|
*
feat(float): support toggle show float window
glepnir
2023-09-30
*
|
refactor: reorganize option header files (#25437)
zeertzjq
2023-09-30
*
|
build(iwyu): add a few more _defs.h mappings (#25435)
zeertzjq
2023-09-30
*
|
refactor: remove long
dundargoc
2023-09-29
*
|
refactor(messages): fold msg_attr into msg
bfredl
2023-09-27
|
/
*
fix(float): make "fixed" work with relative=win (#25243)
zeertzjq
2023-09-19
*
fix(float): add fixd option
glepnir
2023-09-18
*
fix(float): update position of anchored windows first (#25133)
zeertzjq
2023-09-14
*
refactor(mch): last mch_ function/macro hits the dust
bfredl
2023-09-10
*
vim-patch:9.0.1877: missing test for patch 9.0.1873
zeertzjq
2023-09-09
*
feat(float): implement footer
Evgeni Chasnovski
2023-08-26
*
refactor(change): do API changes to buffer without curbuf switch
bfredl
2023-08-26
*
vim-patch:9.0.1710: scrolloff options work slightly different
zeertzjq
2023-08-23
*
vim-patch:9.0.1772: Cursor may be adjusted in 'splitkeep'ed windows (#24811)
zeertzjq
2023-08-21
*
vim-patch:9.0.1726: incorrect heights in win_size_restore() (#24765)
Sean Dewar
2023-08-17
*
refactor: cast to int earlier when using 'so' and 'siso' (#24756)
zeertzjq
2023-08-17
*
fix(events): avoid unnecessary CursorMoved (#24675)
zeertzjq
2023-08-12
*
fix(window): prevent win_size_restore from changing cmdheight
Sean Dewar
2023-07-26
*
feat(api): allow win_hide to close cmdwin or non-previous windows
Sean Dewar
2023-07-26
*
feat(api): allow open_win/win_set_buf in the cmdwin in some cases
Sean Dewar
2023-07-26
*
feat(api)!: change return type of nvim_win_text_height to Dict (#24365)
zeertzjq
2023-07-16
*
refactor(plines.c): update outdated comments (#24264)
zeertzjq
2023-07-06
*
fix(ui): delay win_viewport until screen update #24182
fredizzimo
2023-07-05
*
perf(ui-ext): approximate scroll_delta when scrolling too much (#24234)
zeertzjq
2023-07-04
[next]