<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/win32, branch rel-5-3-4</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.4.</title>
<updated>2023-03-04T01:34:10+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-03-04T01:34:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7ba751da5f5a3db3de3bb7ff5f52536eb166c609'/>
<id>7ba751da5f5a3db3de3bb7ff5f52536eb166c609</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove _CRT_SECURE_NO_DEPRECATE.</title>
<updated>2023-02-22T02:53:37+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-02-22T02:53:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=353d1f300549f23b7c8c2914fa5d19f5ec6aa48b'/>
<id>353d1f300549f23b7c8c2914fa5d19f5ec6aa48b</id>
<content type='text'>
Replace [v]sprintf with bounds checked [v]snprintf.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace [v]sprintf with bounds checked [v]snprintf.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated dependencies as PositionCache.cxx now uses DBCS.h.</title>
<updated>2023-02-13T04:54:33+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-02-13T04:54:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=925f71967990878b61cbfc088e0a369dc2a61673'/>
<id>925f71967990878b61cbfc088e0a369dc2a61673</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 version 5.3.3.</title>
<updated>2023-02-03T22:19:13+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-02-03T22:19:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=de86ba10d74a0a13a48187ff5631da1aa1710256'/>
<id>de86ba10d74a0a13a48187ff5631da1aa1710256</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 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>
</feed>
