<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src/Style.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>Convert old style cast into more specific C++ cast.</title>
<updated>2025-12-18T03:49:28+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2025-12-18T03:49:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=65de8b15b50c6d365b1eef14daaeb64736430d34'/>
<id>65de8b15b50c6d365b1eef14daaeb64736430d34</id>
<content type='text'>
Replace magic number with symbolic constant.
Avoids lint warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace magic number with symbolic constant.
Avoids lint warnings.
</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>Add SCI_STYLESETSTRETCH to support condensed and expanded text styles.</title>
<updated>2024-08-15T09:02:46+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-08-15T09:02:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=dcbc339899911e1a3a743de1c0c25d0c253dd39a'/>
<id>dcbc339899911e1a3a743de1c0c25d0c253dd39a</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>Feature [feature-requests:#1453] Added SCI_STYLESETINVISIBLEREPRESENTATION to</title>
<updated>2022-10-03T22:35:06+00:00</updated>
<author>
<name>Ferdinand Oeinck</name>
<email>unknown</email>
</author>
<published>2022-10-03T22:35:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f4d5c00424eff7c84b4152b4df4de5c0ba4b12bc'/>
<id>f4d5c00424eff7c84b4152b4df4de5c0ba4b12bc</id>
<content type='text'>
make it easier to edit around invisible text.
This also allows representing long lexemes with a single character to provide a
summarized view.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
make it easier to edit around invisible text.
This also allows representing long lexemes with a single character to provide a
summarized view.
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify Style types FontSpecification, FontMeasurements, Style, FontRealised.</title>
<updated>2021-08-30T21:52:37+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-08-30T21:52:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=88d5b792fb464097a07ccbc14996d0d144befb00'/>
<id>88d5b792fb464097a07ccbc14996d0d144befb00</id>
<content type='text'>
Rely on shared_ptr and use standard copying where possible.
Check extraFontFlag and checkMonospaced for FontSpecification comparisons.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rely on shared_ptr and use standard copying where possible.
Check extraFontFlag and checkMonospaced for FontSpecification comparisons.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement StyleSetCheckMonospaced.</title>
<updated>2021-07-30T22:49:25+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-07-30T22:49:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4d1a31d6a74019c3d43de1c33e2be093ed6dfd11'/>
<id>4d1a31d6a74019c3d43de1c33e2be093ed6dfd11</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>Avoid some warnings.</title>
<updated>2021-04-26T08:06:06+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-04-26T08:06:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4dcd314b9a77c93f650f5ff4e42b3695366e0095'/>
<id>4dcd314b9a77c93f650f5ff4e42b3695366e0095</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
