<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/gtk, branch rel-2-23</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>Remove styling idle in destructor to avoid crashing when idle called</title>
<updated>2010-12-03T03:20:16+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-12-03T03:20:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ce8b7a56309b1eb98035dffd929b999a25493735'/>
<id>ce8b7a56309b1eb98035dffd929b999a25493735</id>
<content type='text'>
after ScintillaGTK instance destroyed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
after ScintillaGTK instance destroyed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Horizontal or vertical lines can be more precisely drawn as a filled</title>
<updated>2010-11-05T11:50:12+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-11-05T11:50:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c74941f39e03b2d36f70a9d6c35b693d9fc75926'/>
<id>c74941f39e03b2d36f70a9d6c35b693d9fc75926</id>
<content type='text'>
rectangle as this avoids antialiasing the end points which makes them
less intense.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rectangle as this avoids antialiasing the end points which makes them
less intense.
</pre>
</div>
</content>
</entry>
<entry>
<title>Turn Cairo back on.</title>
<updated>2010-11-05T09:03:03+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-11-05T09:03:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=89eb810d88cf05ac005540e86920dbe67accc30f'/>
<id>89eb810d88cf05ac005540e86920dbe67accc30f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change fold markers to connect better with Cairo drawing that</title>
<updated>2010-11-05T08:41:02+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-11-05T08:41:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=582553de962c49e01f595136906b5e9d14914ba1'/>
<id>582553de962c49e01f595136906b5e9d14914ba1</id>
<content type='text'>
avoids last pixel with LineTo.
Changed RectangleDraw and Ellipse to align better with lines
and so match fold markers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
avoids last pixel with LineTo.
Changed RectangleDraw and Ellipse to align better with lines
and so match fold markers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make Cairo line drawing more compatible with GDK by not drawing last</title>
<updated>2010-11-05T07:35:33+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-11-05T07:35:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=db26221bb09b7bbbbc48f452803d7b8252a301e0'/>
<id>db26221bb09b7bbbbc48f452803d7b8252a301e0</id>
<content type='text'>
pixel when this is easy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pixel when this is easy.
</pre>
</div>
</content>
</entry>
<entry>
<title>Can draw with Cairo rather than GDK for compatibility with newer versions of GTK+.</title>
<updated>2010-11-02T09:32:11+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-11-02T09:32:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=72e65a52fa9a111efdcb107b198e694ea4ce65a9'/>
<id>72e65a52fa9a111efdcb107b198e694ea4ce65a9</id>
<content type='text'>
Will be required for GTK+ 3.0 although not tested with 3.0 or development version 2.9.
Can be turned on with USE_CAIRO definition and this is selected automatically for
GTK+ 2.22 or later.
Cairo is antialiased so some drawing will appear different.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Will be required for GTK+ 3.0 although not tested with 3.0 or development version 2.9.
Can be turned on with USE_CAIRO definition and this is selected automatically for
GTK+ 2.22 or later.
Cairo is antialiased so some drawing will appear different.
</pre>
</div>
</content>
</entry>
<entry>
<title>Using non-deprecated functions for manipulating widget flags.</title>
<updated>2010-10-21T00:31:43+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2010-10-21T00:31:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1f4d63e74f6c1f942e5602ecaec82188a814ce10'/>
<id>1f4d63e74f6c1f942e5602ecaec82188a814ce10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved declarations for GdkFont code inside ifndef to avoid warnings.</title>
<updated>2010-08-18T23:47:44+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-08-18T23:47:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9b2502bd7230644985cc4fef07555add8b340f20'/>
<id>9b2502bd7230644985cc4fef07555add8b340f20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated for ILexer.h.</title>
<updated>2010-08-18T03:13:16+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2010-08-18T03:13:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=46467979142dfadbbb266104b21973fb91c5c2ac'/>
<id>46467979142dfadbbb266104b21973fb91c5c2ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed deprecation flags to turn off GdkFont use which is deprecated.</title>
<updated>2010-08-18T03:06:53+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2010-08-18T03:06:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ca2e6bee7b8f23253a26fbb8de3f403ca625f061'/>
<id>ca2e6bee7b8f23253a26fbb8de3f403ca625f061</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
