<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src/CallTip.cxx, branch rel-5-6-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>Bug [#2486]. Eliminate special macOS default calltip color</title>
<updated>2025-09-28T22:52:52+00:00</updated>
<author>
<name>Jiří Techet</name>
<email>techet@gmail.com</email>
</author>
<published>2025-09-28T22:52:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ad271a183c03407e3e8ba92c23f0deb00dc92709'/>
<id>ad271a183c03407e3e8ba92c23f0deb00dc92709</id>
<content type='text'>
There doesn't seem to be any editor using this color these days and
the result looks alien on the platform. Using grey on white looks much
more native for the platform.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There doesn't seem to be any editor using this color these days and
the result looks alien on the platform. Using grey on white looks much
more native for the platform.
</pre>
</div>
</content>
</entry>
<entry>
<title>Silence warning.</title>
<updated>2025-04-07T22:12:54+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-04-07T22:12:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=27d038b11a853785fd773756bdb02ae1a1bfae84'/>
<id>27d038b11a853785fd773756bdb02ae1a1bfae84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2458]. Add include of cstdint to provide intptr_t and uintptr_t.</title>
<updated>2024-11-25T21:19:54+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-11-25T21:19:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1beb1d8b049d1bc998c513221ba758b633074d58'/>
<id>1beb1d8b049d1bc998c513221ba758b633074d58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid warnings for static_cast and potential overflow.</title>
<updated>2023-11-18T22:16:26+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-11-18T22:16:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6bbf1635dbdd6bee83202593b9f9a27e58a2a2e1'/>
<id>6bbf1635dbdd6bee83202593b9f9a27e58a2a2e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid warning for uninitialized variable.</title>
<updated>2023-11-18T22:15:08+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-11-18T22:15:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=762e8ca837a435831f5e31a65ca1772ee588540e'/>
<id>762e8ca837a435831f5e31a65ca1772ee588540e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move platform colour definitions outside constructor and improve names.</title>
<updated>2023-10-11T22:46:14+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-10-11T22:46:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=810883d3e039c92ce33372cc2e762615325b37f9'/>
<id>810883d3e039c92ce33372cc2e762615325b37f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use global constants for opaque black and white and local constants for greys.</title>
<updated>2023-10-09T22:11:27+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-10-09T22:11:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b20c3b551a4a87888cf00e5f7da22d836015a073'/>
<id>b20c3b551a4a87888cf00e5f7da22d836015a073</id>
<content type='text'>
Makes it easier to understand and reduces warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makes it easier to understand and reduces warnings.
</pre>
</div>
</content>
</entry>
<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>Declare const where possible.</title>
<updated>2023-03-26T22:29:48+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-03-26T22:29:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=765390e6db2b69976448e92d9a86516ead9b0c09'/>
<id>765390e6db2b69976448e92d9a86516ead9b0c09</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>
</feed>
