aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui
Commit message (Expand)AuthorAge
* vim-patch:9.1.0601: Wrong cursor position with 'breakindent' when wide char d...zeertzjq2024-07-19
* test: fix reporting "no flush received" too early (#29735)zeertzjq2024-07-17
* vim-patch:9.1.0538: not possible to assign priority when defining a sign (#29...zeertzjq2024-07-07
* vim-patch:9.1.0534: completion wrong with fuzzy when cycling back to original...zeertzjq2024-07-06
* fix(mouse): don't treat click on hsep as click on statusline (#29565)zeertzjq2024-07-05
* refactor: use `vim._with` where possibledundargoc2024-06-28
* fix(drawline): don't draw beyond end of window with 'rnu' (#29406)zeertzjq2024-06-19
* vim-patch:8.2.5047: CurSearch highlight is often wrongzeertzjq2024-06-19
* fix(mouse): early return when clicking in padded 'statuscolumn' (#29394)luukvbaal2024-06-19
* vim-patch:9.1.0496: matched text is highlighted case-sensitivelyzeertzjq2024-06-18
* vim-patch:9.1.0495: Matched text isn't highlighted in cmdline pumzeertzjq2024-06-18
* vim-patch:9.1.0494: Wrong matched text highlighted in pum with 'rightleft' (#...zeertzjq2024-06-17
* Merge pull request #29357 from luukvbaal/statuscolzeertzjq2024-06-17
|\
| * feat(column)!: rework 'statuscolumn' %r/l itemsLuuk van Baal2024-06-16
* | vim-patch:9.1.0491: Cmdline pum doesn't work properly with 'rightleft' (#29355)zeertzjq2024-06-15
|/
* vim-patch:9.1.0488: Wrong padding for pum "kind" with 'rightleft' (#29352)zeertzjq2024-06-15
* vim-patch:9.1.0485: Matched text shouldn't be highlighted in "kind" and "menu"zeertzjq2024-06-15
* vim-patch:9.1.0476: Cannot see matched text in popup menuzeertzjq2024-06-15
* fix(highlight): add `StatusLineTerm`/`StatusLineTermNC` to `:color vim` (#29313)Evgeni Chasnovski2024-06-14
* Merge pull request #29103 from gpanders/test-no-tgcGregory Anders2024-06-12
|\
| * test: do not set termguicolors in test runnerGregory Anders2024-05-31
* | feat(highlight): add StatusLineTerm and StatusLineTermNC groupsGregory Anders2024-06-12
* | fix(column): clamp line number for legacy signsLuuk van Baal2024-06-10
* | feat: get/set namespace properties #28728altermo2024-06-07
* | fix(ui): superfluous showmode / excessive grid_cursor_goto #29089luukvbaal2024-06-04
* | refactor(lua): use tuple syntax everywhere #29111Ilia Choly2024-06-04
* | fix(column): crash with 'signcolumn' set to "number" (#29003)luukvbaal2024-06-01
|/
* fix(drawline): don't draw beyond end of window (#29035)zeertzjq2024-05-27
* refactor(tests): update screen:snapshot_util() to use new-style highlightsbfredl2024-05-25
* Merge pull request #28617 from glepnir/border_hlbfredl2024-05-25
|\
| * fix(float): missing default highlight for titleglepnir2024-05-25
* | feat(signs)!: place higher-priority signs from the left #27781Tobias Schmitz2024-05-21
* | fix(move): half-page scrolling with resized grid at eob (#28821)zeertzjq2024-05-18
* | refactor(api): nvim_win_xx_ns are EXPERIMENTALJustin M. Keyes2024-05-12
* | refactor(api): rename nvim_win_remove_nsJustin M. Keyes2024-05-12
* | Merge pull request #28717 from bfredl/rpcmsgbfredl2024-05-12
|\ \ | |/ |/|
| * fix(ui): data corruption in remote_ui_raw_linebfredl2024-05-12
* | fix(api): make getting explicit empty hl in virtual text work (#28697)zeertzjq2024-05-12
|/
* feat(api): add nvim__redraw for more granular redrawingLuuk van Baal2024-05-02
* revert: "feat(extmarks): subpriorities (relative to declaration order) (#2713...Gregory Anders2024-05-01
* fix(api): mark nvim__complete_set as experimental #28579Justin M. Keyes2024-04-30
* fix(completion): improve popup window position (#26739)Raphael2024-04-25
* feat(api): allow floats to be opened in non-current tabpage (#28480)Will Hopkins2024-04-25
* test: improve test conventionsdundargoc2024-04-23
* vim-patch:9.1.0357: Page scrolling should place cursor at window boundaries (...luukvbaal2024-04-22
* Merge pull request #28434 from glepnir/23120bfredl2024-04-22
|\
| * fix(float): wrong position when bufpos is setglepnir2024-04-21
* | fix(window): don't go to unfocusable float when closing (#28455)zeertzjq2024-04-22
* | Merge pull request #27872 from luukvbaal/cmdheightbfredl2024-04-21
|\ \
| * | fix(ui): don't force 'cmdheight' to zero with ext_messagesLuuk van Baal2024-04-20
| |/