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.h
Commit message (
Expand
)
Author
Age
*
fix(column): modifying a sign should update placed signs (#29750)
luukvbaal
2024-07-17
*
revert: "feat(extmarks): subpriorities (relative to declaration order) (#2713...
Gregory Anders
2024-05-01
*
fix(extmarks): priority order of inline and non-inline virt_text (#27532)
zeertzjq
2024-02-20
*
feat(extmarks): subpriorities (relative to declaration order) (#27131)
Gregory Anders
2024-01-28
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor(IWYU): move decor provider types to decoration_defs.h (#26692)
zeertzjq
2023-12-21
*
refactor: eliminate cyclic includes
dundargoc
2023-12-20
*
refactor(IWYU): move marktree types to marktree_defs.h (#26402)
zeertzjq
2023-12-05
*
refactor(IWYU): move UI and LineFlags to ui_defs.h (#26318)
zeertzjq
2023-11-30
*
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
*
build(IWYU): replace public-to-public mappings with pragmas (#26237)
zeertzjq
2023-11-27
*
refactor(decorations): break up Decoration struct into smaller pieces
bfredl
2023-11-22
*
refactor(sign): move legacy signs to extmarks
Luuk van Baal
2023-11-17
*
refactor: replace manual header guards with #pragma once
dundargoc
2023-11-12
*
build(lint): remove unnecessary clint.py rules
dundargoc
2023-10-23
*
fix(extmarks): fix win_col virt_text drawn on wrong screen line (#25264)
zeertzjq
2023-09-20
*
fix(extmarks): overlay virt_text position after 'showbreak' (#25175)
zeertzjq
2023-09-15
*
fix(extmarks): properly handle virt_text on next screen line (#25166)
zeertzjq
2023-09-15
*
fix(extmarks): make empty "conceal" respect &conceallevel = 1 (#24785)
zeertzjq
2023-08-19
*
fix(extmarks): make right_align and win_col work on wrapped line (#23759)
zeertzjq
2023-05-27
*
feat(ui): inline virtual text
Ibby
2023-05-22
*
fix: disallow removing extmarks in on_lines callbacks (#23219)
Lewis Russell
2023-04-27
*
refactor(extmarks): some minor internal API changes
bfredl
2023-03-16
*
refactor: replace char_u with char 24 (#21823)
dundargoc
2023-01-18
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
feat(extmarks): allow preventing spellchecking with spell = false
Thomas Vigouroux
2022-11-12
*
feat(ui): add support to display a title in the border of a float (#20184)
Raphael
2022-11-06
*
feat(extmarks,ts,spell): full support for spelling
Thomas Vigouroux
2022-09-06
*
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
2022-05-25
*
feat(api/ui): win_extmarks
Yatao Li
2022-05-03
*
feat(ui): allow conceal to be defined in decorations
bfredl
2022-03-20
*
Merge pull request #17663 from dundargoc/refactor/uncrustify
bfredl
2022-03-11
|
\
|
*
refactor(uncrustify): format all c files
Dundar Göc
2022-03-10
*
|
refactor(decorations): move provider code
Lewis Russell
2022-03-10
|
/
*
fix(extmarks): fix signs
Lewis Russell
2022-03-08
*
feat(decorations): support signs
Lewis Russell
2022-03-05
*
feat(api): expose extmark more details
notomo
2022-01-20
*
refactor(extmarks): use a more efficient representation
Björn Linse
2022-01-15
*
refactor: saner options for uncrustify #16196
dundargoc
2021-10-31
*
feat(decorations): support more than one virt_lines block
Björn Linse
2021-10-23
*
refactor: format all C files under nvim/ #15977
dundargoc
2021-10-12
*
feat(decorations): support virtual lines (for now: only one block at a time)
Björn Linse
2021-09-26
*
refactor(decorations): merge the two different code paths for virt_text
Björn Linse
2021-07-29
*
decorations: right_align and win_col
Björn Linse
2021-05-01
*
decoration: Clean up duplicate Decoration attributes + bonus hl_eol flag
Björn Linse
2021-04-14
*
decorations: memory error with ephemeral virt_text
Björn Linse
2021-03-23
[next]