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
*
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
*
feat(ui): add 'statuscolumn' option
luukvbaal
2023-01-09
*
fix(decoration): do not reset must_redraw after calling providers (#21459)
zeertzjq
2022-12-21
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
refactor: move tabline code to statusline.c (#21008)
luukvbaal
2022-11-10
*
fix(messages): reset msg_grid_scroll_discount when redrawing (#21000)
zeertzjq
2022-11-10
*
feat(ui): add support to display a title in the border of a float (#20184)
Raphael
2022-11-06
*
fix(ui): send grid_resize events before triggering VimResized (#20760)
zeertzjq
2022-10-22
*
fix(decoration): call providers in win_update() earlier
Lewis Russell
2022-10-15
*
refactor(drawscreen.c): reduce scopes of locals (#20668)
Lewis Russell
2022-10-15
*
vim-patch:9.0.0750: crash when popup closed in callback (#20659)
zeertzjq
2022-10-15
*
feat(messages)!: graduate the 'msgsep' feature
bfredl
2022-10-05
*
refactor(redraw): various simplifications
bfredl
2022-10-05
*
refactor(redraw): no type argument in update_screen()
bfredl
2022-10-05
*
vim-patch:9.0.0656: cannot specify another character to use instead of '@'
zeertzjq
2022-10-05
*
vim-patch:9.0.0620: matchaddpos() can only add up to 8 matches
zeertzjq
2022-10-02
*
fix(ui): redraw end of buffer if last line is modified (#20354)
zeertzjq
2022-09-27
*
fix(redraw): make redrawdebug=nodelta handle all the cases
bfredl
2022-09-22
*
fix(redraw): avoid unnecessary redraws and glitches with floats+messages
bfredl
2022-09-22
*
refactor: replace char_u with char
Dundar Göc
2022-09-11
*
feat(extmarks,ts,spell): full support for spelling
Thomas Vigouroux
2022-09-06
*
fix(highlight): set the window namespace when redrawing statusline
bfredl
2022-08-30
*
refactor: replace char_u with char
Dundar Göc
2022-08-29
*
vim-patch:9.0.0316: screen flickers when 'cmdheight' is zero (#19991)
zeertzjq
2022-08-29
*
vim-patch:9.0.0036: 'fillchars' cannot have window-local values
zeertzjq
2022-08-26
*
vim-patch:9.0.0206: redraw flags are not named specifically (#19913)
zeertzjq
2022-08-23
*
vim-patch:8.1.1886: command line expansion code is spread out (#19861)
zeertzjq
2022-08-21
*
refactor: move statusline code from buffer.c and [draw]screen.c to new file
bfredl
2022-08-19
*
vim-patch:8.1.2057: the screen.c file is much too big
Lewis Russell
2022-08-19