Deepika Udayagiri
Deepika Udayagiri
Alignment is not being honored when text and image are set on a button on Mac OS. Standalone snippet to recreate the issue ``` package org.eclipse.swt.bugs3; import org.eclipse.swt.*; import org.eclipse.swt.graphics.*;...
Moving TabFolderLayout into SWT. Fixes https://github.com/eclipse-platform/eclipse.platform.swt/issues/1317 This pr needs to be merged first and later https://github.com/eclipse-platform/eclipse.platform.ui/pull/2186
Corrected TextLayout to produce right number of lines when '\r\n' sequence comes. Fixes #184 @sravanlakkimsetti @niraj-modi @merks Can one of you review this fix please.
On TabFolder, when trying to change Foreground and Background colors, they are not getting applied. **To Reproduce** I am able to see the same problem via the below snippet, via...
Currently we are using cairo for image operations we don't use non cairo scale path anymore. Its better to remove that path now. **Environment:** 1. Select the platform(s) on which...
Moving TabFolderLayout into SWT. Fixes https://github.com/eclipse-platform/eclipse.platform.swt/issues/1317 This pr needs to be merged after https://github.com/eclipse-platform/eclipse.platform.swt/pull/1402
**Describe the bug** test_setTextContainingScript_applicationLayerProgressListenerMustSeeUpToDateDom test case is failing. **Expected behavior** This junit was passing in the previous builds, so did anything change recently regarding this? **Detailed error** ``` Multiple Failures...
**Describe the bug** I see 2 minor problems. - the alignment got distorted in section 3. - the font became unusually bigger from 175% and above resolution. reference screenshots are...
Before the fix the dialog used to show up as  After the fix the dialog now is showed up as  This popup dialog basically comes when a workspace...