aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/drawscreen.c
Commit message (Expand)AuthorAge
* refactor: follow style guidedundargoc2023-12-30
* docs: small fixes (#26651)dundargoc2023-12-28
* refactor(IWYU): move evalarg_T to eval_defs.h (#26716)zeertzjq2023-12-23
* fix(decor): allow adding providers during redrawLewis Russell2023-12-22
* refactor: run IWYU on entire repodundargoc2023-12-21
* fix(column): avoid exceeding configured 'signcolumn' widthLuuk van Baal2023-12-21
* refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq2023-12-21
* test: sign on wrapped line with signcolumn=number (#26654)zeertzjq2023-12-19
* docs: add style rule regarding initializationdundargoc2023-12-18
* refactor: move non-symbols to defs.h headersdundargoc2023-12-17
* perf(column): avoid counting when max signs are removed from a rangeLuuk van Baal2023-12-08
* perf(column): keep track of number of lines that hold up the 'signcolumn'Luuk van Baal2023-12-07
* vim-patch:9.0.2145: wrong scrolling in insert mode with smoothscroll (#26375)zeertzjq2023-12-04
* revert: "memory: Free buffers after freeing variables" (#26356)zeertzjq2023-12-02
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* perf(column): only invalidate lines affected by added signLuuk van Baal2023-11-29
* refactor(IWYU): create normal_defs.h (#26293)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* refactor: move garray_T to garray_defs.h (#26227)zeertzjq2023-11-26
* build: rework IWYU mapping filesdundargoc2023-11-25
* fix(column): reset decor state before starting from topLuuk van Baal2023-11-23
* refactor(sign): store 'signcolumn' width range when it is setLuuk van Baal2023-11-21
* refactor: enable formatting for ternariesdundargoc2023-11-20
* refactor: follow style guidedundargoc2023-11-19
* refactor(sign): move legacy signs to extmarksLuuk van Baal2023-11-17
* build: remove PVSdundargoc2023-11-12
* fix(float): apply 'winblend' to title/footer highlight (#25999)zeertzjq2023-11-12
* fix(float): win_get_bordertext_col returning negative column number (#25752)nwounkn2023-10-26
* refactor: allow not having a `default` case for enumFamiu Haque2023-10-10
* refactor: the long goodbyedundargoc2023-10-09
* refactor(grid): do arabic shaping in one placebfredl2023-10-08
* refactor(grid): get rid of unbatched grid_puts and grid_putcharbfredl2023-10-06
* fix(terminal): check terminal size at end of screen update (#25480)zeertzjq2023-10-03
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor(grid): unify the two put-text-on-the-screen code pathsbfredl2023-09-29
* refactor(grid): use batched updates for statusline and rulerbfredl2023-09-27
* fix(ui): "resize -1" with cmdheight=0 #24758nwounkn2023-09-24
* refactor(grid): properly namespace and separate stateful grid functionsbfredl2023-09-22
* fix(ui): handle virtual text with multiple hl in more cases (#25304)zeertzjq2023-09-22
* Merge pull request #25261 from bfredl/nolinewrapbfredl2023-09-20
|\
| * refactor(grid): unused grid->line_wraps delenda estbfredl2023-09-20
* | fix: avoid ui_grid_cursor_goto when drawing window separatorsJędrzej Boczar2023-09-19
|/
* refactor(grid): change schar_T representation to be more compactbfredl2023-09-19
* feat(float): implement footerEvgeni Chasnovski2023-08-26
* refactor(float): extract "title" and "title_pos" handlingEvgeni Chasnovski2023-08-26
* fix(statuscolumn): force full redraw when signcolumn is invalid (#24859)luukvbaal2023-08-26