index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
api
/
window.c
Commit message (
Expand
)
Author
Age
*
doc
Justin M. Keyes
2019-09-11
*
doc: |api-fast| [ci skip]
Justin M. Keyes
2019-09-09
*
anchor float to buffer position
Björn Linse
2019-09-04
*
api/window: disallow closing non-current window in cmdwin state
Björn Linse
2019-08-10
*
API: nvim_win_close: Fix closing cmdline-window #10087
R. Simon
2019-08-10
*
api/window: add style="minimal" flag to nvim_open_win()
Björn Linse
2019-07-07
*
doc/API: document indexing behavior #10058
KillTheMule
2019-05-26
*
windows: float config changes
Björn Linse
2019-04-14
*
api/window: validate cursor in nvim_win_set_buf
Björn Linse
2019-04-08
*
doc [ci skip]
Justin M. Keyes
2019-03-26
*
api: refactor FloatRelative usage
Marco Hinz
2019-03-16
*
api: numerous small fixes
Marco Hinz
2019-03-16
*
api: update doc
Marco Hinz
2019-03-16
*
api: add width/height to FloatConfig
Marco Hinz
2019-03-16
*
api: nvim_win_config() -> nvim_win_set_config()
Marco Hinz
2019-03-16
*
api: refactor FloatAnchor usage
Marco Hinz
2019-03-16
*
api: add nvim_win_get_config()
Marco Hinz
2019-03-16
*
api: add nvim_win_close() to close window by id
Björn Linse
2019-03-03
*
floats: implement floating windows
Björn Linse
2019-03-02
*
API: don't directly call update_screen() in API functions
Björn Linse
2019-01-08
*
API: Implement nvim_win_set_buf() #9100
Justin M. Keyes
2018-11-25
*
Improved version of #8613
David Hotham
2018-06-25
*
API: nvim_win_set_cursor: set curswant #8613
David Hotham
2018-06-25
*
api: Make nvim_set_option() update `:verbose set ...`
b-r-o-c-k
2018-05-03
*
lint: fix indentation of FUNC_ATTR lines
Björn Linse
2017-06-03
*
api/window: Fix memory leak in nvim_win_set_cursor
ZyX
2017-05-08
*
api: Do not translate error messages.
Justin M. Keyes
2017-04-24
*
api_set_error(): rename
Justin M. Keyes
2017-04-23
*
api_clear_error()
Justin M. Keyes
2017-04-23
*
api: Do not truncate errors <1 MB. #6237
Sander Bosma
2017-04-23
*
*: Add comment to all C files
ZyX
2017-04-19
*
api: implement FUNC_API_SINCE
Björn Linse
2017-03-15
*
api: Rename dict_set_value to dict_set_var
ZyX
2017-02-23
*
nvim_win_get_number: Use int as rv to fix BE issues
James McCoy
2016-11-02
*
test: system(): Avoid indeterminism.
Justin M. Keyes
2016-10-23
*
api: documentation
Justin M. Keyes
2016-10-23
*
api: Support getting the number of a window/tabpage
James McCoy
2016-10-04
*
api: Establish API naming convention. (#5344)
Justin M. Keyes
2016-09-17
*
api: make nvim[_obj]_set_var and _del_var not return the old value
Björn Linse
2016-09-15
*
refactor: eliminate misc2.c
Justin M. Keyes
2016-09-13
*
api: consistently use nvim_ prefix and update documentation
Björn Linse
2016-08-31
*
*: Fix new linter errors
ZyX
2016-05-01
*
api: Add warnings about the returned value to \*del_var functions
ZyX
2016-04-18
*
api/documentation: Add a warning that nil may mean v:null
ZyX
2016-04-18
*
api: Replace set_var(name, NIL) with del_var(name)
ZyX
2016-04-18
*
msgpack: Replace FUNC_ATTR_DEFERRED by FUNC_ATTR_ASYNC
Thiago de Arruda
2015-08-13
*
illumos requires the use of limits.h for things like INT_MAX #2049
Mike Zeller
2015-02-26
*
api/*.c: Comment cleanup
Michael Reed
2015-01-26
*
api/window_set_cursor: make sure cursor line is visible.
Björn Linse
2014-11-01
*
api: Add FUNC_ATTR_DEFERRED attribute to a number of functions
Thiago de Arruda
2014-10-21
[next]