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
*
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
*
fix(mouse): copy the line before syntax matching (#24320)
zeertzjq
2023-07-12
*
refactor: remove long
dundargoc
2023-07-03
*
fix(mouse): handle folded lines with virt_lines attached to line above (#23912)
zeertzjq
2023-06-05
*
fix(mouse): fix popup menu position check with winbar (#23456)
zeertzjq
2023-05-03
*
fix(ui): adjust 'smoothscroll' for inner dimensions
Luuk van Baal
2023-05-02
*
vim-patch:9.0.0911: with 'smoothscroll' set mouse click position may be wrong
Luuk van Baal
2023-05-02
*
vim-patch:9.0.0901: setting w_leftcol and handling side effects is confusing
Luuk van Baal
2023-05-02
*
fix(mouse): fix popup_setpos position check with ext_multigrid (#23436)
zeertzjq
2023-05-02
*
refactor: uncrustify
dundargoc
2023-04-26
*
fix(statusline): also allow right click when 'mousemodel' is "popup*" (#23258)
luukvbaal
2023-04-25
*
fix(mouse): cmdline click registered as statuscolumn (#23163)
luukvbaal
2023-04-18
*
refactor(screen): screen.c delenda est
bfredl
2023-03-14
*
refactor: reduce scope of locals as per the style guide (#22206)
dundargoc
2023-02-11
*
refactor: replace char_u with char 22 (#21786)
dundargoc
2023-01-17
*
refactor: fix IWYU mapping file and use IWYU (#21802)
dundargoc
2023-01-15
*
refactor: replace char_u with char 21 (#21779)
dundargoc
2023-01-14
*
fix(mouse): statusline click registered as statuscolumn (#21748)
luukvbaal
2023-01-13
*
fix(statuscolumn): fix crashes and clang/PVS warnings (#21725)
zeertzjq
2023-01-10
*
feat(ui): add 'statuscolumn' option
luukvbaal
2023-01-09
*
vim-patch:9.0.0259: crash with mouse click when not initialized (#21282)
zeertzjq
2022-12-04
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
refactor: move tabline code to statusline.c (#21008)
luukvbaal
2022-11-10
*
refactor: fix clang-tidy warnings
dundargoc
2022-11-06
[next]