aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/tabpage.c
Commit message (Expand)AuthorAge
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build: remove PVSdundargoc2023-11-12
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: fix clang-tidy warningsdundargoc2022-11-06
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* refactor: minimize variable scope and eliminate empty declarationsDundar Göc2022-03-13
* refactor: format #15702dundargoc2021-09-18
* api: move deprecated functions to separate filesBjörn Linse2020-12-05
* doc: |api-fast| [ci skip]Justin M. Keyes2019-09-09
* lint: fix indentation of FUNC_ATTR linesBjörn Linse2017-06-03
* api_clear_error()Justin M. Keyes2017-04-23
* api: Do not truncate errors <1 MB. #6237Sander Bosma2017-04-23
* *: Add comment to all C filesZyX2017-04-19
* api: implement FUNC_API_SINCEBjörn Linse2017-03-15
* api: Rename dict_set_value to dict_set_varZyX2017-02-23
* 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