aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/window.c
Commit message (Expand)AuthorAge
* docJustin M. Keyes2019-09-11
* doc: |api-fast| [ci skip]Justin M. Keyes2019-09-09
* anchor float to buffer positionBjörn Linse2019-09-04
* api/window: disallow closing non-current window in cmdwin stateBjörn Linse2019-08-10
* API: nvim_win_close: Fix closing cmdline-window #10087R. Simon2019-08-10
* api/window: add style="minimal" flag to nvim_open_win()Björn Linse2019-07-07
* doc/API: document indexing behavior #10058KillTheMule2019-05-26
* windows: float config changesBjörn Linse2019-04-14
* api/window: validate cursor in nvim_win_set_bufBjörn Linse2019-04-08
* doc [ci skip]Justin M. Keyes2019-03-26
* api: refactor FloatRelative usageMarco Hinz2019-03-16
* api: numerous small fixesMarco Hinz2019-03-16
* api: update docMarco Hinz2019-03-16
* api: add width/height to FloatConfigMarco Hinz2019-03-16
* api: nvim_win_config() -> nvim_win_set_config()Marco Hinz2019-03-16
* api: refactor FloatAnchor usageMarco Hinz2019-03-16
* api: add nvim_win_get_config()Marco Hinz2019-03-16
* api: add nvim_win_close() to close window by idBjörn Linse2019-03-03
* floats: implement floating windowsBjörn Linse2019-03-02
* API: don't directly call update_screen() in API functionsBjörn Linse2019-01-08
* API: Implement nvim_win_set_buf() #9100Justin M. Keyes2018-11-25
* Improved version of #8613David Hotham2018-06-25
* API: nvim_win_set_cursor: set curswant #8613David Hotham2018-06-25
* api: Make nvim_set_option() update `:verbose set ...`b-r-o-c-k2018-05-03
* lint: fix indentation of FUNC_ATTR linesBjörn Linse2017-06-03
* api/window: Fix memory leak in nvim_win_set_cursorZyX2017-05-08
* api: Do not translate error messages.Justin M. Keyes2017-04-24
* api_set_error(): renameJustin M. Keyes2017-04-23
* 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
* 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