summaryrefslogtreecommitdiff
path: root/src/mouse.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.1.2304: cannot get the mouse position when getting a mouse clickv8.1.2304Bram Moolenaar2019-11-161-0/+64
* patch 8.1.2300: redraw breaks going through list of popup windowsv8.1.2300Bram Moolenaar2019-11-131-2/+2
* patch 8.1.2248: CTRL-W dot does not work when modifyOtherKeys is enabledv8.1.2248Bram Moolenaar2019-11-031-1/+1
* patch 8.1.2171: mouse support not always availablev8.1.2171Bram Moolenaar2019-10-171-41/+13
* patch 8.1.2070: mouse code is spread outv8.1.2070Bram Moolenaar2019-09-231-0/+721
* patch 8.1.2065: compiler warning building non-GUI with MinGW.v8.1.2065Bram Moolenaar2019-09-221-51/+47
* patch 8.1.2062: the mouse code is spread outv8.1.2062Bram Moolenaar2019-09-211-0/+2314