<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch rel-1-42</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>Fixed bug where changing to wrap mode when horizontally scrolled led to</title>
<updated>2001-12-23T10:37:49+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-12-23T10:37:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b173e7f0ef6456f309292713048a14c4aa407188'/>
<id>b173e7f0ef6456f309292713048a14c4aa407188</id>
<content type='text'>
that sroll amount being kept with no way to return it to 0. Now setting
to wrap mode sets the x offset to 0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
that sroll amount being kept with no way to return it to 0. Now setting
to wrap mode sets the x offset to 0.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug with finding a column when there is a tab in the line.</title>
<updated>2001-12-23T02:00:14+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-12-23T02:00:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1eb275016cabd6def66796ec48c516c1dacc3ec8'/>
<id>1eb275016cabd6def66796ec48c516c1dacc3ec8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed MovePositionSoVisible so that when navigating with arrow keys, the</title>
<updated>2001-12-23T01:03:32+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-12-23T01:03:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8f3017b66060885334c606876758d57e4c2298ba'/>
<id>8f3017b66060885334c606876758d57e4c2298ba</id>
<content type='text'>
caret will move over folds correctly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
caret will move over folds correctly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimisation that avoids creating the lines and docLines arrays unless</title>
<updated>2001-12-23T01:02:34+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-12-23T01:02:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=07e775f70b5ebeb25a45cfa53e14291e59205a3e'/>
<id>07e775f70b5ebeb25a45cfa53e14291e59205a3e</id>
<content type='text'>
needed because a line has been folded or has a height greater than 1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
needed because a line has been folded or has a height greater than 1.
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch from stephan to avoid setting cursor to the same value multiple</title>
<updated>2001-12-20T22:44:04+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-12-20T22:44:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5cd80a8dce1c7f35546567b0e2af6bed3e1116d8'/>
<id>5cd80a8dce1c7f35546567b0e2af6bed3e1116d8</id>
<content type='text'>
times on GTK+ as it is retained by the window.
Minor cleanups.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
times on GTK+ as it is retained by the window.
Minor cleanups.
</pre>
</div>
</content>
</entry>
<entry>
<title>Unicode and multi-byte fixes to edge display and column number calculation.</title>
<updated>2001-12-20T09:34:03+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-12-20T09:34:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4209844b34933164f564c9f863a86d4dd357b5b6'/>
<id>4209844b34933164f564c9f863a86d4dd357b5b6</id>
<content type='text'>
Tab arrows are drawn within their areas when line height is large.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tab arrows are drawn within their areas when line height is large.
</pre>
</div>
</content>
</entry>
<entry>
<title>Increased allocations for laying out and wrapping lines to allow 16000</title>
<updated>2001-12-20T07:28:44+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-12-20T07:28:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f424af8c571b9d3fb96503123d1375fb037af098'/>
<id>f424af8c571b9d3fb96503123d1375fb037af098</id>
<content type='text'>
characters and 400 lines.
Optimised display by reusing a LineLayout for all the visible lines of a
document line.
Fixed some processing of multi-byte and UTF-8 characters so that, for
example, performing a rectangular selection does not select partial
characters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
characters and 400 lines.
Optimised display by reusing a LineLayout for all the visible lines of a
document line.
Fixed some processing of multi-byte and UTF-8 characters so that, for
example, performing a rectangular selection does not select partial
characters.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added changeable attribute to styles that defaults to true. When it is</title>
<updated>2001-12-20T02:29:36+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-12-20T02:29:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0833380d77939a98c98a22060f8904efd393b86e'/>
<id>0833380d77939a98c98a22060f8904efd393b86e</id>
<content type='text'>
false, text in this style is read only.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
false, text in this style is read only.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed some warnings from Borland.</title>
<updated>2001-12-19T10:20:17+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-12-19T10:20:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0aef439b189f9329b1476b10f3462de1bbf6f527'/>
<id>0aef439b189f9329b1476b10f3462de1bbf6f527</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Wrapping supported.</title>
<updated>2001-12-19T07:42:43+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-12-19T07:42:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a16eeebe64a3b61a438d86b58ba3602938fd996b'/>
<id>a16eeebe64a3b61a438d86b58ba3602938fd996b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
