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
/
decoration.c
Commit message (
Expand
)
Author
Age
*
fix(api/buffer): fix handling of viewport of non-current buffer
bfredl
2024-03-13
*
feat(extmark): window scoped extmark
altermo
2024-02-21
*
fix(extmarks): priority order of inline and non-inline virt_text (#27532)
zeertzjq
2024-02-20
*
fix(extmarks): redraw line on adding/removing conceal (#27463)
zeertzjq
2024-02-14
*
perf(extmarks): avoid unnecessary invalidations for virt_text (#27435)
zeertzjq
2024-02-12
*
fix(column): use a single path for sign sorting (#27431)
luukvbaal
2024-02-12
*
refactor: don't use subtraction in qsort() comparison functions
zeertzjq
2024-02-10
*
refactor(api): make cstr_as_string accept "const char*"
bfredl
2024-02-09
*
refactor(api): use keydict and arena for more api return values
bfredl
2024-02-08
*
Merge pull request #27122 from luukvbaal/signcol
bfredl
2024-02-01
|
\
|
*
fix(column): clear "b_signcols" before moving saved marks
Luuk van Baal
2024-01-27
*
|
feat(extmarks): subpriorities (relative to declaration order) (#27131)
Gregory Anders
2024-01-28
*
|
fix(decor): check decor kind before accessing union field (#27205)
Gregory Anders
2024-01-27
|
/
*
refactor: IWYU (#27186)
zeertzjq
2024-01-25
*
feat(ui): add support for OSC 8 hyperlinks (#27109)
Gregory Anders
2024-01-24
*
perf(extmarks): add metadata for efficient filtering of special decorations
bfredl
2024-01-22
*
fix(extmarks): missing "spell" and "conceal" in details (#27116)
zeertzjq
2024-01-22
*
fix(column): pass kFalse when initializing "b_signcols.count"
Luuk van Baal
2024-01-17
*
fix(column): keep track of number of lines with number of signs
Luuk van Baal
2024-01-15
*
refactor(marktree): unpaired marktree_get_alt() returns itself
Luuk van Baal
2024-01-13
*
refactor(decorations): more conservative redraw range
Luuk van Baal
2024-01-13
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor: follow style guide
dundargoc
2023-12-30
*
feat(extmarks): add virt_text_repeat_linebreak flag (#26625)
luukvbaal
2023-12-26
*
refactor(IWYU): move evalarg_T to eval_defs.h (#26716)
zeertzjq
2023-12-23
*
Merge pull request #26528 from bfredl/nodrawstate
bfredl
2023-12-22
|
\
|
*
refactor(drawline): remove LineDrawState and wlv->saved_n_extra
bfredl
2023-12-22
*
|
refactor: run IWYU on entire repo
dundargoc
2023-12-21
|
/
*
refactor(IWYU): move decor provider types to decoration_defs.h (#26692)
zeertzjq
2023-12-21
*
refactor: eliminate cyclic includes
dundargoc
2023-12-20
*
refactor: move non-symbols to defs.h headers
dundargoc
2023-12-17
*
fix(coverity): unhandled retval for marktree_itr_get_overlap() #26518
luukvbaal
2023-12-11
*
perf(column): avoid counting when max signs are removed from a range
Luuk van Baal
2023-12-08
*
perf(column): keep track of number of lines that hold up the 'signcolumn'
Luuk van Baal
2023-12-07
*
refactor(IWYU): move marktree types to marktree_defs.h (#26402)
zeertzjq
2023-12-05
*
perf(column): only invalidate lines affected by added sign
Luuk van Baal
2023-11-29
*
fix(decorations): do not apply sign highlight id as range attr id
Luuk van Baal
2023-11-29
*
refactor(decor): remove sign conditions that are always true
Luuk van Baal
2023-11-28
*
fix(column): redraw and update signcols for paired extmark
Luuk van Baal
2023-11-28
*
refactor: iwyu (#26269)
zeertzjq
2023-11-28
*
feat(decoration): allow conceal_char to be a composing char
bfredl
2023-11-28
*
build(IWYU): fix includes for undo_defs.h
dundargoc
2023-11-27
*
docs: small fixes (#26154)
dundargoc
2023-11-27
*
build: rework IWYU mapping files
dundargoc
2023-11-25
*
fix(column): apply numhl signs when 'signcolumn' is "no" (#26167)
luukvbaal
2023-11-23
*
feat(extmarks): add sign name to extmark "details" array
Luuk van Baal
2023-11-22
*
fix(decorations): fix imbalanced sign count
bfredl
2023-11-22
*
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(sign): move legacy signs to extmarks
Luuk van Baal
2023-11-17
[next]