On Mon, 9 Dec 2019 13:09:04 GMT, Arun Joseph wrote:
> This bug can be reproduced when the screen resolution is at 125%, 150% and
> 175% for Windows, which correpsonds to `pixelScale` values of 1.25, 1.5 and
> 1.75, respectively.
>
> Issue: The rectangle inside canvas is rendered on `pixelScale
On Mon, 6 Jan 2020 04:32:34 GMT, Arun Joseph wrote:
>> Issue: Native part of WebView throws a DOMException and then, continues
>> executing the rest of the function assuming that value is present. This
>> causes the JVM to crash when retrieving the value.
>>
>> Fix: Return from the function if
> This proposed change does the following:
>
> - Ports DND target to use GTK reducing code size and adding extra text /
> image formats (such as .gif);
> - Use gtk signals instead of gdk events (also to reduce code size);
> - Simplifies geometry (sizing/positioning) with a more straightforward co
> This proposed change does the following:
>
> - Ports DND target to use GTK reducing code size and adding extra text /
> image formats (such as .gif);
> - Use gtk signals instead of gdk events (also to reduce code size);
> - Simplifies geometry (sizing/positioning) with a more straightforward co
This proposed change does the following:
- Ports DND target to use GTK reducing code size and adding extra text / image
formats (such as .gif);
- Use gtk signals instead of gdk events (also to reduce code size);
- Simplifies geometry (sizing/positioning) with a more straightforward code
(less sp