<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/gtk/makefile, branch rel-3-6-6</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>GTK: Add makefile rules to auto-generate marshallers</title>
<updated>2016-05-16T22:52:28+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2016-05-16T22:52:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=99d52264a609b61e8639f3c1087a78fedb0b9de8'/>
<id>99d52264a609b61e8639f3c1087a78fedb0b9de8</id>
<content type='text'>
This makes it easier to update or add new marshallers.

Also, re-generate the current one using a current version of
glib-genmarshal, which generates different output (accessing different
fields for enum and flags) since at least 2008.  Although neither of
these types are currently used, it seems safer this way.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it easier to update or add new marshallers.

Also, re-generate the current one using a current version of
glib-genmarshal, which generates different output (accessing different
fields for enum and flags) since at least 2008.  Although neither of
these types are currently used, it seems safer this way.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backed out changeset: 89cda794d0dd as fixed changeset will be sent by author.</title>
<updated>2016-05-17T11:58:45+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-05-17T11:58:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9075832b2e345bb3ffe5d9b53ce3b899dc3a1efa'/>
<id>9075832b2e345bb3ffe5d9b53ce3b899dc3a1efa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable g-ir-scanner to scan ScintillaObject signals</title>
<updated>2016-04-26T15:09:25+00:00</updated>
<author>
<name>Thomas Martitz</name>
<email>kugel@rockbox.org</email>
</author>
<published>2016-04-26T15:09:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=17a38b0f6efc4a0d847ab502773dafa9939999d8'/>
<id>17a38b0f6efc4a0d847ab502773dafa9939999d8</id>
<content type='text'>
Currently, the ScintillaObject signals can't be used from python code via
gobject-introspection. This is because g-ir-scanner does not properly scan
the signals.

For signals, there is the additional requirement that parameters have are
registered GTypes. For the sci-notify signal, this can be accomplished by
boxing SCNotification.

In addition, g-ir-scanner also runs on Scintilla.h where it picks up
additional structs.

test/gi/ is updated accordingly. The test python script is enhanced
to showcase the signals (some fixes to the makefile are included as well).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, the ScintillaObject signals can't be used from python code via
gobject-introspection. This is because g-ir-scanner does not properly scan
the signals.

For signals, there is the additional requirement that parameters have are
registered GTypes. For the sci-notify signal, this can be accomplished by
boxing SCNotification.

In addition, g-ir-scanner also runs on Scintilla.h where it picks up
additional structs.

test/gi/ is updated accordingly. The test python script is enhanced
to showcase the signals (some fixes to the makefile are included as well).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes for problems with C++11 &lt;regex&gt;.</title>
<updated>2016-04-28T06:07:24+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>unknown</email>
</author>
<published>2016-04-28T06:07:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=dcc0fbcf61a9f2a12798b78a1e5d836d906e3b7e'/>
<id>dcc0fbcf61a9f2a12798b78a1e5d836d906e3b7e</id>
<content type='text'>
For Qt on Unix, set to build as C++11. Avoid deprecation warnings in PySide.
For GTK+ allow turning off C++11 &lt;regex&gt; with make NO_CXX11_REGEX=1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For Qt on Unix, set to build as C++11. Avoid deprecation warnings in PySide.
For GTK+ allow turning off C++11 &lt;regex&gt; with make NO_CXX11_REGEX=1.
</pre>
</div>
</content>
</entry>
<entry>
<title>To avoid failures with MinGW 4.9 switch language standard from c++0x to gnu++0x.</title>
<updated>2016-03-06T22:54:27+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-03-06T22:54:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ee52a9e466d956214c9e12498a3f41159b54d678'/>
<id>ee52a9e466d956214c9e12498a3f41159b54d678</id>
<content type='text'>
MinGW 4.9 doesn't install a copy of gcc as cc.exe so explicitly set CC=gcc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MinGW 4.9 doesn't install a copy of gcc as cc.exe so explicitly set CC=gcc.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use -fPIC on Windows due to warnings.</title>
<updated>2015-11-10T23:20:36+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-11-10T23:20:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7bcfb35c5dda3bb36c3c16b1e28dc22c086ab039'/>
<id>7bcfb35c5dda3bb36c3c16b1e28dc22c086ab039</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add -fPIC for position-independent code to allow linking as a shared library.</title>
<updated>2015-11-09T07:23:01+00:00</updated>
<author>
<name>Neil</name>
<email>unknown</email>
</author>
<published>2015-11-09T07:23:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=96de7b8b552a6bf51d2babe9d0712a753eb47343'/>
<id>96de7b8b552a6bf51d2babe9d0712a753eb47343</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow using C++11 &lt;regex&gt; for searches as a provisional feature.</title>
<updated>2014-10-02T08:17:13+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-10-02T08:17:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2603f1e2074b0f880886b533ffc47ecef4fd33f7'/>
<id>2603f1e2074b0f880886b533ffc47ecef4fd33f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clang warns for register keyword used in system headers so turn off warning.</title>
<updated>2014-08-02T01:22:04+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-08-02T01:22:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=93c79a010a0c9c295c95ac04798668bd59277269'/>
<id>93c79a010a0c9c295c95ac04798668bd59277269</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Split out EditModel, MarginView, and EditView classes into separate files.</title>
<updated>2014-07-08T08:05:35+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-07-08T08:05:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5bfc97a368eb7c8d3c78b0c454be806d6dcb6340'/>
<id>5bfc97a368eb7c8d3c78b0c454be806d6dcb6340</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
