<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/win32, branch rel-5-3-1</title>
<subtitle>Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/'/>
<entry>
<title>Update version number to 5.3.1.</title>
<updated>2022-10-08T23:57:28+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-10-08T23:57:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=447148eb9cf8cded342f1347ca3916fdfaad9c31'/>
<id>447148eb9cf8cded342f1347ca3916fdfaad9c31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#749] Implement horizontal scrolling with Shift +</title>
<updated>2022-09-29T03:57:34+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2022-09-29T03:57:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f35107b93b04e080b66e32dbc68688b9431c8364'/>
<id>f35107b93b04e080b66e32dbc68688b9431c8364</id>
<content type='text'>
mouse wheel. Also feature [feature-requests:#1451].
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
mouse wheel. Also feature [feature-requests:#1451].
</pre>
</div>
</content>
</entry>
<entry>
<title>Create MouseWheelDelta class to accumulate mouse wheel movement. This will also</title>
<updated>2022-09-29T03:49:53+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2022-09-29T03:49:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=64ef03496c3fbfdb02cb3f5f2e103facb033760a'/>
<id>64ef03496c3fbfdb02cb3f5f2e103facb033760a</id>
<content type='text'>
be used for horizontal scrolling.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
be used for horizontal scrolling.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure page and step clicks on horizontal scroll bar do not overshoot document width.</title>
<updated>2022-09-29T03:46:49+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-09-29T03:46:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2873f7302a29c5e60317e24f973713d658081bb0'/>
<id>2873f7302a29c5e60317e24f973713d658081bb0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1450] Implement horizontal scrolling mouse wheel</title>
<updated>2022-09-21T04:57:21+00:00</updated>
<author>
<name>Markus Nißl</name>
<email>unknown</email>
</author>
<published>2022-09-21T04:57:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9a2d8d26c2b7c67bded00126f35c631c864ce9d6'/>
<id>9a2d8d26c2b7c67bded00126f35c631c864ce9d6</id>
<content type='text'>
through WM_MOUSEHWHEEL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
through WM_MOUSEHWHEEL.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2344]. Limit render target to image area when drawing images with Direct2D</title>
<updated>2022-09-17T11:59:27+00:00</updated>
<author>
<name>Markus Nißl</name>
<email>unknown</email>
</author>
<published>2022-09-17T11:59:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bbd334b945e8e5543117e3f6b172ac81d1101b64'/>
<id>bbd334b945e8e5543117e3f6b172ac81d1101b64</id>
<content type='text'>
for autocompletion lists.
This prevents the text appearing blurred with GDI scaling.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for autocompletion lists.
This prevents the text appearing blurred with GDI scaling.
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable extra warnings with g++ on Win32.</title>
<updated>2022-09-14T22:36:32+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-09-14T22:36:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b1695891dfada286943ff9da370908ba7f3cd68d'/>
<id>b1695891dfada286943ff9da370908ba7f3cd68d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add const where reasonable.</title>
<updated>2022-09-04T22:57:44+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-09-04T22:57:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=938a37949acceedd26f322816b83ad2a3fd462c0'/>
<id>938a37949acceedd26f322816b83ad2a3fd462c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates for 5.3.0 release.</title>
<updated>2022-08-24T02:34:55+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-08-24T02:34:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f9b3716262fe32331105b01bf6cf18cc4429b5b3'/>
<id>f9b3716262fe32331105b01bf6cf18cc4429b5b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Hoist common DirectWrite position measuring code into MeasurePositions function.</title>
<updated>2022-08-02T01:46:31+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-08-02T01:46:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=189d5f4e766ba6864d7557111397e000776d6841'/>
<id>189d5f4e766ba6864d7557111397e000776d6841</id>
<content type='text'>
Ensure works on text longer than stackBufferLength.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure works on text longer than stackBufferLength.
</pre>
</div>
</content>
</entry>
</feed>
