aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui
Commit message (Expand)AuthorAge
...
* | vim-patch:8.1.0994: fix relative cursor position #9676Justin M. Keyes2019-03-09
* | floating-window: fix crash setting cmdheight #9685erw72019-03-09
|/
* buffer: use aucmd_prepbuf() instead of switch_to_win_for_buf()Björn Linse2019-03-05
* Merge pull request #9667 from bfredl/wincloseBjörn Linse2019-03-03
|\
| * api: add nvim_win_close() to close window by idBjörn Linse2019-03-03
* | test: multibyte env var names #9655Justin M. Keyes2019-03-03
|/
* floats: implement floating windowsBjörn Linse2019-03-02
* UI: change implementation of hl_rgb2cterm_color()Justin M. Keyes2019-02-12
* highlight: handle blending with gui=reverse and guisp attributesBjörn Linse2019-02-11
* 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
* popupmenu: fix alignment of kind and extra after #9530Björn Linse2019-02-03
* Merge pull request #9530 from bfredl/pum_floatBjörn Linse2019-02-02
|\
| * tests/ui: add test for popupmenu redrawing in various situationsBjörn Linse2019-02-02
* | inccommand: auto-disable if folding is slow #9568KillTheMule2019-02-01
|/
* tests: fix mouse tests that use lcs=eol:$Marco Hinz2019-01-26
* ui: multigrid mouse supportBjörn Linse2019-01-20
* screen: don't unconditionally clear messages on window scrollBjörn Linse2019-01-15
* test: add tests for conceal cursor movementBjörn Linse2019-01-13
* vim-patch:8.1.0449: fix display of 'rnu' with folded lines #9481Michael Vilim2019-01-11
* api: select items in popupmenuBjörn Linse2019-01-09
* Visual: highlight char-at-cursorJustin M. Keyes2019-01-04
* Merge pull request #9434 from bfredl/multigrid_fixesBjörn Linse2019-01-01
|\
| * popupmenu: fix positioning with vsplitsBjörn Linse2019-01-01
* | Merge pull request #9436 from jamessan/more-fragile-testsJames McCoy2019-01-01
|\ \ | |/ |/|
| * Mark "shell command :! throttles shell-command output greater than ~10KB" fra...James McCoy2019-01-01
| * Mark "feeding large chunks of input with <Paste>" fragileJames McCoy2019-01-01
| * Mark ":substitute with inccommand during :terminal activity" fragileJames McCoy2019-01-01
* | 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
|/
* strings: make vim_snprintf handle %d correctly againBjörn Linse2018-12-24
* vim-patch:8.1.0562: parsing of 'diffopt' is slightly wrongAnatolii Sakhnik2018-12-09
* vim-patch:8.1.0393: not all white space difference options availableAnatolii Sakhnik2018-12-09
* vim-patch:8.1.0360: using an external diff program is slow and inflexibleAnatolii Sakhnik2018-12-09
* api: make nvim_buf_set_virtual_text use correct namespace counterBjörn Linse2018-12-07
* screen: add missing status redraw when redraw_later(CLEAR) was usedBjörn Linse2018-12-05
* fixup: 35 col resize to scroll screenJan Edmund Lazo2018-12-01
* functionaltests: vim-patch:8.1.{550,551} fixJan Edmund Lazo2018-11-30
* highlight: Fix missing .rgb_sp_color in initializers (#9287)Justin M. Keyes2018-11-30
* API: rename nvim_buf_clear_highlight to nvim_buf_clear_namespaceBjörn Linse2018-11-29
* Merge #9221 from justinmk/docJustin M. Keyes2018-11-28
|\
| * docJustin M. Keyes2018-11-28
* | diff/highlight: Fix GUI highlight for low-priority CursorLine (#9281)Justin M. Keyes2018-11-28
|/
* diff/highlight: Show underline for low-priority CursorLineJustin M. Keyes2018-11-27