aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/mouse.c
Commit message (Expand)AuthorAge
* 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
* refactor: uncrustifydundargoc2023-04-26
* fix(statusline): also allow right click when 'mousemodel' is "popup*" (#23258)luukvbaal2023-04-25
* fix(mouse): cmdline click registered as statuscolumn (#23163)luukvbaal2023-04-18
* refactor(screen): screen.c delenda estbfredl2023-03-14
* refactor: reduce scope of locals as per the style guide (#22206)dundargoc2023-02-11
* refactor: replace char_u with char 22 (#21786)dundargoc2023-01-17
* refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc2023-01-15
* refactor: replace char_u with char 21 (#21779)dundargoc2023-01-14
* fix(mouse): statusline click registered as statuscolumn (#21748)luukvbaal2023-01-13
* fix(statuscolumn): fix crashes and clang/PVS warnings (#21725)zeertzjq2023-01-10
* feat(ui): add 'statuscolumn' optionluukvbaal2023-01-09
* vim-patch:9.0.0259: crash with mouse click when not initialized (#21282)zeertzjq2022-12-04
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: move tabline code to statusline.c (#21008)luukvbaal2022-11-10
* refactor: fix clang-tidy warningsdundargoc2022-11-06