aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/float_spec.lua
Commit message (Expand)AuthorAge
* Revert "vim-patch:8.1.1192: mode is not cleared when leaving Insert mode with...Jan Edmund Lazo2020-12-31
* vim-patch:8.1.1192: mode is not cleared when leaving Insert mode with mapped EscJan Edmund Lazo2020-12-26
* fix(floatwin): don't always use winheightThomas Vigouroux2020-11-16
* test/vim.validate(): assert normalized stacktraceJustin M. Keyes2020-10-05
* Reuse inccommand preview window (fix #11529) (#12612)Ville Hakulinen2020-07-15
* api/ui: win_viewport event for visible range and cursor position in windowBjörn Linse2020-04-01
* floatwin: show error if window is closed immediately #11476Justin M. Keyes2019-11-29
* Clear 'cc' in nvim_open_win 'minimal' style #11361 (#11427)Dennis B2019-11-22
* docJustin M. Keyes2019-09-11
* test: Rename meth_pcall to pcall_errJustin M. Keyes2019-09-06
* anchor float to buffer positionBjörn Linse2019-09-04
* test/ui: update tests for new msg_grid implementationBjörn Linse2019-09-01
* 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
* api: nvim_win_open() style="minimal" should disable 'foldcolumn'Björn Linse2019-08-14
* floats: fix 'winblend' on top of doublewidth chars.Björn Linse2019-07-13
* Merge pull request #9575 from bfredl/redrawdebugBjörn Linse2019-07-09
|\
| * ui: add 'redrawdebug' option for flexible debugging of redrawingBjörn Linse2019-07-09
* | compositor: handle float overlapping left half of doublewidth charBjörn Linse2019-07-09
|/
* window: allow resize wincmds for floatsBjörn Linse2019-07-08
* api/window: add style="minimal" flag to nvim_open_win()Björn Linse2019-07-07
* compositor: handle scrolling of blended windowBjörn Linse2019-06-26
* ui: add 'winblend' to support blending of floating windowsBjörn Linse2019-06-25
* windows: float config changesBjörn Linse2019-04-14
* float: always change to valid windows (#9878)Marco Hinz2019-04-11
* api/window: validate cursor in nvim_win_set_bufBjörn Linse2019-04-08
* Update testJit Yao Yap2019-03-23
* floating-window.c: fix crash when using inccommandJit Yao Yap2019-03-23
* window: don't crash when closing two floats in a rowBjörn Linse2019-03-23
* api: ignore floating windows for laststatus=1 (#9771)Marco Hinz2019-03-22
* Merge pull request #9726 from mhinz/nvim_win_get_configMarco Hinz2019-03-17
|\
| * api: add tests for new code pathsMarco Hinz2019-03-16
| * api: numerous small fixesMarco Hinz2019-03-16
| * api: add width/height to FloatConfigMarco Hinz2019-03-16
| * api: nvim_win_config() -> nvim_win_set_config()Marco Hinz2019-03-16
* | Allow using internal popupmenu or ext_popupmenu for wildmenuBjörn Linse2019-03-16
|/
* compositor: fix rendering issues with floats opened after popupmenuBjörn Linse2019-03-14
* floats: add NormalFloat highlight and 'nonumber' defaultBjörn Linse2019-03-12
* 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
* api: add nvim_win_close() to close window by idBjörn Linse2019-03-03
* floats: implement floating windowsBjörn Linse2019-03-02