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
*
feat(api): evaluate 'statuscolumn' with nvim_eval_statusline()
Luuk van Baal
2023-04-05
*
vim-patch:9.0.0194: cursor displayed in wrong position after removing text pr...
zeertzjq
2023-03-17
*
refactor(extmarks): some minor internal API changes
bfredl
2023-03-16
*
fix(extmarks): don't leak memory on error (#22507)
zeertzjq
2023-03-05
*
fix(decoration): don't show signcolumn for non-sign_text extmark (#22135)
Lewis Russell
2023-02-05
*
fix(extmarks): problems with folded virtual lines (#21930)
luukvbaal
2023-01-23
*
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
*
refactor: fix clang-tidy warnings
dundargoc
2022-11-06
*
fix(redraw): make redrawdebug=nodelta handle all the cases
bfredl
2022-09-22
*
feat(extmarks,ts,spell): full support for spelling
Thomas Vigouroux
2022-09-06
*
refactor: replace char_u with char
Dundar Göc
2022-08-31
*
refactor: remove redundant casts
Dundar Göc
2022-08-27
*
vim-patch:8.1.2057: the screen.c file is much too big
Lewis Russell
2022-08-19
*
refactor(signs): handle non-sign attrs separately (#19784)
Lewis Russell
2022-08-16
*
fix(signs): priority of extmark signs (#19718)
Lewis Russell
2022-08-11
*
refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)
zeertzjq
2022-08-11
*
fix(decorations): nvim_buf_set_extmark breaks conceal #19010
ii14
2022-06-19
*
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
2022-05-25
*
refactor(decor): use decor levels properly
bfredl
2022-05-07
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-04
*
feat(api/ui): win_extmarks
Yatao Li
2022-05-03
*
refactor(uncrustify): change rules to better align with the style guide
Dundar Goc
2022-04-29
*
refactor(uncrustify): format all c code under /src/nvim/
Dundar Goc
2022-04-29
*
feat(ui): allow conceal to be defined in decorations
bfredl
2022-03-20
*
vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)
Lewis Russell
2022-03-18
*
refactor(decorations): move provider code
Lewis Russell
2022-03-10
*
fix(extmarks): fix signs
Lewis Russell
2022-03-08
*
refactor(signcol): smarter invalidation (#17533)
Lewis Russell
2022-03-06
*
feat(decorations): support signs
Lewis Russell
2022-03-05
*
refactor(extmarks): use a more efficient representation
Björn Linse
2022-01-15
*
feat(decorations): support more than one virt_lines block
Björn Linse
2021-10-23
*
refactor(decorations): mark decorations directly on the marktree
Björn Linse
2021-10-23
*
refactor: format with uncrustify #15842
dundargoc
2021-10-02
*
Refactor/uncrustify (#15790)
dundargoc
2021-09-29
*
feat(decorations): support virtual lines (for now: only one block at a time)
Björn Linse
2021-09-26
*
refactor: format with uncrustify #15726
dundargoc
2021-09-20
*
refactor(map): get rid of spurious subsystem_init() functions due to maps
Björn Linse
2021-08-22
*
refactor(extmark): remove pointer indirection for extmark use of maps
Björn Linse
2021-08-22
*
refactor(decorations): merge the two different code paths for virt_text
Björn Linse
2021-07-29
*
chore: use codespell to spell check #15016
dundargoc
2021-07-07
*
coverity/331378: Fix inserting new decor provider
James McCoy
2021-05-06
*
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
*
luaref: free decoration providers
Björn Linse
2021-04-03
*
decorations: memory error with ephemeral virt_text
Björn Linse
2021-03-23
*
decorations: add additional styling of virt_text overlays
Björn Linse
2021-03-10
*
decorations: allow virt_text overlay at any column
Björn Linse
2021-02-22
*
change gravity to be a boolean flag, and add corresponding flag for end posit...
chentau
2021-01-05
[next]