aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/tabpage.c
Commit message (Expand)AuthorAge
* api: documentationJustin M. Keyes2016-10-23
* api: Support getting the number of a window/tabpageJames McCoy2016-10-04
* api: Establish API naming convention. (#5344)Justin M. Keyes2016-09-17
* api: make nvim[_obj]_set_var and _del_var not return the old valueBjörn Linse2016-09-15
* api: consistently use nvim_ prefix and update documentationBjörn Linse2016-08-31
* api: Add warnings about the returned value to \*del_var functionsZyX2016-04-18
* api/documentation: Add a warning that nil may mean v:nullZyX2016-04-18
* api: Replace set_var(name, NIL) with del_var(name)ZyX2016-04-18
* msgpack: Replace FUNC_ATTR_DEFERRED by FUNC_ATTR_ASYNCThiago de Arruda2015-08-13
* api/*.c: Comment cleanupMichael Reed2015-01-26
* api: Add FUNC_ATTR_DEFERRED attribute to a number of functionsThiago de Arruda2014-10-21
* 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: Remove specialized array typesThiago de Arruda2014-09-12
* api: Rename find_{buffer,window,tabpage}Thiago de Arruda2014-06-18
* Move documentation from function declarations to definitionsZyX2014-06-02
* Initialize Object, PositionJustin M. Keyes2014-05-31
* 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: Move non-public files to private subdirectoryThiago de Arruda2014-05-23
* Use more descriptive names for API primitive typesThiago de Arruda2014-05-17
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15