aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
* doc [ci skip] #9478Justin M. Keyes2019-01-26
* ui: multigrid mouse supportBjörn Linse2019-01-20
* API: nvim_set_vvar(): set v: variables #9395jin cong2019-01-14
* dict_set_var: check value before checking its containerJustin M. Keyes2019-01-14
* api: select items in popupmenuBjörn Linse2019-01-09
* API: don't directly call update_screen() in API functionsBjörn Linse2019-01-08
* multigrid: rename grid->ScreenLines and other grid arraysBjörn Linse2018-12-31
* multigrid: API version bumpBjörn Linse2018-12-31
* multigrid: reorganize types and global varaiblesBjörn Linse2018-12-31
* multigrid: Add multigrid documentationUtkarsh Maheshwari2018-12-31
* multigrid: rename event to win_pos, make grid firstBjörn Linse2018-12-31
* multigrid: add msg_scroll_start and msg_scroll_reset eventsBjörn Linse2018-12-31
* multigrid: send win_hide events when changing tabpageBjörn Linse2018-12-31
* multigrid: Fix lint errorsUtkarsh Maheshwari2018-12-31
* multigrid: use grid-based coordinates for ext_popupmenuBjörn Linse2018-12-31
* multigrid: Get rid of global ScreenLines and set_screengridUtkarsh Maheshwari2018-12-31
* multigrid: Put everything on default_grid if not ext_multigridUtkarsh Maheshwari2018-12-31
* multigrid: Add win_position eventUtkarsh Maheshwari2018-12-31
* multigrid: Allow UIs to set grid size different from window sizeUtkarsh Maheshwari2018-12-31
* multigrid: Change screen_* functions to grid_* functionsUtkarsh Maheshwari2018-12-31
* docJustin M. Keyes2018-12-30
* doc (#9288)Justin M. Keyes2018-12-09
* API: rename nvim_buf_clear_highlight to nvim_buf_clear_namespaceBjörn Linse2018-11-29
* docJustin M. Keyes2018-11-28
* API: Implement nvim_win_set_buf() #9100Justin M. Keyes2018-11-25
* api: implement object namespacesBjörn Linse2018-11-24
* doc: APIJustin M. Keyes2018-11-05
* docJustin M. Keyes2018-11-05
* api: simplify nvim_buf_get_offset functionBjörn Linse2018-11-01
* api: implement nvim_buf_get_offset_for_lineBjörn Linse2018-11-01
* api/ui: verify compatibility of UI eventsBjörn Linse2018-10-21
* api: make nvim_buf_set_virtual_text handle invalid charsBjörn Linse2018-10-13
* ui: reserve the right to split a screen redraw into multiple batches.Björn Linse2018-10-02
* ui: rename ext_newgrid to ext_linegridBjörn Linse2018-10-01
* func_attr.h: FUNC_ATTR_PRINTFMichael Hoffmann2018-09-23
* startup: always wait for UI with --embed, unless --headless also is suppliedBjörn Linse2018-09-22
* buffer: add support for virtual text annotationsBjörn Linse2018-09-17
* Merge pull request #8915 from rickyz/line_wrappingBjörn Linse2018-09-09
|\
| * tui: Hint wrapped lines to terminals.Ricky Zhou2018-09-03
* | API: Avoid overrun when formatting error-messageJustin M. Keyes2018-09-05
|/
* ext_cmdline: use new highlight representation for cmdline_blockBjörn Linse2018-08-27
* runtime/doc: fix broken links found by `make html`Justin M. Keyes2018-08-25
* highlight: HlAttrs is a value type; treat it like suchBjörn Linse2018-08-13
* API: update docs WRT behaviours/methods for unloaded buffers #7688Peter Hodge2018-07-25
* API: add nvim_buf_is_loaded() #7688Peter Hodge2018-07-25
* API: buf_get_lines, buf_line_count handle unloaded buffers #7688Peter Hodge2018-07-25
* ui: fix glitches where scrolling region affects clearing of screenBjörn Linse2018-07-24
* ui: use line-based rather than char-based updates in screen.cBjörn Linse2018-07-21
* highlight: refactor to use stateful representationBjörn Linse2018-07-21
* highlight: extract low-level highlight logic from syntax, uiBjörn Linse2018-07-21