aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/grid.c
Commit message (Expand)AuthorAge
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor(grid): unify the two put-text-on-the-screen code pathsbfredl2023-09-29
* refactor(grid): use batched updates for statusline and rulerbfredl2023-09-27
* refactor(grid): properly namespace and separate stateful grid functionsbfredl2023-09-22
* refactor(grid): unused grid->line_wraps delenda estbfredl2023-09-20
* refactor(grid): change schar_T representation to be more compactbfredl2023-09-19
* vim-patch:9.0.1742: wrong curswant when clicking on second cell of double-wid...zeertzjq2023-08-19
* refactor(grid.c): remove duplicate assignmentszeertzjq2023-08-18
* vim-patch:9.0.1725: cursor pos wrong after concealed text with 'virtualedit'zeertzjq2023-08-18
* fix(folds): fix missing virt_lines above when fold is hidden (#24274)zeertzjq2023-07-07
* vim-patch:9.0.1626: Visual area not shown when using 'showbreak' (#23978)zeertzjq2023-06-11
* vim-patch:9.0.1602: stray character visible if marker on top of double-wide c...zeertzjq2023-06-04
* vim-patch:9.0.1598: screenchar() and others are wrong with DBCS 'encoding' (#...zeertzjq2023-06-02
* fix(redraw): overwrite double-width char with virt_text properly (#23708)zeertzjq2023-05-22
* fix(ui): adjust 'smoothscroll' for inner dimensionsLuuk van Baal2023-05-02
* vim-patch:9.0.0758: "precedes" from 'listchars' overwritten by <<<Luuk van Baal2023-05-02
* vim-patch:9.0.0757: line number not visisble with 'smoothscroll', 'nu' and 'rnu'Luuk van Baal2023-05-02
* vim-patch:9.0.0681: "<<<" shows for 'smoothscroll' even when 'showbreak is setLuuk van Baal2023-05-02
* vim-patch:9.0.0649: no indication the first line is broken for 'smoothscroll'Luuk van Baal2023-05-02
* refactor: remove use of reserved c++ keywordsii142023-04-06
* refactor: add const and remove unnecessary casts (#22841)ii142023-04-01
* test: use a wider screen in the rightleft winhl test (#22641)zeertzjq2023-03-12
* fix(screen): correctly draw background and eob with 'rightleft' (#22640)zeertzjq2023-03-12
* fix(status): handle unprintable chars in the statuslineBjörn Linse2023-02-14
* refactor: reduce scope of locals as per the style guide 3 (#22221)dundargoc2023-02-12
* refactor: reduce scope of locals as per the style guide (#22211)dundargoc2023-02-11
* vim-patch:partial:9.0.1237: code is indented more than necessary (#21971)zeertzjq2023-01-24
* refactor: replace char_u with char 21 (#21779)dundargoc2023-01-14
* refactor: replace char_u with chardundargoc2023-01-09
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* fix(redraw): make redrawdebug=nodelta handle all the casesbfredl2022-09-22
* refactor: replace char_u with charDundar Göc2022-09-09
* refactor: replace char_u with charDundar Göc2022-09-01
* refactor: replace char_u with charDundar Göc2022-08-29
* refactor: change FALSE/TRUE to false/trueLewis Russell2022-08-26
* vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
* fix(grid): don't use utfc_ptr2char_len() when printing until NUL (#19456)zeertzjq2022-07-22
* vim-patch:8.1.1038: Arabic support excludes Farsi (#19285)zeertzjq2022-07-10
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* ci: lint with uncrustify #18563dundargoc2022-05-20
* refactor: move more grid functions to grid.c. Clean up some variablesbfredl2022-05-18
* refactor: grid->rows and grid->colsbfredl2022-05-18
* fix(PVS/V1028): prevent potential overflowDundar Goc2022-05-17
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* refactor(grid): move out grid_* functions from screen.cbfredl2022-05-08