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
*
refactor: move some constants out of vim_defs.h (#26298)
zeertzjq
2023-11-29
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
feat(decoration): allow conceal_char to be a composing char
bfredl
2023-11-28
*
refactor: rename types.h to types_defs.h
dundargoc
2023-11-27
*
build(IWYU): fix includes for undo_defs.h
dundargoc
2023-11-27
*
refactor: move garray_T to garray_defs.h (#26227)
zeertzjq
2023-11-26
*
build: rework IWYU mapping files
dundargoc
2023-11-25
*
refactor(decorations): break up Decoration struct into smaller pieces
bfredl
2023-11-22
*
refactor(sign): store 'signcolumn' width range when it is set
Luuk van Baal
2023-11-21
*
refactor: enable formatting for ternaries
dundargoc
2023-11-20
*
refactor: follow style guide
dundargoc
2023-11-19
*
Merge pull request #25724 from luukvbaal/signmerge
bfredl
2023-11-18
|
\
|
*
refactor(sign): move legacy signs to extmarks
Luuk van Baal
2023-11-17
*
|
refactor(grid): make screen rendering more multibyte than ever before
bfredl
2023-11-17
|
/
*
refactor: follow style guide
dundargoc
2023-11-13
*
feat(statuscolumn): re-evaluate for every screen line (#25885)
luukvbaal
2023-11-13
*
build: remove PVS
dundargoc
2023-11-12
*
refactor(drawline): avoid xmalloc/xfree cycles on each screenline
bfredl
2023-11-09
*
refactor(grid): reimplement 'rightleft' as a post-processing step
bfredl
2023-11-05
*
refactor: the long goodbye
dundargoc
2023-11-05
*
build(lint): remove unnecessary clint.py rules
dundargoc
2023-10-23
*
fix(extmarks): skip virt_text if it is out of window (#25658)
zeertzjq
2023-10-15
*
vim-patch:8.1.0822: peeking and flushing output slows down execution (#25629)
zeertzjq
2023-10-14
*
vim-patch:9.0.2017: linebreak applies for leading whitespace
zeertzjq
2023-10-12
*
refactor(grid): do arabic shaping in one place
bfredl
2023-10-08
*
refactor(grid): get rid of unbatched grid_puts and grid_putchar
bfredl
2023-10-06
*
refactor: reorganize option header files (#25437)
zeertzjq
2023-09-30
*
build(iwyu): add a few more _defs.h mappings (#25435)
zeertzjq
2023-09-30
*
refactor(grid): unify the two put-text-on-the-screen code paths
bfredl
2023-09-29
*
fix(extmarks): draw TAB in virt_text properly with 'rl' (#25381)
zeertzjq
2023-09-27
*
vim-patch:9.0.1938: multispace wrong when scrolling horizontally (#25348)
zeertzjq
2023-09-25
*
fix(ui): handle virtual text with multiple hl in more cases (#25304)
zeertzjq
2023-09-22
*
fix(extmarks): inline virt_text support multiple hl groups (#25303)
zeertzjq
2023-09-22
*
vim-patch:9.0.1923: curswant wrong on click with 've' and 'nowrap' set (#25293)
zeertzjq
2023-09-22
*
fix(statuscolumn): update number hl for each screen line (#25277)
zeertzjq
2023-09-21
*
fix(extmarks): account for rightleft when drawing virt text (#25262)
Ibby
2023-09-20
*
refactor(grid): unused grid->line_wraps delenda est
bfredl
2023-09-20
*
refactor(grid): change schar_T representation to be more compact
bfredl
2023-09-19
*
feat(folds): support virtual text format for 'foldtext' (#25209)
zeertzjq
2023-09-17
*
fix(extmarks): overlay virt_text position after 'showbreak' (#25175)
zeertzjq
2023-09-15
*
fix(extmarks): draw virt_text below diff filler lines properly (#25170)
zeertzjq
2023-09-15
*
fix(extmarks): fix wrong virt_text position after wrapped TAB (#25168)
zeertzjq
2023-09-15
*
fix(extmarks): properly handle virt_text on next screen line (#25166)
zeertzjq
2023-09-15
*
refactor(drawline): remove unnecessary inline virt checks (#25163)
zeertzjq
2023-09-15
*
feat(extmark): support proper multiline ranges
bfredl
2023-09-12
*
vim-patch:9.0.1813: linebreak incorrect drawn with breakindent (#24917)
zeertzjq
2023-08-29
*
vim-patch:9.0.1800: Cursor position still wrong with 'showbreak' and virtual ...
zeertzjq
2023-08-28
*
refactor(memline): distinguish mutating uses of ml_get_buf()
bfredl
2023-08-24
*
fix(ui): wrong display with 0-width inline virt_text at eol (#24854)
zeertzjq
2023-08-24
*
vim-patch:9.0.1783: Display issues with virt text smoothscroll and showbreak
zeertzjq
2023-08-23
[next]