index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
drawline.c
Commit message (
Expand
)
Author
Age
*
fix(drawline): correct highlight priority with Visual selection (#30706)
zeertzjq
2024-10-08
*
vim-patch:9.1.0730: Crash with cursor-screenline and narrow window
zeertzjq
2024-09-14
*
vim-patch:9.1.0729: Wrong cursor-screenline when resizing window
zeertzjq
2024-09-14
*
feat(mbyte): support extended grapheme clusters including more emoji
bfredl
2024-08-30
*
fix(scrollbind): properly take filler/virtual lines into account
Lewis Russell
2024-07-31
*
refactor: collapse statements in single assignments
Lewis Russell
2024-07-30
*
refactor(decor): decor_virt_lines()
Lewis Russell
2024-07-27
*
fix(drawline): don't draw beyond end of window with 'rnu' (#29406)
zeertzjq
2024-06-19
*
feat(column)!: rework 'statuscolumn' %r/l items
Luuk van Baal
2024-06-16
*
vim-patch:partial:9.1.0461: too many strlen() calls in drawline.c (#29150)
zeertzjq
2024-06-03
*
fix(column): crash with 'signcolumn' set to "number" (#29003)
luukvbaal
2024-06-01
*
fix(drawline): don't draw beyond end of window (#29035)
zeertzjq
2024-05-27
*
vim-patch:9.1.0418: Cannot move to previous/next rare word (#28822)
zeertzjq
2024-05-18
*
fix(drawline): don't invoke on_line for filler line (#28219)
Jaehwang Jung
2024-04-10
*
vim-patch:9.1.0186: cursor pos wrong on mouse click after eol with 'rl', 've'...
zeertzjq
2024-03-18
*
fix(mouse): click after eol with conceal and virtual text (#27897)
zeertzjq
2024-03-17
*
refactor(drawline): integrate terminal hl with eol loop (#27893)
zeertzjq
2024-03-17
*
vim-patch:9.1.0184: Cursor pos wrong when clicking with conceal and wrap (#27...
zeertzjq
2024-03-17
*
fix(drawline): check filler_todo in place of removed draw_state (#27889)
zeertzjq
2024-03-17
*
refactor: remove unused "coloff" argument of win_put_linebuf() (#27866)
zeertzjq
2024-03-15
*
vim-patch:9.1.0180: Cursor pos wrong when double-width chars are concealed (#...
zeertzjq
2024-03-15
*
fix(highlight): don't show CursorColumn on current line (#27848)
zeertzjq
2024-03-15
*
refactor(drawline): rename vcol_off to vcol_off_co (#27857)
zeertzjq
2024-03-14
*
vim-patch:9.1.0172: More code can use ml_get_buf_len() instead of STRLEN()
zeertzjq
2024-03-14
*
vim-patch:9.1.0176: Cursor column wrong with 'virtualedit' and conceal
zeertzjq
2024-03-14
*
vim-patch:9.1.0174: 'cursorline' and 'wincolor' hl missing with conceal and wrap
zeertzjq
2024-03-14
*
fix(api/buffer): fix handling of viewport of non-current buffer
bfredl
2024-03-13
*
fix(drawline): initialize linebuf_attr to 0 instead of -1 (#27840)
zeertzjq
2024-03-13
*
fix(column): full redraw with 'stc, 'rnu' and inserted lines (#27712)
luukvbaal
2024-03-03
*
vim-patch:9.1.0129: Fix truncation of text_wrap 'wrap' virt text after EOL li...
zeertzjq
2024-02-24
*
fix(extmarks): priority order of inline and non-inline virt_text (#27532)
zeertzjq
2024-02-20
*
fix(column): handle w_redr_statuscol at end filler lines (#27365)
zeertzjq
2024-02-06
*
vim-patch:9.1.0079: LineNrAbove/Below highlighting wrong on wrapped lines (#2...
zeertzjq
2024-02-06
*
fix(drawline): missing NUL termination when drawing TAB (#27307)
zeertzjq
2024-02-02
*
vim-patch:9.1.0047: issues with temp curwin/buf while cmdwin is open
Sean Dewar
2024-01-28
*
refactor: IWYU (#27186)
zeertzjq
2024-01-25
*
perf(extmarks): add metadata for efficient filtering of special decorations
bfredl
2024-01-22
*
feat(fold): transparent foldtext
Lewis Russell
2024-01-22
*
refactor: use "csarg" for CharsizeArg variables (#27123)
zeertzjq
2024-01-22
*
perf: reuse fast character size calculation algorithm from getvcol()
VanaIgr
2024-01-22
*
perf: cache breakindent/showbreak width in win_lbr_chartabsize
VanaIgr
2024-01-18
*
refactor(drawline): get_rightmost_vcol()
Lewis Russell
2024-01-18
*
refactor(drawline): add more consts
Lewis Russell
2024-01-18
*
refactor(drawline): localise more variables in win_line()
Lewis Russell
2024-01-18
*
refactor(drawline): more win_line() improvements
Lewis Russell
2024-01-18
*
fix(drawline): update prev_ptr after getting syntax attrs (#27072)
zeertzjq
2024-01-18
*
fix(column): redraw 'statuscolumn' on wrapped lines with 'relativenumber'
Luuk van Baal
2024-01-16
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor(screen): simplify grid_clear() and win_draw_end()
bfredl
2024-01-11
*
fix(extmarks): blending space shouldn't overwrite wide char (#26960)
zeertzjq
2024-01-09
[next]