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(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
*
fix: right-click in clickable statusline #19252
Famiu Haque
2022-07-15
*
feat: add 'mousescroll' option (#12355)
Jay
2022-07-06
*
vim-patch:8.0.1558: no right-click menu in a terminal
zeertzjq
2022-07-01
*
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
2022-05-25
*
feat: click support for 'statusline', 'winbar' #18650
Famiu Haque
2022-05-23
*
fix(mouse): fix mouse drag position with winbar or border in multigrid
zeertzjq
2022-05-19
*
fix(mouse): fix mouse drag position with winbar
zeertzjq
2022-05-19
*
Merge pull request #18620 from bfredl/multibar
bfredl
2022-05-18
|
\
|
*
refactor: grid->rows and grid->cols
bfredl
2022-05-18
*
|
fix(ui): set correct position on mouse click when 'winbar' is enabled
Famiu Haque
2022-05-18
|
/
*
feat(ui): add `'winbar'`
Famiu Haque
2022-05-18
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-07
*
refactor(uncrustify): change rules to better align with the style guide
Dundar Goc
2022-04-29
*
vim-patch:8.2.4559: getmousepos() returns the screen column
Sean Dewar
2022-03-15
*
refactor(misc1): move out high-level input functions to a new file: input.c
Björn Linse
2021-12-10
*
refactor: saner options for uncrustify (#16204)
dundargoc
2021-11-19
*
refactor: remove superfluous function-like macros #15918
dundargoc
2021-10-06
*
fix(mouse): correct dragged position in composed layout
Björn Linse
2021-10-04
*
feat(decorations): support virtual lines (for now: only one block at a time)
Björn Linse
2021-09-26
*
refactor: format with uncrustify #15741
dundargoc
2021-09-22
*
fix(mouse.c): fix mouse drag positions on multigrid #12667
Ville Hakulinen
2021-09-10
*
fix(multigrid): #15075 mouse events crash neovim
Yatao Li
2021-09-08
*
refactor(plines): move horizontal size functions to plines.c
Björn Linse
2021-08-11
*
refactor(plines): remove implicit curwin chartabsize() function
Björn Linse
2021-08-10
[next]