Daniel Kamil Kozar
Daniel Kamil Kozar
> the UI is currently running on a _normal_ 96dpi 100% zoomed display. My new 4K display just happens to be there, _not_ displaying transgui. This is just conjecture, but...
If you take a look at the diff between master and `v5.18.0`, you'll see that there's wasn't really a lot of activity since the last release. Most of the changes...
Duplicate of #1241.
UDP port 53 is DNS. 94.140.14.14 is supposed to be one of AdGuard DNS servers, according to a quick web search. This means that the GUI is simply trying to...
There is no code in the project (at least that I'm aware of) which would send DNS requests explicitly. This request was most probably generated by the OS itself (via...
Fixed in https://github.com/xavery/transgui/commit/aa8ba99c922111feda2d1c71e555874dd1640b60
@hetzjagd Pretty much what @Mrnofish said. Unfortunately, there are no user serviceable parts here with regards to this. As it stands now, dark themes are supported on both Linux and...
Okay. Still very confused about all this. It looks like support for dark mode in Win32 applications is generally in a kind of a messy state where it's officially not...
Possibly related to #1378
Emojis are outside the BMP so the JSON Transmission sends us will use two UTF-16 code units to represent those. Thus this is most likely caused by https://gitlab.com/freepascal.org/fpc/source/-/issues/38624 and should...