aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-11-19 13:07:41 +1100
committerNeil <nyamatongwe@gmail.com>2014-11-19 13:07:41 +1100
commit5007acf288a92f58c3d4a039a69b9baf50bed08b (patch)
treebca41bdbe36b0e5d330e2a01d15f9bd1e1e42f1e /doc/ScintillaHistory.html
parent44fd19fb024c20194865c4fb49806fe060350f3e (diff)
downloadscintilla-mirror-5007acf288a92f58c3d4a039a69b9baf50bed08b.tar.gz
Bug [#1670]. Avoid processing mouse move events where the mouse has not moved
as these can cause unexpected dwell start notifications. From Yusuf Ramazan Karagöz.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 5be8e6b89..d1e449fc0 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -462,6 +462,7 @@
<td>Baurzhan Muftakhidinov</td>
</tr><tr>
<td>Erik Angelin</td>
+ <td>Yusuf Ramazan Karagöz</td>
</tr>
</table>
<p>
@@ -515,6 +516,11 @@
<a href="http://sourceforge.net/p/scintilla/bugs/1643/">Bug #1643</a>.
</li>
<li>
+ On Windows, avoid processing mouse move events where the mouse has not moved as these can
+ cause unexpected dwell start notifications.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1670/">Bug #1670</a>.
+ </li>
+ <li>
For GTK+ on Windows, avoid extra space when pasting from external application.
</li>
<li>