TÖRÖK Attila

Results 503 comments of TÖRÖK Attila

_...bump?_ :face_with_peeking_eye:

Thanks, this is nice to know! May I ask, why would this be of interest to you? Do you perhaps have a particular use case in mind for your own...

I see! Would you be able and willing to join me for a - let's say - 1 hour long video meeting sometime this week? So that you could give...

A third option would be to register all colors used to paint custom widgets in `plugin.xml`, and access those via `IThemeManager`/`ITheme`/`ColorRegistry`. The advantages of this would be: - It still...

The `Tree` SWT widget also doesn't follow the theme set within Eclipse. That is, on Linux/GTK, it always appears according to the GTK style set on the system (or overridden...

Progress: - `TabFolder` replaced with `CTabFolder` everywhere. - `LargeTable` and `VirtualTable` (used for result tables and the "Output Vector View") now detect if there's a mismatch in darkness between SWT...

As of the `omnetpp-6.3` tag, there are 50 calls to `Display.getSystemColor` left. These are (click to expand): - 8 in `LargeTable` and `VirtualTable` (each): - this should be fine, calling...

Yes please. I was just about to file an issue that (at least for our use case) the output of 0.2.101 was still deterministic, but 0.2.102 broke it: https://github.com/torokati44/ruffle/actions/workflows/test_extension_dockerfile.yml We...

See this previous correspondence (of many) about this, for example: https://github.com/wasm-bindgen/wasm-bindgen/pull/3851

(I also kinda wish there was some CI check for this around here, so determinism doesn't accidentally get lost from time to time... 🥺)