Andreas Koch
Andreas Koch
Hello everyone, we are currently working on improving on the HiDPI support in Windows. There, we need to take of font scaling programmatically on zoom level changes and must keep...
As the constructor of TaskBar is not calling the super constructor the nativeZoom attribute must be set here as well. As it only has the display as reference, the zoom...
This commit replaces the OS calls for OpenThemeData with calls to the dpi dependent equivalent OpenThemeDataForDpi. Therefor the handling of loading/unloading of theme in Display is refactored to be able...
This commit adapts the drawImage method in GC in the windows implementation for copying and (probably) scaling an area from a source image into the GC target. With the Image...
This PR adapts the drawImage method in GC in the windows implementation for copying and (probably) scaling an area from a source image into the GC target. With the Image...
The y value of `PrecisionRectangle#getBottom` can return a different y value to `PrecisionRectangle#getBottomLeft` and `PrecisionRectangle#getBottomRight` because the first uses the int values the later two use precision values. This commit...
When testing with different diagrams, we noticed some inconsistencies when drawing on the non-diagram layers. Simple Workflow was: 1.Get bounds from a figure on the diagram layer 2. Translate bounds...