aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/mouse.c
Commit message (Expand)AuthorAge
* 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
* vim-patch:9.0.0825: cannot drag an entry in the tabpage linezeertzjq2022-11-02
* vim-patch:9.0.0822: crash when dragging the statusline with a mappingzeertzjq2022-11-02
* refactor: move do_mouse() and its helpers to mouse.c (#20895)zeertzjq2022-11-01
* vim-patch:9.0.0739: mouse column not correctly used for popup_setpos (#20729)zeertzjq2022-10-19
* refactor: replace char_u with charDundar Göc2022-09-06
* refactor: replace char_u with charDundar Göc2022-08-31
* Merge pull request #19971 from dundargoc/refactor/remove-castsbfredl2022-08-29
|\
| * refactor: remove redundant castsDundar Göc2022-08-27
* | refactor(plines): use a struct for chartabsize statebfredl2022-08-29
|/
* refactor: pre-incr to post-incrLewis Russell2022-08-25
* vim-patch:9.0.0206: redraw flags are not named specifically (#19913)zeertzjq2022-08-23
* vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
* refactor: remove some unused includes (#19820)zeertzjq2022-08-17
* refactor: change pre-decrement/increment to post (#19799)Lewis Russell2022-08-16