Александър Куртаков

Results 496 comments of Александър Куртаков

I would like to set expectations right without any preference on the browser engine - as long as you ship a browser engine be ready to ship updates to users/customers...

Have you measured how much slower it is ? E.g. on Gtk 3.x it relies on Cairo (https://www.cairographics.org/) which has multiple backends (https://www.cairographics.org/backends/) so it would depend on your system...

We are in M3! Please hold off such removals until the release is done.

Will this one be finished or it should be closed?

Closing as there seems to be no interest in finishing it.

I can reproduce the issue. SWT generally supports Wayland quite well and X11 shouldnt' be enforced as distributions are going in the Wayland only direction https://fedoraproject.org/wiki/Changes/WaylandOnlyGNOME

Please read https://discourse.gnome.org/t/wayland-gtk4-window-management-positioing-via-app-policy/29088/4 . Long story short - main window location is managed by and only by the compositor, all other windows are supposed to be relative to the main...

I have trimmed the snippet down to : ```java import org.eclipse.swt.*; import org.eclipse.swt.internal.gtk.*; import org.eclipse.swt.layout.*; import org.eclipse.swt.widgets.*; public class SWTLabelShowcase { public static void main(String[] args) { System.out.println("Is GTK4 ?...

I am fairly confident issue comes from SwtFixed thus I have restored manual test app in https://github.com/eclipse-platform/eclipse.platform.swt/pull/2522

I have https://github.com/eclipse-platform/eclipse.platform.swt/pull/2600 as a test for this. Feel free to use/rebase it for testing purposes.