aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/screen.c
Commit message (Expand)AuthorAge
* refactor: column drawingLewis Russell2022-03-13
* vim-patch:8.2.4557: confusing comment about 'cursorlineopt'zeertzjq2022-03-13
* Merge pull request #17663 from dundargoc/refactor/uncrustifybfredl2022-03-11
|\
| * refactor(uncrustify): format all c filesDundar Göc2022-03-10
* | refactor(decorations): move provider codeLewis Russell2022-03-10
|/
* Merge pull request #17640 from lewis6991/virttextfixbfredl2022-03-09
|\
| * fix(extmarks): fix signsLewis Russell2022-03-08
* | vim-patch:8.2.4520: using wrong highlight for cursor line numberzeertzjq2022-03-08
|/
* feat(decorations): support signsLewis Russell2022-03-05
* fix(signcol): update cursor when signcol changesLewis Russell2022-02-24
* refactor(signcol): store signcol in win_TLewis Russell2022-02-24
* Merge pull request #16914 from godlygeek/fix_14587Christian Clason2022-02-13
|\
| * fix(screen): don't put empty sign text in line number columnMatt Wozniski2022-01-04
* | refactor(signs): more efficient signcol calcLewis Russell2022-02-12
* | refactor(PVS/V547): p == NULL is always falsezeertzjq2022-02-09
* | vim-patch:8.2.1741: pathshorten() only supports using one characterzeertzjq2022-02-06
* | Merge pull request #17226 from dundargoc/refactor/remove-redundant-codezeertzjq2022-02-03
|\ \
| * | vim-patch:8.2.4241: some type casts are redundantDundar Göc2022-01-30
* | | Merge pull request #17113 from zeertzjq/vim-8.2.2569zeertzjq2022-02-01
|\ \ \ | |/ / |/| |
| * | feat(statusline): support multibyte fillcharzeertzjq2022-01-16
* | | vim-patch:8.2.3095: with 'virtualedit' set to "block" block selection is wrongzeertzjq2022-01-27
* | | Merge pull request #17095 from zeertzjq/vim-8.2.3227bfredl2022-01-27
|\ \ \
| * | | vim-patch:8.2.3280: 'virtualedit' local to buffer is not the best solutionzeertzjq2022-01-15
| * | | vim-patch:8.2.3227: 'virtualedit' can only be set globallyzeertzjq2022-01-15
| |/ /
* | | vim-patch:8.2.3410: crash with linebreak, listchars and large tabstopzeertzjq2022-01-21
* | | vim-patch:8.2.3121: 'listchars' "exceeds" character appears in foldcolumnzeertzjq2022-01-21
|/ /
* | chore(fixup): zeerdundargoc2022-01-01
* | refactor: avoid overflow by explicitly casting operand to a wider typeDundar Göc2021-12-31
|/
* vim-patch:8.2.3914 (#16808)dundargoc2021-12-28
* fix(screen): truncate when overwriting right half of a double-width charzeertzjq2021-12-24
* fix(screen): truncate double-width character correctlyzeertzjq2021-12-24
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* Merge pull request #16597 from bfredl/nomisc1Björn Linse2021-12-10
|\
| * refactor(misc1): move out misc functions which obviously belong elsewhereBjörn Linse2021-12-09
* | vim-patch:8.2.3664: cannot adjust sign highlighting for 'cursorline'James McCoy2021-12-08
|/
* Merge pull request #16421 from seandewar/vim-8.1.0035Jan Edmund Lazo2021-12-07
|\
| * vim-patch:8.1.0064: typing CTRL-W in a prompt buffer shows mode "-- --"Sean Dewar2021-12-07
* | Merge pull request #16556 from zeertzjq/hl-change-updateBjörn Linse2021-12-07
|\ \
| * | fix(highlight): always update window highlight if highlight changedzeertzjq2021-12-07
| |/
* / fix(screen): do not draw filler lines post eof if already at last rowzeertzjq2021-12-07
|/
* 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
|/