-
Hello Lluis! I've tried to draw GDI image on XWT context (wpf backend actually), but on 125% UI setting it became corrupted. I've already gathered scaling factor from Screen.ScaleFactor and used it to…
-
I'd like to use XWT + OpenTK. I've created the custom Canvas widget, but I'm not sure how to retrieve handle of it.
OpenTK example: http://www.opentk.com/doc/graphics/graphicscontext
IntPtr handle =…
-
The window watchdog timer offsets defined in xwdttb_hw.h for MWR up to STR, e.g.,
#define XWT_MWR_OFFSET 0x0000U
Should be increased by 0x0C.
Most users probably do not encounter t…
-
I think we have some problems with the Window sizing and Decorations. At least on Gtk the backend ~~bounds do not include the decorations and~~ GetMetrics takes only the menu and not the decorations (…
-
Is it possible to default to webkit for the WebView on Windows it it's available?
-
As of a403066de67f12c1e77e20a4b7e32463f65582db, `NativeBinder` appends `_ex` to every function it loads unless it is defined to not have exceptions. Unfortunately, as of 030048594e9e0734ab7d7ecbcd5918…
-
In a configuration with 32MB ram, VexRiscv, etc (see attached scripts), running a tiny binary that's just spinning, attempting to bring up the video framebuffer by writing the hres/vres/dmabase/enable…
-
Is there any way to receive touch events using XWT? I am referring specifically to the multi-touch events that can be generated by WPF and GTK. I guess maybe those generated by the OSX multi-touch tra…
-
When trying to make an extension and debug it from VS for Mac to open a file dialog box to choose an image or svg file and then populate that file in the Xamarin.IOS, Xamarin.Mac, and Xamarin.Android …
-
For connection Xilium.CefGlue need to directly write RGB32 value to image and show it in window.
But currently don't see any way for cross platform write to existing Xwt.Drawing.Image data.
Curently…