aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/options_spec.lua
Commit message (Expand)AuthorAge
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* test: improve test conventionsdundargoc2024-04-23
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* refactor: format test/*Justin M. Keyes2024-01-03
* test: set 'termguicolors' in outer Nvim instance (#26437)zeertzjq2023-12-07
* feat(tui): add 'termsync' option (#25871)Gregory Anders2023-11-14
* docs: deprecate the "term_background" UI fieldGregory Anders2023-11-13
* vim-patch:8.1.0822: peeking and flushing output slows down execution (#25629)zeertzjq2023-10-14
* feat(ui-ext): make 'mousehide' into proper ui_option (#25532)Jaehoon Hwang2023-10-09
* refactor(tui): use nvim_echo() for verbose terminfobfredl2022-12-20
* docs: fix typos (#20394)dundargoc2022-09-30
* feat(ui-ext): make 'mousemoveevent' a ui_optionzeertzjq2022-09-04
* perf(ui): avoid ui_flush() work in headless modebfredl2022-07-18
* feat(defaults): mouse=nvi #19290matveyt2022-07-17
* fix: remote UI may get invalid 'pumblend' value #19379Natasha England-Elbro2022-07-15
* feat(api): add tests for setting terminal ui optionsbfredl2022-04-17
* UI: forward 'mousefocus' option #12863Justin M. Keyes2020-09-06
* docs, remove 'guifontset' #11708Justin M. Keyes2020-08-31
* TUI: do not use "nvim_get_option" in tui threaderw72020-03-21
* floatwin: show error if window is closed immediately #11476Justin M. Keyes2019-11-29
* UI: emit mouse_on/mouse_off on attach #11455Justin M. Keyes2019-11-25
* tests/ui: remove unnecessary screen:detach()Björn Linse2019-10-13
* test: remove use of require('test.helpers')Justin M. Keyes2019-05-18
* test: clear(): remove `opts.headless` parameterJustin M. Keyes2019-04-27
* ui: implement ext_messagesBjörn Linse2019-02-10
* UI: implement 'pumblend' option for semi-transparent popupmenuBjörn Linse2019-02-07
* UI: always use contrete colors for default_colors_setBjörn Linse2019-02-05
* multigrid: add multigrid support to test infrastructureBjörn Linse2018-12-31
* ui_options: also send when starting or from OptionSetBjörn Linse2018-11-08
* ui: rename ext_newgrid to ext_linegridBjörn Linse2018-10-01
* ui: use line-based rather than char-based updates in screen.cBjörn Linse2018-07-21
* ui: refactor ui optionsBjörn Linse2018-02-13
* ui: forward 'linespace' option #7883Justin M. Keyes2018-01-21
* ui: forward relevant option updates to UIs (#7520)Björn Linse2017-12-12