aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/screen.c
Commit message (Expand)AuthorAge
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* refactor: replace char_u with charDundar Göc2022-08-29
* refactor: replace char_u with charDundar Göc2022-08-27
* refactor: replace char_u with charDundar Göc2022-08-26
* refactor: set_chars_option()zeertzjq2022-08-26
* refactor: replace char_u with charDundar Goc2022-08-25
* refactor: pre-incr to post-incrLewis Russell2022-08-25
* refactor(arena): use a shared block freelistbfredl2022-08-24
* vim-patch:8.1.1886: command line expansion code is spread out (#19861)zeertzjq2022-08-21
* vim-patch:8.1.2045: the option.c file is too big (#19854)zeertzjq2022-08-20
* refactor: move statusline code from buffer.c and [draw]screen.c to new filebfredl2022-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
* 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
* 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