aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/drawscreen.c
Commit message (Expand)AuthorAge
* vim-patch:9.1.0753: Wrong display when typing in diff mode with 'smoothscroll...zeertzjq2024-10-01
* vim-patch:9.1.0708: Recursive window update does not account for reset skipco...luukvbaal2024-09-01
* refactor: collapse statements in single assignmentsLewis Russell2024-07-30
* vim-patch:8.2.5047: CurSearch highlight is often wrongzeertzjq2024-06-19
* fix(ui): superfluous showmode / excessive grid_cursor_goto #29089luukvbaal2024-06-04
* fix(column): crash with 'signcolumn' set to "number" (#29003)luukvbaal2024-06-01
* fix(float): missing default highlight for titleglepnir2024-05-25
* feat(api): add nvim__redraw for more granular redrawingLuuk van Baal2024-05-02
* refactor: add win_T argument to setcursor_mayforce()Luuk van Baal2024-05-02
* fix(ui): avoid recursiveness and invalid memory access #28578luukvbaal2024-05-01
* vim-patch:9.1.0380: Calculating line height for unnecessary amount of lines (...luukvbaal2024-04-29
* fix(intro): clear intro if new buffer is shown in focused floatEvgeni Chasnovski2024-03-29
* fix(intro): make intro explicitly statefulbfredl2024-03-14
* fix(api/buffer): fix handling of viewport of non-current bufferbfredl2024-03-13
* vim-patch:9.1.0121: Infinite loop or signed overflow with 'smoothscroll'Sean Dewar2024-03-08
* vim-patch:9.1.0145: v:echospace not correct when 'showcmdloc' != last (#27682)zeertzjq2024-03-01
* perf(redraw): reduce redraw with undo and extmarks or 'spell' (#27442)zeertzjq2024-02-13
* vim-patch:9.0.0245: mechanism to prevent recursive screen updating is incompl...zeertzjq2024-02-13
* feat(shortmess): "q" flag fully hides recording message (#27415)Trevor Arjeski2024-02-11
* refactor: rename w_float_config to w_config #27419Will Hopkins2024-02-10
* vim-patch:9.1.0083: Redrawing can be improved when deleting lines with 'number'zeertzjq2024-02-08
* fix(column): handle w_redr_statuscol at end filler lines (#27365)zeertzjq2024-02-06
* docs: small fixes (#27213)dundargoc2024-02-06
* vim-patch:9.1.0077: Unnecessary call to redraw_for_cursorline() in nv_mousesc...zeertzjq2024-02-06
* fix(column): clear "b_signcols" before moving saved marksLuuk van Baal2024-01-27
* refactor: IWYU (#27186)zeertzjq2024-01-25
* perf(extmarks): add metadata for efficient filtering of special decorationsbfredl2024-01-22
* feat(fold): transparent foldtextLewis Russell2024-01-22
* fix(column): pass kFalse when initializing "b_signcols.count"Luuk van Baal2024-01-17
* fix(column): redraw 'statuscolumn' on wrapped lines with 'relativenumber'Luuk van Baal2024-01-16
* fix(column): keep track of number of lines with number of signsLuuk van Baal2024-01-15
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor(screen): simplify grid_clear() and win_draw_end()bfredl2024-01-11
* refactor(options): use schar_T representation for fillchars and listcharsbfredl2024-01-08
* 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