Amartya Parijat

Results 19 issues of Amartya Parijat

Issues: https://github.com/eclipse-platform/eclipse.platform.swt/issues/62 and https://github.com/eclipse-platform/eclipse.platform.swt/issues/131 This pull request is based on the implementations of PR #1214. It extends to the native zoom which is provided within widget and propagated to GC....

Issues: https://github.com/eclipse-platform/eclipse.platform.swt/issues/62 and https://github.com/eclipse-platform/eclipse.platform.swt/issues/131 This pull request is a base pull request for several following PRs which implement multi zoom level support for different components (resources, widgets, etc). In this...

Issue: #62 and #127 This contribution is to provide the nativeDeviceZoom to all the widgets so that it can be used later on for e.g. font scaling and more. Currently,...

The contribution provides an API to check if the location is the location where custom texts are loaded in a browser. By construct, "about:blank" is used for that purpose. This...

This contribution fixes Edge browser for win32 to handle the deadlock issue during the instantiation of a new edge browser object amidst a webview callback. The problem with webview is...

WIP

This contribution enforces displays to store x,y coordinates in point as the absolute pixels in the display coordinate system. while scaling the width and height to the points, following this...

This contribution fixes Edge browser for win32 to allow serving webpages using setText method where the source code may refer to local resources. The problem with setText in the modern...

This contribution protects the unintended usage of different zoom levels of different monitors in trasnlating the points and rectangles from control to display coordinate system when the isRescalingAtRuntime flag is...

This PR contributes to the cleanup of those handles of Resources which were created for the zoom levels which are not applicable for the existing zoom levels of all the...