<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/win32/PlatWin.cxx, branch rel-5-6-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>Replace 'magic' literals with named constants.</title>
<updated>2025-12-04T09:27:53+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-12-04T09:27:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7ad8458f1bd5a6460bf320096219c494d5bab69b'/>
<id>7ad8458f1bd5a6460bf320096219c494d5bab69b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Turn on type conversion warnings for GCC and fix them.</title>
<updated>2025-04-03T03:52:19+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-04-03T03:52:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b4300bf40c1134231af48cab4f38c5394976d9a1'/>
<id>b4300bf40c1134231af48cab4f38c5394976d9a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use constant definition to avoid warning.</title>
<updated>2025-03-28T04:52:44+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-03-28T04:52:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3ea626ca65c6dd80a141d478a1da0b7dad56db31'/>
<id>3ea626ca65c6dd80a141d478a1da0b7dad56db31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Standardize access to system colours through GetSysColor and avoid casts.</title>
<updated>2025-03-28T04:52:24+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-03-28T04:52:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2b897e4c4a0cf9d67095b4d4d37d852f61d02667'/>
<id>2b897e4c4a0cf9d67095b4d4d37d852f61d02667</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move SurfaceGDI, SurfaceD2D, ListBox, and associated code out of PlatWin.cxx to</title>
<updated>2025-03-20T05:46:11+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-03-20T05:46:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2f542786fd95e7bbce6c689934cb4988aa3fa1df'/>
<id>2f542786fd95e7bbce6c689934cb4988aa3fa1df</id>
<content type='text'>
new files SurfaceGDI.cxx, SurfaceD2D.cxx, and ListBox.cxx + associated headers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
new files SurfaceGDI.cxx, SurfaceD2D.cxx, and ListBox.cxx + associated headers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Standardize render target initialization.</title>
<updated>2025-03-19T23:34:10+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-03-19T23:34:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b1823dea90391e67d4a5ee96a4a997230035fe58'/>
<id>b1823dea90391e67d4a5ee96a4a997230035fe58</id>
<content type='text'>
Use symbolic names for DPI instead of inline value 96.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use symbolic names for DPI instead of inline value 96.
</pre>
</div>
</content>
</entry>
<entry>
<title>Encapsulate WM_PAINT handling.</title>
<updated>2025-03-19T01:16:41+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-03-19T01:16:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ef7a5121743a207b5f0629614b486c431bb55af6'/>
<id>ef7a5121743a207b5f0629614b486c431bb55af6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Encapsulate GDI memory bitmap code into a GDIBitMap class.</title>
<updated>2025-03-19T00:24:58+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-03-19T00:24:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=11679dfe30db5890a183bebe4e2e974c69aad116'/>
<id>11679dfe30db5890a183bebe4e2e974c69aad116</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set autocompletion list width by measuring each item to find the widest instead</title>
<updated>2025-03-18T02:55:46+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-03-18T02:55:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ab12fd427770141dda8c18a3e3d2a9fa7de7ae05'/>
<id>ab12fd427770141dda8c18a3e3d2a9fa7de7ae05</id>
<content type='text'>
of using an approximation which was sometimes wrong, clipping long items.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of using an approximation which was sometimes wrong, clipping long items.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use DirectWrite for autocompletion lists when DirectWrite chosen for document</title>
<updated>2025-03-18T01:09:17+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-03-18T01:09:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4eb2079f2ba24ea5727fb89857b235b34643cf30'/>
<id>4eb2079f2ba24ea5727fb89857b235b34643cf30</id>
<content type='text'>
text.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
text.
</pre>
</div>
</content>
</entry>
</feed>
