<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch rel-2-23</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>Speed up creating large rectangular selections.</title>
<updated>2010-11-20T20:16:01+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-11-20T20:16:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=28aca42cc9e439d5c409ee9f46165bd3a6ab89c3'/>
<id>28aca42cc9e439d5c409ee9f46165bd3a6ab89c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug #3111957. Use __unix__ rather than unix for compatibility with OpenBSD.</title>
<updated>2010-11-19T22:18:09+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-11-19T22:18:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c2a34e4c96621156dea26615efeedaafaf542ca6'/>
<id>c2a34e4c96621156dea26615efeedaafaf542ca6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove support for Borland C++.</title>
<updated>2010-11-10T11:15:14+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-11-10T11:15:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f274156575e9eabfe011b7934d4c9a547c8270f7'/>
<id>f274156575e9eabfe011b7934d4c9a547c8270f7</id>
<content type='text'>
Use a library for the lexers with MSVC to simplify SciTE makefile.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use a library for the lexers with MSVC to simplify SciTE makefile.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for bug #3103936. Backwards search with code page 936 does not match at line start.</title>
<updated>2010-11-07T22:44:57+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-11-07T22:44:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9b3c16e516943805e76dec0fee70d76e97a826ea'/>
<id>9b3c16e516943805e76dec0fee70d76e97a826ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Lexer for Motorola 68000 assembler.</title>
<updated>2010-11-05T22:14:26+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-11-05T22:14:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=934758d6a6de8876c2dba9195cde71e21a60d1ba'/>
<id>934758d6a6de8876c2dba9195cde71e21a60d1ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Undo previous change to folding markers as can be fixed Cairo drawing</title>
<updated>2010-11-05T11:41:18+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-11-05T11:41:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3a6bb3f31f68f1abb3f90578eeedb946aecc47bf'/>
<id>3a6bb3f31f68f1abb3f90578eeedb946aecc47bf</id>
<content type='text'>
can be fixed in PlatGTK.cxx.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
can be fixed in PlatGTK.cxx.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change fold markers to connect better with Cairo drawing that</title>
<updated>2010-11-05T08:41:02+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-11-05T08:41:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=582553de962c49e01f595136906b5e9d14914ba1'/>
<id>582553de962c49e01f595136906b5e9d14914ba1</id>
<content type='text'>
avoids last pixel with LineTo.
Changed RectangleDraw and Ellipse to align better with lines
and so match fold markers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
avoids last pixel with LineTo.
Changed RectangleDraw and Ellipse to align better with lines
and so match fold markers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid warning for unused assignment.</title>
<updated>2010-11-02T23:33:36+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-11-02T23:33:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3a91f50e3957346d868a5fee9d87e87a47778fd3'/>
<id>3a91f50e3957346d868a5fee9d87e87a47778fd3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change creation of stippled pixmaps to use FillRectangle calls rather than LineTo</title>
<updated>2010-11-02T09:29:18+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-11-02T09:29:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=693ea2107843b455ca37bdf4dc65166cd892f6d2'/>
<id>693ea2107843b455ca37bdf4dc65166cd892f6d2</id>
<content type='text'>
to avoid blurry images when using an antialiased drawing library like Cairo.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to avoid blurry images when using an antialiased drawing library like Cairo.
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation.</title>
<updated>2010-10-31T09:21:46+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-10-31T09:21:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8a2f5c937bed4c2473a183363b2c51070e094ddc'/>
<id>8a2f5c937bed4c2473a183363b2c51070e094ddc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
