index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
mouse.c
Commit message (
Expand
)
Author
Age
*
feat(float): allow enabling mouse for non-focusable window (#30844)
zeertzjq
2024-10-20
*
fix(mouse): indicate X1 and X2 button clicks on statusline (#30655)
zeertzjq
2024-10-04
*
refactor: collapse statements in single assignments
Lewis Russell
2024-07-30
*
fix(mouse): don't treat click on hsep as click on statusline (#29565)
zeertzjq
2024-07-05
*
fix(mouse): early return when clicking in padded 'statuscolumn' (#29394)
luukvbaal
2024-06-19
*
vim-patch:9.1.0406: Divide by zero with getmousepos() and 'smoothscroll' (#28...
zeertzjq
2024-05-11
*
fix(lua): vim.fn.has('nvim-0.10') in fast context, used by vim.deprecate
bfredl
2024-04-25
*
vim-patch:9.1.0215: Half-page scrolling does not support smooth-scrolling
Luuk van Baal
2024-03-28
*
vim-patch:9.1.0184: Cursor pos wrong when clicking with conceal and wrap (#27...
zeertzjq
2024-03-17
*
fix(api/buffer): fix handling of viewport of non-current buffer
bfredl
2024-03-13
*
feat(tabline): middle mouse button now closes tab (#27522)
Nacho Nieva
2024-02-19
*
refactor: rename w_float_config to w_config #27419
Will Hopkins
2024-02-10
*
vim-patch:9.1.0077: Unnecessary call to redraw_for_cursorline() in nv_mousesc...
zeertzjq
2024-02-06
*
vim-patch:9.1.0047: issues with temp curwin/buf while cmdwin is open
Sean Dewar
2024-01-28
*
refactor: IWYU (#27186)
zeertzjq
2024-01-25
*
refactor: use "csarg" for CharsizeArg variables (#27123)
zeertzjq
2024-01-22
*
perf: reuse fast character size calculation algorithm from getvcol()
VanaIgr
2024-01-22
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
fix(terminal): check if mouse on statusline/tabline/winbar/vsep (#26892)
zeertzjq
2024-01-05
*
refactor: follow style guide
dundargoc
2023-12-30
*
refactor(IWYU): move decor provider types to decoration_defs.h (#26692)
zeertzjq
2023-12-21
*
vim-patch:9.0.2177: Wrong cursor position when dragging out of window (#26661)
zeertzjq
2023-12-20
*
build: don't define FUNC_ATTR_* as empty in headers (#26317)
zeertzjq
2023-11-30
*
refactor: move function macros out of vim_defs.h (#26300)
zeertzjq
2023-11-29
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
refactor: rename types.h to types_defs.h
dundargoc
2023-11-27
*
build(IWYU): fix includes for undo_defs.h
dundargoc
2023-11-27
*
build(IWYU): fix includes for func_attr.h
dundargoc
2023-11-27
*
fix(mouse): avoid dragging when clicking next to popupmenu (#26201)
luukvbaal
2023-11-25
*
fix(mouse): avoid dragging after click label popupmenu callback (#26187)
luukvbaal
2023-11-24
*
refactor: follow style guide
dundargoc
2023-11-19
*
build: remove PVS
dundargoc
2023-11-12
*
refactor: the long goodbye
dundargoc
2023-11-05
*
vim-patch:9.0.2032: cannot get mouse click pos for tab or virt text (#25653)
zeertzjq
2023-10-15
*
vim-patch:9.0.2022: getmousepos() returns wrong index for TAB char (#25636)
zeertzjq
2023-10-14
*
refactor: reorganize option header files (#25437)
zeertzjq
2023-09-30
*
build(iwyu): add a few more _defs.h mappings (#25435)
zeertzjq
2023-09-30
*
vim-patch:9.0.1923: curswant wrong on click with 've' and 'nowrap' set (#25293)
zeertzjq
2023-09-22
*
fix(mouse): click on empty line with 'foldcolumn'
zeertzjq
2023-09-21
*
vim-patch:9.0.1919: Wrong curswant when clicking on empty line or with vsplits
zeertzjq
2023-09-21
*
refactor(grid): change schar_T representation to be more compact
bfredl
2023-09-19
*
fix(mouse): click on 'statuscolumn' with 'rightleft' (#25090)
zeertzjq
2023-09-11
*
refactor(memline): distinguish mutating uses of ml_get_buf()
bfredl
2023-08-24
*
fix(terminal): handle horizontal scrolling in another window (#24828)
zeertzjq
2023-08-21
*
vim-patch:9.0.0906: mouse scroll code is not optimal
zeertzjq
2023-08-21
*
vim-patch:9.0.0902: some mouse scroll code is not in a good place
zeertzjq
2023-08-21
*
vim-patch:9.0.0886: horizontal mouse scroll only works in the GUI
zeertzjq
2023-08-21
*
vim-patch:8.1.2062: the mouse code is spread out (#24817)
zeertzjq
2023-08-21
*
vim-patch:9.0.1725: cursor pos wrong after concealed text with 'virtualedit'
zeertzjq
2023-08-18
*
fix(mouse): drag vsep of window with 'statuscolumn' (#24462)
zeertzjq
2023-07-24
[next]