<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/include, branch rel-3-2-3</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>Don't use old GTK1-style typesystem</title>
<updated>2012-09-11T17:39:02+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2012-09-11T17:39:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bbd83663bfd7bdcf41f7e0c5e30442b1ca04be88'/>
<id>bbd83663bfd7bdcf41f7e0c5e30442b1ca04be88</id>
<content type='text'>
This fixes the SCINTILLA_CLASS() and IS_SCINTILLA() macros on GTK3.
No harm on GTK2, those macros are available since 2.0.

This also makes those macros more consistent with the SCINTILLA()
macro that already uses the proper GObject calls.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes the SCINTILLA_CLASS() and IS_SCINTILLA() macros on GTK3.
No harm on GTK2, those macros are available since 2.0.

This also makes those macros more consistent with the SCINTILLA()
macro that already uses the proper GObject calls.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite the GetText translation (po) lexer</title>
<updated>2012-09-08T19:49:11+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2012-09-08T19:49:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=580fe992b298ebe0dda18b1d286b0a06bc7d5e3b'/>
<id>580fe992b298ebe0dda18b1d286b0a06bc7d5e3b</id>
<content type='text'>
The old one had a few bugs and was somewhat limited, this one should
hopefully fix the issues.  The new one should behave like the old one
but adding some more styles and following better the file format.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The old one had a few bugs and was somewhat limited, this one should
hopefully fix the issues.  The new one should behave like the old one
but adding some more styles and following better the file format.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move SCI_VCHOMEDISPLAY[EXTEND] from SciLexer range to Scintilla range.</title>
<updated>2012-08-29T05:41:51+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2012-08-29T05:41:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=49c58915a02a9f82adbea3c94cfe59474f5f830e'/>
<id>49c58915a02a9f82adbea3c94cfe59474f5f830e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SCI_VCHOMEDISPLAYEXTEND keyboard command</title>
<updated>2012-08-26T12:18:30+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2012-08-26T12:18:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6783c288d92d91660afa83aef636c17d8dd7c64a'/>
<id>6783c288d92d91660afa83aef636c17d8dd7c64a</id>
<content type='text'>
This is like SCI_VCHOMEDISPLAY but extending the selection.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is like SCI_VCHOMEDISPLAY but extending the selection.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SCI_VCHOMEDISPLAY keyboard command</title>
<updated>2012-08-24T22:07:55+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2012-08-24T22:07:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d88283eb94e318406cf3b6c1c3d489668ac8e804'/>
<id>d88283eb94e318406cf3b6c1c3d489668ac8e804</id>
<content type='text'>
This works like SCI_HOMEDISPLAY but goes to the first visible character
if on a logical line, like does SCI_VCHOME.  This command makes it
possible to use display-line-aware commands while keeping the "smart
home" feature.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This works like SCI_HOMEDISPLAY but goes to the first visible character
if on a logical line, like does SCI_VCHOME.  This command makes it
possible to use display-line-aware commands while keeping the "smart
home" feature.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add INDIC_SQUIGGLEPIXMAP as a faster version of INDIC_SQUIGGLE.</title>
<updated>2012-08-05T07:25:16+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2012-08-05T07:25:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f69ba9aceede05a682156e755a12dae0321fb5e4'/>
<id>f69ba9aceede05a682156e755a12dae0321fb5e4</id>
<content type='text'>
Based on work by Matthew Brush and Lex Trottman.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on work by Matthew Brush and Lex Trottman.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ncurses platform. Rest of the implementation is an external project.</title>
<updated>2012-07-24T05:29:48+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2012-07-24T05:29:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6728875a9748d11ca2fb92ad36a2e640b03aed38'/>
<id>6728875a9748d11ca2fb92ad36a2e640b03aed38</id>
<content type='text'>
From Mitchell Foral.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From Mitchell Foral.
</pre>
</div>
</content>
</entry>
<entry>
<title>Scale factor implemented for RGBAImages to allow for high definition markers on retina displays.</title>
<updated>2012-07-21T06:57:24+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2012-07-21T06:57:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7dcbdef9d6ae95e7c9232418d12195582faaa54b'/>
<id>7dcbdef9d6ae95e7c9232418d12195582faaa54b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement SCI_GETSELECTIONEMPTY API. Bug #3543121.</title>
<updated>2012-07-16T04:06:12+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2012-07-16T04:06:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=28359bf31e4f696901245bc955df74fd8bdda4bf'/>
<id>28359bf31e4f696901245bc955df74fd8bdda4bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed spelling mistakes.</title>
<updated>2012-07-08T22:40:43+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2012-07-08T22:40:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1e2bd9faf09e5d02216835f62cbd87e0eb538586'/>
<id>1e2bd9faf09e5d02216835f62cbd87e0eb538586</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
