<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/gtk, branch rel-2-11</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>Reinstated warning as the command line option causes GCC</title>
<updated>2010-04-06T23:42:13+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-04-06T23:42:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c445609771ccabeb04327cd28d2969bdaf6d0a60'/>
<id>c445609771ccabeb04327cd28d2969bdaf6d0a60</id>
<content type='text'>
4.1 to fail.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
4.1 to fail.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed scintilla.mak as it no longer works.</title>
<updated>2010-03-30T22:54:46+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-03-30T22:54:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9c688a2083e248e7447990ba6d1b9c1caf9c290b'/>
<id>9c688a2083e248e7447990ba6d1b9c1caf9c290b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed support for GTK+ 1.x.</title>
<updated>2010-03-25T23:49:46+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-03-25T23:49:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0fef28514f648522f7e62abee2ed729cf5d94063'/>
<id>0fef28514f648522f7e62abee2ed729cf5d94063</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>New case insensitive searching implementation uses objects implementing</title>
<updated>2010-03-25T12:10:59+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-03-25T12:10:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=374db89c1efb33ef9a169fd7d26ceda068a07d12'/>
<id>374db89c1efb33ef9a169fd7d26ceda068a07d12</id>
<content type='text'>
the CaseFolder interface to fold both search text and document text
so they can be compared with a simple strcmp.
A simple table based folder CaseFolderTable is used for 8 bit encodings
and maps input bytes to folded bytes. For multi-byte encodings
except for UTF-8 a null (output same as input) CaseFolderTable is used.
For UTF-8, more complex subclasses are used which call platform APIs
to perform the folding.
Folding is approximately to lower case although this differs between
platforms.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the CaseFolder interface to fold both search text and document text
so they can be compared with a simple strcmp.
A simple table based folder CaseFolderTable is used for 8 bit encodings
and maps input bytes to folded bytes. For multi-byte encodings
except for UTF-8 a null (output same as input) CaseFolderTable is used.
For UTF-8, more complex subclasses are used which call platform APIs
to perform the folding.
Folding is approximately to lower case although this differs between
platforms.
</pre>
</div>
</content>
</entry>
<entry>
<title>Upper and lower casing now works on non-ASCII characters.</title>
<updated>2010-03-23T05:36:57+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-03-23T05:36:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7eeabefc7dc4324ce78324d801c496d099520832'/>
<id>7eeabefc7dc4324ce78324d801c496d099520832</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for bug #2971618 Middle-click paste inserts text beyond end of line.</title>
<updated>2010-03-17T23:45:05+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-03-17T23:45:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5489c66825c7cb538254cd2a701466962300c595'/>
<id>5489c66825c7cb538254cd2a701466962300c595</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Made multiple paste work on GTK+.</title>
<updated>2010-03-17T23:36:12+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-03-17T23:36:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d88b14af066391e65948299ac46f2977ec2a7a45'/>
<id>d88b14af066391e65948299ac46f2977ec2a7a45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug where extra NUL was inserted when pasting a rectangular</title>
<updated>2010-03-17T23:27:46+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-03-17T23:27:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b546d224e8bb3b86d31e8bcbd5757616e5787ae7'/>
<id>b546d224e8bb3b86d31e8bcbd5757616e5787ae7</id>
<content type='text'>
selection.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
selection.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensured member initialized. Removed EOL whitespace.</title>
<updated>2010-03-13T21:01:22+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-03-13T21:01:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5c0fdd9dd3f026927e46488ab198213e81935b80'/>
<id>5c0fdd9dd3f026927e46488ab198213e81935b80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unused variable and code that calculates it.</title>
<updated>2010-03-13T21:00:21+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-03-13T21:00:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1358e969ebf55c92d89b56fb96164b3e462dec9e'/>
<id>1358e969ebf55c92d89b56fb96164b3e462dec9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
