aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/screen.c
Commit message (Expand)AuthorAge
* vim-patch:8.1.2205: sign entry structure has confusing name (#14289)Lewis Russell2021-04-05
* Border: allow to enable/disable specific border edgesBjörn Linse2021-04-04
* Merge pull request #14063 from lewis6991/masterJan Edmund Lazo2021-04-04
|\
| * vim-patch:8.1.1631: displaying signs is inefficientLewis Russell2021-04-03
* | Merge pull request #14268 from erw7/fix-p_ch-problemerw72021-04-04
|\ \ | |/ |/|
| * screen: fix problem with p_cherw72021-04-03
* | clang/'Logic error': assert nonnull p_extraJan Edmund Lazo2021-04-02
* | vim-patch:8.2.2655: The -w command line argument doesn't workJan Edmund Lazo2021-04-01
|/
* vim-patch:8.2.2454: leading space can not be made visible (#14138)zeertzjq2021-03-29
* vim-patch:8.1.0126: various problems with 'vartabstop'VVKot2021-03-28
* vim-patch:8.1.0116: display problem with 'vartabstop' and 'linebreak'VVKot2021-03-28
* vim-patch:8.1.0105: all tab stops are the sameVVKot2021-03-28
* vim-patch:8.2.2045: highlighting a character too much with incsearchJan Edmund Lazo2021-03-27
* Merge pull request #14194 from bfredl/provide_virtBjörn Linse2021-03-23
|\
| * decorations: memory error with ephemeral virt_textBjörn Linse2021-03-23
* | fix: stop using CursorLineNr in front of fillersMatthieu Coudron2021-03-22
|/
* floats: add borders (MS-DOS MODE)Björn Linse2021-03-22
* w_grid_alloc: baseline implBjörn Linse2021-03-22
* Merge pull request #14020 from chentau/float_resizeBjörn Linse2021-03-14
|\
| * screen: make ui_compositor aware of the intended size of a floatchentau2021-03-11
* | Merge pull request #14065 from bfredl/overlaymodeBjörn Linse2021-03-10
|\ \
| * | decorations: add additional styling of virt_text overlaysBjörn Linse2021-03-10
| |/
* / vim-patch:8.2.2577: compiler warning for type conversionJan Edmund Lazo2021-03-09
|/
* vim-patch:8.1.1901: the +insert_expand feature is not always availableJan Edmund Lazo2021-03-01
* decorations: allow virt_text overlay at any columnBjörn Linse2021-02-22
* vim-patch:8.2.1056: wrong display when mixing match conceal and syntax concealJan Edmund Lazo2021-02-13
* vim-patch:8.2.1058: multiline conceal causes display errorsJan Edmund Lazo2021-02-13
* option: use char* for set_string_option_direct()Jan Edmund Lazo2021-02-07
* screen.c: fix an issue with wrap and foldsMatthieu Coudron2021-01-07
* screen.c: fix last character on foldtextMatthieu Coudron2021-01-06
* screen.c: fix display of signcolumn=auto in diffs (#13688)Matthieu Coudron2021-01-05
* Revert "vim-patch:8.1.0822: peeking and flushing output slows down execution"Jan Edmund Lazo2020-12-31
* Revert "vim-patch:8.1.1192: mode is not cleared when leaving Insert mode with...Jan Edmund Lazo2020-12-31
* fix(fold): highlight even in folds (#13643)Matthieu Coudron2020-12-30
* Merge pull request #13624 from janlazo/vim-8.2.2234Jan Edmund Lazo2020-12-28
|\
| * vim-patch:8.1.1032: warnings from clang static analyzerJan Edmund Lazo2020-12-28
* | fix(fold): dont highlight search results on folded lines (#13616)Matthieu Coudron2020-12-29
|/
* vim-patch:8.1.1192: mode is not cleared when leaving Insert mode with mapped EscJan Edmund Lazo2020-12-26
* vim-patch:8.1.0822: peeking and flushing output slows down executionJan Edmund Lazo2020-12-25
* fix: appease linterMatthieu Coudron2020-12-24
* refactor: de-curwin-ify update_topline/curs_columnsMatthieu Coudron2020-12-23
* refactor: pass the window to get_(side)scrolloff_valueMatthieu Coudron2020-12-23
* folds: use Folded highlight even with spell on (#13393)Matthieu Coudron2020-11-29
* screen.c: Allow showbreak to override cursorline. (#13372)shade-of-noon2020-11-25
* fix(fold): use Folded highlight even with spell onMatthieu Coudron2020-11-23
* refactor: pass window to was_set_insecurelyMatthieu Coudron2020-11-23
* decorations: allow nvim_set_hl to break existing linksBjörn Linse2020-11-21
* decoration: split out "decoration" from "extmark" moduleBjörn Linse2020-11-07
* Merge pull request #12870 from bfredl/themeparkBjörn Linse2020-11-01
|\
| * api: add API for themesBjörn Linse2020-11-01