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
*
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
*
vim-patch:9.0.0825: cannot drag an entry in the tabpage line
zeertzjq
2022-11-02
*
vim-patch:9.0.0822: crash when dragging the statusline with a mapping
zeertzjq
2022-11-02
*
refactor: move do_mouse() and its helpers to mouse.c (#20895)
zeertzjq
2022-11-01
*
vim-patch:9.0.0739: mouse column not correctly used for popup_setpos (#20729)
zeertzjq
2022-10-19
*
refactor: replace char_u with char
Dundar Göc
2022-09-06
*
refactor: replace char_u with char
Dundar Göc
2022-08-31
*
Merge pull request #19971 from dundargoc/refactor/remove-casts
bfredl
2022-08-29
|
\
|
*
refactor: remove redundant casts
Dundar Göc
2022-08-27
*
|
refactor(plines): use a struct for chartabsize state
bfredl
2022-08-29
|
/
*
refactor: pre-incr to post-incr
Lewis Russell
2022-08-25
*
vim-patch:9.0.0206: redraw flags are not named specifically (#19913)
zeertzjq
2022-08-23
*
vim-patch:8.1.2057: the screen.c file is much too big
Lewis Russell
2022-08-19
*
refactor: remove some unused includes (#19820)
zeertzjq
2022-08-17
*
refactor: change pre-decrement/increment to post (#19799)
Lewis Russell
2022-08-16
[next]