aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/screen.lua
Commit message (Expand)AuthorAge
* feat(api): win_viewport also sends line_count #15613Yatao Li2021-09-10
* floats: z-indexBjörn Linse2021-05-15
* ui: make 'mouse' handling in external UI more consistentBjörn Linse2021-01-01
* api: add API for themesBjörn Linse2020-11-01
* api/ui: win_viewport event for visible range and cursor position in windowBjörn Linse2020-04-01
* screen.lua: remove screen:_on_event #11488Justin M. Keyes2019-12-01
* test/Screen:expect: replace "{IGNORE}" with "{MATCH:…}"Justin M. Keyes2019-11-09
* tests: Screen:expect: support "{MATCH:…}"Daniel Hahler2019-11-09
* terminal: add tests for palette color forwardingBjörn Linse2019-11-03
* test/screen: make snapshot_util() work properly in rgb_cterm modeBjörn Linse2019-11-02
* test/functional: retry/Screen: failure instead of error #11173Daniel Hahler2019-10-19
* tests/ui: completely delete "attr_ignore" featureBjörn Linse2019-10-13
* tests/ui: cleanup illegitimate usages of "attr_ignore"Björn Linse2019-10-13
* tests/ui: make screen.lua use "linegrid" representation internallyBjörn Linse2019-10-13
* syntax, TUI: support "strikethrough"Jaskaran Singh2019-09-13
* test: properly test missing clears after scrollBjörn Linse2019-09-06
* screen.lua: dump payload on handler failureJustin M. Keyes2019-09-01
* test/ui: update tests for new msg_grid implementationBjörn Linse2019-09-01
* test/ui: make screen:expect() print full state when height does not matchBjörn Linse2019-09-01
* tests: screen: notification_cb: improve assertion messageDaniel Hahler2019-08-20
* ui: transmit "blend=" property of highlight attributesBjörn Linse2019-08-18
* test/ui: properly test win_hide by explicitly marking hidden gridsBjörn Linse2019-08-17
* ui: use Window type in win_pos consistently with win_float_posBjörn Linse2019-08-17
* tests: fix/improve Screen:expect_unchanged (#10577)Daniel Hahler2019-07-24
* screen.lua: always print keyword-args snapshotJustin M. Keyes2019-07-20
* screen.lua: expect_unchanged(), get_snapshot()Justin M. Keyes2019-07-20
* highlight: expose builtin highlight groups using hl_group_set eventBjörn Linse2019-07-14
* tests: use vim.inspect (#10485)Daniel Hahler2019-07-13
* highlight: show "hi Group" message correctly when not using the screenBjörn Linse2019-07-05
* cmdline: remove invalid cmdline_show event when aborting mappingBjörn Linse2019-06-26
* 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