aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/drawline.c
Commit message (Expand)AuthorAge
* feat(extmarks): virtual text can be right-aligned, truncated #31921georgev932025-01-24
* fix(column): apply custom highlight to last 'statuscolumn' segment (#32182)luukvbaal2025-01-24
* fix(mouse): 'statuscolumn' fold and popopmenu handlingLuuk van Baal2025-01-23
* feat(api): combined highlights in nvim_eval_statusline()Luuk van Baal2025-01-23
* fix(decoration): fix crash when on_lines decor provider modifies marktreebfredl2025-01-09
* vim-patch:9.1.0956: completion may crash, completion highlight wrong with pre...glepnir2024-12-24
* vim-patch:9.1.0945: ComplMatchIns highlight doesn't end after inserted text (...zeertzjq2024-12-18
* vim-patch:9.1.0941: ComplMatchIns doesn't work after multibyte charszeertzjq2024-12-18
* vim-patch:9.1.0936: cannot highlight completed textzeertzjq2024-12-18
* feat(ui): sign/statuscolumn can combine highlight attrs #31575luukvbaal2024-12-14
* refactor: comments, variable namesvanaigr2024-12-05
* perf: consider only active decorations when drawing linesvanaigr2024-12-05
* refactor(options): autogenerate valid values and flag enums for options (#31089)Famiu Haque2024-11-23
* 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