aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
* api/vim: allow guis and tests to retrieve the entire color tableBjörn Linse2015-02-02
* api/*.c: Comment cleanupMichael Reed2015-01-26
* syntax: Use RGB/GUI attribute information for "abstract_ui"Thiago de Arruda2014-12-08
* api: Handle NULs and newlines in buffer_*_line.Scott Prager2014-12-06
* Wconversion: Fix warnings in file_search.c.Florian Walch2014-11-27
* Add Boolean argument escape_csi to vim_feedkeysRui Abreu Ferreira2014-11-27
* Remove os/provider.{c,h} and all of its referencesThiago de Arruda2014-11-18
* api/window_set_cursor: make sure cursor line is visible.Björn Linse2014-11-01
* api: Add vim_input function and mark vim_feedkeys as deferredThiago de Arruda2014-10-29
* api: Implement vim_command_output functionThiago de Arruda2014-10-28
* msgpack-rpc: Improve logging of msgpack-rpc messagesThiago de Arruda2014-10-23
* debug: Improve debugging of msgpack-rpc requestsThiago de Arruda2014-10-22
* api: Add FUNC_ATTR_DEFERRED attribute to a number of functionsThiago de Arruda2014-10-21
* msgpack-rpc: Create subdirectory for msgpack-rpc modulesThiago de Arruda2014-10-21
* Use line-specific method names where possible to remove ambiguity and possibi...Paul Jolly2014-10-01
* FOR_ALL_WINDOWS_IN_TAB and local variables in FOR_ALL_TAB_WINDOWSWayne Rowcliffe2014-09-22
* 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: Implement `vim_report_error` functionThiago de Arruda2014-09-12
* api: initialize capacity in the array_dict_macroThiago de Arruda2014-09-12
* provider: Major refactorThiago de Arruda2014-09-12
* api/msgpack-rpc: Refactor msgpack_rpc_helpers.{c,h}Thiago 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
* coverity/62620: fix uninitialized scalar variablePaul Burlumi2014-08-24
* Add API vim_replace_termcodesRui Abreu Ferreira2014-08-07
* Refactor vim_feedkeys and f_feedkeysRui Abreu Ferreira2014-08-07
* Add helper cstr_as_string()Rui Abreu Ferreira2014-08-07
* Return bool from find_win_for_buf #1023Wayne Rowcliffe2014-08-07
* api: make buffer_{get,set}_slice automatically assume `include_end`Thiago de Arruda2014-07-17
* provider: New module used to expose extension points for core servicesThiago de Arruda2014-07-17
* api: Refactor write_msg to use separate out/err buffersThiago de Arruda2014-07-17
* Use strict function prototypes #945Pavel Platto2014-07-14
* Remove stdbool.h from files which don't need itPavel Platto2014-07-11
* Include stdbool.h in some files which use itPavel Platto2014-07-11
* move errno.h include out of vim.hBrandon Coleman2014-07-09
* move assert.h include out of vim.hBrandon Coleman2014-07-09
* move ascii.h include out of vim.hBrandon Coleman2014-07-09
* Add vim_feedkeys API functionRui Abreu Ferreira2014-07-07
* channel/msgpack_rpc: Refactor API dispatchingThiago de Arruda2014-06-24
* channel: Implement the 'channel_send_call' functionThiago de Arruda2014-06-24
* channel/msgpack_rpc: Refactor msgpack_rpc_notification/serialize_eventThiago de Arruda2014-06-24
* api: Add helper macros for dealing with API type castsThiago de Arruda2014-06-18
* api: Enable usage of Arrays and Dictionaries as [k]vectorsThiago de Arruda2014-06-18
* api: Rename find_{buffer,window,tabpage}Thiago de Arruda2014-06-18
* Prevent null-pointer deference during vim_eval #785Andrew Chin2014-06-10
* api: unify string conversions, simplify interopNicolas Hillegeer2014-06-08
* api: also NUL-terminate Strings made from cstrsNicolas Hillegeer2014-06-08