<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/qt/ScintillaEditBase/PlatQt.cpp, branch sciteco-rel-5-6-2</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>Update deprecated methods for Qt 6+.</title>
<updated>2026-03-01T23:36:18+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-03-01T23:36:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2a0dd1586414f83b55cb20d11042fb49efc88419'/>
<id>2a0dd1586414f83b55cb20d11042fb49efc88419</id>
<content type='text'>
QDropEvent::pos -&gt; position for Qt6.
QMessageBox constructor updated to variant with single buttons argument.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
QDropEvent::pos -&gt; position for Qt6.
QMessageBox constructor updated to variant with single buttons argument.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SCI_AUTOC{G,S}ETIMAGESCALE and implement for Qt and GTK.</title>
<updated>2025-05-12T01:38:13+00:00</updated>
<author>
<name>orbitalquark</name>
<email>70453897+orbitalquark@users.noreply.github.com</email>
</author>
<published>2025-05-12T01:38:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=140a921a133ee63337e8dfe1c7261b7eb86399e9'/>
<id>140a921a133ee63337e8dfe1c7261b7eb86399e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2464]. On Qt, draw clipped UTF-8 text correctly.</title>
<updated>2025-02-26T21:47:04+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-02-26T21:47:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8e68addb0c225ea36392777399373a645b5744a0'/>
<id>8e68addb0c225ea36392777399373a645b5744a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SCI_STYLESETSTRETCH to support condensed and expanded text styles.</title>
<updated>2024-08-15T09:02:46+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-08-15T09:02:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=dcbc339899911e1a3a743de1c0c25d0c253dd39a'/>
<id>dcbc339899911e1a3a743de1c0c25d0c253dd39a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove _CRT_SECURE_NO_DEPRECATE.</title>
<updated>2023-02-22T02:53:37+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-02-22T02:53:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=353d1f300549f23b7c8c2914fa5d19f5ec6aa48b'/>
<id>353d1f300549f23b7c8c2914fa5d19f5ec6aa48b</id>
<content type='text'>
Replace [v]sprintf with bounds checked [v]snprintf.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace [v]sprintf with bounds checked [v]snprintf.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2373]. Fix indicator drawing past left of text pane over margin.</title>
<updated>2023-01-13T23:14:19+00:00</updated>
<author>
<name>John Ehresman</name>
<email>unknown</email>
</author>
<published>2023-01-13T23:14:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=cda69aa65110372aef5f4f9e06dada6b773cd9a8'/>
<id>cda69aa65110372aef5f4f9e06dada6b773cd9a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>On Qt, allow string form XPM images for SCI_REGISTERIMAGE.</title>
<updated>2022-12-01T04:50:34+00:00</updated>
<author>
<name>Mitchell Foral</name>
<email>unknown</email>
</author>
<published>2022-12-01T04:50:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b80ca55f14fc7e0aa582a1b0b2117faf23ec29be'/>
<id>b80ca55f14fc7e0aa582a1b0b2117faf23ec29be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Force window onto screen when above it. Helps show autompletion when scrolled</title>
<updated>2022-08-01T06:11:09+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-08-01T06:11:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e7df93070d5739eea3fc02663bf685852ab50735'/>
<id>e7df93070d5739eea3fc02663bf685852ab50735</id>
<content type='text'>
away from caret.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
away from caret.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid crash when point of autocompletion not on any screen by assuming the</title>
<updated>2022-08-01T06:09:54+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-08-01T06:09:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=90ad82b21dc2902b63707ab0fb8367dd47909412'/>
<id>90ad82b21dc2902b63707ab0fb8367dd47909412</id>
<content type='text'>
primary screen.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
primary screen.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use drawTiledPixmap instead of explicit tiling code.</title>
<updated>2022-03-23T23:02:30+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-03-23T23:02:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1deaab0fb9d38b6a6f3d1efc5363396299ed5168'/>
<id>1deaab0fb9d38b6a6f3d1efc5363396299ed5168</id>
<content type='text'>
This removes limitation of only supporting 8x8 patterns and should be faster.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This removes limitation of only supporting 8x8 patterns and should be faster.
</pre>
</div>
</content>
</entry>
</feed>
