You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/org.eclipse.swt.tests.gtk/ManualTests/org/eclipse/swt/tests/gtk/snippets/Bug531667_CanvasPrint_does_not_work.java
Copy file name to clipboardExpand all lines: tests/org.eclipse.swt.tests.gtk/ManualTests/org/eclipse/swt/tests/gtk/snippets/Bug547529_ControlPrintBroken.java
Copy file name to clipboardExpand all lines: tests/org.eclipse.swt.tests.gtk/ManualTests/org/eclipse/swt/tests/gtk/snippets/Bug547529_ImageLoaderStriping.java
+3-1
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@
20
20
importorg.eclipse.swt.graphics.Image;
21
21
importorg.eclipse.swt.graphics.ImageData;
22
22
importorg.eclipse.swt.graphics.ImageLoader;
23
+
importorg.eclipse.swt.graphics.Rectangle;
23
24
importorg.eclipse.swt.layout.FillLayout;
24
25
importorg.eclipse.swt.layout.RowLayout;
25
26
importorg.eclipse.swt.widgets.Button;
@@ -72,7 +73,8 @@ public void widgetSelected(SelectionEvent e) {
Copy file name to clipboardExpand all lines: tests/org.eclipse.swt.tests.gtk/ManualTests/org/eclipse/swt/tests/gtk/snippets/Bug547557_ShellPrintGC.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ public void widgetSelected(SelectionEvent e) {
Copy file name to clipboardExpand all lines: tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_Image.java
+28-2
Original file line number
Diff line number
Diff line change
@@ -119,6 +119,7 @@ public void test_ConstructorLorg_eclipse_swt_graphics_DeviceII() {
assertEquals(":a: Size of ImageData returned from Image.getImageData(int) method doesn't return matches with bounds in Pixel values.", scaleBounds(bounds, zoom, 100), boundsAtZoom);
694
720
695
721
// creates second bitmap image and compare size of imageData
Copy file name to clipboardExpand all lines: tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_TextLayout.java
+2-1
Original file line number
Diff line number
Diff line change
@@ -1009,7 +1009,8 @@ public void test_bug568740_multilineTextStyle() {
Copy file name to clipboardExpand all lines: tests/org.eclipse.swt.tests/ManualTests/org/eclipse/swt/tests/manual/Bug529534_CTabFolder_topRight_wrapped.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ public static void main(String[] args) {
0 commit comments