summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/mouse.c
AgeCommit message (Expand)AuthorFiles
2026-04-04vim-patch:9.2.0289: 'linebreak' may lead to wrong Visual block highlighting (...zeertzjq1
2025-09-26vim-patch:8.1.2077: the ops.c file is too bigJan Edmund Lazo1
2025-09-13feat(ui): support grid=0 in nvim_input_mouse #32535fredizzimo1
2025-09-09vim-patch:8.1.1920: cannot always close a popup when filter consumes all eventsJan Edmund Lazo1
2025-09-09vim-patch:8.1.1751: when redrawing popups plines_win() may be called oftenJan Edmund Lazo1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-04-28refactor(ui): separate types for allocated grids and viewportsbfredl1
2025-04-16fix(mouse): do not fetch clipboard twice when pasting with middle button #33494Dmitry Torokhov1
2025-04-14fix(marks): clamp conceal_lines corrected line number #33464luukvbaal1
2025-04-13fix(mouse): mouseclick after conceal_lines is miscalculated #33451luukvbaal1
2025-03-28fix(mouse): crash with click on win-separator in statusline (#33091)Shadman1
2025-01-23fix(mouse): 'statuscolumn' fold and popopmenu handlingLuuk van Baal1
2024-10-20feat(float): allow enabling mouse for non-focusable window (#30844)zeertzjq1
2024-10-04fix(mouse): indicate X1 and X2 button clicks on statusline (#30655)zeertzjq1
2024-07-30refactor: collapse statements in single assignmentsLewis Russell1
2024-07-05fix(mouse): don't treat click on hsep as click on statusline (#29565)zeertzjq1
2024-06-19fix(mouse): early return when clicking in padded 'statuscolumn' (#29394)luukvbaal1
2024-05-11vim-patch:9.1.0406: Divide by zero with getmousepos() and 'smoothscroll' (#28...zeertzjq1
2024-04-25fix(lua): vim.fn.has('nvim-0.10') in fast context, used by vim.deprecatebfredl1
2024-03-28vim-patch:9.1.0215: Half-page scrolling does not support smooth-scrollingLuuk van Baal1
2024-03-17vim-patch:9.1.0184: Cursor pos wrong when clicking with conceal and wrap (#27...zeertzjq1
2024-03-13fix(api/buffer): fix handling of viewport of non-current bufferbfredl1
2024-02-19feat(tabline): middle mouse button now closes tab (#27522)Nacho Nieva1
2024-02-10refactor: rename w_float_config to w_config #27419Will Hopkins1
2024-02-06vim-patch:9.1.0077: Unnecessary call to redraw_for_cursorline() in nv_mousesc...zeertzjq1
2024-01-28vim-patch:9.1.0047: issues with temp curwin/buf while cmdwin is openSean Dewar1
2024-01-25refactor: IWYU (#27186)zeertzjq1
2024-01-22refactor: use "csarg" for CharsizeArg variables (#27123)zeertzjq1
2024-01-22perf: reuse fast character size calculation algorithm from getvcol()VanaIgr1
2024-01-11refactor(IWYU): fix headersdundargoc1
2024-01-05fix(terminal): check if mouse on statusline/tabline/winbar/vsep (#26892)zeertzjq1
2023-12-30refactor: follow style guidedundargoc1
2023-12-21refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq1
2023-12-20vim-patch:9.0.2177: Wrong cursor position when dragging out of window (#26661)zeertzjq1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-29refactor: move function macros out of vim_defs.h (#26300)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-27build(IWYU): fix includes for undo_defs.hdundargoc1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-25fix(mouse): avoid dragging when clicking next to popupmenu (#26201)luukvbaal1
2023-11-24fix(mouse): avoid dragging after click label popupmenu callback (#26187)luukvbaal1
2023-11-19refactor: follow style guidedundargoc1
2023-11-12build: remove PVSdundargoc1
2023-11-05refactor: the long goodbyedundargoc1
2023-10-15vim-patch:9.0.2032: cannot get mouse click pos for tab or virt text (#25653)zeertzjq1
2023-10-14vim-patch:9.0.2022: getmousepos() returns wrong index for TAB char (#25636)zeertzjq1
2023-09-30refactor: reorganize option header files (#25437)zeertzjq1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1
2023-09-22vim-patch:9.0.1923: curswant wrong on click with 've' and 'nowrap' set (#25293)zeertzjq1