summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/sign.c
AgeCommit message (Expand)AuthorFiles
2026-04-20vim-patch:partial:9.2.0368: too many strlen() calls when adding strings to di...zeertzjq1
2026-02-08fix(messages): unwanted newlines with ext_messages #37733luukvbaal1
2026-01-05vim-patch:8.1.0753: printf format not checked for semsg() (#37248)zeertzjq1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-11-13refactor(highlight): make enum of builtin highlights start with 1bfredl1
2024-11-08refactor(message): propagate highlight id instead of attrsLuuk van Baal1
2024-08-30feat(mbyte): support extended grapheme clusters including more emojibfredl1
2024-07-17fix(column): modifying a sign should update placed signs (#29750)luukvbaal1
2024-07-07vim-patch:9.1.0538: not possible to assign priority when defining a sign (#29...zeertzjq1
2024-06-14revert: "refactor: use S_LEN macro" (#29319)Lewis Russell1
2024-06-11refactor: use S_LEN(s) instead of s, n (#29219)James1
2024-06-10fix(column): clamp line number for legacy signsLuuk van Baal1
2024-06-07feat: get/set namespace properties #28728altermo1
2024-06-04refactor: replace '\0' with NULJames Tirta Halim1
2024-06-01refactor: move shared messages to errors.h #26214Justin M. Keyes1
2024-06-01fix(column): crash with 'signcolumn' set to "number" (#29003)luukvbaal1
2024-02-21feat(extmark): window scoped extmarkaltermo1
2024-02-12fix(column): use a single path for sign sorting (#27431)luukvbaal1
2024-02-10refactor: don't use subtraction in qsort() comparison functionszeertzjq1
2024-02-10Merge pull request #27398 from bfredl/arena2bfredl1
2024-02-10build(clint): don't allow INIT() in non-header files (#27407)zeertzjq1
2024-02-09refactor(api): make cstr_as_string accept "const char*"bfredl1
2024-01-24fix(sign): avoid deleting from sign map while looping over it (#27158)luukvbaal1
2024-01-22perf(extmarks): add metadata for efficient filtering of special decorationsbfredl1
2024-01-16vim-patch:9.1.0009: Cannot easily get the list of matches (#27028)zeertzjq1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-30refactor: follow style guidedundargoc1
2023-12-22Merge pull request #26528 from bfredl/nodrawstatebfredl1
2023-12-22refactor(drawline): remove LineDrawState and wlv->saved_n_extrabfredl1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-12-21refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq1
2023-12-19refactor: use `bool` to represent boolean valuesdundargoc1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-29refactor: move some constants out of vim_defs.h (#26298)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-27build(IWYU): fix includes for undo_defs.hdundargoc1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-26refactor: move garray_T to garray_defs.h (#26227)zeertzjq1
2023-11-25build: rework IWYU mapping filesdundargoc1
2023-11-22feat(extmarks): add sign name to extmark "details" arrayLuuk van Baal1
2023-11-22refactor(decorations): break up Decoration struct into smaller piecesbfredl1
2023-11-20refactor: enable formatting for ternariesdundargoc1
2023-11-19fix(sign): do not error when defining sign without attributes (#26106)luukvbaal1
2023-11-17refactor(sign): move legacy signs to extmarksLuuk van Baal1
2023-11-12build: remove PVSdundargoc1
2023-11-11refactor: remove redundant castsdundargoc1
2023-11-10refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)zeertzjq1
2023-11-05refactor: the long goodbyedundargoc1