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
/
drawscreen.c
Commit message (
Expand
)
Author
Age
*
Merge remote-tracking branch 'upstream/master' into colorcolchar
colorcolchar
Josh Rahm
2023-11-29
|
\
|
*
perf(column): only invalidate lines affected by added sign
Luuk van Baal
2023-11-29
|
*
refactor(IWYU): create normal_defs.h (#26293)
zeertzjq
2023-11-29
|
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
|
*
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
|
*
refactor: move garray_T to garray_defs.h (#26227)
zeertzjq
2023-11-26
|
*
build: rework IWYU mapping files
dundargoc
2023-11-25
|
*
fix(column): reset decor state before starting from top
Luuk van Baal
2023-11-23
|
*
refactor(sign): store 'signcolumn' width range when it is set
Luuk van Baal
2023-11-21
|
*
refactor: enable formatting for ternaries
dundargoc
2023-11-20
|
*
refactor: follow style guide
dundargoc
2023-11-19
|
*
refactor(sign): move legacy signs to extmarks
Luuk van Baal
2023-11-17
|
*
build: remove PVS
dundargoc
2023-11-12
|
*
fix(float): apply 'winblend' to title/footer highlight (#25999)
zeertzjq
2023-11-12
|
*
fix(float): win_get_bordertext_col returning negative column number (#25752)
nwounkn
2023-10-26
|
*
refactor: allow not having a `default` case for enum
Famiu Haque
2023-10-10
|
*
refactor: the long goodbye
dundargoc
2023-10-09
|
*
refactor(grid): do arabic shaping in one place
bfredl
2023-10-08
|
*
refactor(grid): get rid of unbatched grid_puts and grid_putchar
bfredl
2023-10-06
|
*
fix(terminal): check terminal size at end of screen update (#25480)
zeertzjq
2023-10-03
|
*
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(grid): unify the two put-text-on-the-screen code paths
bfredl
2023-09-29
|
*
refactor(grid): use batched updates for statusline and ruler
bfredl
2023-09-27
|
*
fix(ui): "resize -1" with cmdheight=0 #24758
nwounkn
2023-09-24
|
*
refactor(grid): properly namespace and separate stateful grid functions
bfredl
2023-09-22
|
*
fix(ui): handle virtual text with multiple hl in more cases (#25304)
zeertzjq
2023-09-22
|
*
Merge pull request #25261 from bfredl/nolinewrap
bfredl
2023-09-20
|
|
\
|
|
*
refactor(grid): unused grid->line_wraps delenda est
bfredl
2023-09-20
|
*
|
fix: avoid ui_grid_cursor_goto when drawing window separators
Jędrzej Boczar
2023-09-19
|
|
/
|
*
refactor(grid): change schar_T representation to be more compact
bfredl
2023-09-19
|
*
feat(float): implement footer
Evgeni Chasnovski
2023-08-26
|
*
refactor(float): extract "title" and "title_pos" handling
Evgeni Chasnovski
2023-08-26
|
*
fix(statuscolumn): force full redraw when signcolumn is invalid (#24859)
luukvbaal
2023-08-26
|
*
refactor(change): do API changes to buffer without curbuf switch
bfredl
2023-08-26
|
*
refactor(memline): distinguish mutating uses of ml_get_buf()
bfredl
2023-08-24
|
*
vim-patch:9.0.1747: screenpos() may cause unnecessary redraw (#24792)
zeertzjq
2023-08-19
|
*
vim-patch:9.0.1729: screenpos() wrong when w_skipcol and cpoptions+=n (#24773)
zeertzjq
2023-08-18
|
*
fix(window): prevent win_size_restore from changing cmdheight
Sean Dewar
2023-07-26
|
*
feat(decoration_provider): log errors as error messages
Thomas Vigouroux
2023-07-19
|
*
fix(folds): fix missing virt_lines above when fold is hidden (#24274)
zeertzjq
2023-07-07
|
*
fix(statusline): redraw when VIsual_mode changes (#23933)
zeertzjq
2023-06-06
|
*
fix(folds): allow overlay virtual text on folded line (#23892)
zeertzjq
2023-06-03
|
*
refactor(drawscreen): avoid spell check on folded or filler lines
zeertzjq
2023-06-01
|
*
vim-patch:9.0.1595: line pointer becomes invalid when using spell checking
Luuk van Baal
2023-06-01
|
*
vim-patch:9.0.1585: weird use of static variables for spell checking
Luuk van Baal
2023-06-01
|
*
vim-patch:9.0.1578: SpellCap highlight not always updated when needed (#23755)
luukvbaal
2023-05-26
|
*
vim-patch:9.0.1512: inserting lines when scrolling with 'smoothscroll' set
Luuk van Baal
2023-05-07
[next]