aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/extmark.c
Commit message (Expand)AuthorAge
* refactor: convert function comments to doxygen format (#17710)dundargoc2022-03-24
* refactor(uncrustify): format all c filesDundar Göc2022-03-10
* refactor(signcol): smarter invalidation (#17533)Lewis Russell2022-03-06
* feat(decorations): support signsLewis Russell2022-03-05
* feat(api): expose extmark right_gravity and end_right_gravitynotomo2022-01-24
* refactor(extmarks): use a more efficient representationBjörn Linse2022-01-15
* fix(extmark): fix missing virt_lines when using id param of set_extmarkBjörn Linse2021-11-01
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* refactor(api): move extmark API to its own fileBjörn Linse2021-10-25
* feat(decorations): support more than one virt_lines blockBjörn Linse2021-10-23
* refactor(decorations): mark decorations directly on the marktreeBjörn Linse2021-10-23
* refactor: remove redundant castsDundar Göc2021-10-07
* feat(decorations): support virtual lines (for now: only one block at a time)Björn Linse2021-09-26
* refactor: format with uncrustify #15726dundargoc2021-09-20
* refactor(map): remove extra-allocating map_new/map_free functionsBjörn Linse2021-08-22
* refactor(extmark): remove pointer indirection for extmark use of mapsBjörn Linse2021-08-22
* fix(decorations): crash when :bdelete (extmark_free_all) after clear_namespaceBjörn Linse2021-07-29
* chore: use codespell to spell check #15016dundargoc2021-07-07
* flush curbuf->deleted_bytes2 after calling do_movechentau2021-04-14
* change gravity to be a boolean flag, and add corresponding flag for end posit...chentau2021-01-05
* allow for extmark gravity to be set through apichentau2021-01-03
* api: set_text: rebase, update to new api, and add more testsTony Chen2021-01-01
* gcc/analyzer: fix false positives for NULL (#13248)Jan Edmund Lazo2020-11-08
* decoration: split out "decoration" from "extmark" moduleBjörn Linse2020-11-07
* extmark: fix decoration ploblems with extmarkerw72020-10-02
* buf_updates: fix updates for empty buffers (#12926)Thomas Vigouroux2020-09-17
* luahl: temporary workaround for virt_text ownership ambiguityBjörn Linse2020-09-13
* luahl: global the luahlBjörn Linse2020-09-13
* fix lintsThomas Vigouroux2020-09-09
* api/buffer: add "on_bytes" callback to nvim_buf_attachBjörn Linse2020-09-09
* extmark: use resonable names in extmark_spliceBjörn Linse2020-09-09
* extmark: separate extmark_splice_cols for column-only changeBjörn Linse2020-09-09
* decor: sketch new decorations APIBjörn Linse2020-09-03
* extmark: refiy "Decoration" abstractionBjörn Linse2020-09-03
* extmark: introduce extmark_splice_colsMatthieu Coudron2020-04-24
* pvs/v595: check if extmark not NULLJan Edmund Lazo2020-04-13
* 'clang/Logic error': zero-init MarkTreeIter varsJan Edmund Lazo2020-03-01
* treesitter: cleanup some luahl stuffBjörn Linse2020-02-10
* treesitter: use internal "decorations" bufferBjörn Linse2020-02-10
* extmarks: fix crash due to invalid column values in inccommand previewBjörn Linse2020-02-02
* shed biking: it's always extmarks, never marks extendedBjörn Linse2020-01-20