aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/window.c
Commit message (Expand)AuthorAge
* nvim_win_get_number: Use int as rv to fix BE issuesJames McCoy2016-11-02
* test: system(): Avoid indeterminism.Justin M. Keyes2016-10-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
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* api: consistently use nvim_ prefix and update documentationBjörn Linse2016-08-31
* *: Fix new linter errorsZyX2016-05-01
* 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
* illumos requires the use of limits.h for things like INT_MAX #2049Mike Zeller2015-02-26
* api/*.c: Comment cleanupMichael Reed2015-01-26
* api/window_set_cursor: make sure cursor line is visible.Björn Linse2014-11-01
* api: Add FUNC_ATTR_DEFERRED attribute to a number of functionsThiago de Arruda2014-10-21
* 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 Position type, using arrays instead.Thiago de Arruda2014-09-12
* coverity/62620: fix uninitialized scalar variablePaul Burlumi2014-08-24
* 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
* Extract cursor.h from misc{1,2}.h and memline.hHinidu2014-05-28
* 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: Move non-public files to private subdirectoryThiago de Arruda2014-05-23
* Enable -Wconversion for API files and fix errorsThiago de Arruda2014-05-17
* 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: Fix relative includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15