<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/gtk, branch rel-3-4-4</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>Ensure context is not freed for measurement surfaces as it is NULL.</title>
<updated>2014-06-24T08:19:38+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-06-24T08:19:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bef1bd1c8a4c409ccb5e831d62ef42d24489050e'/>
<id>bef1bd1c8a4c409ccb5e831d62ef42d24489050e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK: Don't create unnecessary drawing contexts</title>
<updated>2014-06-23T15:57:07+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2014-06-23T15:57:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e0a9d1ac682f72f02c1cf5836103981ab4fefe06'/>
<id>e0a9d1ac682f72f02c1cf5836103981ab4fefe06</id>
<content type='text'>
When surfaces are created without an explicit target surface they are
only used for measurement purposes, so don't create a unnecessary
drawing context out of the widget's surface.

This avoid calling gdk_cairo_create() outside a draw handler, which
GTK 3.14 stops allowing [1].

[1] https://mail.gnome.org/archives/gtk-devel-list/2014-June/msg00010.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When surfaces are created without an explicit target surface they are
only used for measurement purposes, so don't create a unnecessary
drawing context out of the widget's surface.

This avoid calling gdk_cairo_create() outside a draw handler, which
GTK 3.14 stops allowing [1].

[1] https://mail.gnome.org/archives/gtk-devel-list/2014-June/msg00010.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix crashes on Ubuntu 12.04 caused by overlay scrolll bar causing the drawing</title>
<updated>2014-06-16T01:20:32+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-06-16T01:20:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6fe552a1de2102dc1b097011a4b3b96b52842b31'/>
<id>6fe552a1de2102dc1b097011a4b3b96b52842b31</id>
<content type='text'>
surface to be finished.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
surface to be finished.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove definitions that are provided by make.</title>
<updated>2014-05-31T04:29:27+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-31T04:29:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3702a407e7209329787828e0c09eec733741b637'/>
<id>3702a407e7209329787828e0c09eec733741b637</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Compatibility with makefile conventions: use CXX for C++ compiler and CC for</title>
<updated>2014-05-31T03:49:58+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-31T03:49:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=902f625827a1beb0e3f6f84562dfcf3b6133d92a'/>
<id>902f625827a1beb0e3f6f84562dfcf3b6133d92a</id>
<content type='text'>
C compiler.
Allow overriding file deletion command on command line so that 'rm' can be used
when cross-compiling from Unix to Windows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
C compiler.
Allow overriding file deletion command on command line so that 'rm' can be used
when cross-compiling from Unix to Windows.
</pre>
</div>
</content>
</entry>
<entry>
<title>Header include statements are now in a standardised order with that order</title>
<updated>2014-05-24T05:15:49+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-24T05:15:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4e5903ca21ac15692c94be0167f18b994d3df2f9'/>
<id>4e5903ca21ac15692c94be0167f18b994d3df2f9</id>
<content type='text'>
defined in scripts/HeaderOrder.txt.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
defined in scripts/HeaderOrder.txt.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix missing redraws on GTK &lt; 3.9.2</title>
<updated>2014-05-19T01:19:09+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2014-05-19T01:19:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=aa160f79ad341fca93367e68b1660544c1715b70'/>
<id>aa160f79ad341fca93367e68b1660544c1715b70</id>
<content type='text'>
Also, make the recent redraw fixes depend on the GTK version Scintilla
is running against, rather than built against.  This allows for the
same build to work with both GTK &lt; 3.9.2 or &gt;= 3.9.2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, make the recent redraw fixes depend on the GTK version Scintilla
is running against, rather than built against.  This allows for the
same build to work with both GTK &lt; 3.9.2 or &gt;= 3.9.2.
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK: Avoid flickering when wrapping lines</title>
<updated>2014-05-14T15:13:05+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2014-05-14T15:13:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=442e6bce2e64ae672a5e9879759ef36446b0f382'/>
<id>442e6bce2e64ae672a5e9879759ef36446b0f382</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1567]. Fix display flashing when scrolling with Gtk+ 3.10.</title>
<updated>2014-05-14T11:21:42+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-14T11:21:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a12ff8ecb654569d32cb11baa71d4fb46196b3da'/>
<id>a12ff8ecb654569d32cb11baa71d4fb46196b3da</id>
<content type='text'>
Includes work from Sébastien Granjoux and Colomban Wendling.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Includes work from Sébastien Granjoux and Colomban Wendling.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use exact SciFnDirect function signature for DirectFunction as earlier version</title>
<updated>2014-05-02T13:19:27+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-02T13:19:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=42ce770c6497f865ce34a93f63cc376c3152f3c4'/>
<id>42ce770c6497f865ce34a93f63cc376c3152f3c4</id>
<content type='text'>
depended on undefined behaviour.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
depended on undefined behaviour.
</pre>
</div>
</content>
</entry>
</feed>
