summaryrefslogtreecommitdiff
path: root/src/mouse.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1336: functions without arguments are not always declared properlyv9.0.1336Yegappan Lakshmanan2023-02-211-1/+1
* patch 9.0.0931: MS-Windows: mouse column limited to 223v9.0.0931Christopher Plewright2022-11-231-3/+8
* patch 9.0.0917: the WinScrolled autocommand event is not enoughv9.0.0917Bram Moolenaar2022-11-221-1/+1
* patch 9.0.0911: with 'smoothscroll' set mouse click position may be wrongv9.0.0911Yee Cheng Chin2022-11-191-4/+21
* patch 9.0.0906: mouse scroll code is not optimalv9.0.0906Christopher Plewright2022-11-191-83/+111
* patch 9.0.0902: some mouse scroll code is not in a good placev9.0.0902Christopher Plewright2022-11-181-192/+196
* patch 9.0.0901: setting w_leftcol and handling side effects is confusingv9.0.0901Bram Moolenaar2022-11-181-4/+2
* patch 9.0.0886: horizontal mouse scroll only works in the GUIv9.0.0886Christopher Plewright2022-11-151-124/+152
* patch 9.0.0825: cannot drag an entry in the tabpage linev9.0.0825zeertzjq2022-11-011-22/+21
* patch 9.0.0822: crash when dragging the statusline with a mappingv9.0.0822Bram Moolenaar2022-10-311-10/+21
* patch 9.0.0739: mouse column not correctly used for popup_setposv9.0.0739Yee Cheng Chin2022-10-131-4/+16
* patch 9.0.0657: too many #ifdefsv9.0.0657Martin Tournoij2022-10-041-19/+7
* patch 9.0.0259: crash with mouse click when not initializedv9.0.0259Bram Moolenaar2022-08-241-52/+55
* patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar2022-08-141-9/+9
* patch 9.0.0177: cursor position wrong with 'virtualedit' and mouse clickv9.0.0177Bram Moolenaar2022-08-091-1/+2
* patch 9.0.0136: after CTRL-Left-mouse click a mouse scroll also has CTRLv9.0.0136Bram Moolenaar2022-08-031-3/+6
* patch 9.0.0067: cannot show virtual textv9.0.0067Bram Moolenaar2022-07-251-9/+11
* patch 9.0.0048: cursor in wrong column with mouse click after concealed textv9.0.0048Bram Moolenaar2022-07-091-19/+50
* patch 9.0.0036: 'fillchars' cannot have window-local valuesv9.0.0036Bram Moolenaar2022-07-041-1/+1
* patch 8.2.5107: some callers of rettv_list_alloc() check for not OKv8.2.5107Bram Moolenaar2022-06-161-1/+1
* patch 8.2.4993: smart/C/lisp indenting is optionalv8.2.4993Bram Moolenaar2022-05-211-4/+0
* patch 8.2.4984: dragging statusline fails for window with winbarv8.2.4984zeertzjq2022-05-201-1/+1
* patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928Bram Moolenaar2022-05-091-3/+3
* patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar2022-05-071-14/+16
* patch 8.2.4902: mouse wheel scrolling is inconsistentv8.2.4902LemonBoy2022-05-071-14/+42
* patch 8.2.4803: WinScrolled not always triggered when scrolling with mousev8.2.4803LemonBoy2022-04-211-0/+2
* patch 8.2.4692: no test for what 8.2.4691 fixesv8.2.4692zeertzjq2022-04-051-1/+4
* patch 8.2.4677: the Athena GUI support is outdatedv8.2.4677Bram Moolenaar2022-04-031-2/+2
* patch 8.2.4568: getmousepos() does not compute the column below the last linev8.2.4568Sean Dewar2022-03-151-2/+2
* patch 8.2.4561: build failure with some combination of featuresv8.2.4561Bram Moolenaar2022-03-131-1/+1
* patch 8.2.4559: getmousepos() returns the screen columnv8.2.4559Bram Moolenaar2022-03-131-10/+4
* patch 8.2.4555: getmousepos() returns the wrong columnv8.2.4555Bram Moolenaar2022-03-131-5/+2
* patch 8.2.3697: cannot drag a popup without a borderv8.2.3697Bram Moolenaar2021-11-291-1/+2
* patch 8.2.3681: cannot drag popup window after click on a status linev8.2.3681Bram Moolenaar2021-11-261-0/+1
* patch 8.2.2932: select mode test failsv8.2.2932Bram Moolenaar2021-06-031-5/+5
* patch 8.2.2930: when a popup is visible a mouse move my restart Visual modev8.2.2930Bram Moolenaar2021-06-031-1/+8
* patch 8.2.2524: cannot change the characters displayed in the foldcolumnv8.2.2524Bram Moolenaar2021-02-171-1/+1
* patch 8.2.1942: insufficient test coverage for the Netbeans interfacev8.2.1942Bram Moolenaar2020-11-021-2/+4
* patch 8.2.1637: Vim9: :put ={expr} does not work inside :def functionv8.2.1637Bram Moolenaar2020-09-081-2/+3
* patch 8.2.1422: the Mac GUI implementation is outdatedv8.2.1422Bram Moolenaar2020-08-111-2/+2
* patch 8.2.1220: memory access error when dragging a popup windowv8.2.1220Bram Moolenaar2020-07-151-6/+9
* patch 8.2.1186: with SGR mouse codes balloon doesn't show up after clickv8.2.1186Bram Moolenaar2020-07-121-51/+49
* patch 8.2.1108: mouse left-right scroll is not supported in terminal windowv8.2.1108Bram Moolenaar2020-07-011-16/+41
* patch 8.2.0320: no Haiku supportv8.2.0320Bram Moolenaar2020-02-261-1/+1
* patch 8.2.0191: cannot put a terminal in a popup windowv8.2.0191Bram Moolenaar2020-02-011-0/+5
* patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371Bram Moolenaar2019-11-301-12/+12
* patch 8.1.2337: double-click time sometimes miscomputedv8.1.2337Bram Moolenaar2019-11-221-8/+17
* patch 8.1.2321: cannot select all text with the mousev8.1.2321Bram Moolenaar2019-11-181-6/+10
* patch 8.1.2319: compiler warning for int sizev8.1.2319Bram Moolenaar2019-11-181-1/+1
* patch 8.1.2309: compiler warning for argument typev8.1.2309Bram Moolenaar2019-11-161-2/+2