aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/screen.c
Commit message (Expand)AuthorAge
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* refactor: reduce number of explicit char casts (#16077)dundargoc2021-11-16
* refactor(macros): delete multibyte macros which just are aliasesBjörn Linse2021-11-14
* refactor(multibyte): eliminate mb_char2len alias for utf_char2lenBjörn Linse2021-11-14
* refactor(multibyte): eliminate mb_ptr2len alias for utfc_ptr2lenBjörn Linse2021-11-14
* refactor(multibyte): eliminate mb_char2cells alias for utf_char2cellsBjörn Linse2021-11-14
* Merge pull request #16155 from zeertzjq/fix-redr-border-corruptionBjörn Linse2021-11-06
|\
| * fix(float): fix potential heap corruption in win_redr_borderzeertzjq2021-10-28
* | vim-patch:8.1.0779: argument for message functions is inconsistentJames McCoy2021-11-01
* | refactor: saner options for uncrustify #16196dundargoc2021-10-31
|/
* refactor(api): move extmark API to its own fileBjörn Linse2021-10-25
* Merge pull request #16111 from dundargoc/vim-patch/commentsJan Edmund Lazo2021-10-23
|\
| * vim-patch:8.1.2394: using old C style commentsDundar Göc2021-10-21
* | feat(decorations): support more than one virt_lines blockBjörn Linse2021-10-23
|/
* refactor: remove space after starDundar Göc2021-10-19
* feat(api): evaluate statusline string #16020Famiu Haque2021-10-18
* Merge pull request #15930 from dundargoc/vim-patch/old-style-c-commentsJan Edmund Lazo2021-10-17
|\
| * vim-patch:8.1.2394: using old C style commentsDundar Göc2021-10-06
* | refactor: reduce number of unique char castsDundar Göc2021-10-13
* | refactor: reduce number of unique char casts (#15995)dundargoc2021-10-12
|/
* refactor: format with uncrustify #15842dundargoc2021-10-02
* Refactor/uncrustify (#15790)dundargoc2021-09-29
* feat(decorations): support virtual lines (for now: only one block at a time)Björn Linse2021-09-26
* refactor: format with uncrustify #15778dundargoc2021-09-25
* vim-patch:8.2.3424: a sequence of spaces is hard to see in list modezeertzjq2021-09-19
* vim-patch:8.1.1110: composing chars on space wrong when 'listchars' is setzeertzjq2021-09-19
* vim-patch:8.1.1078: when 'listchars' is set a composing char on a space is wrongzeertzjq2021-09-19
* refactor: convert TRUE/FALSE to true/false (#15660)dundargoc2021-09-18
* fix: "redundant cast to the same type" #15662dundargoc2021-09-14
* refactor: replace TRUE/FALSE with true/false #15647dundargoc2021-09-13
* Merge #15626 vim-patch:8.1.{2281,2283},8.2.{2903,3391,3397}Justin M. Keyes2021-09-10
|\
| * vim-patch:8.2.3391: crash with combination of 'linebreak' and other optionsSean Dewar2021-09-10
| * vim-patch:8.2.2903: cursor position wrong on wrapped line with 'signcolumn'Sean Dewar2021-09-10
| * vim-patch:8.1.2281: 'showbreak' cannot be set for one windowSean Dewar2021-09-10
* | refactor: format files with uncrustify #15607dundargoc2021-09-10
|/
* refactor: format files with uncrustifyDundar Göc2021-09-07
* fix(screen): missing search highlights when redrawing from timer #15380Jit2021-09-06
* refactor(screen): let win_line() always handle fillers after last lineBjörn Linse2021-09-05
* refactor: update uncrustify config and format screen.cDundar Göc2021-09-03
* refactor: format screen.c with uncrustifyDundar Göc2021-08-28
* vim-patch:8.1.2229: color number column above/below cursor #15409zeertzjq2021-08-27
* refactor: replace TRUE/FALSE with true/false #15425dundargoc2021-08-22
* Merge pull request #15249 from dundargoc/refactor/a-song-of-true-and-falseBjörn Linse2021-08-18
|\
| * refactor: replace TRUE/FALSE with true/falseDundar Göc2021-08-12
* | vim-patch:8.2.3295: 'cursorline' should not apply to 'breakindent' #15281zeertzjq2021-08-16
|/
* refactor(plines): move out plines related code from misc1.cBjörn Linse2021-08-10
* refactor(plines): remove implicit curwin plines() functionBjörn Linse2021-08-10
* vim-patch:8.2.3204: display garbled when 'cursorline' is set and lines wrapzeertzjq2021-08-02
* vim-patch:8.1.2214: too much is redrawn when 'cursorline' is setzeertzjq2021-08-02
* vim-patch:8.1.2117: CursorLine highlight used while 'cursorline' is offzeertzjq2021-08-02