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
*
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
*
fix(ui): adjust 'smoothscroll' for inner dimensions
Luuk van Baal
2023-05-02
*
vim-patch:9.0.0652: 'smoothscroll' not tested with 'number' and "n" in 'cpo'
Luuk van Baal
2023-05-02
*
refactor: uncrustify
dundargoc
2023-04-26
*
fix(column): don't reset 'statuscolumn' width after it has been drawn
luukvbaal
2023-04-24
*
fix(column): rebuild status column when sign column is invalid
Luuk van Baal
2023-04-19
*
fix(ruler): show ruler of curwin with no statusline in cmdline
Sean Dewar
2023-04-17
*
fix(ui): ruler is not redrawn in cmdline with redrawstatus
Luuk van Baal
2023-04-02
*
Merge pull request #22844 from luukvbaal/stlrecording
bfredl
2023-04-02
|
\
|
*
fix(ui): recording change doesn't trigger statusline redraw
Luuk van Baal
2023-04-01
*
|
refactor: add const and remove unnecessary casts (#22841)
ii14
2023-04-01
|
/
*
fix(column): invalidate statuscolumn width when UPD_NOT_VALID (#22723)
luukvbaal
2023-03-19
*
refactor(extmarks): some minor internal API changes
bfredl
2023-03-16
*
refactor(screen): screen.c delenda est
bfredl
2023-03-14
*
fix(screen): redraw the ruler for a current floating window
bfredl
2023-03-14
*
refactor(redraw): make cursor position redraw use the "redraw later" pattern
bfredl
2023-03-12
*
perf(statusline): UI elements are always redrawn on K_EVENT
Luuk van Baal
2023-03-08
*
fix(win_update): don't use unintialized memory in edge case (#22266)
zeertzjq
2023-02-15
*
fix(folds): cursorline highlight is not always applied on closed folds (#22242)
luukvbaal
2023-02-14
*
fix(ui): make sure screen is valid after resizing
zeertzjq
2023-02-13
*
refactor: reduce scope of locals as per the style guide (#22211)
dundargoc
2023-02-11
*
vim-patch:partial:9.0.1237: code is indented more than necessary (#21971)
zeertzjq
2023-01-24
*
fix(extmarks): problems with folded virtual lines (#21930)
luukvbaal
2023-01-23
[next]