<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/cocoa, branch rel-3-10-0</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>Updated for 3.10.0.</title>
<updated>2018-06-30T13:18:26+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2018-06-30T13:18:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a0d2795cb9f2f2af41ce24e296869654c4b99287'/>
<id>a0d2795cb9f2f2af41ce24e296869654c4b99287</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Add GradientRectangle method to Surface to draw rectangles with vertical or horizontal gradients.</title>
<updated>2018-05-25T21:44:28+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2018-05-25T21:44:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=fba451a1d76be9b6945c9d5d7e219f7d7d1a4260'/>
<id>fba451a1d76be9b6945c9d5d7e219f7d7d1a4260</id>
<content type='text'>
Backport of changeset 6965:90c71d69e3b6.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 6965:90c71d69e3b6.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: 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=9f00df4e57e917035d2f939ce70ccf2ee83a9725'/>
<id>9f00df4e57e917035d2f939ce70ccf2ee83a9725</id>
<content type='text'>
where it can easily be provided. Retaining a CGContextRef in QuartzTextLayout
could lead to it being used after being invalidated.

Backport of changeset 6963:a8774d6100a6.
</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.

Backport of changeset 6963:a8774d6100a6.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Add &lt;vector&gt; to files that include Platform.h as likely needed in future.</title>
<updated>2018-05-25T20:12:55+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2018-05-25T20:12:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=fdcfd5a055e284a035e51b1f4a8e9f5584caea6d'/>
<id>fdcfd5a055e284a035e51b1f4a8e9f5584caea6d</id>
<content type='text'>
Backport of changeset 6959:b534742f5fa5.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 6959:b534742f5fa5.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Fix crashes for invalid DBCS characters when dragging text, changing case of</title>
<updated>2018-05-15T09:20:22+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-05-15T09:20:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8e7274be250aa1b92f9d7b11fa3ae27dec7e2a2f'/>
<id>8e7274be250aa1b92f9d7b11fa3ae27dec7e2a2f</id>
<content type='text'>
text, case-insensitive searching, and retrieving text as UTF-8.

Backport of changeset 6952:7bfe9ec5222a.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
text, case-insensitive searching, and retrieving text as UTF-8.

Backport of changeset 6952:7bfe9ec5222a.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Modernize Platform.h (3) - update Surface to delete WidthChar, use size_t for Polygon and delete the standard copy and assignment methods.</title>
<updated>2018-05-25T17:33:38+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2018-05-25T17:33:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=43566e4211e18057662ff5d8c8d3996b73090d43'/>
<id>43566e4211e18057662ff5d8c8d3996b73090d43</id>
<content type='text'>
Backport of changeset 6940:89fd29243232.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 6940:89fd29243232.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Modernize Platform.h (2) - noexcept, const, constexpr.</title>
<updated>2018-05-14T03:57:03+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-05-14T03:57:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7a4fd484cc8229d3518039c82d950b4fa7f673cb'/>
<id>7a4fd484cc8229d3518039c82d950b4fa7f673cb</id>
<content type='text'>
ColourDesired is an int instead of long for consistency over different platforms.
Changes made to Point, PRectangle, and ColourDesired.
RoundXYPosition removed.

Backport of changeset 6939:7441dcb96e6a.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ColourDesired is an int instead of long for consistency over different platforms.
Changes made to Point, PRectangle, and ColourDesired.
RoundXYPosition removed.

Backport of changeset 6939:7441dcb96e6a.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Modernize Platform.h (1) - noexcept, const, standard methods.</title>
<updated>2018-05-14T03:42:24+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-05-14T03:42:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8e94953b2d9f7d946445759fe31d169879b680c8'/>
<id>8e94953b2d9f7d946445759fe31d169879b680c8</id>
<content type='text'>
Changes made to FontParameters, Font, Window, ListBoxEvent, ListBox, Menu,
DynamicLibrary, and Platform.

Backport of changeset 6938:a42c7cc3254b.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes made to FontParameters, Font, Window, ListBoxEvent, ListBox, Menu,
DynamicLibrary, and Platform.

Backport of changeset 6938:a42c7cc3254b.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Remove dead function and unnecessary casts. Convert C casts to C++ casts.</title>
<updated>2018-05-01T05:35:09+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-05-01T05:35:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=792f41af988cd88a530401fc48c69621387d65fc'/>
<id>792f41af988cd88a530401fc48c69621387d65fc</id>
<content type='text'>
Use nullptr where unambiguous and is C++ as distinct from Objective C.

Backport of changeset 6777:cc47e21d83ea.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use nullptr where unambiguous and is C++ as distinct from Objective C.

Backport of changeset 6777:cc47e21d83ea.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Hoist conversion between NSEvent time and Editor method time into function.</title>
<updated>2018-05-01T05:31:04+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-05-01T05:31:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f57bf0fdab5a7fc041293c799c473132df4f73d0'/>
<id>f57bf0fdab5a7fc041293c799c473132df4f73d0</id>
<content type='text'>
Backport of changeset 6776:21643ea8bb67.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 6776:21643ea8bb67.
</pre>
</div>
</content>
</entry>
</feed>
