<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/include/Platform.h, 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>Moved Platform.h to src as it is private to Scintilla.</title>
<updated>2021-03-16T09:33:48+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-03-16T09:33:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4ac2ffc2fe88b80ad44fe495ff71912bceb4375a'/>
<id>4ac2ffc2fe88b80ad44fe495ff71912bceb4375a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove some constexpr as they made shiboken fail.</title>
<updated>2020-07-18T05:05:41+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-07-18T05:05:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5129159df4469f029120a8b722ffef65344a6a45'/>
<id>5129159df4469f029120a8b722ffef65344a6a45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make simple methods on simple classes constexpr.</title>
<updated>2020-07-14T12:05:01+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-07-14T12:05:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f22f08ba07a883c00b07d7d7e7403c83aabf1330'/>
<id>f22f08ba07a883c00b07d7d7e7403c83aabf1330</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:#1340] Move and use Point functions to avoid casting.</title>
<updated>2020-02-08T22:19:56+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2020-02-08T22:19:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=eea3df558f3293ebedc7b88773e0706cdae23972'/>
<id>eea3df558f3293ebedc7b88773e0706cdae23972</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some operators to Point to simplify client code.</title>
<updated>2019-03-18T08:22:38+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-03-18T08:22:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=983d5165878df0190964a8f903c24055f9144612'/>
<id>983d5165878df0190964a8f903c24055f9144612</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Define PLAT_HAIKU and use to avoid a reported compilation problem on 32-bit</title>
<updated>2018-07-30T23:20:49+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-07-30T23:20:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d57e9ede52be29901e5328e1192ceed64bd94a4c'/>
<id>d57e9ede52be29901e5328e1192ceed64bd94a4c</id>
<content type='text'>
Haiku where ptrdiff_t and int are the same size but different types.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Haiku where ptrdiff_t and int are the same size but different types.
</pre>
</div>
</content>
</entry>
<entry>
<title>Define IScreenLineLayout as the main interface for implementing bidirectional</title>
<updated>2018-06-01T22:37:47+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-06-01T22:37:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2e003602f29edff5d38137472edee82fab9f5376'/>
<id>2e003602f29edff5d38137472edee82fab9f5376</id>
<content type='text'>
features by platform code.
Implement IScreenLineLayout for Win32 / DirectWrite as ScreenLineLayout.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
features by platform code.
Implement IScreenLineLayout for Win32 / DirectWrite as ScreenLineLayout.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add TabPositionAfter method to IScreenLine as this calculation is needed on each</title>
<updated>2018-05-30T03:49:50+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-05-30T03:49:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d5deb0bf992e06645983ed7e081e2646fc304b86'/>
<id>d5deb0bf992e06645983ed7e081e2646fc304b86</id>
<content type='text'>
platform and it allows extension to custom tab stops.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
platform and it allows extension to custom tab stops.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix warnings. Add const, constexpr, and noexcept. Initialize. Standard methods.</title>
<updated>2018-05-23T23:24:44+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-05-23T23:24:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bbfd34adc0e800ae2feec487a3c407873bb289e3'/>
<id>bbfd34adc0e800ae2feec487a3c407873bb289e3</id>
<content type='text'>
Replace 0 and NULL with nullptr for COM, DirectWrite and least ambiguous cases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace 0 and NULL with nullptr for COM, DirectWrite and least ambiguous cases.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add definitions for bidirectional support to Platform.h and provide empty</title>
<updated>2018-05-23T05:41:59+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-05-23T05:41:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7ee2a70c18f899a4845621622241adc578b0400c'/>
<id>7ee2a70c18f899a4845621622241adc578b0400c</id>
<content type='text'>
implementations for each platform.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
implementations for each platform.
</pre>
</div>
</content>
</entry>
</feed>
