aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/screen.lua
Commit message (Expand)AuthorAge
* messages: use proper multiline error message for rpcrequest and API wrappersBjörn Linse2019-05-26
* test: remove use of require('test.helpers')Justin M. Keyes2019-05-18
* UI/ext_messages: learn more message kindsJustin M. Keyes2019-05-11
* doc [ci skip]Justin M. Keyes2019-03-26
* Allow using internal popupmenu or ext_popupmenu for wildmenuBjörn Linse2019-03-16
* floats: implement floating windowsBjörn Linse2019-03-02
* ui: implement ext_messagesBjörn Linse2019-02-10
* UI: implement 'pumblend' option for semi-transparent popupmenuBjörn Linse2019-02-07
* multigrid: simplify testsBjörn Linse2018-12-31
* multigrid: add tests for multiline messages and tabsBjörn Linse2018-12-31
* multigrid: test refactorBjörn Linse2018-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: add multigrid screen testsUtkarsh Maheshwari2018-12-31
* multigrid: add multigrid support to test infrastructureBjörn Linse2018-12-31
* docJustin M. Keyes2018-11-28
* defaults: background=dark #2894 (#9205)Justin M. Keyes2018-11-20
* tests: improve robustness of immediate successes in screen testsBjörn Linse2018-10-15
* 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
* shell/logging: Fix E730 with verbose system({List}) #9009Justin M. Keyes2018-09-21
* startup: don't erase screen on `:hi Normal` during startupBjörn Linse2018-09-20
* screen.lua: extend snapshot_util() to work with extension stateBjörn Linse2018-09-03
* tests: introduce screen:expect{...} formBjörn Linse2018-08-27
* cursor_shape: use attribute ids instead of syntax idsBjörn Linse2018-08-13
* test: assert scroll region state for clearBjörn Linse2018-07-24
* ui: add tests for hlstate extensionBjörn Linse2018-07-21
* ui: use line-based rather than char-based updates in screen.cBjörn Linse2018-07-21
* tests/screen.lua: treat "resize" like any other eventBjörn Linse2018-07-11
* ui/tui: highlighting refactorBjörn Linse2018-02-11
* ui: forward relevant option updates to UIs (#7520)Björn Linse2017-12-12
* ui: fix glitch with both ext_cmdline and cmd_wildmenuBjörn Linse2017-12-06
* functests: Fix typoZyX2017-06-28
* functests: Fix screen.lua supplying dedent additional argumentZyX2017-06-21
* test: api: Do not truncate errors <1 MB.Justin M. Keyes2017-04-23
* ui: use an array for mode stylesBjörn Linse2017-04-21
* ui: add tests for new cursor shape modesBjörn Linse2017-04-21
* test: helpers.execute() => helpers.feed_command()Justin M. Keyes2017-04-11
* tests: short form `screen:except(func)` expects condition only. #6440Björn Linse2017-04-06
* 'guicursor': enabled=false if 'guicursor' is emptyJustin M. Keyes2017-04-04
* api/cursor_style_set: mode descriptionsJustin M. Keyes2017-04-01
* 'guicursor': Empty means "block cursor in all modes".Justin M. Keyes2017-04-01
* tui: 'guicursor' shape #6044Matthieu Coudron2017-04-01
* coverity/133845: Negative array index read. (FP)Justin M. Keyes2017-01-23
* tui: Enable mode-sensitive cursor by default.Justin M. Keyes2017-01-20
* Merge pull request #5963 from jamessan/screen-expect-clarityJames McCoy2017-01-18
|\
| * test: screen: Assert expected row count matches configured screen heightJames McCoy2017-01-18
* | test: nvim_ui_attach() with huge dimensions. (#5974)Justin M. Keyes2017-01-18
|/
* os/shell: Throttle :! output, pulse "..." message.Justin M. Keyes2016-12-09
* add cmdline mode to modechange of RPC and testschemzqm2016-11-30