commit: 1b1f3f4593df4b0466c5e8077ecf4dfdc6981f61
parent effe3d33528164ce4b2b850d09a07ced13d2fc42
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Thu, 3 Jun 2021 22:42:27 +0200
notes/pure-wayland: Update GTK3/4 and Qt5 status
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/notes/pure-wayland.shtml b/notes/pure-wayland.shtml
@@ -78,7 +78,6 @@ endif</code></pre>
<h2>Librairies</h2>
<h3>Works</h3>
<ul>
- <li><a href="https://www.qt.io/">Qt</a> 5 and later: Yes, Just Works</li>
<li><a href="https://github.com/anholt/libepoxy">libepoxy</a>: Just Works</li>
<li><a href="https://www.glfw.org/">GLFW</a>: Yes, Just Works</li>
<li><a href="https://github.com/cginternals/glbinding">glbinding</a>: Yes, Just Works</li>
@@ -89,8 +88,10 @@ endif</code></pre>
<li>When bundled in binairies: Needing to set <code><a href="https://github.com/libsdl-org/SDL/blob/main/docs/README-dynapi.md">SDL_DYNAMIC_API</a></code> to where your distro's <code>libSDL2.so</code> library is.</li>
<li>With <a href="https://github.com/libsdl-org/SDL/pull/4358">libsdl-org/SDL#4358</a> desktop OpenGL works</li>
</ul></li>
- <li><a href="https://www.gtk.org/">GTK</a> 3 and later: Almost. <a href="https://gitlab.gnome.org/GNOME/gtk/-/issues/699">Suggestions are broken on multi-monitors</a> as well as the usual glitches.</li>
<li><a href="http://mygui.info">MyGUI</a>: Needs a patch for GLVND (<a href="https://github.com/MyGUI/mygui/pull/224">mygui#224</a>)</li>
+ <li><a href="https://www.gtk.org/">GTK</a> 4: Seems to work okay (only tried the demo applications)</li>
+ <li><a href="https://www.gtk.org/">GTK</a> 3: Almost. <a href="https://gitlab.gnome.org/GNOME/gtk/-/issues/699">Suggestions are broken on multi-monitors</a> as well as the usual glitches.</li>
+ <li><a href="https://www.qt.io/">Qt</a> 5: Almost, menus are misplaced, specially on multi-monitors.</li>
</ul>
<h3>Maybe / Not really</h3>
<ul>