summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api/private/dispatch.c
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2023-11-12build: remove PVSdundargoc1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-06-12refactor(api): move command related API to separate filebfredl1
2022-06-12refactor(api): move option code to own filebfredl1
2022-05-30refactor(api): use hashy hash for looking up api method and event namesbfredl1
2022-03-12feat(ui): connect to remote ui (only debug messages for now)bfredl1
2022-02-27feat(lua): add api and lua autocmdsTJ DeVries1
2021-10-29refactor(api): break out Vim script functions to its own fileBjörn Linse1
2021-10-25refactor(api): move extmark API to its own fileBjörn Linse1
2021-10-12refactor: format all C files under nvim/ #15977dundargoc1
2021-10-04refactor(api): move window config related functions to own fileBjörn Linse1
2021-09-29Refactor/uncrustify (#15790)dundargoc1
2021-09-18refactor: format #15702dundargoc1
2021-08-22refactor(map): remove extra-allocating map_new/map_free functionsBjörn Linse1
2020-12-05api: move deprecated functions to separate filesBjörn Linse1
2019-09-11Remove excess <stdint.h>Jan Edmund Lazo1
2018-09-23func_attr.h: FUNC_ATTR_PRINTFMichael Hoffmann1
2018-09-05API: Avoid overrun when formatting error-messageJustin M. Keyes1
2018-07-15dispatch.c: changed api_set_error_callmicha1
2018-07-14channel.c: refactor spaghetti codemicha1
2018-06-07API: validation: mention invalid method name (#8489)Justin M. Keyes1
2017-04-19*: Add comment to all C filesZyX1
2016-10-19api: move verbatim c code out of gendispatch.lua and into c filesBjörn Linse1