summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/winfloat.c
AgeCommit message (Expand)AuthorFiles
2026-04-19feat(options): add 'winpinned' to pin a window #39157luukvbaal1
2026-03-14feat(api): nvim_win_set_config can move split to other tp as floatwinSean Dewar1
2026-03-14fix(winfloat): last_status when changing split to floatwinSean Dewar1
2026-03-14refactor(window): lastwin_nofloating takes tpSean Dewar1
2026-03-13fix(ui): preview float doesn't respond to mouse scroll #38270glepnir1
2026-02-16fix(float): clamp floating window above cmdline #37899luukvbaal1
2026-01-10fix(completion): set 'wrap' and scrolloff=0 in preview window (#37327)glepnir1
2025-11-28fix(float): null pointer dereference, redundant call #36727glepnir1
2025-11-27fix(float): respect statusline=3, don't inherit local 'statusline' #36716glepnir1
2025-11-26feat(float): 'statusline' in floating windows #36521glepnir1
2025-10-11fix(float): crash from nasty :fclose autocmds (#36134)Sean Dewar1
2025-09-13feat(ui): support grid=0 in nvim_input_mouse #32535fredizzimo1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-06-14fix(window): don't enter unfocusable or hidden prevwin (#34486)luukvbaal1
2025-04-28refactor(ui): separate types for allocated grids and viewportsbfredl1
2025-02-14fix(float): "Not enough room" error for 1-line float #25192glepnir1
2025-01-14feat(api): nvim_open_win() relative to tabline and laststatus #32006luukvbaal1
2025-01-09Revert "refactor(options): set option value for non-current context directly"...zeertzjq1
2024-12-26refactor(options): set option value for non-current context directlyFamiu Haque1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-11-16refactor(options): remove `.indir`, redesign option scopes #31066Famiu Haque1
2024-10-24fix(options): missing error check for global 'scl' and 'winhl' (#30919)zeertzjq1
2024-10-20feat(float): allow enabling mouse for non-focusable window (#30844)zeertzjq1
2024-09-29fix(float): properly find last window of tabpage (#30571)zeertzjq1
2024-09-28fix(window): making float with title/footer non-float leaks memory (#30551)zeertzjq1
2024-09-27fix(api): fix crash/leak with float title/footer on error (#30543)zeertzjq1
2024-07-17fix(float): handle error in win_float_create() (#29742)glepnir1
2024-06-01refactor: move shared messages to errors.h #26214Justin M. Keyes1
2024-04-25fix(completion): improve popup window position (#26739)Raphael1
2024-04-25feat(api): allow floats to be opened in non-current tabpage (#28480)Will Hopkins1
2024-04-21fix(float): wrong position when bufpos is setglepnir1
2024-03-09fix(api): win_set_config set tp_curwin of win moved from other tabpageSean Dewar1
2024-03-08fix(api): patch some cmdwin/textlock holesSean Dewar1
2024-03-08fix(api): handle win_split_ins failure properlySean Dewar1
2024-03-08vim-patch:9.1.0118: Use different restoration strategy in win_splitmoveSean Dewar1
2024-02-13vim-patch:9.0.0245: mechanism to prevent recursive screen updating is incompl...zeertzjq1
2024-02-10refactor: rename w_float_config to w_config #27419Will Hopkins1
2024-02-10refactor: don't use subtraction in qsort() comparison functionszeertzjq1
2024-02-09refactor: rename FloatConfig to WinConfig #27397Will Hopkins1
2024-01-11refactor(IWYU): fix headersdundargoc1
2024-01-02fix(clangd): check size of array before applying qsort on itsus-domesticus1
2023-12-30refactor: follow style guidedundargoc1
2023-12-20refactor: eliminate cyclic includesdundargoc1
2023-12-18docs: add style rule regarding initializationdundargoc1
2023-12-16feat(ui): completeopt support popup like vimmathew1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27build(IWYU): fix includes for undo_defs.hdundargoc1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-16refactor: iwyu (#26062)zeertzjq1