Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/remminadoc.gitlab.io.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'public/md__builds__remmina_remmina-ci__remmina_8wiki__problems-and-tweaks__remmina-_r_d_p-and-_hi_d_p_i-scaling.html')
-rw-r--r--public/md__builds__remmina_remmina-ci__remmina_8wiki__problems-and-tweaks__remmina-_r_d_p-and-_hi_d_p_i-scaling.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/md__builds__remmina_remmina-ci__remmina_8wiki__problems-and-tweaks__remmina-_r_d_p-and-_hi_d_p_i-scaling.html b/public/md__builds__remmina_remmina-ci__remmina_8wiki__problems-and-tweaks__remmina-_r_d_p-and-_hi_d_p_i-scaling.html
index 4e09cb832..41c751e2a 100644
--- a/public/md__builds__remmina_remmina-ci__remmina_8wiki__problems-and-tweaks__remmina-_r_d_p-and-_hi_d_p_i-scaling.html
+++ b/public/md__builds__remmina_remmina-ci__remmina_8wiki__problems-and-tweaks__remmina-_r_d_p-and-_hi_d_p_i-scaling.html
@@ -104,7 +104,8 @@ $(document).ready(function(){initNavTree('md__builds__remmina_remmina-ci__remmin
<h2>How should it work</h2>
<p>Windows 10, MacOS, KDE/Qt have a simple approach to HiDPI: an application can declare itself to be HiDPI aware. When the application declares itself HiDPI aware, all graphical drawings to the monitor are not scaled, all pointer motions are not scaled, all mouse cursor are not scaled. But all wigets of the application, like buttons, texts are still correctly rendered at bigger dimensions. Under Qt this can obtained with a single line of code: <code>QGuiApplication::setAttribute(Qt::AA_DisableHighDpiScaling);</code> Unfortunately, Remmina is not a Qt application, it's a GTK application. And Gnome Shell is not Plasma.</p>
<h2>Updates</h2>
-<p>Freedesktop.org in 2022 implemented <a href="https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/143">wp-fractional-scale-v1</a> in the Wayland Protocol. But as said in that MR, "GTK4 only has integer scaling, no expectation for this to change until at least GTK5". So we must wait GTK5 and see if GTK5 will also expose an API to disable automatic scaling. </p>
+<p>Freedesktop.org in 2022 implemented <a href="https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/143">wp-fractional-scale-v1</a> in the Wayland Protocol. But as said in that MR, "GTK4 only has integer scaling, no expectation for this to change until at least GTK5". So we must wait GTK5 and see if GTK5 will also expose an API to disable automatic scaling.</p>
+<p>April 2023: GTK is preparing to support HiDPI wayland fractional scale: <a href="https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/5767">GTK MR5767</a> and <a href="https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/5763">GTK MR5763</a> </p>
</div></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->