<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch rel-3-3-0</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>Add ScrollRange feature.</title>
<updated>2013-03-20T09:37:41+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-03-20T09:37:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d123f6bfc56638d3da96d429d80e289adc477178'/>
<id>d123f6bfc56638d3da96d429d80e289adc477178</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug: [#1455]. Fix unfolding when new line inserted.</title>
<updated>2013-03-18T04:23:08+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-03-18T04:23:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d2943f93973d17fa4e174c337555d8c32d13d342'/>
<id>d2943f93973d17fa4e174c337555d8c32d13d342</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix margin drawing with Cocoa when always-visible scrollbars turned on.</title>
<updated>2013-03-16T10:00:54+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-03-16T10:00:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d54e3a3ac23da0b6fce2c7fa55cbe22a05cc2aef'/>
<id>d54e3a3ac23da0b6fce2c7fa55cbe22a05cc2aef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug: [#1453]. Make subsequent tab markers visible on GTK+.</title>
<updated>2013-03-15T23:54:28+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-03-15T23:54:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9a54a91010faad3a593889088eb774b9cde8af5f'/>
<id>9a54a91010faad3a593889088eb774b9cde8af5f</id>
<content type='text'>
Patch from Mark Yen at ActiveState with code simplified by Neil.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch from Mark Yen at ActiveState with code simplified by Neil.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use an NSScrollView on Cocoa for kinetic scrolling and hiding scrollbars unless wanted.</title>
<updated>2013-03-15T12:34:46+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-03-15T12:34:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9d124ce8cc3b212187f8b9637bf6c4685377fa87'/>
<id>9d124ce8cc3b212187f8b9637bf6c4685377fa87</id>
<content type='text'>
Also affects platform-independent code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also affects platform-independent code.
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify calculation of visible line for point.</title>
<updated>2013-03-15T08:59:09+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-03-15T08:59:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b1d807a2f536979f04380d03586379d5ac658dfc'/>
<id>b1d807a2f536979f04380d03586379d5ac658dfc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement high-priority idle work on Cocoa to avoid abandoning paints in some situations.</title>
<updated>2013-03-12T23:21:33+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-03-12T23:21:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=695b55bd771de78c84878da2109d1a6dec02b90a'/>
<id>695b55bd771de78c84878da2109d1a6dec02b90a</id>
<content type='text'>
Rename IdleStyling to IdleWork.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename IdleStyling to IdleWork.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add different types of task to StyleNeeded mechanism, renaming to WorkNeeded.</title>
<updated>2013-03-12T22:38:48+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-03-12T22:38:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=16bbde7481613d3227d54490c07bcf5c8aecb8eb'/>
<id>16bbde7481613d3227d54490c07bcf5c8aecb8eb</id>
<content type='text'>
Ask to perform update UI work for some selection moves.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ask to perform update UI work for some selection moves.
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle test and reset of needUpdateUI in NotifyUpdateUI so less chance of desync.</title>
<updated>2013-03-12T22:32:45+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-03-12T22:32:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3ec002dcf312faa7c72220062f1941cf366e744b'/>
<id>3ec002dcf312faa7c72220062f1941cf366e744b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Editor: SCI_LINESCROLL: treat columns as signed</title>
<updated>2013-02-25T23:20:58+00:00</updated>
<author>
<name>Mook</name>
<email>marky@activestate.com</email>
</author>
<published>2013-02-25T23:20:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=124b2f79616f21eb4189a45bead308c628b56242'/>
<id>124b2f79616f21eb4189a45bead308c628b56242</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
