aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/winfloat.c
Commit message (Expand)AuthorAge
* feat(float): allow enabling mouse for non-focusable window (#30844)zeertzjq2024-10-20
* fix(float): properly find last window of tabpage (#30571)zeertzjq2024-09-29
* fix(window): making float with title/footer non-float leaks memory (#30551)zeertzjq2024-09-28
* fix(api): fix crash/leak with float title/footer on error (#30543)zeertzjq2024-09-27
* fix(float): handle error in win_float_create() (#29742)glepnir2024-07-17
* refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* 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
* fix(float): wrong position when bufpos is setglepnir2024-04-21
* fix(api): win_set_config set tp_curwin of win moved from other tabpageSean Dewar2024-03-09
* fix(api): patch some cmdwin/textlock holesSean Dewar2024-03-08
* fix(api): handle win_split_ins failure properlySean Dewar2024-03-08
* vim-patch:9.1.0118: Use different restoration strategy in win_splitmoveSean Dewar2024-03-08
* vim-patch:9.0.0245: mechanism to prevent recursive screen updating is incompl...zeertzjq2024-02-13
* refactor: rename w_float_config to w_config #27419Will Hopkins2024-02-10
* refactor: don't use subtraction in qsort() comparison functionszeertzjq2024-02-10
* refactor: rename FloatConfig to WinConfig #27397Will Hopkins2024-02-09
* refactor(IWYU): fix headersdundargoc2024-01-11
* fix(clangd): check size of array before applying qsort on itsus-domesticus2024-01-02
* refactor: follow style guidedundargoc2023-12-30
* refactor: eliminate cyclic includesdundargoc2023-12-20
* docs: add style rule regarding initializationdundargoc2023-12-18
* feat(ui): completeopt support popup like vimmathew2023-12-16
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: fix headers with IWYUdundargoc2023-11-28
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* refactor: iwyu (#26062)zeertzjq2023-11-16
* refactor: move some functions to winfloat.c (#26020)Raphael2023-11-16