aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/mouse.c
Commit message (Expand)AuthorAge
* vim-patch:9.1.0184: Cursor pos wrong when clicking with conceal and wrap (#27...zeertzjq2024-03-17
* fix(api/buffer): fix handling of viewport of non-current bufferbfredl2024-03-13
* feat(tabline): middle mouse button now closes tab (#27522)Nacho Nieva2024-02-19
* refactor: rename w_float_config to w_config #27419Will Hopkins2024-02-10
* vim-patch:9.1.0077: Unnecessary call to redraw_for_cursorline() in nv_mousesc...zeertzjq2024-02-06
* vim-patch:9.1.0047: issues with temp curwin/buf while cmdwin is openSean Dewar2024-01-28
* refactor: IWYU (#27186)zeertzjq2024-01-25
* refactor: use "csarg" for CharsizeArg variables (#27123)zeertzjq2024-01-22
* perf: reuse fast character size calculation algorithm from getvcol()VanaIgr2024-01-22
* refactor(IWYU): fix headersdundargoc2024-01-11
* fix(terminal): check if mouse on statusline/tabline/winbar/vsep (#26892)zeertzjq2024-01-05
* refactor: follow style guidedundargoc2023-12-30
* refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq2023-12-21
* vim-patch:9.0.2177: Wrong cursor position when dragging out of window (#26661)zeertzjq2023-12-20
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: move function macros out of vim_defs.h (#26300)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* fix(mouse): avoid dragging when clicking next to popupmenu (#26201)luukvbaal2023-11-25
* fix(mouse): avoid dragging after click label popupmenu callback (#26187)luukvbaal2023-11-24
* refactor: follow style guidedundargoc2023-11-19
* build: remove PVSdundargoc2023-11-12
* refactor: the long goodbyedundargoc2023-11-05
* vim-patch:9.0.2032: cannot get mouse click pos for tab or virt text (#25653)zeertzjq2023-10-15
* vim-patch:9.0.2022: getmousepos() returns wrong index for TAB char (#25636)zeertzjq2023-10-14
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* vim-patch:9.0.1923: curswant wrong on click with 've' and 'nowrap' set (#25293)zeertzjq2023-09-22
* fix(mouse): click on empty line with 'foldcolumn'zeertzjq2023-09-21
* vim-patch:9.0.1919: Wrong curswant when clicking on empty line or with vsplitszeertzjq2023-09-21
* refactor(grid): change schar_T representation to be more compactbfredl2023-09-19
* fix(mouse): click on 'statuscolumn' with 'rightleft' (#25090)zeertzjq2023-09-11
* refactor(memline): distinguish mutating uses of ml_get_buf()bfredl2023-08-24
* fix(terminal): handle horizontal scrolling in another window (#24828)zeertzjq2023-08-21
* vim-patch:9.0.0906: mouse scroll code is not optimalzeertzjq2023-08-21
* vim-patch:9.0.0902: some mouse scroll code is not in a good placezeertzjq2023-08-21
* vim-patch:9.0.0886: horizontal mouse scroll only works in the GUIzeertzjq2023-08-21
* vim-patch:8.1.2062: the mouse code is spread out (#24817)zeertzjq2023-08-21
* vim-patch:9.0.1725: cursor pos wrong after concealed text with 'virtualedit'zeertzjq2023-08-18
* fix(mouse): drag vsep of window with 'statuscolumn' (#24462)zeertzjq2023-07-24
* fix(mouse): copy the line before syntax matching (#24320)zeertzjq2023-07-12
* refactor: remove longdundargoc2023-07-03
* fix(mouse): handle folded lines with virt_lines attached to line above (#23912)zeertzjq2023-06-05
* fix(mouse): fix popup menu position check with winbar (#23456)zeertzjq2023-05-03
* fix(ui): adjust 'smoothscroll' for inner dimensionsLuuk van Baal2023-05-02
* vim-patch:9.0.0911: with 'smoothscroll' set mouse click position may be wrongLuuk van Baal2023-05-02
* vim-patch:9.0.0901: setting w_leftcol and handling side effects is confusingLuuk van Baal2023-05-02
* fix(mouse): fix popup_setpos position check with ext_multigrid (#23436)zeertzjq2023-05-02