aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/screen.c
Commit message (Expand)AuthorAge
* Merge branch 'master' of https://github.com/neovim/neovim into rahmtmpJosh Rahm2022-08-19
|\
| * vim-patch:8.1.1966: some code in options.c fits better elsewhere (#19840)zeertzjq2022-08-19
| * vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
| * vim-patch:8.1.2082: rename popupmnu.* to popupmenu.* (#19829)zeertzjq2022-08-18
| * feat(ui): allow to set the highlight namespace per windowbfredl2022-08-17
| * refactor: remove some unused includes (#19820)zeertzjq2022-08-17
| * vim-patch:8.2.3699: the +title feature adds a lot of #ifdef but little code (...zeertzjq2022-08-17
| * refactor(signs): handle non-sign attrs separately (#19784)Lewis Russell2022-08-16
| * vim-patch:8.1.1192: mode is not cleared when leaving Insert mode with mapped Esczeertzjq2022-08-15
| * vim-patch:partial:8.1.0822: peeking and flushing output slows down executionzeertzjq2022-08-15
| * refactor(screen.c): resolve all clint errors (#19754)Lewis Russell2022-08-13
| * refactor: remove some unused includes (#19740)zeertzjq2022-08-12
| * vim-patch:8.1.1684: profiling functionality is spread outzeertzjq2022-08-12
| * refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2022-08-11
* | Fix messaging for recording into userregs.Josh Rahm2022-08-10
* | Merge remote-tracking branch 'upstream/master' into rahmJosh Rahm2022-08-03
|\|
| * feat(terminal): implement <c-\><c-o> for terminal modebfredl2022-08-02
| * Merge pull request #19437 from dundargoc/refactor/char_u-to-charbfredl2022-07-31
| |\
| | * refactor: replace char_u with charDundar Goc2022-07-31
| * | vim-patch:9.0.0114: the command line takes up space even when not usedShougo Matsushita2022-07-31
| * | cmdheight=0: fix bugs part2 (#19185)Shougo2022-07-31
| |/
| * refactor: enable -Wconversion warning for screen.cDundar Goc2022-07-30
| * fix(screen): check for col instead of vcol when drawing fold (#19572)zeertzjq2022-07-29
| * refactor: fix clang and PVS warnings (#19532)zeertzjq2022-07-28
| * vim-patch:8.1.1076: file for Insert mode is much too bigzeertzjq2022-07-20
* | Merge remote-tracking branch 'upstream/master' into rahmJosh Rahm2022-07-18
|\|
| * fix(winbar): make setting WinBar and WinBarNC in 'winhighlight' workzeertzjq2022-07-15
| * vim-patch:8.2.0035: saving and restoring called_emsg is clumsy (#19335)zeertzjq2022-07-13
| * fix(float): fix float window border drawing with winbarzeertzjq2022-07-10
| * vim-patch:8.1.1038: Arabic support excludes Farsi (#19285)zeertzjq2022-07-10
| * refactor: replace char_uDundar Goc2022-07-02
| * vim-patch:8.0.1574: show cursor in wrong place when using popup menuzeertzjq2022-07-01
| * vim-patch:8.0.1558: no right-click menu in a terminalzeertzjq2022-07-01
| * cmdheight=0: fix bugs #18961Shougo2022-06-30
| * refactor: replace char_u #18429dundargoc2022-06-28
| * 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