<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/gtk, branch rel-1-50</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>DBCSCharLength always returns &gt;= 1 as that makes it much easier to use.</title>
<updated>2003-01-13T10:23:26+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2003-01-13T10:23:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=af65f500483de01136b1fcbaa0f617507e54bf1d'/>
<id>af65f500483de01136b1fcbaa0f617507e54bf1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changes to make DBCS work on GTK+ and handle DBCS sequences longer than 2 bytes.</title>
<updated>2003-01-12T04:47:00+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2003-01-12T04:47:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2a92a28fc51c654890e0d44c19f923a43f2aaba0'/>
<id>2a92a28fc51c654890e0d44c19f923a43f2aaba0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>International input patch from Yukihiro Nakai.</title>
<updated>2003-01-12T04:13:05+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2003-01-12T04:13:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0f6182cbd4caa4e4c308e2afd3cd4fd4dfadf0af'/>
<id>0f6182cbd4caa4e4c308e2afd3cd4fd4dfadf0af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Additions from Yukihiro Nakai to enable DBCS mode on GTK+.</title>
<updated>2003-01-12T04:02:43+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2003-01-12T04:02:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b9a72f1e42a8b75bbd30ccb6b58c06ea91552691'/>
<id>b9a72f1e42a8b75bbd30ccb6b58c06ea91552691</id>
<content type='text'>
DBCS mode for Surface so that different font and text drawing code can be
invoked on GTK+.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DBCS mode for Surface so that different font and text drawing code can be
invoked on GTK+.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implementation of ListBoxX::CaretFromEdge.</title>
<updated>2003-01-12T01:08:30+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2003-01-12T01:08:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=45c9f8fe69720e709e172fee1624433213e037ca'/>
<id>45c9f8fe69720e709e172fee1624433213e037ca</id>
<content type='text'>
Handles changing images.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Handles changing images.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added dependencies on UniConversion and XPM.</title>
<updated>2003-01-12T01:07:18+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2003-01-12T01:07:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b9c632a078850585f420e5521dc747f34c03f39b'/>
<id>b9c632a078850585f420e5521dc747f34c03f39b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ListBox is now an interface which is implemented in ListBoxX.</title>
<updated>2003-01-10T11:37:08+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2003-01-10T11:37:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=480257439122e2c81e59cc07d284921601c83c56'/>
<id>480257439122e2c81e59cc07d284921601c83c56</id>
<content type='text'>
XPM images are saved in an XPMSet so that container does not have to hold
onto them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
XPM images are saved in an XPMSet so that container does not have to hold
onto them.
</pre>
</div>
</content>
</entry>
<entry>
<title>XPM separated from LineMarker and XPMSet implemented.</title>
<updated>2003-01-10T11:35:51+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2003-01-10T11:35:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e03994640641b3fa9914c2e5b4ba4cb73603c8e3'/>
<id>e03994640641b3fa9914c2e5b4ba4cb73603c8e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added XPM.h as the XPM support has been split out of LineMarker.h.</title>
<updated>2003-01-10T11:25:45+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2003-01-10T11:25:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=10707576073a063c9f9443d88c722d56264b954b'/>
<id>10707576073a063c9f9443d88c722d56264b954b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable text form XPM for autocompletion lists.</title>
<updated>2003-01-03T02:45:30+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2003-01-03T02:45:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=042edf4a5c23061562badc91b5e1561f14427a67'/>
<id>042edf4a5c23061562badc91b5e1561f14427a67</id>
<content type='text'>
Enable line form XPM for markers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable line form XPM for markers.
</pre>
</div>
</content>
</entry>
</feed>
