Nikita Gubarkov

Results 16 comments of Nikita Gubarkov

Logging this message by default is a bug which was already fixed: https://github.com/JetBrains/JetBrainsRuntime/commit/5a78e0df16cbcd7073d62971977496501fce45d1 You may try using fresh JBR

@xepozz now you either have `jetbrains.runtime.api.verbose` property set, or are using really old JBR, which one is it? In case it's the former - the verbose mode is only really...

The reason for reading Wayland scales in XWayland mode was to enable per-monitor scaling, while stll running on X toolkit, before the Wayland toolkit was ready. Now we got the...

These changes cause a regression in `BMPSubsamplingTest` which is worth a separate discussion. The test starts failing with `TYPE_3BYTE_GRB` custom format: > Test failed due to wrong dst color ff00ff00...

After looking into this a little bit more, I think I now understand the logic of `PixelConverter` being tied to the `SurfaceType` as it is directly related to the native...

> It converts input pixels from a standard format (e.g., XRGB) into the format expected by the target surface. Yes, I get it, but I mean, the generic `PixelConverter` implementation...