<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/gtk, branch rel-5-5-5</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>Bug [#2460]. Workaround incorrect scaling of "reverse arrow" cursor under Windows</title>
<updated>2025-02-05T21:11:01+00:00</updated>
<author>
<name>Jiří Techet</name>
<email>techet@gmail.com</email>
</author>
<published>2025-02-05T21:11:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=75ac401067792ada13497cc886961a2f6678cbe0'/>
<id>75ac401067792ada13497cc886961a2f6678cbe0</id>
<content type='text'>
 and HiDPI screens
The GDK_RIGHT_PTR cursor is provided only by GTK - there's no native
Windows cursor of this shape so GTK renders the cursor by itself from
the cursor theme bitmap. The code doing this is apparently buggy and
does not take into account HiDPI screens so on a screen with 300% scaling,
the cursor is 3x smaller.

Workaround this by using GDK_HAND2 which maps to a native Windows cursor
that doesn't suffer from this problem.

See https://sourceforge.net/p/scintilla/bugs/2460/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 and HiDPI screens
The GDK_RIGHT_PTR cursor is provided only by GTK - there's no native
Windows cursor of this shape so GTK renders the cursor by itself from
the cursor theme bitmap. The code doing this is apparently buggy and
does not take into account HiDPI screens so on a screen with 300% scaling,
the cursor is 3x smaller.

Workaround this by using GDK_HAND2 which maps to a native Windows cursor
that doesn't suffer from this problem.

See https://sourceforge.net/p/scintilla/bugs/2460/
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2458]. Add include of cstdint to provide intptr_t and uintptr_t.</title>
<updated>2024-11-25T21:19:54+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-11-25T21:19:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1beb1d8b049d1bc998c513221ba758b633074d58'/>
<id>1beb1d8b049d1bc998c513221ba758b633074d58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>On GTK, allow middle click to insert multiple times within a document.</title>
<updated>2024-10-25T21:38:09+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>unknown</email>
</author>
<published>2024-10-25T21:38:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0ddc57c2a0269a4d4c89042b680f5a1178cb7efa'/>
<id>0ddc57c2a0269a4d4c89042b680f5a1178cb7efa</id>
<content type='text'>
https://github.com/geany/geany/issues/2629
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/geany/geany/issues/2629
</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>Simplify code that sets an empty selection at a position.</title>
<updated>2024-08-09T00:05:41+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-08-09T00:05:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1daf2d728e95854ad648f93e6f17f8f58074d65c'/>
<id>1daf2d728e95854ad648f93e6f17f8f58074d65c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2439]. Prevent warnings in log from unreferencing NULL cursor.</title>
<updated>2024-05-23T22:24:28+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-05-23T22:24:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=197ff990fbf4ae6c4ba3f5635f18d44dab83de00'/>
<id>197ff990fbf4ae6c4ba3f5635f18d44dab83de00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use standard attribute instead of GCC extension to avoid lint diagnostics.</title>
<updated>2024-05-22T00:17:31+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-05-22T00:17:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1589acff0c8429a61b3e3c854efa6278bfc317c4'/>
<id>1589acff0c8429a61b3e3c854efa6278bfc317c4</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 version 5.4.2.</title>
<updated>2024-03-02T08:32:19+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-03-02T08:32:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=018aa335e36259e5028cbc7dfe53c45f293cace0'/>
<id>018aa335e36259e5028cbc7dfe53c45f293cace0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve layout when a text run contains left-to-right and right-to-left ranges.</title>
<updated>2024-02-29T04:15:03+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-02-29T04:15:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=899913225fe6cc67b30be125ef222ce93b87eb22'/>
<id>899913225fe6cc67b30be125ef222ce93b87eb22</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move UndoHistory into its own module that is accessible from CellBuffer and</title>
<updated>2024-01-31T21:56:45+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-01-31T21:56:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c6b542f84e65083552e52768db7bb4c11dcd7a64'/>
<id>c6b542f84e65083552e52768db7bb4c11dcd7a64</id>
<content type='text'>
tests but hidden from most of Scintilla.
Access through std::unique_ptr.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tests but hidden from most of Scintilla.
Access through std::unique_ptr.
</pre>
</div>
</content>
</entry>
</feed>
