aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/private/defs.h
Commit message (Expand)AuthorAge
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* refactor(api): use typed keysetsbfredl2023-08-07
* test: spellcheck :help (vimdoc) files #24109Justin M. Keyes2023-06-22
* refactor(api): make typed dicts appear as types in the source codebfredl2023-04-07
* fix(ui-ext): log and clear error in ui_comp_event (#21147)Andrew Willette2022-11-30
* refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc2022-10-21
* refactor: move klib out of src/nvim/ #20341dundargoc2022-09-25
* perf(ui): unpack grid_line (screen contents) directlybfredl2022-07-19
* perf(ui): reduce allocation overhead when encoding "redraw" eventsbfredl2022-06-20
* refactor: uncrustify #16090dundargoc2021-10-29
* refactor: format header files with uncrustify #15877dundargoc2021-10-09
* refactor(api): handle option dicts properlyBjörn Linse2021-10-03
* api: allow nvim_buf_attach from lua using callbacksBjörn Linse2019-06-04
* RPC: eliminate NO_RESPONSEJustin M. Keyes2019-04-12
* multigrid: reorganize types and global varaiblesBjörn Linse2018-12-31
* build/MSVC: fix "C4028: formal parameter different from declaration"Justin M. Keyes2018-03-18
* Merge branch 'master' into luaviml'/luaZyX2017-05-08
|\
| * api/internal: Remove `set` field from Error type.Justin M. Keyes2017-04-23
| * api: Do not truncate errors <1 MB. #6237Sander Bosma2017-04-23
* | api: Use a form of `1 << 63` for INTERNAL_CALL_MASKZyX2017-03-27
* | api: Allow kObjectTypeNil to be zero without breaking compatibilityZyX2017-03-27
* | api: Reserve more numbers for internal callsZyX2017-03-27
* | executor/converter: Make nlua_pop_Object not recursiveZyX2017-03-27
|/
* object_to_vim: Fix buffer/window/tabpage conversion on BE systemsJames McCoy2016-11-02
* api: call multiple methods atomically (useful in async contexts)Björn Linse2016-10-22
* api: When calling get/set_lines from vimL, don't convert between "\n" and "\0".Björn Linse2016-08-31
* api: unify buffer numbers and window ids with handlesBjörn Linse2016-08-31
* msgpack_rpc: Also make msgpack_from_*/msgpack_to_* functions not recurZyX2016-06-24
* *: Fix new linter errorsZyX2016-06-11
* api: Add warnings about the returned value to \*del_var functionsZyX2016-04-18
* msgpack: Allow notifications to execute commands.Scott Prager2015-04-13
* api/msgpack-rpc: Improve error infrastructureThiago de Arruda2014-09-18
* api metadata: Allow typed container information in api functionsThiago de Arruda2014-09-12
* api/msgpack-rpc: Refactor metadata object constructionThiago de Arruda2014-09-12
* api: initialize capacity in the array_dict_macroThiago de Arruda2014-09-12
* api/msgpack-rpc: Remove Position type, using arrays instead.Thiago de Arruda2014-09-12
* api/msgpack-rpc: Parse type information from api/private/defs.hThiago de Arruda2014-09-12
* api/msgpack-rpc: Remove specialized array typesThiago de Arruda2014-09-12
* channel/msgpack_rpc: Refactor API dispatchingThiago de Arruda2014-06-24
* api: Enable usage of Arrays and Dictionaries as [k]vectorsThiago de Arruda2014-06-18
* Initialize Object, PositionJustin M. Keyes2014-05-31
* Build: Add more files to clint-files.txt and fix errorsThiago de Arruda2014-05-26
* API: Refactor: Duplicate/free string arguments coming from msgpackThiago de Arruda2014-05-26
* API: Refactor: Use macro for initializing all arraysThiago de Arruda2014-05-23
* API: Refactor: Return handles instead of indexesThiago de Arruda2014-05-23
* API: Refactor: Change the integer type of remote objects to uint64_tThiago de Arruda2014-05-23
* API: Refactor: Add macro infrastructure for typed arraysThiago de Arruda2014-05-23
* API: Refactor: Generalize buffer, window and tabpage types/functionsThiago de Arruda2014-05-23
* API: Refactor: Move non-public files to private subdirectoryThiago de Arruda2014-05-23