<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/doc, branch rel-5-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>Fix INDICATOR_HISTORY.</title>
<updated>2022-08-25T23:17:44+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-08-25T23:17:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=84ba032236e9577ca591fbe8a65648217351df23'/>
<id>84ba032236e9577ca591fbe8a65648217351df23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo.</title>
<updated>2022-08-24T03:03:23+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-08-24T03:03:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=297d059674950f0bc5dee24387fd1f3950042599'/>
<id>297d059674950f0bc5dee24387fd1f3950042599</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates for 5.3.0 release.</title>
<updated>2022-08-24T02:34:55+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-08-24T02:34:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f9b3716262fe32331105b01bf6cf18cc4429b5b3'/>
<id>f9b3716262fe32331105b01bf6cf18cc4429b5b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2340] Add option to contract every level for SCI_FOLDALL called</title>
<updated>2022-07-29T23:00:32+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2022-07-29T23:00:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a91e4af5c5fbbe464093e24ae39f980b56598847'/>
<id>a91e4af5c5fbbe464093e24ae39f980b56598847</id>
<content type='text'>
SC_FOLDACTION_CONTRACT_EVERY_LEVEL.
Avoid processing lines multiple times.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SC_FOLDACTION_CONTRACT_EVERY_LEVEL.
Avoid processing lines multiple times.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change log for previous two changes.</title>
<updated>2022-08-01T06:14:35+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-08-01T06:14:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6db9764146c11637c6cc3d6749a566f17e6f3429'/>
<id>6db9764146c11637c6cc3d6749a566f17e6f3429</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update CheckMentioned.py script to handle ...Full structs.</title>
<updated>2022-08-01T06:04:04+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-08-01T06:04:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f785b350d7e0e632a1bc81c96fc0bd76cd013cbc'/>
<id>f785b350d7e0e632a1bc81c96fc0bd76cd013cbc</id>
<content type='text'>
Fix documentation to use correct ID attribute.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix documentation to use correct ID attribute.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve drawing of rounded rectangles with Direct2D.</title>
<updated>2022-08-01T01:03:53+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-08-01T01:03:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ee4e08d81f633437034b05b56a82dc20f474991a'/>
<id>ee4e08d81f633437034b05b56a82dc20f474991a</id>
<content type='text'>
Treat case where outline and fill are same colour as single fill call for more
uniform appearance.
In thin rectangles, shift to semi-circular ends when no room for full rounded
corners.
Use different radius for fill and stroke for more uniform appearance.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Treat case where outline and fill are same colour as single fill call for more
uniform appearance.
In thin rectangles, shift to semi-circular ends when no room for full rounded
corners.
Use different radius for fill and stroke for more uniform appearance.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add image of change history and explain more.</title>
<updated>2022-07-31T12:47:09+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-07-31T12:47:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5d0f00f0ce3cda283149f0ed71fb195fcd5060d8'/>
<id>5d0f00f0ce3cda283149f0ed71fb195fcd5060d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update marker and indicator images to include new styles.</title>
<updated>2022-07-31T22:10:21+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-07-31T22:10:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=70146c50f63db58547cff37c86fa88f5b645cd61'/>
<id>70146c50f63db58547cff37c86fa88f5b645cd61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SC_MARK_BAR marker and INDIC_POINT_TOP indicator which are useful for change</title>
<updated>2022-07-31T12:21:57+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-07-31T12:21:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d38429108f2035d9fab0919271f6715cd1b7eda6'/>
<id>d38429108f2035d9fab0919271f6715cd1b7eda6</id>
<content type='text'>
history. Tweak size of INDIC_POINT and INDIC_POINTCHARACTER. Let translucency of
INDIC_COMPOSITIONTHICK be adjusted.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
history. Tweak size of INDIC_POINT and INDIC_POINTCHARACTER. Let translucency of
INDIC_COMPOSITIONTHICK be adjusted.
</pre>
</div>
</content>
</entry>
</feed>
