aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/screen.c
Commit message (Expand)AuthorAge
* perf(ui): reduce allocation overhead when encoding "redraw" eventsbfredl2022-06-20
* feat: cmdheight=0 #16251Shougo2022-06-13
* vim-patch:8.2.5076: unnecessary code (#18922)zeertzjq2022-06-11
* vim-patch:8.2.5066: lcs-leadmultispacezeertzjq2022-06-09
* fix(screen): restart win_update() if a decor provider changes signcols (#18768)zeertzjq2022-06-01
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* fix(ui): redraw winbar alongside statuslineFamiu Haque2022-05-23
* feat: click support for 'statusline', 'winbar' #18650Famiu Haque2022-05-23
* fix(winbar): allow winbar to display the rulerbfredl2022-05-22
* fix: prevent crash when statusline expression sets value of 'winbar'Famiu Haque2022-05-20
* fix(ui): make winbar work with floats and multigridbfredl2022-05-18
* refactor: move more grid functions to grid.c. Clean up some variablesbfredl2022-05-18
* refactor: grid->rows and grid->colsbfredl2022-05-18
* feat(ui): add `'winbar'`Famiu Haque2022-05-18
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16
* vim-patch:8.2.2797: Search highlight disappears in the Visual area (#17947)zeertzjq2022-05-13
* vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)zeertzjq2022-05-10
* vim-patch:8.2.4918: conceal character from matchadd() displayed too many timeszeertzjq2022-05-09
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* refactor(grid): move out grid_* functions from screen.cbfredl2022-05-08
* Merge pull request #18425 from dundargoc/refactor/char_u/1bfredl2022-05-07
|\
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-07
* | Merge pull request #18460 from bfredl/decor33bfredl2022-05-07
|\ \
| * | refactor(decor): use decor levels properlybfredl2022-05-07
| |/
* / build(clint): remove "function size is too large" warningDundar Goc2022-05-06
|/
* refactor: replace char_u variables and functions with charDundar Goc2022-05-05
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* feat(api/ui): win_extmarksYatao Li2022-05-03
* refactor: replace char_u variables and functions with charDundar Goc2022-05-03
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* refactor: replace char_u variables and functions with charDundar Göc2022-04-16
* docs: typo fixes (#17859)dundargoc2022-04-15
* vim-patch:8.2.3487: illegal memory access if buffer name is very longSean Dewar2022-04-13
* vim-patch:8.2.4718: @@@ in the last line sometimes drawn in the wrong place (...zeertzjq2022-04-10
* vim-patch:8.2.4402: missing parenthesis may cause unexpected problemsBrian Leung2022-04-03
* Merge pull request #17890 from zeertzjq/conceal-virtcol-changedbfredl2022-03-31
|\
| * revert: "Fix redraw regression with w_p_cole in visual mode"zeertzjq2022-03-28
* | fix(decorations): do not put empty virt_text (#17872)zeertzjq2022-03-29
* | vim-patch:8.2.4644: redrawing too often when 'relativenumber' is set (#17756)Lewis Russell2022-03-29
|/
* vim-patch:8.2.4638: superfluous check if a redraw is needed for 'cursorline'zeertzjq2022-03-28
* vim-patch:8.2.4626: Visual area not updated when removing sign in Visual mode...zeertzjq2022-03-26
* perf(screen): reduce cursorline redrawing when jumping aroundzeertzjq2022-03-24
* vim-patch:8.2.4591: cursor line not updated when a callback moves the cursorzeertzjq2022-03-24
* fix(screen): do not update syntax_last_parsed when drawing folded line (#17826)zeertzjq2022-03-23
* fix(screen): do not do syntax highlighting at filler or folded lines (#17818)zeertzjq2022-03-23
* vim-patch:8.2.1078: highlight and match functionality together in one file (#...Lewis Russell2022-03-23
* vim-patch:8.1.1743: 'hlsearch' and match highlighting in the wrong placeLewis Russell2022-03-20
* feat(ui): allow conceal to be defined in decorationsbfredl2022-03-20
* fix(syntax.c): correct hunk from Vim patch 8.0.0647 (#17761)Lewis Russell2022-03-18
* vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)Lewis Russell2022-03-18