<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/gtk, branch rel-3-7-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>GTK: Fix autoc font size on GTK &gt;= 3.21.0</title>
<updated>2016-09-06T17:56:17+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2016-09-06T17:56:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ecd3c53ab68973a889dbc9ab1df7eb4b1cf2e9b9'/>
<id>ecd3c53ab68973a889dbc9ab1df7eb4b1cf2e9b9</id>
<content type='text'>
GTK 3.21.0 fixed font size handling, leading to properly interpreting
pixels and points in CSS declarations.  However, as older versions
incorrectly handled those, the code has to handle both behaviours.

From CSS, GTK &lt; 3.21.0 actually applied the conversion to points, but
incorrectly: 10px was used as 10pt, but 10pt was scaled up twice.

So, assuming 96 DPI, it leads to:

font-size | 3.20.0  | 3.21.0  |
----------|---------|---------|
10px      | 13.33px | 10px    |
10pt      | 17.77px | 13.33px |

So, we need to fix the code to accommodate for both (either scaling
ourselves, or adapting the unit: I chose the second, simpler, option).

See https://git.gnome.org/browse/gtk+/commit/?id=df08fc91bdc1d2e4c866122304fabe4dd298a7de
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GTK 3.21.0 fixed font size handling, leading to properly interpreting
pixels and points in CSS declarations.  However, as older versions
incorrectly handled those, the code has to handle both behaviours.

From CSS, GTK &lt; 3.21.0 actually applied the conversion to points, but
incorrectly: 10px was used as 10pt, but 10pt was scaled up twice.

So, assuming 96 DPI, it leads to:

font-size | 3.20.0  | 3.21.0  |
----------|---------|---------|
10px      | 13.33px | 10px    |
10pt      | 17.77px | 13.33px |

So, we need to fix the code to accommodate for both (either scaling
ourselves, or adapting the unit: I chose the second, simpler, option).

See https://git.gnome.org/browse/gtk+/commit/?id=df08fc91bdc1d2e4c866122304fabe4dd298a7de
</pre>
</div>
</content>
</entry>
<entry>
<title>Regenerate deps.mak to include LexJSON.</title>
<updated>2016-08-30T03:56:39+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-08-30T03:56:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=790d8b107072162b1ac3fbe4b8a9b449557b2d29'/>
<id>790d8b107072162b1ac3fbe4b8a9b449557b2d29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1154]. GTK: Allow out-of-sources build.</title>
<updated>2016-08-27T12:41:05+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2016-08-27T12:41:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e9452759bdc6789aef77415a858833a83748e117'/>
<id>e9452759bdc6789aef77415a858833a83748e117</id>
<content type='text'>
Allow out-of-sources build by setting Make variable srcdir.
This still generates the scintilla.a library in the source directory, though.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow out-of-sources build by setting Make variable srcdir.
This still generates the scintilla.a library in the source directory, though.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1846]. Allow setting ARFLAGS for make.</title>
<updated>2016-08-11T05:01:54+00:00</updated>
<author>
<name>Van de Bugger</name>
<email>unknown</email>
</author>
<published>2016-08-11T05:01:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=23e35f8bfb6bea4db89828c8f8732697d9e8d8f1'/>
<id>23e35f8bfb6bea4db89828c8f8732697d9e8d8f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1845]. Allow recreating deps.mak if ever deleted.</title>
<updated>2016-08-11T04:57:50+00:00</updated>
<author>
<name>Van de Bugger</name>
<email>unknown</email>
</author>
<published>2016-08-11T04:57:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=46aebe9a9cc1f55c32cbfe5b9d7c70ed99597da5'/>
<id>46aebe9a9cc1f55c32cbfe5b9d7c70ed99597da5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1844]. Allow setting CFLAGS for make.</title>
<updated>2016-08-11T04:50:36+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>unknown</email>
</author>
<published>2016-08-11T04:50:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=599fea3bef25e5ee374be2a73833fe1afa440501'/>
<id>599fea3bef25e5ee374be2a73833fe1afa440501</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1851]. Fix scroll bar size warnings.</title>
<updated>2016-08-10T00:59:37+00:00</updated>
<author>
<name>Chris Mayo</name>
<email>unknown</email>
</author>
<published>2016-08-10T00:59:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=eed2fb4fe4adde63579112e571d114aa8356f41d'/>
<id>eed2fb4fe4adde63579112e571d114aa8356f41d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1831]. Fix GTK+ error due to not allocating enough space for scrollbars.</title>
<updated>2016-05-21T21:55:12+00:00</updated>
<author>
<name>Johannes Sasongko</name>
<email>sasongko@gmail.com</email>
</author>
<published>2016-05-21T21:55:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7a1afd092ba232b96278353bef709035871e4323'/>
<id>7a1afd092ba232b96278353bef709035871e4323</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Normalized formatting.</title>
<updated>2016-05-18T00:07:31+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>unknown</email>
</author>
<published>2016-05-18T00:07:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e968d1fbe004554ff8173d91982d9ec7bed6438a'/>
<id>e968d1fbe004554ff8173d91982d9ec7bed6438a</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-05-17T20:11:17+00:00</updated>
<author>
<name>Thomas Martitz</name>
<email>kugel@rockbox.org</email>
</author>
<published>2016-05-17T20:11:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ace28857b70d8a8fe97cdf29f937614eb13de781'/>
<id>ace28857b70d8a8fe97cdf29f937614eb13de781</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>
</feed>
