Patrick Ziegler
Patrick Ziegler
> But back to topic, is it supported on GTK4/Wayland to capture at least parts of the screen? Screen capture is explicitly unsupported in Wayland for the sake of "security":...
To add to my previous comment: It _might_ still be possible to capture the SWT widgets in GTK4/Wayland, which I believe is exactly what `print(...)` is doing.
-1 for deprecating `getBounds()` no opinion on adding a `getSize()` I think the `getBounds()` method is primarily there for compatibility with the remaining API. Just looking at our own code...
> The difference I see here is that getBounds() of control will usually yield x/y != 0. Statements like gc.fillRectangle(image.getBounds()) are pretty much convenience to avoid the necessity to wrap...
> I rather meant that with cleaner class design, one might have some Dimension (or, in our case unfortunatly, Point) class with some asBounds() or the like, i.e., something to...
> Then the issue remains that we have no proper return type to be used for getSize() yet. I can try to draft a PR over the next few days,...
> You cannot make some getSize() methods return a different type than others (e.g., Point vs. Size) and since the existing getSize() methods have been there forever, you cannot easily...
The Zest 2.0 milestone has just been contributed: https://github.com/eclipse-simrel/simrel.build/commit/3e33cb2660074884b7498cceb86f6abab8906f52 https://download.eclipse.org/tools/gef/classic/milestone/S202409190406
3.22.0 M2 has been contributed: https://download.eclipse.org/tools/gef/classic/milestone/S202410221425 https://github.com/eclipse-simrel/simrel.build/commit/5f474edaedf0dc4c24adc7cc3630a34405d69b13
I'm currently trying to build the WindowBuilder milestone and I noticed a deadlock in one of our tests. It doesn't show up with 8081afe4c0b7de6b908c231c3a39a7cb70473df5, but with 8d8e63e1d5373bf3accf0a726eda91d6df4d957c (i.e. the next...