aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/sign.c
Commit message (Expand)AuthorAge
* refactor(message): smsg_attr -> smsgbfredl2023-09-29
* refactor(messages): fold msg_outtrans_attr into msg_outtransbfredl2023-09-27
* refactor(change): do API changes to buffer without curbuf switchbfredl2023-08-26
* refactor: uncrustifydundargoc2023-04-26
* vim-patch:partial:9.0.0359: error message for wrong argument type is not spec...zeertzjq2023-04-25
* vim-patch:9.0.0335: checks for Dictionary argument often give a vague error (...zeertzjq2023-04-25
* refactor: remove redundant castsii142023-04-07
* refactor: remove redundant castsii142023-04-07
* feat(api): evaluate 'statuscolumn' with nvim_eval_statusline()Luuk van Baal2023-04-05
* refactor: reduce scope of locals as per the style guide (#22211)dundargoc2023-02-11
* refactor: replace char_u with char (#21901)dundargoc2023-02-11
* vim-patch:8.1.1827: allocating more memory than needed for extended structs (...zeertzjq2023-02-01
* vim-patch:partial:9.0.1237: code is indented more than necessary (#21971)zeertzjq2023-01-24
* refactor: replace char_u with char 24 (#21823)dundargoc2023-01-18
* refactor: replace char_u with chardundargoc2022-11-28
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc2022-10-21
* fix(column): move sign sentinel after inserting/deleting lines (#20400)zeertzjq2022-09-29
* fix(redraw): make redrawdebug=nodelta handle all the casesbfredl2022-09-22
* refactor: replace char_u with charDundar Göc2022-09-11
* refactor: replace char_u with charDundar Göc2022-09-09
* refactor: replace char_u with charDundar Göc2022-08-31
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* Merge pull request #19906 from bfredl/bigstagebfredl2022-08-24
|\
| * perf(api): allow to use an arena for return valuesbfredl2022-08-23
* | vim-patch:9.0.0206: redraw flags are not named specifically (#19913)zeertzjq2022-08-23
|/
* vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
* refactor(signs): handle non-sign attrs separately (#19784)Lewis Russell2022-08-16
* refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2022-08-11
* vim-patch:8.2.1281: the "trailing characters" error can be hard to understandzeertzjq2022-08-07
* refactor: move FunPtr to types.h (#19466)zeertzjq2022-07-22
* refactor: replace char_uDundar Goc2022-07-02
* Merge #19060 memory leaksJustin M. Keyes2022-06-28
|\
| * fix(coverity/348300): free memory when overiding sing attributeThomas Vigouroux2022-06-27
* | refactor: replace char_u #18429dundargoc2022-06-28
|/
* refactor: change type of linenr_T from long to int32_tDundar Goc2022-06-10
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16
* refactor: replace char_u variables and functions with charDundar Goc2022-05-11
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* refactor: replace char_u variables and functions with charDundar Goc2022-05-07
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* refactor(uncrustify): format all c code under /src/nvim/Dundar Goc2022-04-29
* refactor(build): remove unused includes #17078kylo2522022-04-26
* vim-patch:8.1.1608: the evalfunc.c file is too big (#17807)Lewis Russell2022-03-23
* vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)Lewis Russell2022-03-18
* refactor(signcol): smarter invalidation (#17533)Lewis Russell2022-03-06
* feat(decorations): support signsLewis Russell2022-03-05
* vim-patch:8.2.4241: some type casts are redundantDundar Göc2022-01-30