Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | api: nvim_ui_attach(): Flatten ext_* options. | Justin M. Keyes | 2017-04-26 |
| | |||
* | api/ui: externalize tabline | Justin M. Keyes | 2017-04-26 |
| | | | | | | - Work with a bool[] array parallel to the UIWidget enum. - Rename some functions. - Documentation. | ||
* | api/ui: externalize tabline | Dongdong Zhou | 2017-04-26 |
| | |||
* | api: Do not translate error messages. | Justin M. Keyes | 2017-04-24 |
| | | | | | | | | | | Also re-word some error messages: - "Key does not exist: %s" - "Invalid channel: %<PRIu64>" - "Request array size must be 4 (request) or 3 (notification)" - "String cannot contain newlines" References #6150 | ||
* | api_set_error(): rename | Justin M. Keyes | 2017-04-23 |
| | |||
* | api/internal: Remove `set` field from Error type. | Justin M. Keyes | 2017-04-23 |
| | |||
* | api: Do not truncate errors <1 MB. #6237 | Sander Bosma | 2017-04-23 |
| | | | | Closes #5984 | ||
* | Merge #6539 'More cursor shape modes' | Justin M. Keyes | 2017-04-21 |
|\ | |||
| * | ui: use an array for mode styles | Björn Linse | 2017-04-21 |
| | | |||
| * | ui: support more cursor shape modes | Björn Linse | 2017-04-21 |
| | | | | | | | | throttle unneccessary cursor shape events | ||
* | | *: Add comment to all C files | ZyX | 2017-04-19 |
|/ | |||
* | 'guicursor': enabled=false if 'guicursor' is empty | Justin M. Keyes | 2017-04-04 |
| | | | | | Closes #6429 Closes #6430 | ||
* | tui: 'guicursor' shape #6044 | Matthieu Coudron | 2017-04-01 |
| | | | | Closes #2583 | ||
* | api: implement FUNC_API_SINCE | Björn Linse | 2017-03-15 |
| | |||
* | add cmdline mode to modechange of RPC and tests | chemzqm | 2016-11-30 |
| | | | | | | | | use set_cursor_shape_bar for cmdline mode fix test of screen_basic_spec.lua & screen.lua comment fix | ||
* | api: consistently use nvim_ prefix and update documentation | Björn Linse | 2016-08-31 |
| | |||
* | api: Allow blacklist functions that shouldn't be accesible from eval | Björn Linse | 2016-08-31 |
| | | | | Blacklist deprecated functions and functions depending on channel_id | ||
* | api/ui: use ui options instead of one method per feature | Björn Linse | 2016-08-29 |
| | | | | Use new nvim_ui_ prefix to avoid breaking change. | ||
* | api/ui: allow popupmenu to be drawn by external ui | Björn Linse | 2016-08-29 |
| | |||
* | api: refactor remote ui to use API dispatch generation | Björn Linse | 2016-05-27 |