summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/ui/float_spec.lua
AgeCommit message (Expand)AuthorFiles
2021-04-26ui_compositior: handle multiple displayed floats in the same tickBjörn Linse1
2021-04-12float: add "solid" border style (#14310)Marco Hinz1
2021-04-04Border: allow to enable/disable specific border edgesBjörn Linse1
2021-03-25floats: handle interaction with popupmenu and border correctlyBjörn Linse1
2021-03-22floats: add borders (MS-DOS MODE)Björn Linse1
2021-03-11screen: make ui_compositor aware of the intended size of a floatchentau1
2020-12-31Revert "vim-patch:8.1.1192: mode is not cleared when leaving Insert mode with...Jan Edmund Lazo1
2020-12-26vim-patch:8.1.1192: mode is not cleared when leaving Insert mode with mapped EscJan Edmund Lazo1
2020-11-16fix(floatwin): don't always use winheightThomas Vigouroux1
2020-10-05test/vim.validate(): assert normalized stacktraceJustin M. Keyes1
2020-07-15Reuse inccommand preview window (fix #11529) (#12612)Ville Hakulinen1
2020-04-01api/ui: win_viewport event for visible range and cursor position in windowBjörn Linse1
2019-11-29floatwin: show error if window is closed immediately #11476Justin M. Keyes1
2019-11-22Clear 'cc' in nvim_open_win 'minimal' style #11361 (#11427)Dennis B1
2019-09-11docJustin M. Keyes1
2019-09-06test: Rename meth_pcall to pcall_errJustin M. Keyes1
2019-09-04anchor float to buffer positionBjörn Linse1
2019-09-01test/ui: update tests for new msg_grid implementationBjörn Linse1
2019-08-18ui: transmit "blend=" property of highlight attributesBjörn Linse1
2019-08-17test/ui: properly test win_hide by explicitly marking hidden gridsBjörn Linse1
2019-08-14api: nvim_win_open() style="minimal" should disable 'foldcolumn'Björn Linse1
2019-07-13floats: fix 'winblend' on top of doublewidth chars.Björn Linse1
2019-07-09Merge pull request #9575 from bfredl/redrawdebugBjörn Linse1
2019-07-09ui: add 'redrawdebug' option for flexible debugging of redrawingBjörn Linse1
2019-07-09compositor: handle float overlapping left half of doublewidth charBjörn Linse1
2019-07-08window: allow resize wincmds for floatsBjörn Linse1
2019-07-07api/window: add style="minimal" flag to nvim_open_win()Björn Linse1
2019-06-26compositor: handle scrolling of blended windowBjörn Linse1
2019-06-25ui: add 'winblend' to support blending of floating windowsBjörn Linse1
2019-04-14windows: float config changesBjörn Linse1
2019-04-11float: always change to valid windows (#9878)Marco Hinz1
2019-04-08api/window: validate cursor in nvim_win_set_bufBjörn Linse1
2019-03-23Update testJit Yao Yap1
2019-03-23floating-window.c: fix crash when using inccommandJit Yao Yap1
2019-03-23window: don't crash when closing two floats in a rowBjörn Linse1
2019-03-22api: ignore floating windows for laststatus=1 (#9771)Marco Hinz1
2019-03-17Merge pull request #9726 from mhinz/nvim_win_get_configMarco Hinz1
2019-03-16api: add tests for new code pathsMarco Hinz1
2019-03-16Allow using internal popupmenu or ext_popupmenu for wildmenuBjörn Linse1
2019-03-16api: numerous small fixesMarco Hinz1
2019-03-16api: add width/height to FloatConfigMarco Hinz1
2019-03-16api: nvim_win_config() -> nvim_win_set_config()Marco Hinz1
2019-03-14compositor: fix rendering issues with floats opened after popupmenuBjörn Linse1
2019-03-12floats: add NormalFloat highlight and 'nonumber' defaultBjörn Linse1
2019-03-09floating-window: fix crash setting cmdheight #9685erw71
2019-03-05buffer: use aucmd_prepbuf() instead of switch_to_win_for_buf()Björn Linse1
2019-03-03api: add nvim_win_close() to close window by idBjörn Linse1
2019-03-02floats: implement floating windowsBjörn Linse1