summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api/tabpage.c
AgeCommit message (Expand)AuthorFiles
2026-04-15refactor(api): rename buffer to buf (positional parameters) #39013Justin M. Keyes1
2026-03-17docs: api, lsp, messages, intro #38327Justin M. Keyes1
2026-03-16fix(api): nvim_open_tabpage positional "enter"Sean Dewar1
2026-03-16fix(api): nvim_open_tabpage "after" like :[count]tabSean Dewar1
2026-03-16fix: nvim_open_tabpage cleanup, fixes, more testsSean Dewar1
2026-03-16feat(api): add nvim_open_tabpageWill Hopkins1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-02-27doc: clarify window-id, tab-id, nvim_set_current_x #32528David Briscoe1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-12-17refactor(api): always use TRY_WRAP #31600luukvbaal1
2024-03-08fix(api): patch some cmdwin/textlock holesSean Dewar1
2024-02-19refactor(api): use arena when listing objectsbfredl1
2024-02-15refactor(eval): use arena when converting typvals to Objectbfredl1
2024-01-29feat(api): add nvim_tabpage_set_win (#27222)Will Hopkins1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-12build: remove PVSdundargoc1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-11-06refactor: fix clang-tidy warningsdundargoc1
2022-04-29refactor(uncrustify): change rules to better align with the style guideDundar Goc1
2022-03-13refactor: minimize variable scope and eliminate empty declarationsDundar Göc1
2021-09-18refactor: format #15702dundargoc1
2020-12-05api: move deprecated functions to separate filesBjörn Linse1
2019-09-09doc: |api-fast| [ci skip]Justin M. Keyes1
2017-06-03lint: fix indentation of FUNC_ATTR linesBjörn Linse1
2017-04-23api_clear_error()Justin M. Keyes1
2017-04-23api: Do not truncate errors <1 MB. #6237Sander Bosma1
2017-04-19*: Add comment to all C filesZyX1
2017-03-15api: implement FUNC_API_SINCEBjörn Linse1
2017-02-23api: Rename dict_set_value to dict_set_varZyX1
2016-10-23api: documentationJustin M. Keyes1
2016-10-04api: Support getting the number of a window/tabpageJames McCoy1
2016-09-17api: Establish API naming convention. (#5344)Justin M. Keyes1
2016-09-15api: make nvim[_obj]_set_var and _del_var not return the old valueBjörn Linse1
2016-08-31api: consistently use nvim_ prefix and update documentationBjörn Linse1
2016-04-18api: Add warnings about the returned value to \*del_var functionsZyX1
2016-04-18api/documentation: Add a warning that nil may mean v:nullZyX1
2016-04-18api: Replace set_var(name, NIL) with del_var(name)ZyX1
2015-08-13msgpack: Replace FUNC_ATTR_DEFERRED by FUNC_ATTR_ASYNCThiago de Arruda1
2015-01-26api/*.c: Comment cleanupMichael Reed1
2014-10-21api: Add FUNC_ATTR_DEFERRED attribute to a number of functionsThiago de Arruda1
2014-09-22FOR_ALL_WINDOWS_IN_TAB and local variables in FOR_ALL_TAB_WINDOWSWayne Rowcliffe1
2014-09-18api/msgpack-rpc: Improve error infrastructureThiago de Arruda1
2014-09-12api metadata: Allow typed container information in api functionsThiago de Arruda1
2014-09-12api/msgpack-rpc: Remove specialized array typesThiago de Arruda1
2014-06-18api: Rename find_{buffer,window,tabpage}Thiago de Arruda1
2014-06-02Move documentation from function declarations to definitionsZyX1
2014-05-31Initialize Object, PositionJustin M. Keyes1
2014-05-23API: Refactor: Use macro for initializing all arraysThiago de Arruda1
2014-05-23API: Refactor: Return handles instead of indexesThiago de Arruda1