aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/drawline.c
Commit message (Expand)AuthorAge
* fix(drawline): correct highlight priority with Visual selection (#30706)zeertzjq2024-10-08
* vim-patch:9.1.0730: Crash with cursor-screenline and narrow windowzeertzjq2024-09-14
* vim-patch:9.1.0729: Wrong cursor-screenline when resizing windowzeertzjq2024-09-14
* feat(mbyte): support extended grapheme clusters including more emojibfredl2024-08-30
* fix(scrollbind): properly take filler/virtual lines into accountLewis Russell2024-07-31
* refactor: collapse statements in single assignmentsLewis Russell2024-07-30
* refactor(decor): decor_virt_lines()Lewis Russell2024-07-27
* fix(drawline): don't draw beyond end of window with 'rnu' (#29406)zeertzjq2024-06-19
* feat(column)!: rework 'statuscolumn' %r/l itemsLuuk van Baal2024-06-16
* vim-patch:partial:9.1.0461: too many strlen() calls in drawline.c (#29150)zeertzjq2024-06-03
* fix(column): crash with 'signcolumn' set to "number" (#29003)luukvbaal2024-06-01
* fix(drawline): don't draw beyond end of window (#29035)zeertzjq2024-05-27
* vim-patch:9.1.0418: Cannot move to previous/next rare word (#28822)zeertzjq2024-05-18
* fix(drawline): don't invoke on_line for filler line (#28219)Jaehwang Jung2024-04-10
* vim-patch:9.1.0186: cursor pos wrong on mouse click after eol with 'rl', 've'...zeertzjq2024-03-18
* fix(mouse): click after eol with conceal and virtual text (#27897)zeertzjq2024-03-17
* refactor(drawline): integrate terminal hl with eol loop (#27893)zeertzjq2024-03-17
* vim-patch:9.1.0184: Cursor pos wrong when clicking with conceal and wrap (#27...zeertzjq2024-03-17
* fix(drawline): check filler_todo in place of removed draw_state (#27889)zeertzjq2024-03-17
* refactor: remove unused "coloff" argument of win_put_linebuf() (#27866)zeertzjq2024-03-15
* vim-patch:9.1.0180: Cursor pos wrong when double-width chars are concealed (#...zeertzjq2024-03-15
* fix(highlight): don't show CursorColumn on current line (#27848)zeertzjq2024-03-15
* refactor(drawline): rename vcol_off to vcol_off_co (#27857)zeertzjq2024-03-14
* vim-patch:9.1.0172: More code can use ml_get_buf_len() instead of STRLEN()zeertzjq2024-03-14
* vim-patch:9.1.0176: Cursor column wrong with 'virtualedit' and concealzeertzjq2024-03-14
* vim-patch:9.1.0174: 'cursorline' and 'wincolor' hl missing with conceal and wrapzeertzjq2024-03-14
* fix(api/buffer): fix handling of viewport of non-current bufferbfredl2024-03-13
* fix(drawline): initialize linebuf_attr to 0 instead of -1 (#27840)zeertzjq2024-03-13
* fix(column): full redraw with 'stc, 'rnu' and inserted lines (#27712)luukvbaal2024-03-03
* 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