<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/cocoa/QuartzTextLayout.h, 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>Feature [feature-requests:#1427] Make Cocoa MeasureWidths and</title>
<updated>2022-01-17T00:23:01+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-01-17T00:23:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5aff87386c21d5a345eff5b1982f4171577a922c'/>
<id>5aff87386c21d5a345eff5b1982f4171577a922c</id>
<content type='text'>
MeasureWidthsUTF8 reentrant so they can be called safely from multiple threads.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MeasureWidthsUTF8 reentrant so they can be called safely from multiple threads.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2224]. Switch XYPOSITION to double so it has more precision to fix</title>
<updated>2021-03-26T05:36:29+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-03-26T05:36:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7a3c73483c17da8f669fe3551ad274a02144486a'/>
<id>7a3c73483c17da8f669fe3551ad274a02144486a</id>
<content type='text'>
problems with very long documents.
Fixes uneven line heights on Cocoa after around 1.1 million lines.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
problems with very long documents.
Fixes uneven line heights on Cocoa after around 1.1 million lines.
</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>Standardise header guard names and use.</title>
<updated>2020-02-09T03:41:36+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-02-09T03:41:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e573aa23f6cf64c334633fc05918bb6515222497'/>
<id>e573aa23f6cf64c334633fc05918bb6515222497</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>If decoding DBCS text fails, use the MacRoman encoding to ensure something is</title>
<updated>2018-05-21T05:41:57+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-05-21T05:41:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=cc5e63013d7aa447a74fafba0ee4dd560b6952c7'/>
<id>cc5e63013d7aa447a74fafba0ee4dd560b6952c7</id>
<content type='text'>
visible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
visible.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove CGContextRef field in QuartzTextLayout as it is only used in draw method</title>
<updated>2018-05-21T05:20:08+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-05-21T05:20:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e0e105ea1559874a5a9097461d0d7933cb5cbbb4'/>
<id>e0e105ea1559874a5a9097461d0d7933cb5cbbb4</id>
<content type='text'>
where it can easily be provided. Retaining a CGContextRef in QuartzTextLayout
could lead to it being used after being invalidated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
where it can easily be provided. Retaining a CGContextRef in QuartzTextLayout
could lead to it being used after being invalidated.
</pre>
</div>
</content>
</entry>
<entry>
<title>Modernize Platform.h (4) - update Surface to use string_view for text arguments.</title>
<updated>2018-05-14T04:39:55+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-05-14T04:39:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3fe056899ac8ad4882f59e196aaa56cd31c2e547'/>
<id>3fe056899ac8ad4882f59e196aaa56cd31c2e547</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce casts by moving casting from char* to UInt8* into QuartzTextLayout::SetText</title>
<updated>2018-04-21T22:22:53+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-04-21T22:22:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=23ef8619d029b9edbe0f19212a6b3954b9f79874'/>
<id>23ef8619d029b9edbe0f19212a6b3954b9f79874</id>
<content type='text'>
and adding helper TextStyleFromFont to cast from Font to QuartzTextStyle.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and adding helper TextStyleFromFont to cast from Font to QuartzTextStyle.
</pre>
</div>
</content>
</entry>
<entry>
<title>Indented consistently by using astyle.</title>
<updated>2017-06-08T04:51:06+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-06-08T04:51:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=69870956666618aa5c8194abf6fb2967fa14d064'/>
<id>69870956666618aa5c8194abf6fb2967fa14d064</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix warnings for suspicious type conversions and not fully bracketed initializers,</title>
<updated>2015-02-14T00:11:50+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-02-14T00:11:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9b01cf93e9d08be90bdce08a12be77ef4f6332fc'/>
<id>9b01cf93e9d08be90bdce08a12be77ef4f6332fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
