summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/drawscreen.c
AgeCommit message (Expand)AuthorFiles
2026-04-22fix(cmdline): avoid 'incsearch' recursion after redraw #39303luukvbaal1
2026-04-20vim-patch:9.2.0365: using int as bool (#39232)zeertzjq1
2026-04-17fix(completion): update CursorColumn during completion (#39159)zeertzjq1
2026-04-04vim-patch:9.2.0289: 'linebreak' may lead to wrong Visual block highlighting (...zeertzjq1
2026-02-13fix(ui): repaint separator connectors after all window updates #37852Riccardo Mazzarini1
2026-02-13feat(terminal): detect suspended PTY process (#37845)zeertzjq1
2026-01-01vim-patch:8.2.2198: ml_get error when resizing window and using text propertyJan Edmund Lazo1
2025-12-10fix(grid): assert crash during extreme resize layouts #36847CompileAndConquer1
2025-12-09vim-patch:9.1.1964: Wrong display when using setline() at hit-enter prompt (#...zeertzjq1
2025-12-08vim-patch:9.1.1958: Wrong display with sign_unplace() and setline() in Cursor...zeertzjq1
2025-12-05fix(ui): close outdated cmdline pum on redraw (#36815)zeertzjq1
2025-11-20refactor: avoid unnecessary redraw for non-curwin cursor line (#36607)zeertzjq1
2025-11-08fix(ui): cmdline_show is not fired after clearing the screen (#36451)luukvbaal1
2025-10-30vim-patch:9.1.1888: Wrong display with cpo+=$, matchparen and wrapped line (#...zeertzjq1
2025-10-28vim-patch:9.1.1883: Wrong display with 'smoothscroll' with -diff (#36372)zeertzjq1
2025-10-23fix(statusline): redraw if Visual selection other end changes (#36281)zeertzjq1
2025-10-11fix(ui): 'pumborder' parsing, shadow #36127glepnir1
2025-10-10feat(ui): 'pumborder' (popup menu border) #25541glepnir1
2025-10-04vim-patch:partial:8.1.1939: code for handling v: variables in generic eval fi...Jan Edmund Lazo1
2025-08-27fix(floatwin): handle viewport width properly at end of window (#35490)zeertzjq1
2025-08-27fix(column): wrong alignment and highlight with empty 'display' (#35495)zeertzjq1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-08-07fix(ui): check for cmdline mode properly (#35202)zeertzjq1
2025-06-28fix(messages): only msg_clear for UPD_CLEAR #34688luukvbaal1
2025-06-26feat(ui): emit "msg_clear" event after clearing the screen (#34035)luukvbaal1
2025-06-25fix(ui)!: decouple ext_messages from message grid #27963luukvbaal1
2025-06-12fix(messages): make swapfile attention message part of prompt (#34414)luukvbaal1
2025-06-09fix(messages): recognize cmdline one_key/number prompt State (#34206)luukvbaal1
2025-05-30fix(redraw): update curswant for Visual selection (#34241)zeertzjq1
2025-05-05fix(grid): check allocated grid size when suspicious scrollingbfredl1
2025-05-03fix(statusline): clear ruler when it is no longer drawn #33765luukvbaal1
2025-05-01fix(display): adjust setting winline info for concealed lines (#33717)luukvbaal1
2025-04-28refactor(ui): separate types for allocated grids and viewportsbfredl1
2025-04-14fix(marks): clamp conceal_lines corrected line number #33464luukvbaal1
2025-04-08fix(display): scroll redrawing doesn't account for virt_lines above fold #33374luukvbaal1
2025-03-27fix(display): scroll logic does not take into account concealed topline (#33054)luukvbaal1
2025-03-17fix(column): unnecessary redraws with resized 'statuscolumn' (#32944)luukvbaal1
2025-03-16fix(marks): issues with invalid marks and marks beyond eob (#32862)luukvbaal1
2025-03-06fix(marks): wrong winline info for concealed line with below virt line (#32747)luukvbaal1
2025-03-04fix(display): adjust winline info for concealed lines below last line (#32708)luukvbaal1
2025-02-27fix(display): correctly store winline info for concealed lines (#32656)luukvbaal1
2025-02-25feat(marks): add conceal_lines to nvim_buf_set_extmark()Luuk van Baal1
2025-02-23vim-patch:9.1.1136: Match highlighting marks a buffer region as changed (#32561)luukvbaal1
2025-01-29fix(ui): avoid redundant ext_cmdline events (#32237)luukvbaal1
2025-01-23feat(api): combined highlights in nvim_eval_statusline()Luuk van Baal1
2025-01-22fix(startup): avoid crash with completion from -l script (#32160)zeertzjq1
2025-01-18vim-patch:9.1.1028: too many strlen() calls in screen.c (#32083)zeertzjq1
2025-01-09vim-patch:9.1.0997: too many strlen() calls in drawscreen.c (#31927)zeertzjq1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-12-10fix(ui): update title in more cases (#31508)zeertzjq1