aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/sign.c
Commit message (Expand)AuthorAge
* refactor: iwyu #31637Justin M. Keyes2024-12-23
* refactor(highlight): make enum of builtin highlights start with 1bfredl2024-11-13
* refactor(message): propagate highlight id instead of attrsLuuk van Baal2024-11-08
* feat(mbyte): support extended grapheme clusters including more emojibfredl2024-08-30
* fix(column): modifying a sign should update placed signs (#29750)luukvbaal2024-07-17
* vim-patch:9.1.0538: not possible to assign priority when defining a sign (#29...zeertzjq2024-07-07
* revert: "refactor: use S_LEN macro" (#29319)Lewis Russell2024-06-14
* refactor: use S_LEN(s) instead of s, n (#29219)James2024-06-11
* fix(column): clamp line number for legacy signsLuuk van Baal2024-06-10
* feat: get/set namespace properties #28728altermo2024-06-07
* refactor: replace '\0' with NULJames Tirta Halim2024-06-04
* refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* fix(column): crash with 'signcolumn' set to "number" (#29003)luukvbaal2024-06-01
* feat(extmark): window scoped extmarkaltermo2024-02-21
* fix(column): use a single path for sign sorting (#27431)luukvbaal2024-02-12
* refactor: don't use subtraction in qsort() comparison functionszeertzjq2024-02-10
* Merge pull request #27398 from bfredl/arena2bfredl2024-02-10
|\
| * refactor(api): make cstr_as_string accept "const char*"bfredl2024-02-09
* | build(clint): don't allow INIT() in non-header files (#27407)zeertzjq2024-02-10
|/
* fix(sign): avoid deleting from sign map while looping over it (#27158)luukvbaal2024-01-24
* perf(extmarks): add metadata for efficient filtering of special decorationsbfredl2024-01-22
* vim-patch:9.1.0009: Cannot easily get the list of matches (#27028)zeertzjq2024-01-16
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: follow style guidedundargoc2023-12-30
* Merge pull request #26528 from bfredl/nodrawstatebfredl2023-12-22
|\
| * refactor(drawline): remove LineDrawState and wlv->saved_n_extrabfredl2023-12-22
* | refactor: run IWYU on entire repodundargoc2023-12-21
|/
* refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq2023-12-21
* refactor: use `bool` to represent boolean valuesdundargoc2023-12-19
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* refactor: move garray_T to garray_defs.h (#26227)zeertzjq2023-11-26
* build: rework IWYU mapping filesdundargoc2023-11-25
* feat(extmarks): add sign name to extmark "details" arrayLuuk van Baal2023-11-22
* refactor(decorations): break up Decoration struct into smaller piecesbfredl2023-11-22
* refactor: enable formatting for ternariesdundargoc2023-11-20
* fix(sign): do not error when defining sign without attributes (#26106)luukvbaal2023-11-19
* refactor(sign): move legacy signs to extmarksLuuk van Baal2023-11-17
* build: remove PVSdundargoc2023-11-12
* refactor: remove redundant castsdundargoc2023-11-11
* refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)zeertzjq2023-11-10
* refactor: the long goodbyedundargoc2023-11-05
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq2023-10-02
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor(message): smsg_attr -> smsgbfredl2023-09-29