aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/drawscreen.c
Commit message (Expand)AuthorAge
* 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
* refactor(change): do API changes to buffer without curbuf switchbfredl2023-08-26
* refactor(memline): distinguish mutating uses of ml_get_buf()bfredl2023-08-24
* vim-patch:9.0.1747: screenpos() may cause unnecessary redraw (#24792)zeertzjq2023-08-19
* vim-patch:9.0.1729: screenpos() wrong when w_skipcol and cpoptions+=n (#24773)zeertzjq2023-08-18
* fix(window): prevent win_size_restore from changing cmdheightSean Dewar2023-07-26
* feat(decoration_provider): log errors as error messagesThomas Vigouroux2023-07-19
* fix(folds): fix missing virt_lines above when fold is hidden (#24274)zeertzjq2023-07-07
* fix(statusline): redraw when VIsual_mode changes (#23933)zeertzjq2023-06-06
* fix(folds): allow overlay virtual text on folded line (#23892)zeertzjq2023-06-03
* refactor(drawscreen): avoid spell check on folded or filler lineszeertzjq2023-06-01
* vim-patch:9.0.1595: line pointer becomes invalid when using spell checkingLuuk van Baal2023-06-01
* vim-patch:9.0.1585: weird use of static variables for spell checkingLuuk van Baal2023-06-01
* vim-patch:9.0.1578: SpellCap highlight not always updated when needed (#23755)luukvbaal2023-05-26
* vim-patch:9.0.1512: inserting lines when scrolling with 'smoothscroll' setLuuk van Baal2023-05-07
* fix(ui): adjust 'smoothscroll' for inner dimensionsLuuk van Baal2023-05-02