aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/deprecated.c
Commit message (Expand)AuthorAge
* feat(api): deprecate nvim_buf_add_highlight()bfredl2025-01-20
* refactor(api): deprecate nvim_notify #31938Justin M. Keyes2025-01-10
* fix(api): deprecated API nvim_get_option does not validate option name #31919Famiu Haque2025-01-09
* feat(api): deprecate nvim_out/err_write(ln)Luuk van Baal2025-01-09
* refactor: iwyu #31637Justin M. Keyes2024-12-23
* fix(api): deprecate nvim_subscribe, nvim_unsubscribe #30456Justin M. Keyes2024-12-02
* refactor(options): fix confusing naming of `scope` and `req_scope` (#31317)Famiu Haque2024-11-25
* refactor(options): remove `.indir`, redesign option scopes #31066Famiu Haque2024-11-16
* feat(options)!: disallow setting hidden options #28400Famiu Haque2024-11-04
* refactor(options): remove `get_option_value_strict`Famiu Haque2024-11-02
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* feat: get/set namespace properties #28728altermo2024-06-07
* feat(api): broadcast events to ALL channels #28487Justin M. Keyes2024-05-17
* refactor(api): deprecate nvim_call_atomic #28433Justin M. Keyes2024-04-22
* feat(docs): replace lua2dox.luaLewis Russell2024-02-27
* feat(extmark): window scoped extmarkaltermo2024-02-21
* refactor(api): make freeing of return-value opt-in instead of opt outbfredl2024-02-21
* refactor(api): reduce temporary allocations when replacing linesbfredl2024-02-20
* refactor(eval): use arena when converting typvals to Objectbfredl2024-02-15
* refactor(lua): use Arena when converting from lua stack to API argsbfredl2024-02-13
* refactor(api): use an arena for nvim_buf_get_lines and buffer updatesbfredl2024-02-11
* refactor(api): use arena for nvim_get_option_info()bfredl2024-02-09
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: eliminate cyclic includesdundargoc2023-12-20
* refactor(options): use hashy for finding options (#26573)Famiu Haque2023-12-17
* refactor(options): convert `opt_idx` variables to `OptIndex`Famiu Haque2023-12-09
* refactor(options): reduce `findoption()` usageFamiu Haque2023-12-09
* refactor(api): complete conversion from `Dictionary` to `Dict(opts)` (#26365)Riccardo Mazzarini2023-12-05
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: fix includes for api/autocmd.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
* refactor(decorations): break up Decoration struct into smaller piecesbfredl2023-11-22
* refactor: enable formatting for ternariesdundargoc2023-11-20
* refactor: iwyu (#26062)zeertzjq2023-11-16
* build: remove PVSdundargoc2023-11-12
* feat(extmarks): add 'invalidate' property to extmarksLuuk van Baal2023-11-08
* feat(extmarks): add "undo_restore" flag to opt out of undo-restoringbfredl2023-11-05
* refactor(options)!: unify `set_option` and `set_string_option`Famiu Haque2023-10-30
* refactor(options): `get_option_value_strict()` and `SREQ_*`Famiu Haque2023-10-20
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor: remove longdundargoc2023-09-29
* docs: do not use deprecated functions #25334Maria José Solano2023-09-24
* refactor(api): use typed keysetsbfredl2023-08-07
* refactor: fix clang/PVS warnings (#24213)zeertzjq2023-06-30
* refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)Famiu Haque2023-06-07
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* fix: disallow removing extmarks in on_lines callbacks (#23219)Lewis Russell2023-04-27