<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src/CallTip.h, branch rel-5-5-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>Fix COPY_INSTEAD_OF_MOVE performance warnings from Coverity.</title>
<updated>2023-10-06T01:31:52+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-10-06T01:31:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f51f9797cb8591870d13d1d7d0c5d4d7d009a7ea'/>
<id>f51f9797cb8591870d13d1d7d0c5d4d7d009a7ea</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:#1432] Simplify CallTip::SetForeBack with pass by value.</title>
<updated>2022-03-03T21:20:05+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2022-03-03T21:20:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f3e4f3579a6c9ad620cf00ad951cc97cd59be365'/>
<id>f3e4f3579a6c9ad620cf00ad951cc97cd59be365</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:#1432] Simplify CallTipStart by passing in surface and</title>
<updated>2022-03-03T21:17:07+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2022-03-03T21:17:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=66a542ff4f184ef10990c2dbaa0877cfe3a493bc'/>
<id>66a542ff4f184ef10990c2dbaa0877cfe3a493bc</id>
<content type='text'>
font. This allows customization of surface creation and ensures surface and font
for calltip are the same as used in main window.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
font. This allows customization of surface creation and ensures surface and font
for calltip are the same as used in main window.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make Cancel methods noexcept as they may need to be used in destructors.</title>
<updated>2021-08-30T22:21:38+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-08-30T22:21:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=17113ca41a020a6c37d3bd859201bf716b3c6b7a'/>
<id>17113ca41a020a6c37d3bd859201bf716b3c6b7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h</title>
<updated>2021-05-24T09:31:06+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-05-24T09:31:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=92290868cf9753d2df0d494cb44e2ff62a570b58'/>
<id>92290868cf9753d2df0d494cb44e2ff62a570b58</id>
<content type='text'>
and ScintillaStructures.h using scoped enumerations.
Use these headers instead of Scintilla.h internally.
External definitions go in the Scintilla namespace and internal definitio0ns in
Scintilla::Internal.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and ScintillaStructures.h using scoped enumerations.
Use these headers instead of Scintilla.h internally.
External definitions go in the Scintilla namespace and internal definitio0ns in
Scintilla::Internal.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename ColourAlpha to ColourRGBA to avoid clashes when a ColourAlpha typedef</title>
<updated>2021-05-21T22:18:01+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-05-21T22:18:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c8235ba0e0292f209a8233613669e2cff8de80da'/>
<id>c8235ba0e0292f209a8233613669e2cff8de80da</id>
<content type='text'>
will be published in externally visible header.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
will be published in externally visible header.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1402]. Unify colour type with ColourAlpha.</title>
<updated>2021-04-24T23:52:20+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-04-24T23:52:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=81f7847af4cc9f51f02ab191c73f394c457518bd'/>
<id>81f7847af4cc9f51f02ab191c73f394c457518bd</id>
<content type='text'>
Change ColourDesired to ColourAlpha in styles.
Remove ColourDesired.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change ColourDesired to ColourAlpha in styles.
Remove ColourDesired.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2027]. Implement font locale SCI_SETFONTLOCALE on Win32 using DirectWrite.</title>
<updated>2021-04-20T00:57:59+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-04-20T00:57:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=79585e218c40f9010601e8af442b573ece40c5ea'/>
<id>79585e218c40f9010601e8af442b573ece40c5ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change Font to an interface and stop using FontID. Fonts are shared and</title>
<updated>2021-03-17T03:58:11+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-03-17T03:58:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1b5dd62b71d8d9b657b0cd7c138c9dc523a07cc4'/>
<id>1b5dd62b71d8d9b657b0cd7c138c9dc523a07cc4</id>
<content type='text'>
reference counted using std::shared_ptr. This optimizes memory and reduces
potential for allocation bugs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
reference counted using std::shared_ptr. This optimizes memory and reduces
potential for allocation bugs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Widen types to size_t to match change from int to position of CallTipSetHlt</title>
<updated>2020-03-28T23:26:11+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-03-28T23:26:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6788d9d6d53438b92bbed78b4cb3d3ad9c581ae2'/>
<id>6788d9d6d53438b92bbed78b4cb3d3ad9c581ae2</id>
<content type='text'>
in Scintilla.iface.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in Scintilla.iface.
</pre>
</div>
</content>
</entry>
</feed>
