dsa-t

Results 141 comments of dsa-t

In KiCad we recommend using Plot nowadays, which uses our own PDF writer. But even printing with transparent bitmaps from schematic editor seem to work fine on Windows. There was...

Actually nowadays we use the cairo context directly, so it might be not a wxWidgets bug (this also explains why bitmaps work correctly): https://gitlab.com/kicad/code/kicad/-/blob/1ac1a5bb3bb9093802fe5c47253a3154504d6130/common/gal/cairo/cairo_print.cpp#L52

See https://github.com/dsa-t/wxWidgets/commit/c9cfb7f85f27d9b3a37208a9c87098a7ffd3b362 Might be wrong, but seems to be working. Also not tested on other operating systems. I noticed that window sizing can be wrong when moving between screens for...

Created PR: https://github.com/wxWidgets/wxWidgets/pull/24681 Latest commit seems to solve the scaling issue on wxGTK. Not sure about the crash though.

I haven't checked if it's needed on other platforms yet.

Added a commit that only calls it on "xcb" platform. Not tested yet.

> I wonder what does Qt do to trigger this `SIGPIPE`. A quote from StackOverflow: **_Apparently, Qt somehow "confirms" application's validity to X11 in response to some event, which then...

[xdg-toplevel-drag](https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/204) was merged 5 months ago and is supported in KWin 6.

That one seems unrelated to docking panels and moving toolbars.

Maybe this protocol can be useful here: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/204 Also see https://github.com/wxWidgets/wxWidgets/issues/23906