aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/drawline.c
Commit message (Expand)AuthorAge
* vim-patch:9.1.0129: Fix truncation of text_wrap 'wrap' virt text after EOL li...zeertzjq2024-02-24
* fix(extmarks): priority order of inline and non-inline virt_text (#27532)zeertzjq2024-02-20
* fix(column): handle w_redr_statuscol at end filler lines (#27365)zeertzjq2024-02-06
* vim-patch:9.1.0079: LineNrAbove/Below highlighting wrong on wrapped lines (#2...zeertzjq2024-02-06
* fix(drawline): missing NUL termination when drawing TAB (#27307)zeertzjq2024-02-02
* vim-patch:9.1.0047: issues with temp curwin/buf while cmdwin is openSean Dewar2024-01-28
* 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
* refactor: use "csarg" for CharsizeArg variables (#27123)zeertzjq2024-01-22
* perf: reuse fast character size calculation algorithm from getvcol()VanaIgr2024-01-22
* perf: cache breakindent/showbreak width in win_lbr_chartabsizeVanaIgr2024-01-18
* refactor(drawline): get_rightmost_vcol()Lewis Russell2024-01-18
* refactor(drawline): add more constsLewis Russell2024-01-18
* refactor(drawline): localise more variables in win_line()Lewis Russell2024-01-18
* refactor(drawline): more win_line() improvementsLewis Russell2024-01-18
* fix(drawline): update prev_ptr after getting syntax attrs (#27072)zeertzjq2024-01-18
* fix(column): redraw 'statuscolumn' on wrapped lines with 'relativenumber'Luuk van Baal2024-01-16
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor(screen): simplify grid_clear() and win_draw_end()bfredl2024-01-11
* fix(extmarks): blending space shouldn't overwrite wide char (#26960)zeertzjq2024-01-09
* refactor(drawline): remove unused save_extra argument (#26959)zeertzjq2024-01-09
* fix(extmarks): handle overwriting right half of wide char (#26951)zeertzjq2024-01-09
* refactor(options): use schar_T representation for fillchars and listcharsbfredl2024-01-08
* refactor(column): define and use maximum 'statuscolumn' widthLuuk van Baal2024-01-04
* fix(drawline): consider position in linebuf for foldcolumn (#26803)luukvbaal2024-01-02
* refactor: follow style guidedundargoc2023-12-30
* refactor(drawline): remove maybe_wlv argument for foldcolumn (#26798)luukvbaal2023-12-30
* refactor(drawline): avoid writing foldopen before writing foldclosedLuuk van Baal2023-12-29
* vim-patch:9.0.2189: Wrong display with 'briopt=sbr' and 'nobreakindent' (#26785)zeertzjq2023-12-29
* fix(drawline): don't use temporary "v" variable when not needed (#26777)zeertzjq2023-12-28
* vim-patch:9.0.2187: Visual not drawn with 'breakindent' when line doesn't fit...zeertzjq2023-12-28
* fix(column): correct width after truncated 'statuscolumn' error (#26737)luukvbaal2023-12-26
* feat(extmarks): add virt_text_repeat_linebreak flag (#26625)luukvbaal2023-12-26
* refactor(drawline): reduce size of wlv.extra[] (#26733)zeertzjq2023-12-25
* refactor(IWYU): move evalarg_T to eval_defs.h (#26716)zeertzjq2023-12-23
* refactor(drawline): avoid storing info to draw 'statuscolumn' (#26712)luukvbaal2023-12-23
* fix(decor): allow adding providers during redrawLewis Russell2023-12-22
* refactor(drawline): simplify draw_statuscol() and remove draw_state referencesLuuk van Baal2023-12-22
* refactor(drawline): remove LineDrawState and wlv->saved_n_extrabfredl2023-12-22
* refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq2023-12-21
* refactor: use `bool` to represent boolean valuesdundargoc2023-12-19
* vim-patch:9.0.2151: 'breakindent' is not drawn after diff filler lines (#26412)zeertzjq2023-12-06
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* feat(decoration): allow conceal_char to be a composing charbfredl2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* refactor: move garray_T to garray_defs.h (#26227)zeertzjq2023-11-26
* build: rework IWYU mapping filesdundargoc2023-11-25