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
*
refactor(api)!: rename Dictionary => Dict
Justin M. Keyes
2024-09-23
*
fix(scrollbind): properly take filler/virtual lines into account
Lewis Russell
2024-07-31
*
refactor(decor): decor_virt_lines()
Lewis Russell
2024-07-27
*
fix(plines): don't count invalidated virt text in char size (#29863)
zeertzjq
2024-07-26
*
fix(decor): don't draw invalidated virtual lines (#29858)
luukvbaal
2024-07-26
*
fix(column): modifying a sign should update placed signs (#29750)
luukvbaal
2024-07-17
*
feat: get/set namespace properties #28728
altermo
2024-06-07
*
fix(column): crash with 'signcolumn' set to "number" (#29003)
luukvbaal
2024-06-01
*
feat(signs)!: place higher-priority signs from the left #27781
Tobias Schmitz
2024-05-21
*
fix(api): make getting explicit empty hl in virtual text work (#28697)
zeertzjq
2024-05-12
*
fix: transposed xcalloc arguments (#28695)
zeertzjq
2024-05-11
*
revert: "feat(extmarks): subpriorities (relative to declaration order) (#2713...
Gregory Anders
2024-05-01
*
fix(column): ignore empty signcols range (#28177)
luukvbaal
2024-04-06
*
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
[next]