summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api
AgeCommit message (Expand)AuthorFiles
2019-01-08API: don't directly call update_screen() in API functionsBjörn Linse2
2018-12-31multigrid: rename grid->ScreenLines and other grid arraysBjörn Linse1
2018-12-31multigrid: API version bumpBjörn Linse2
2018-12-31multigrid: reorganize types and global varaiblesBjörn Linse2
2018-12-31multigrid: Add multigrid documentationUtkarsh Maheshwari1
2018-12-31multigrid: rename event to win_pos, make grid firstBjörn Linse1
2018-12-31multigrid: add msg_scroll_start and msg_scroll_reset eventsBjörn Linse1
2018-12-31multigrid: send win_hide events when changing tabpageBjörn Linse1
2018-12-31multigrid: Fix lint errorsUtkarsh Maheshwari1
2018-12-31multigrid: use grid-based coordinates for ext_popupmenuBjörn Linse1
2018-12-31multigrid: Get rid of global ScreenLines and set_screengridUtkarsh Maheshwari1
2018-12-31multigrid: Put everything on default_grid if not ext_multigridUtkarsh Maheshwari1
2018-12-31multigrid: Add win_position eventUtkarsh Maheshwari1
2018-12-31multigrid: Allow UIs to set grid size different from window sizeUtkarsh Maheshwari1
2018-12-31multigrid: Change screen_* functions to grid_* functionsUtkarsh Maheshwari1
2018-12-30docJustin M. Keyes1
2018-12-09doc (#9288)Justin M. Keyes1
2018-11-29API: rename nvim_buf_clear_highlight to nvim_buf_clear_namespaceBjörn Linse1
2018-11-28docJustin M. Keyes1
2018-11-25API: Implement nvim_win_set_buf() #9100Justin M. Keyes1
2018-11-24api: implement object namespacesBjörn Linse3
2018-11-05doc: APIJustin M. Keyes1
2018-11-05docJustin M. Keyes1
2018-11-01api: simplify nvim_buf_get_offset functionBjörn Linse1
2018-11-01api: implement nvim_buf_get_offset_for_lineBjörn Linse1
2018-10-21api/ui: verify compatibility of UI eventsBjörn Linse1
2018-10-13api: make nvim_buf_set_virtual_text handle invalid charsBjörn Linse1
2018-10-02ui: reserve the right to split a screen redraw into multiple batches.Björn Linse1
2018-10-01ui: rename ext_newgrid to ext_linegridBjörn Linse2
2018-09-23func_attr.h: FUNC_ATTR_PRINTFMichael Hoffmann3
2018-09-22startup: always wait for UI with --embed, unless --headless also is suppliedBjörn Linse1
2018-09-17buffer: add support for virtual text annotationsBjörn Linse1
2018-09-09Merge pull request #8915 from rickyz/line_wrappingBjörn Linse1
2018-09-05API: Avoid overrun when formatting error-messageJustin M. Keyes3
2018-09-03tui: Hint wrapped lines to terminals.Ricky Zhou1
2018-08-27ext_cmdline: use new highlight representation for cmdline_blockBjörn Linse1
2018-08-25runtime/doc: fix broken links found by `make html`Justin M. Keyes1
2018-08-13highlight: HlAttrs is a value type; treat it like suchBjörn Linse1
2018-07-25API: update docs WRT behaviours/methods for unloaded buffers #7688Peter Hodge1
2018-07-25API: add nvim_buf_is_loaded() #7688Peter Hodge1
2018-07-25API: buf_get_lines, buf_line_count handle unloaded buffers #7688Peter Hodge1
2018-07-24ui: fix glitches where scrolling region affects clearing of screenBjörn Linse1
2018-07-21ui: use line-based rather than char-based updates in screen.cBjörn Linse2
2018-07-21highlight: refactor to use stateful representationBjörn Linse1
2018-07-21highlight: extract low-level highlight logic from syntax, uiBjörn Linse2
2018-07-18docJustin M. Keyes1
2018-07-15dispatch.c: changed api_set_error_callmicha1
2018-07-14channel.c: refactor spaghetti codemicha2
2018-06-25Improved version of #8613David Hotham1
2018-06-25API: nvim_win_set_cursor: set curswant #8613David Hotham1