Shahzaib Ibrahim

Results 16 issues of Shahzaib Ibrahim

Updating Documentation with new label for "Skip All Breakpoints" to "Toggle Skip All Breakpoints **w.r.t** the change of https://github.com/eclipse-platform/eclipse.platform/pull/864

Updating the example by adding option to make Table and Tree Widgets editable. This was part of testing the custom controls for multi-monitor support. **HOW TO TEST** There is nothing...

Writing GetSystemMetrics method in Widget class so that the child controls can use it to get System Metrics to be DPI dependent. There are some visible affected areas (before and...

Change title from "Skip All Breakpoints" to "Toggle Skip All Breakpoints" when toggled

Using gc to draw menu item, moving the responsibility from OS due to wrong scaling of menu bar horizontally in **Dark** Theme. Snippet 373 can be used to test menuItems...

Initial native image must be the one that will be used by a widget, thats why using getBounds with initialNativeZoom. This PR just remove the usage of deprecated method getBoundsInPixels...

This change will give us a chance to use proper channel to create a deep copy of FontData object instead of using FontData(fd.toString)

Logging a warning for GC initialized with unsupported use cases. 1. all dynamic images (retrieved via any of the existing providers). 2. all images for which handles in other zoom...

Enabling a consistent pattern to apply disablement or graying of an Image. They are applied whenever a handle is being created from init method. Ensuring streamline usage and avoid double...

Enabling a consistent pattern to apply disablement or graying of an Image. They are applied whenever a handle is being created from init method. Ensuring streamline usage and avoid double...