aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/screen.lua
Commit message (Expand)AuthorAge
* feat(lsp)!: vim.lsp.inlay_hint.get(), enable(), is_enabled() #25512LW2023-11-12
* test(ui/embed_spec): use notification instead of request (#25555)zeertzjq2023-10-09
* fix(float): update position of anchored windows first (#25133)zeertzjq2023-09-14
* fix(ui): don't send empty grid_line with redrawdebug=compositor (#23899)zeertzjq2023-06-04
* fix(screen): redraw the ruler for a current floating windowbfredl2023-03-14
* feat(ui): add scroll_delta to win_viewport event #19270Matthias Deiml2023-03-12
* test(ui): wait for another success with failure after successzeertzjq2023-03-01
* test: make {MATCH:} behave less unexpectedly in screen:expect()zeertzjq2023-02-18
* test: make expect_unchanged() less confusing (#22255)zeertzjq2023-02-15
* test: remove unused field ext_float (#22243)zeertzjq2023-02-14
* fix(tui): more work in the TUIbfredl2022-12-31
* fix(tests): only get the color map once, even for multiple test filesbfredl2022-11-27
* docs: fix typos (#20394)dundargoc2022-09-30
* fix(cmdline): don't send invalid cursor with incsearch and cmdheight=0bfredl2022-09-26
* feat(ui): allow to set the highlight namespace per windowbfredl2022-08-17
* fix(tui): resize at startup #17795Javier Lopez2022-07-04
* refactor(highlight)!: rename attributes to match Vim (#19159)zeertzjq2022-06-30
* feat(ui): clear message history explicitly with msg_history_clear eventdevbhan singh2022-05-21
* Merge pull request #15674 from yatli/ui_event_extmarkbfredl2022-05-03
|\
| * feat(api/ui): win_extmarksYatao Li2022-05-03
* | feat(server): set $NVIM, unset $NVIM_LISTEN_ADDRESS #11009Justin M. Keyes2022-05-03
|/
* docs: typo fixes (#17859)dundargoc2022-04-15
* feat(tui): add support for `CSI 4 : [2,4,5] m`Kirill Chibisov2022-03-03
* test: mention poke_eventloop() instead of wait()zeertzjq2022-03-02
* 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