<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/win32, branch rel-5-3-2</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>Updates for version 5.3.2.</title>
<updated>2022-12-02T01:38:25+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-12-02T01:38:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6a2bac6f3b88075f441cfc4eed1072dda5cf1757'/>
<id>6a2bac6f3b88075f441cfc4eed1072dda5cf1757</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change release compilation optimization option to favour speed over space.</title>
<updated>2022-12-01T06:27:09+00:00</updated>
<author>
<name>Mitchell Foral</name>
<email>unknown</email>
</author>
<published>2022-12-01T06:27:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9a400bd33f0cb4f322de4208bb7159673a399521'/>
<id>9a400bd33f0cb4f322de4208bb7159673a399521</id>
<content type='text'>
-O2 for MSVC and -O3 for gcc and clang.
Change code in Editor.cxx to avoid a warning that occurs with gcc -O3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-O2 for MSVC and -O3 for gcc and clang.
Change code in Editor.cxx to avoid a warning that occurs with gcc -O3.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2344]. When GDI scaling is active, ensure correct monitor used for</title>
<updated>2022-11-28T23:22:23+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-11-28T23:22:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=fce791bd563134b793ddd79b45c91b7d59e14c7b'/>
<id>fce791bd563134b793ddd79b45c91b7d59e14c7b</id>
<content type='text'>
determining scale factor.
Function name changed to avoid possibility of confusion with Win32 API.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
determining scale factor.
Function name changed to avoid possibility of confusion with Win32 API.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2344]. Avoid blurry display with DirectWrite in GDI scaling mode.</title>
<updated>2022-11-26T11:28:13+00:00</updated>
<author>
<name>Markus Nißl</name>
<email>unknown</email>
</author>
<published>2022-11-26T11:28:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a179c1bd5f83c7b6c649fadbf98ffb2309e50adc'/>
<id>a179c1bd5f83c7b6c649fadbf98ffb2309e50adc</id>
<content type='text'>
https://sourceforge.net/p/scintilla/code/merge-requests/28/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://sourceforge.net/p/scintilla/code/merge-requests/28/
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2344]. Use the top-level window to find the monitor for DirectWrite</title>
<updated>2022-10-29T10:05:25+00:00</updated>
<author>
<name>Markus Nißl</name>
<email>unknown</email>
</author>
<published>2022-10-29T10:05:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c0371d58dfd4d055b040ba7274fb5b537532d257'/>
<id>c0371d58dfd4d055b040ba7274fb5b537532d257</id>
<content type='text'>
rendering parameters. Temporarily switch DPI awareness to find correct monitor
in GDI scaling mode.
https://sourceforge.net/p/scintilla/code/merge-requests/34/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rendering parameters. Temporarily switch DPI awareness to find correct monitor
in GDI scaling mode.
https://sourceforge.net/p/scintilla/code/merge-requests/34/
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1457] Reuse MouseWheelDelta for autocompletion lists.</title>
<updated>2022-10-22T21:45:52+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2022-10-22T21:45:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ff043e669aabcfbc71180fde97c9ef28bfe01c02'/>
<id>ff043e669aabcfbc71180fde97c9ef28bfe01c02</id>
<content type='text'>
This code triggers when wheel rotated and mouse is outside list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This code triggers when wheel rotated and mouse is outside list.
</pre>
</div>
</content>
</entry>
<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>
</feed>
