<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/scripts, branch rel-3-7-5</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>Use unique_ptr and forward_list to regularize PerLine data structures.</title>
<updated>2017-05-21T13:22:45+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-05-21T13:22:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f5709222a78870805711812cbfd6a65bbd4daf48'/>
<id>f5709222a78870805711812cbfd6a65bbd4daf48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make SparseVector work with move-only types.</title>
<updated>2017-05-21T13:08:04+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-05-21T13:08:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3debda34b8aa21a770142a055b8fa7e4a8a7355f'/>
<id>3debda34b8aa21a770142a055b8fa7e4a8a7355f</id>
<content type='text'>
Define UniqueString as a move-only string and use in a SparseVector for
ContractionState.
Remove SparseVector method specializations that are no longer needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Define UniqueString as a move-only string and use in a SparseVector for
ContractionState.
Remove SparseVector method specializations that are no longer needed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Standardize on C++ headers, remove headers that aren't needed and add &lt;cstddef&gt;</title>
<updated>2017-03-31T23:43:59+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-03-31T23:43:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0c9d87b081f9dd3856194f71f1643c99994d0b95'/>
<id>0c9d87b081f9dd3856194f71f1643c99994d0b95</id>
<content type='text'>
where it may be needed in the future.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
where it may be needed in the future.
</pre>
</div>
</content>
</entry>
<entry>
<title>Automatically add new lexers to Xcode project in LexGen.py.</title>
<updated>2017-02-15T10:07:50+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-02-15T10:07:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=990f3dd28013b356e822fd74c1f1de578f9eff09'/>
<id>990f3dd28013b356e822fd74c1f1de578f9eff09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add &lt;iostream&gt; to header order.</title>
<updated>2017-02-11T00:09:03+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-02-11T00:09:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5bd32babfe8721de32026d78378848f90fe6d68c'/>
<id>5bd32babfe8721de32026d78378848f90fe6d68c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1901]. Make trackpad scrolling work on Wayland.</title>
<updated>2017-02-01T03:00:16+00:00</updated>
<author>
<name>John Flatness</name>
<email>unknown</email>
</author>
<published>2017-02-01T03:00:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7df292924c5f0afad4035e6958a0e000bfdbd4f6'/>
<id>7df292924c5f0afad4035e6958a0e000bfdbd4f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extend header checking to include directory and add Sci_Position.h.</title>
<updated>2016-11-16T00:46:39+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-11-16T00:46:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=70bee9d94c7107068d5cbf9c564b257ba40f0add'/>
<id>70bee9d94c7107068d5cbf9c564b257ba40f0add</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add stdint.h to header ordering in case used in future.</title>
<updated>2016-10-27T04:07:21+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-10-27T04:07:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ecd8f966b7c5d33ec3403ed061cb996300ce9169'/>
<id>ecd8f966b7c5d33ec3403ed061cb996300ce9169</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial accessibility support for the GTK platform v7</title>
<updated>2016-10-21T07:13:48+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2016-10-21T07:13:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4fb0634baacd401402eca2c1dbfdbbb77ebaece9'/>
<id>4fb0634baacd401402eca2c1dbfdbbb77ebaece9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Script for checking that all headers are included in a standard order.</title>
<updated>2016-10-18T02:41:04+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-10-18T02:41:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6ba2bf509719eda189d21ec2029042f3a4b317e1'/>
<id>6ba2bf509719eda189d21ec2029042f3a4b317e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
