aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/screen_basic_spec.lua
Commit message (Expand)AuthorAge
* refactor(message): simplify msg_puts_display and use batched grid updatesbfredl2023-10-03
* fix(events): trigger VimResume on next UI request (#24426)zeertzjq2023-07-23
* fix(ui): don't send empty grid_line with redrawdebug=compositor (#23899)zeertzjq2023-06-04
* fix(ui-ext): send title to newly-attached UIzeertzjq2023-05-26
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* test: move most title tests to a separate file (#23557)zeertzjq2023-05-10
* fix(api): don't change title when setting buffer in a window (#23492)zeertzjq2023-05-06
* fix(ui): make sure screen is valid after resizingzeertzjq2023-02-13
* test: simplify platform detection (#21020)dundargoc2022-11-22
* fix(ui): send grid_resize events before triggering VimResized (#20760)zeertzjq2022-10-22
* test: add a test for #20605zeertzjq2022-10-12
* feat(messages)!: graduate the 'msgsep' featurebfredl2022-10-05
* refactor(ui)!: link `VertSplit` to `Normal` by defaultFamiu Haque2022-05-15
* fix: set RedrawingDisabled before entering aucmd_winzeertzjq2022-01-25
* screen: setup scrolling main screen when starting with display-=msgsepBjörn Linse2021-03-23
* vim-patch:8.1.1308: the Normal highlight is not defined when compiled with GUIJan Edmund Lazo2020-01-06
* Fix two more flaky tests (#11095)Daniel Hahler2019-09-26
* UI: always use contrete colors for default_colors_setBjörn Linse2019-02-05
* screen: add missing status redraw when redraw_later(CLEAR) was usedBjörn Linse2018-12-05
* UI: add missing redraw after enter_tabpageBjörn Linse2018-10-25
* tests: improve robustness of immediate successes in screen testsBjörn Linse2018-10-15
* ui: rename ext_newgrid to ext_linegridBjörn Linse2018-10-01
* tests: add test for switching tabpage right after scrollBjörn Linse2018-07-24
* tests: test for redrawing tabline when msgsep marker goes outside screenBjörn Linse2018-07-24
* ui: use line-based rather than char-based updates in screen.cBjörn Linse2018-07-21
* screen: truncate showmode messagesBjörn Linse2018-07-12
* Merge pull request #8358 from mhinz/screenJames McCoy2018-05-04
|\
| * test: screen artifactsMarco Hinz2018-05-04
* | messages: redraw tabline if it was overdrawn by messagesBjörn Linse2018-05-04
|/
* events: VimSuspend, VimResume #8280geekodour2018-04-15
* test/API: validate channel arg (#8245)Justin M. Keyes2018-04-08
* msg: do not scroll entire screen (#8088)Björn Linse2018-03-31
* 'fillchars': fix defaults logic; handle ambiwidth=double #7986Matthieu Coudron2018-02-23
* test: avoid extra clear() callsJustin M. Keyes2017-10-02
* win: vim_FullName(): force backslashes #7287Ignas Anikevicius2017-10-02
* tests: Add tests for vim_strchrZyX2017-05-09
* api: nvim_ui_attach(): Flatten ext_* options.Justin M. Keyes2017-04-26
* api/ui: externalize tablineJustin M. Keyes2017-04-26
* ui: add tests for new cursor shape modesBjörn Linse2017-04-21
* functests: Fix ui/screen_basic_specZyX2017-04-09
* functests: Replace execute with either command or feed_commandZyX2017-04-09
* tests: short form `screen:except(func)` expects condition only. #6440Björn Linse2017-04-06
* defaults: 'showcmd', 'belloff', 'ruler'Justin M. Keyes2017-03-16
* Merge pull request #5963 from jamessan/screen-expect-clarityJames McCoy2017-01-18
|\
| * test: screen_basic: Re-enable min width/height testJames McCoy2017-01-18
* | test: nvim_ui_attach() with huge dimensions. (#5974)Justin M. Keyes2017-01-18
|/
* add cmdline mode to modechange of RPC and testschemzqm2016-11-30
* ui: add tests for ui_mode_changeBjörn Linse2016-11-25
* Mark some functional tests as pending in WindowsRui Abreu Ferreira2016-08-26
* tests: don't ignore highlights in screen_basic_specBjörn Linse2016-08-14