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
*
fix(ui): update title in more cases (#31508)
zeertzjq
2024-12-10
*
fix(column): check if signcolumn changed in all windows #31439
luukvbaal
2024-12-04
*
fix(ui): clamp 'cmdheight' for other tabpages on screen resize (#31419)
zeertzjq
2024-12-02
*
vim-patch:9.1.0892: the max value of 'cmdheight' is limited by other tabpages...
zeertzjq
2024-11-29
*
vim-patch:9.1.0889: Possible unnecessary redraw after adding/deleting lines (...
zeertzjq
2024-11-26
*
fix(grid): double grid_line_start() with ext_messages #31292
luukvbaal
2024-11-25
*
refactor(options): autogenerate valid values and flag enums for options (#31089)
Famiu Haque
2024-11-23
*
refactor(highlight): make enum of builtin highlights start with 1
bfredl
2024-11-13
*
refactor(message): propagate highlight id instead of attrs
Luuk van Baal
2024-11-08
*
vim-patch:9.1.0753: Wrong display when typing in diff mode with 'smoothscroll...
zeertzjq
2024-10-01
*
vim-patch:9.1.0708: Recursive window update does not account for reset skipco...
luukvbaal
2024-09-01
*
refactor: collapse statements in single assignments
Lewis Russell
2024-07-30
*
vim-patch:8.2.5047: CurSearch highlight is often wrong
zeertzjq
2024-06-19
*
fix(ui): superfluous showmode / excessive grid_cursor_goto #29089
luukvbaal
2024-06-04
*
fix(column): crash with 'signcolumn' set to "number" (#29003)
luukvbaal
2024-06-01
*
fix(float): missing default highlight for title
glepnir
2024-05-25
*
feat(api): add nvim__redraw for more granular redrawing
Luuk van Baal
2024-05-02
*
refactor: add win_T argument to setcursor_mayforce()
Luuk van Baal
2024-05-02
*
fix(ui): avoid recursiveness and invalid memory access #28578
luukvbaal
2024-05-01
*
vim-patch:9.1.0380: Calculating line height for unnecessary amount of lines (...
luukvbaal
2024-04-29
*
fix(intro): clear intro if new buffer is shown in focused float
Evgeni Chasnovski
2024-03-29
*
fix(intro): make intro explicitly stateful
bfredl
2024-03-14
*
fix(api/buffer): fix handling of viewport of non-current buffer
bfredl
2024-03-13
*
vim-patch:9.1.0121: Infinite loop or signed overflow with 'smoothscroll'
Sean Dewar
2024-03-08
*
vim-patch:9.1.0145: v:echospace not correct when 'showcmdloc' != last (#27682)
zeertzjq
2024-03-01
*
perf(redraw): reduce redraw with undo and extmarks or 'spell' (#27442)
zeertzjq
2024-02-13
*
vim-patch:9.0.0245: mechanism to prevent recursive screen updating is incompl...
zeertzjq
2024-02-13
*
feat(shortmess): "q" flag fully hides recording message (#27415)
Trevor Arjeski
2024-02-11
*
refactor: rename w_float_config to w_config #27419
Will Hopkins
2024-02-10
*
vim-patch:9.1.0083: Redrawing can be improved when deleting lines with 'number'
zeertzjq
2024-02-08
*
fix(column): handle w_redr_statuscol at end filler lines (#27365)
zeertzjq
2024-02-06
*
docs: small fixes (#27213)
dundargoc
2024-02-06
*
vim-patch:9.1.0077: Unnecessary call to redraw_for_cursorline() in nv_mousesc...
zeertzjq
2024-02-06
*
fix(column): clear "b_signcols" before moving saved marks
Luuk van Baal
2024-01-27
*
refactor: IWYU (#27186)
zeertzjq
2024-01-25
*
perf(extmarks): add metadata for efficient filtering of special decorations
bfredl
2024-01-22
*
feat(fold): transparent foldtext
Lewis Russell
2024-01-22
*
fix(column): pass kFalse when initializing "b_signcols.count"
Luuk van Baal
2024-01-17
*
fix(column): redraw 'statuscolumn' on wrapped lines with 'relativenumber'
Luuk van Baal
2024-01-16
*
fix(column): keep track of number of lines with number of signs
Luuk van Baal
2024-01-15
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor(screen): simplify grid_clear() and win_draw_end()
bfredl
2024-01-11
*
refactor(options): use schar_T representation for fillchars and listchars
bfredl
2024-01-08
*
refactor: follow style guide
dundargoc
2023-12-30
*
docs: small fixes (#26651)
dundargoc
2023-12-28
*
refactor(IWYU): move evalarg_T to eval_defs.h (#26716)
zeertzjq
2023-12-23
*
fix(decor): allow adding providers during redraw
Lewis Russell
2023-12-22
*
refactor: run IWYU on entire repo
dundargoc
2023-12-21
*
fix(column): avoid exceeding configured 'signcolumn' width
Luuk van Baal
2023-12-21
*
refactor(IWYU): move decor provider types to decoration_defs.h (#26692)
zeertzjq
2023-12-21
[next]