issue_id
int64 2.03k
426k
| title
stringlengths 9
251
| body
stringlengths 1
32.8k
⌀ | status
stringclasses 6
values | after_fix_sha
stringlengths 7
7
| updated_files
stringlengths 29
34.1k
| project_name
stringclasses 6
values | repo_url
stringclasses 6
values | repo_name
stringclasses 6
values | language
stringclasses 1
value | issue_url
null | before_fix_sha
null | pull_url
null | commit_datetime
unknown | report_datetime
unknown |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
398,046 | Bug 398046 ToolTip takes a very long time to show when tooltip message is very long | null | resolved fixed | d3b70aa | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/ToolTip.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-01-21T20:02:29Z" | "2013-01-14T02:20:00Z" |
398,386 | Bug 398386 Tooltips appearing randomly | Found while testing 4.2.2 build M20130116-1800 that some of the tooltips on toolbar items are not appearing. Interestingly this is not happening uniformly to all toolitems. I was able to reproduce this with a fresh workspace as well as using an existing workspace. I'm not sure if this would be easily reproducible on a different machine but I noticed that within a single toolbar itself, some tooitems are showing tooltips while some are not. I was testing on Ubuntu 12.04 x86_64. | resolved fixed | fbb292a | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ToolItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-01-17T15:52:03Z" | "2013-01-17T13:40:00Z" |
381,915 | Bug 381915 [JDK7]test_getTopIndex fails in org.eclipse.swt.tests | null | resolved fixed | b82ec34 | ["tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-01-16T17:08:04Z" | "2012-06-06T22:00:00Z" |
394,851 | Bug 394851 [Browser] Invalid security setting returned when leaving about:blank | null | resolved fixed | 7b86bb8 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/IE.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-12-14T17:49:47Z" | "2012-11-22T02:06:40Z" |
395,464 | Bug 395464 Eclipse freezes when hovering over value in Variables view | Eclipse freezes when hovering over value in Variables view. Longer tooltip results in longer freeze, up to several minutes. Problem is reproducible on Windows 7 using 3.8.1, 4.2.1 and latest I-build. Steps below use Java class as an example, but the problem is reproducible also when debugging applications written in other languages. Steps to reproduce: 1. Create the following Java class: ----------%<----------- public class X { public static void main(String[] args) { StringBuilder buf = new StringBuilder(15000); for (int i = 0; i < 15000; i++) { buf.append(' '); } String s = buf.toString(); System.out.println(s); // breakpoint here } } ----------%<----------- 2. Set breakpoint in the marked line. 3. Debug as Java application. 4. When breakpoint is hit, go to Variables view and hover over value of s. => Eclipse freezes and does not respond. | resolved fixed | c190c30 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Composite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-12-07T16:23:41Z" | "2012-11-30T12:53:20Z" |
395,411 | Bug 395411 CTabFolderRenderer created too many times | The default CTabFolderRenderer can be created too many times when calling CTabFolder.setRenderer(null) - which is valid. We need to have some way to know that we are using the default renderer already and not recreate it every time setRenderer gets called. | resolved fixed | 3dd7eb1 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-11-30T15:45:51Z" | "2012-11-29T20:13:20Z" |
391,627 | Bug 391627 Scroll bar selection changed event will only be fired once when hold down mouse key on top area of vertical scroll bar on Mac cocoa if checked "Use smooth scrolling" | null | verified fixed | 870787f | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSUserDefaults.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-11-29T21:30:15Z" | "2012-10-11T07:20:00Z" |
392,498 | Bug 392498 GC.copyarea does not work correctly on linux | null | resolved fixed | 4953e90 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-11-29T16:16:03Z" | "2012-10-20T08:00:00Z" |
388,402 | Bug 388402 List gets into bad state when an item is removed from context menu trigger | The following NPE may occur in org.eclipse.swt.widgets.Control (in .eclipse.swt.cocoa.macosx.x86_64_3.8.0.v3833.jar) the variable string equals null at this point, please see the stack trace The problem does not seem to occur on Windows -- STACK TRACE copied from Debug View Daemon Thread [Thread-1] (Suspended (breakpoint at line 986 in Control)) List(Control).createString(String, Font, double[], int, boolean, boolean, boolean) line: 986 List.tableView_objectValueForTableColumn_row(long, long, long, long, long) line: 1447 Display.windowProc(long, long, long, long, long) line: 5797 OS.objc_msgSendSuper(objc_super, long, NSRect) line: not available [native method] List(Widget).drawRect(long, long, NSRect) line: 734 Display.windowProc(long, long, long) line: 5471 OS.objc_msgSendSuper(objc_super, long, long, long, long, boolean) line: not available [native method] Display.applicationNextEventMatchingMask(long, long, long, long, long, long) line: 4873 Display.applicationProc(long, long, long, long, long, long) line: 5239 OS.objc_msgSendSuper(objc_super, long, long) line: not available [native method] Table(Widget).callSuper(long, long, long) line: 221 Table(Widget).mouseDownSuper(long, long, long) line: 1093 Table.mouseDownSuper(long, long, long) line: 2004 Table(Widget).mouseDown(long, long, long) line: 1085 Table(Control).mouseDown(long, long, long) line: 2538 Table.mouseDown(long, long, long) line: 1966 Display.windowProc(long, long, long) line: 5493 OS.objc_msgSendSuper(objc_super, long, long) line: not available [native method] Shell(Widget).callSuper(long, long, long) line: 221 Shell(Widget).windowSendEvent(long, long, long) line: 2102 Shell.windowSendEvent(long, long, long) line: 2284 Display.windowProc(long, long, long) line: 5557 OS.objc_msgSendSuper(objc_super, long, long) line: not available [native method] Display.applicationSendEvent(long, long, long) line: 5002 Display.applicationProc(long, long, long) line: 5151 OS.objc_msgSend(long, long, long) line: not available [native method] NSApplication.sendEvent(NSEvent) line: 128 Display.readAndDispatch() line: 3616 Workbench.runEventLoop(Window$IExceptionHandler, Display) line: 2701 Workbench.runUI() line: 2665 Workbench.access$4(Workbench) line: 2499 Workbench$7.run() line: 679 Realm.runWithDefault(Realm, Runnable) line: 332 Workbench.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 668 PlatformUI.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 149 Desk.start(IApplicationContext) line: 174 EclipseAppHandle.run(Object) line: 196 EclipseAppLauncher.runApplication(Object) line: 110 EclipseAppLauncher.start(Object) line: 79 EclipseStarter.run(Object) line: 353 EclipseStarter.run(String[], Runnable) line: 180 NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method] NativeMethodAccessorImpl.invoke(Object, Object[]) line: 39 DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 25 Method.invoke(Object, Object...) line: 597 Main.invokeFramework(String[], URL[]) line: 629 Main.basicRun(String[]) line: 584 Main.run(String[]) line: 1438 Main.main(String[]) line: 1414 -- STACK TRACE created by Throwable java.lang.NullPointerException at org.eclipse.swt.widgets.Control.createString(Control.java:986) at org.eclipse.swt.widgets.List.tableView_objectValueForTableColumn_row(List.java:1447) at org.eclipse.swt.widgets.Display.windowProc(Display.java:5797) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Widget.drawRect(Widget.java:734) at org.eclipse.swt.widgets.Display.windowProc(Display.java:5471) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Display.applicationNextEventMatchingMask(Display.java:4873) at org.eclipse.swt.widgets.Display.applicationProc(Display.java:5239) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:221) at org.eclipse.swt.widgets.Widget.mouseDownSuper(Widget.java:1093) at org.eclipse.swt.widgets.Table.mouseDownSuper(Table.java:2004) at org.eclipse.swt.widgets.Widget.mouseDown(Widget.java:1085) at org.eclipse.swt.widgets.Control.mouseDown(Control.java:2538) at org.eclipse.swt.widgets.Table.mouseDown(Table.java:1966) at org.eclipse.swt.widgets.Display.windowProc(Display.java:5493) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:221) at org.eclipse.swt.widgets.Widget.windowSendEvent(Widget.java:2102) at org.eclipse.swt.widgets.Shell.windowSendEvent(Shell.java:2284) at org.eclipse.swt.widgets.Display.windowProc(Display.java:5557) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Display.applicationSendEvent(Display.java:5002) at org.eclipse.swt.widgets.Display.applicationProc(Display.java:5151) at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method) at org.eclipse.swt.internal.cocoa.NSApplication.sendEvent(NSApplication.java:128) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3616) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499) at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at ch.elexis.Desk.start(Desk.java:174) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584) at org.eclipse.equinox.launcher.Main.run(Main.java:1438) at org.eclipse.equinox.launcher.Main.main(Main.java:1414) | verified fixed | 4f39524 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/List.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-11-28T16:06:32Z" | "2012-08-30T09:46:40Z" |
394,473 | Bug 394473 Mozilla Browser.evaluate broken for XULRunner 3.x due to changes to support XULRunner >= 4 | null | resolved fixed | 1a69ddd | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-11-16T21:13:51Z" | "2012-11-16T15:33:20Z" |
393,792 | Bug 393792 [GTK3] shells cannot be sized smaller | 1) Run the Snippet1 on GTK3 (export SWT_GTK3=1) 2) Try to resize the window smaller The window can only grow. | resolved fixed | 0a46c6b | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-11-16T21:08:50Z" | "2012-11-07T17:40:00Z" |
393,723 | Bug 393723 [GTK3] wrong foreground in Eclipse editor area unselected tabs | 1) Run eclipse on GTK3 (export org.eclipse.swt.gtk3=1) 2) Open a couple of editors Note that the foreground color of the unselected editor tab does match the GTK2 port and it is hard to read (white on almost white). | resolved fixed | 592d29b | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-11-15T20:08:32Z" | "2012-11-06T22:13:20Z" |
393,728 | Bug 393728 [GTK3] Editor background is wrong on Fedora 17 | 1) Run eclipse on GTK3 (export org.eclipse.swt.gtk3=1) 2) Open a java editor On Fedora 17, the background is grey instead of white. Works on Ubuntu 12.04. | resolved fixed | dcbdf5d | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-11-15T19:07:27Z" | "2012-11-06T22:13:20Z" |
393,726 | Bug 393726 [GTK3] Views tabs are too tall | 1) Run eclipse on GTK3 (export org.eclipse.swt.gtk3=1) Note that the views tabs are taller than they should be. Happens on Fedora 17 and Ubuntu 12.04. | resolved fixed | eacb643 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ToolBar.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-11-14T17:45:07Z" | "2012-11-06T22:13:20Z" |
393,856 | Bug 393856 Consider using pango_layout_get_pixel_size | Currently we do: OS.pango_layout_get_size (layout, w, h); int width = OS.PANGO_PIXELS (w [0]) ; int height = OS.PANGO_PIXELS (h [0]); If we use pango_layout_get_pixel_size we should be able to do just: int width, height; OS.pango_layout_get_pixel_size(layout, width, height); pango_layout_get_pixel_size uses ceil/floor on the values, while PANGO_PIXELS is shifting so we might end up with some rounding differences, though I haven't experienced anything problematic with my tests. Silenio, what do you think ? | resolved fixed | 7d46d43 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Theme/gtk/org/eclipse/swt/internal/theme/DrawData.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/TextLayout.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Button.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Label.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Spinner.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Text.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ToolTip.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-11-14T09:44:06Z" | "2012-11-08T13:06:40Z" |
393,727 | Bug 393727 [GTK3] Search box in eclipse is clipped on the right | 1) Run eclipse on GTK3 (export org.eclipse.swt.gtk3=1) 2) Give focus to the search box (Quick Acess) Note that the right edge of the widget is clipped. | resolved fixed | 8619e94 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-11-12T20:56:38Z" | "2012-11-06T22:13:20Z" |
393,919 | Bug 393919 [GTK 3] Text alignment inside GtkLabel is invalid | When you pass to the label SWT.RIGHT, SWT.LEFT or SWT.CENTER in GTK2 it aligns Label properly, when you run same code with GTK3, it aligns label incorrectly. To test it: 1.Open HelloWorld2.java 2. Change label constructor to this: Label label = new Label (shell, SWT.RIGHT); When you run with GTK2: label/imabe is aligned to the right When you run with GTK3: it still aligned to the left My Findings: Label.createHandle line: if you change line: handle = gtk_box_new (OS.GTK_ORIENTATION_HORIZONTAL, false, 0); to handle = OS.gtk_hbox_new(false, 0); It works with both GTK2 and GTK3. If you change orientation to Vertical: handle = gtk_box_new (OS.GTK_ORIENTATION_VERTICAL, false, 0); it seems to work too. Possible causes: sizing of widgets ? incorrect packing in gtk_box_new ? | resolved fixed | 9ce3caf | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Label.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-11-08T21:20:16Z" | "2012-11-08T21:26:40Z" |
372,145 | Bug 372145 INHERTIT_FORCE considered painful | Javadoc of Composite#getBackgroundMode() talks about INHERTIT_FORCE. That sounds quite painful and misogynistic. I would agree with INHERIT_FORCE here (albeit not in a political context). | resolved fixed | 7c91ffd | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Composite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-11-08T19:35:03Z" | "2012-02-21T18:46:40Z" |
39,934 | Bug 39934 [ScrolledComposite] ScrolledComposite page increment should default to size of client area | Currently when you try to page increment on a ScrolledComposite, it defaults to a value much smaller than the size of the client area. | resolved fixed | 73ee569 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/ScrolledCompositeLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-11-08T19:10:13Z" | "2003-07-11T16:13:20Z" |
393,729 | Bug 393729 [GTK3] First column header in tree/table does not look like others | 1) Run eclipse on GTK3 (export org.eclipse.swt.gtk3=1) 2) Open the Problems view Note the first column header does not look like a button. | resolved fixed | 43b30ec | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-11-07T21:57:31Z" | "2012-11-06T22:13:20Z" |
383,305 | Bug 383305 [10.8]Font size incorrect when running in Retina | Build Identifier: 20110916-0149 Having applied the work-around to enable high-resolution display on a "Retina" mac as outlined in the comments of 382972, I noticed that the font calculation is incorrect when you have lots of tabs open and Eclipse displays a count of how many files are open but not being displayed. See attached screenshot. Reproducible: Always Steps to Reproduce: 1. Start eclipse with high-resolution enabled on a Retina Mac 2. open more files than can be displayed along the tab bar. 3. Notice that the font for the count of undisplayed tabs is exceptionally large. | verified fixed | 5148ba3 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/Device.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-11-07T17:45:35Z" | "2012-06-22T13:00:00Z" |
393,681 | Bug 393681 Port to GTK+ 3 | null | resolved fixed | 791b4b7 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-11-06T16:15:15Z" | "2012-11-06T16:40:00Z" |
393,156 | Bug 393156 [ GTK+ 3 ] Shell.forceResize() gives Critical error when running with GTK+3 | When trying to run any snippet that includes Shell with GTK+ 3 this error occur: (SWT:15686): Gtk-CRITICAL **: gtk_scrollable_get_vscroll_policy: assertion `GTK_IS_SCROLLABLE (scrollable)' failed Cause of this error is Shell.forceResize(width,height) line 946: OS.gtk_widget_size_allocate (vboxHandle, allocation); To reproduce I used Helloworld2.java. | resolved fixed | 28693b7 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Button.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Group.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TabFolder.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-11-02T14:09:35Z" | "2012-10-30T15:13:20Z" |
389,910 | Bug 389910 Substitute GdkColor with GdkRGBA | GTK+ 3 uses GdkRGBA instead of GdkColor. GdkColor is widely used through SWT, some classes have number of getter/setter functions that return GdkColor. What is the expected procedure to substitute GdkColor with GdkRGBA? Should GdkRGBA has its own getter/setter methods ? If yes what is the naming policy of this methods, should this getter/setters be flagged that they are for Gtk+ 3 only ? As an example of use of GdkColor here are methods from Control.java: GdkColor getForegroundColor () { return getFgColor (); } GdkColor getFgColor () { int /*long*/ fontHandle = fontHandle (); OS.gtk_widget_realize (fontHandle); GdkColor color = new GdkColor (); OS.gtk_style_get_fg (OS.gtk_widget_get_style (fontHandle), OS.GTK_STATE_NORMAL, color); return color; } ....etc Implementation of GdkRGBA is needed because it is used by GtkStyleContext that replaces GtkStyle in Gtk3.Without GdkRGBA we cannot substitute this GtkStyle methods: gtk_style_get_bg_gc gtk_style_get_black_gc gtk_style_get_dark_gc gtk_style_get_fg_gc gtk_style_get_light_gc gtk_style_get_mid_gc gtk_style_get_text_aa_gc gtk_style_get_text_gc gtk_style_get_white_gc gtk_style_render_icon | resolved fixed | ccd2d5a | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/GdkRGBA.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Printing/gtk/org/eclipse/swt/printing/Printer.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/Device.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Button.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/DateTime.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ExpandItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Group.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Label.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Scrollable.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Spinner.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TabItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TableColumn.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TableItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Text.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ToolItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ToolTip.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Tree.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TreeColumn.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TreeItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-30T21:55:42Z" | "2012-09-19T15:53:20Z" |
392,784 | Bug 392784 [GTK3] implement Control.print() | Control.print() makes use of APIs not available in GTK 3. Need to reimplement it. Here are a couple, there could be more. GDK_PIXMAP_XID gdk_drawable_get_depth | resolved fixed | 5d702d1 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-29T19:28:51Z" | "2012-10-24T20:20:00Z" |
380,875 | Bug 380875 OS X: single line text field does not have undo support | Build Identifier: 3.8RC1 Run the attached sample at Windows 7 or OS X 10.7 - on Windows you can undo changes (Ctrl+Z), on OS X you can't (Cmd+Z). Reproducible: Always | resolved fixed | 8bf1fff | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-29T18:21:26Z" | "2012-05-29T11:13:20Z" |
392,785 | Bug 392785 [GTK3] Need to reimplement B&W cursors | These APIs no longer exists in GTK3. gdk_bitmap_create_from_data gdk_cursor_new_from_pixmap We need to re-implement B&W cursors using gdk_cursor_new_from_pixbuf(). | resolved fixed | d0069d7 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/Cursor.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-26T15:32:15Z" | "2012-10-24T20:20:00Z" |
392,839 | Bug 392839 [GTK3] need to replace GtkAdjustment with accessors | null | resolved fixed | a874d09 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ExpandBar.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Scale.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ScrollBar.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Scrollable.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Slider.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Spinner.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-25T20:56:09Z" | "2012-10-25T15:46:40Z" |
387,315 | Bug 387315 Use gtk_entry_im_context_filter_keypress to omit direct ImContext call | null | resolved fixed | af054a0 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Spinner.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-25T19:14:24Z" | "2012-08-15T19:46:40Z" |
392,389 | Bug 392389 Skip gtk_check_version for gtk 3.0+. | null | resolved fixed | cad161b | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-25T15:17:27Z" | "2012-10-18T19:53:20Z" |
392,811 | Bug 392811 Replace gtk_combo_box_new_text with gtk_combo_box_text_new in Gtk 3.x | gtk_combo_box_new_text was renamedto gtk_combo_box_text_new in Gtk 3.x and the code needes tobe adapted to it. | resolved fixed | e718eb8 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-25T10:04:21Z" | "2012-10-25T10:13:20Z" |
390,041 | Bug 390041 Use cairo instead of gdk_draw_pixbuf() | null | resolved fixed | 9fc8665 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Theme/gtk/org/eclipse/swt/internal/theme/DrawData.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-24T16:56:07Z" | "2012-09-20T16:53:20Z" |
391,742 | Bug 391742 User can do nothing when both a normal dialog pop up and FileDialog are there | null | resolved fixed | c9eeb92 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSAlert.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/DirectoryDialog.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/FileDialog.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/MessageBox.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-24T15:29:57Z" | "2012-10-12T08:20:00Z" |
392,616 | Bug 392616 Use gtk_accessible_get_widget on GTK3 | We are supposed to get the widget via the function call and not by reading the struct field (impossible in Gtk3). | resolved fixed | e916382 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleObject.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-22T21:55:37Z" | "2012-10-22T21:06:40Z" |
392,610 | Bug 392610 Use gdk_x11_get_default_xdisplay for GTK 3 | The GTK2 gdk_x11_display_get_xdisplay(gdk_display_get_default()) path fails. Also there is way more convenient GTK3 api gdk_x11_get_default_xdisplay. | resolved fixed | 058843e | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-22T21:16:39Z" | "2012-10-22T21:06:40Z" |
391,459 | Bug 391459 cannot press/toggle Button with Space key any more | Version: 4.3.0 Build id: I20121009-0800 GTK 32-bit I cannot press/toggle a Button with the Space key any more. Works fine in 3.8. | resolved fixed | 696a120 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-22T16:22:49Z" | "2012-10-09T16:26:40Z" |
392,488 | Bug 392488 [Browser] XULRunner 10 does not eat some traversals by default | - works with older XULRunner versions - create a Shell with a XULRunner 10 browser and a default button - navigate the Browser to google - type some chars in its search text and press Enter -> this should initiate the search in google, but instead activates the default button The root difference is that older XULRunner versions answered 4 (DLGC_WANTALLKEYS) for OS.SendMessage(hwnd, OS.WM_GETDLGCODE, 0, 0), but XULRunner 10 answers 0 for this, which affects Control.translateTraversal(MSG msg). Some other traversals may be affected as well. | resolved fixed | b65d155 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/win32/org/eclipse/swt/browser/MozillaDelegate.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-22T16:10:47Z" | "2012-10-19T20:53:20Z" |
384,886 | Bug 384886 [Bidi] Text#addSegmentListener(..) should not require client to call setText(..) | Text#addSegmentListener(..) should not require the client to call setText(..). This is confusing and it's also not necessary in the equivalent API on StyledText. Furthermore, setText(..) is not the only way to trigger the segment listener. If the programmer didn't account for this bug, then the segment listener may also be called for the first time as a response to user input that goes into the Text widget. | resolved fixed | 0755ad6 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Text.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-22T14:39:39Z" | "2012-07-11T23:40:00Z" |
388,105 | Bug 388105 StyledText#setSelection(..) sets caret at wrong end in block selection mode | null | resolved fixed | 6fcdd86 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-22T14:31:48Z" | "2012-08-27T12:20:00Z" |
392,569 | Bug 392569 Obtain color selection using functions | The preferred way to retrieve data is using accessor functions and not reading struct members directly. | resolved fixed | d7f3b7d | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ColorDialog.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-22T12:57:56Z" | "2012-10-22T12:46:40Z" |
392,229 | Bug 392229 [Browser] JS_EvaluateUCScriptForPrincipals crash with XULRunner 10 (IBM JRE only) | null | resolved fixed | fae0ba1 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-19T17:50:06Z" | "2012-10-17T21:40:00Z" |
391,254 | Bug 391254 NPE in CTabFolder.onMouse; onDispose should not set folderListeners to null | In master, CTabFolder#onDispose(..) sets folderListeners to null. This can lead to NPEs if the CTabFolder is disposed while the folderListeners array is being traversed. To reproduce, start Eclipse SDK 3.8 with SWT from master, and then close the last editor by clicking the "X" with the mouse: java.lang.NullPointerException at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:1824) at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:281) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4169) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3758) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701) I'm pretty sure tabListeners has the same problem. Possible fixes: 1) don't set the *Listeners fields to null 2) set the *Listeners fields to "new *[0]" instead 3) protect all usages of the fields | verified fixed | 7b9ce76 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-19T16:26:51Z" | "2012-10-05T18:00:00Z" |
365,934 | Bug 365934 MouseEvent#button, SWT#BUTTON*, and SWT#MOD* should spell out usual mapping | MouseEvent#button, SWT#BUTTON*, and SWT#MOD* should spell out the commonly used physical mapping of these buttons/keys. I always have to guess the mapping of the middle and right mouse buttons, and the common order of modifiers. | resolved fixed | 9fcb16d | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/SWT.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/events/MouseEvent.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-19T14:14:04Z" | "2011-12-07T17:46:40Z" |
387,204 | Bug 387204 Tree and Table tooltips cut second line on Windows | null | resolved fixed | bf27659 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-19T13:47:03Z" | "2012-08-14T13:13:20Z" |
390,514 | Bug 390514 there is no content shown in drop down list of combo in GridLayout if the size of content list is 1. | null | resolved fixed | 2460307 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Combo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-19T10:33:49Z" | "2012-09-27T07:13:20Z" |
392,420 | Bug 392420 Use g_type_query to query for class and instance sizes of GtkFixed | Because of sealing we can no longer access GtkFixed and GtkFixed sizeof so remove them with the standard gobject api for retrieving this documentation. | resolved fixed | e5d64fd | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-19T10:30:14Z" | "2012-10-19T09:46:40Z" |
384,887 | Bug 384887 [Bidi] Text#addSegmentListener(..) fails with line delimiter (\n) as segmentsChar | null | resolved fixed | 474feb1 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-18T18:26:15Z" | "2012-07-11T23:40:00Z" |
391,364 | Bug 391364 StyledText#addBidiSegmentListener doesn't support multiple chars per offset any more | null | resolved fixed | b4dfa25 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-18T18:14:24Z" | "2012-10-08T15:26:40Z" |
390,853 | Bug 390853 [Browser] having a detectable XULRunner can cause a WebKit Browser to fail | null | resolved fixed | ed640c3 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/common/org/eclipse/swt/browser/Browser.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/gtk/org/eclipse/swt/browser/BrowserFactory.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/BrowserFactory.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-17T18:10:20Z" | "2012-10-01T19:33:20Z" |
391,050 | Bug 391050 Replace GdkRegion with Cairo methods for GTK + 3.0 and higher | null | resolved fixed | eafab0c | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/Region.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ToolTip.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-17T17:45:24Z" | "2012-10-03T18:46:40Z" |
392,048 | Bug 392048 jdt.text.tests and jdt.ui.tests and others crash on Mac | null | resolved fixed | 1481d03 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/TreeItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-17T16:49:32Z" | "2012-10-16T12:20:00Z" |
259,141 | Bug 259141 Tree.getSelection() is extremely slow with SWT.VIRTUAL and SWT.MULTI | null | resolved fixed | 33011cc | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-16T20:17:25Z" | "2008-12-17T16:06:40Z" |
391,892 | Bug 391892 [OS X 10.7] Incorrect window collection behavior for SWT.TOOL style shell under full screen mode | In org.eclipse.swt.widgets.Shell.createHandle method, a non-owned shell is given the window collection behavior NSWindowCollectionBehaviorFullScreenPrimary. This is incorrect for SWT.TOOL style shell and it may cause space switch (a usability pain) if you show a SWT.TOOL style shell under full screen mode. The fix is to use NSWindowCollectionBehaviorFullScreenAuxiliary for SWT.TOOL style shell, i.e.: int behavior = 0; if (parent != null) behavior |= OS.NSWindowCollectionBehaviorMoveToActiveSpace; if (OS.VERSION >= 0x1070) { if (parent == null) { if ((style & (SWT.TOOL | SWT.SHEET)) != 0) behavior = OS.NSWindowCollectionBehaviorFullScreenAuxiliary; else behavior = OS.NSWindowCollectionBehaviorFullScreenPrimary; } } if (behavior != 0) window.setCollectionBehavior(behavior); | resolved fixed | 712033c | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-16T10:32:46Z" | "2012-10-15T05:46:40Z" |
391,127 | Bug 391127 Displaying of dialogs slow when XML editors were opened | null | resolved fixed | a335a83 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-15T20:56:06Z" | "2012-10-04T14:13:20Z" |
391,267 | Bug 391267 Use gtk_render_check instead of gtk_paint_check for GTK+ 3 | null | resolved fixed | 2c265bf | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Theme/gtk/org/eclipse/swt/internal/theme/ButtonDrawData.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-15T12:29:16Z" | "2012-10-05T20:46:40Z" |
391,263 | Bug 391263 Use gtk_render_focus instead of gtk_paint_focus for GTK+3 | null | resolved fixed | 32e1464 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-15T12:07:26Z" | "2012-10-05T18:00:00Z" |
380,966 | Bug 380966 Tree crash calling OS.object_getInstanceVariable() | null | resolved fixed | b83fa2d | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSObject.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/TreeItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-15T11:20:09Z" | "2012-05-29T19:33:20Z" |
391,722 | Bug 391722 Avoid setting the same tooltip text in ToolItem | We should add some code to run away if the same tooltip text is set on a toolitem. This showed up as part of the performance work on 4.2.x | resolved fixed | b16cc7a | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ToolItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-11T21:12:46Z" | "2012-10-11T21:13:20Z" |
391,675 | Bug 391675 CLabel documentation says class is not intended to be subclassed, then recommends subclassing. | The javadoc for the CLabel class includes this statement: "IMPORTANT: This class is not intended to be subclassed." Then the javadoc for CLabel's protected shortenText method states: "Override if you need a different strategy." Please fix the documentation to clarify if subclassing is acceptable. | resolved fixed | d2a1d09 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CLabel.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Canvas.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-11T18:27:01Z" | "2012-10-11T15:40:00Z" |
377,019 | Bug 377019 Specific file name filter not working on Mac OS X | Build Identifier: Setting the file filter to a specific file name in the FileDialog doesn't allow selecting the file. For example, having a file named "test.txt" and setting the filter to "test.txt". On Windows or Linux you can select the file, but on Mac OS X the file dialog doesn't allow you to select it. Example code: import org.eclipse.swt.*; import org.eclipse.swt.widgets.*; public class TestFileDialog { public static void main (String [] args) { Display display = new Display (); Shell shell = new Shell (display); shell.open (); FileDialog dialog = new FileDialog (shell, SWT.OPEN); dialog.setFilterExtensions (new String [] {"test.txt"}); dialog.open(); while (!shell.isDisposed ()) { if (!display.readAndDispatch ()) display.sleep (); } display.dispose (); } } Reproducible: Always | verified fixed | d60ebbc | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/FileDialog.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-11T07:19:41Z" | "2012-04-17T19:13:20Z" |
387,755 | Bug 387755 GC.copyArea() not work correctly on Mac retina screen | I use copyArea(Image image, int x, int y) to store the specified screen region to an image. But it copes a wrong region. This happens on retina Macbook pro only. Other non-retina 10.8 is not impacted. It looks like coordinates issue. The x, y and the size of the image are obtained by other SWT calls, such as Display.getDefault().getCursorLocation(). The coordinates are logical. That means, if I set the screen resolution to 800x600 for example, the max of 'x' is 800 which is returned by getCursorLocation(). If I set the screen resolution to 'retina best fit' (actually 1440x900 in logical), the max of 'x' is 1440. Then I pass the coordinates to copyArea() and expect it to capture the screen within the logical region, but it treats them as physical coordinates (2880x1800) and actually copies wrong screen (the content is smaller and origin has an offset). This impacts IBM Sametime screen capture feature. | resolved fixed | 254001e | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSScreen.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-10T21:07:12Z" | "2012-08-22T10:06:40Z" |
391,413 | Bug 391413 Remove GdkGCValues_sizeof | Unused and breaks compilation on GTK 3.x. | resolved fixed | 6ac6360 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/GdkGCValues.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-09T09:58:44Z" | "2012-10-09T10:53:20Z" |
391,408 | Bug 391408 Remove GdkVisual_sizeof | Remove GdkVisual_sizeof - not used at all and breaks compilation on GTK 3.x | resolved fixed | 63ba006 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-09T09:21:21Z" | "2012-10-09T08:06:40Z" |
391,404 | Bug 391404 Remove GdkImage_sizeof | Method is not used anywhere and breaks compilation on GTK 3.x. | resolved fixed | 2e726b8 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-09T08:55:37Z" | "2012-10-09T08:06:40Z" |
391,398 | Bug 391398 Use gtk_visual_get_depth instead of GdkVisual.depth | Accessing struct members fails on GTK 3.x or on 2.x with G_SEAL enabled. | resolved fixed | 8cb9404 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-09T08:36:20Z" | "2012-10-09T08:06:40Z" |
383,369 | Bug 383369 Mac cocoa combo draw wrong and spews long error message when input multi-lines | null | verified fixed | 2a6e0c9 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSCell.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Combo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-08T12:09:44Z" | "2012-06-23T14:00:00Z" |
391,269 | Bug 391269 NPE pressing enter on DateTime widget if using SWT.TIME only | null | resolved fixed | 259ec5f | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/DateTime.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-08T11:59:38Z" | "2012-10-05T20:46:40Z" |
391,035 | Bug 391035 JVM Crash when starting fresh download of Juno | null | resolved fixed | 8c2a378 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-05T14:49:00Z" | "2012-10-03T16:00:00Z" |
388,574 | Bug 388574 [Mac OS X 10.8] Text control loses focus upon its movement | null | verified fixed | 29deb6d | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-10-04T21:33:45Z" | "2012-08-31T19:06:40Z" |
390,734 | Bug 390734 Need "Full Keyboard Access" in order to traverse into Tree | Version: 4.3.0 Build id: I20120920-1300 I can no longer traverse into a Tree using the keyboard, unless I enable Full Keyboard Access for "All Controls" in the OSX System Preferences. I should be able to traverse into a Tree even if this setting is set to "Text Boxes and Lists Only". | resolved fixed | 6adfd78 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-09-28T21:34:51Z" | "2012-09-28T22:06:40Z" |
390,735 | Bug 390735 Fix places where NSObject id was int in 64-bit code | Searched the code for the string "int id" because I suspected that there might be places in the 32-bit code where id should have been defined as int /*long*/ Found several places that need to be fixed. | resolved fixed | 1563c7f | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/SWTApplicationDelegate.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/SWTCanvasView.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/SWTDragSourceDelegate.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/SWTPanelDelegate.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/SWTPrintPanelDelegate.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/SWTScrollView.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/SWTTabView.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/SWTTextView.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/SWTView.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/SWTWindowDelegate.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Scrollable.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Spinner.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-09-28T21:31:08Z" | "2012-09-28T22:06:40Z" |
390,713 | Bug 390713 Tab traversal broken in 64-bit ToolBar | After switching the SWT code to 64-bit by default, a missing int /*long*/ in ToolBar.hasKeyboardFocus(int inId) causes the method not to be called by any of the keyboard methods in Control. This breaks tab traversal in toolbars. The correct code should be: hasKeyboardFocus(long /*int*/ inId). | verified fixed | c7591f1 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/ToolBar.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-09-28T16:59:00Z" | "2012-09-28T16:33:20Z" |
385,253 | Bug 385253 SWT does not send SWT.KeyDown event when pressing down key in combo control | Build Identifier: 3.7.2 SWT does not send SWT.KeyDown event when pressing down key in combo control Reproducible: Always Steps to Reproduce: 1. Run the Test.java in the attached test case 2. Press down key in the combo control 3. You will find selection event is triggered in cocoa, but in carbon it was key down event. | verified fixed | e902496 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-09-28T14:09:36Z" | "2012-07-17T04:40:00Z" |
383,392 | Bug 383392 StyledText throws exception "Index out of bounds" when calling setText() after Chinese character input | Build Identifier: 3.7.2.v3740f-RCP20120529-1500 I attempt to input some Chinese characters in a StyledText widget. I use "PinYin" input method which is the default Chinese IME on Mac. I typed some keys and the IME showed me a candidate list. I didn't confirm my choice and let the candidate list panel floating. This means I didn't really input the text to the widget. After that, I clicked other part of the screen so the widget lost the focus and the IME candidate list disappeared. In my code, I called StyledText.setText("") to clean up the widget. However, this call eventually threw out lots of "Index out of bounds" exception and the application hung. The stack is like this: Unhandled event loop exception java.lang.IllegalArgumentException: Index out of bounds at org.eclipse.swt.SWT.error(SWT.java:4263) at org.eclipse.swt.SWT.error(SWT.java:4197) at org.eclipse.swt.SWT.error(SWT.java:4168) at org.eclipse.swt.graphics.TextLayout.getStyle(TextLayout.java:1456) at org.eclipse.swt.custom.StyledTextRenderer.getTextLayout(StyledTextRenderer.java:944) at org.eclipse.swt.custom.StyledTextRenderer.getTextLayout(StyledTextRenderer.java:720) at org.eclipse.swt.custom.StyledTextRenderer.calculate(StyledTextRenderer.java:211) at org.eclipse.swt.custom.StyledTextRenderer.calculateClientArea(StyledTextRenderer.java:229) at org.eclipse.swt.custom.StyledText.resetCache(StyledText.java:7791) at org.eclipse.swt.custom.StyledText.reset(StyledText.java:7784) at org.eclipse.swt.custom.StyledText.handleTextSet(StyledText.java:6271) at org.eclipse.swt.custom.StyledText$6.textSet(StyledText.java:5618) at org.eclipse.swt.custom.StyledTextListener.handleEvent(StyledTextListener.java:79) at org.eclipse.swt.custom.DefaultContent.sendTextEvent(DefaultContent.java:795) at org.eclipse.swt.custom.DefaultContent.setText(DefaultContent.java:814) at org.eclipse.swt.custom.StyledText.setText(StyledText.java:9874) This is my code snippet in my Eclipse view: public void createPartControl(Composite parent) { final StyledText st = new StyledText(parent, SWT.NONE); st.addFocusListener(new FocusListener() { @Override public void focusGained(FocusEvent arg0) { st.setText(""); } @Override public void focusLost(FocusEvent arg0) { // TODO Auto-generated method stub }}); } Reproducible: Always Steps to Reproduce: The steps should be clearly described in upper section. | resolved fixed | ee0ffc0 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-09-27T17:00:21Z" | "2012-06-25T07:40:00Z" |
389,250 | Bug 389250 Lots of stuff leaked when closing and reopening views | M20120909-2000. Lots of objects are leaked in a simple close/open part scenario. Simple test case: 1. prepare a perspective with only the Navigator view open 2. reset the instance counter of your profiler 3. close the Navigator 4. reopen the Navigator ==> see many instance being leaked, e.g. 3 ToolItem(s) and 2 ToolBar(s) | verified fixed | c9fe93d | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-09-25T19:55:16Z" | "2012-09-11T13:26:40Z" |
387,641 | Bug 387641 Use Cairo instead of Gdk deprecated methods in Sash widget drawBand() | Sash widget's drawBand() method needs Cairo implementation instead of existing Gdk methods, as most of them are deprecated. | resolved fixed | b544cc1 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Sash.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-09-24T20:28:17Z" | "2012-08-20T19:13:20Z" |
389,773 | Bug 389773 [Performance] Improve CTabRendering drawing time | This is a bug to track the optimization work being done for CTabFolder drawing. | resolved fixed | c68f62c | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-09-24T19:53:55Z" | "2012-09-17T22:13:20Z" |
388,419 | Bug 388419 Loss of focus during typing | null | verified fixed | a754695 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-09-19T14:14:12Z" | "2012-08-30T12:33:20Z" |
324,435 | Bug 324435 JVM crashes when press a button | null | resolved fixed | 26a9399 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-09-17T20:04:18Z" | "2010-09-03T16:06:40Z" |
383,890 | Bug 383890 JVM (Eclipse) crash with SIGSEGV in ld-linux-x86-64.so.2 | null | verified fixed | 2c1e3b3 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/gtk/org/eclipse/swt/browser/MozillaDelegate.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-09-11T14:22:51Z" | "2012-06-29T11:40:00Z" |
386,893 | Bug 386893 Omit use of deprecated GTK_ACCEL_LABEL_SET_ACCEL_STRING and GTK_ACCEL_LABEL_GET_ACCEL_STRING | null | resolved fixed | 1e698e4 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/MenuItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-09-07T16:10:08Z" | "2012-08-08T21:06:40Z" |
378,383 | Bug 378383 Request for a notification of full-screen changes | null | verified fixed | f29e60c | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-09-07T08:30:05Z" | "2012-05-03T15:46:40Z" |
388,990 | Bug 388990 JUnit test failures on Linux in I20120904-0800 | StyledText getLineIndex and getLinePixel tests have been failing for a couple of weeks. | resolved fixed | b9729f2 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-09-06T19:30:07Z" | "2012-09-06T19:33:20Z" |
387,338 | Bug 387338 Cocoa: [New SWT style required]single click only bring a window to the top but do not take effective for the click object | There is a different system behaviors against Mac Cocoa and Mac Carbon/Windows/Linux. IF there are two windows on the screen, window 1 has focus(on top), window 2 not, click a control on window 2: 1. On Mac Carbon/Windows/Linux, window 2 will get focus(move to top) and the clicked control will take effective. It means single click do two things: (1) Windows got focus (2)Control is clicked 2. On Mac Cocoa, partial controls has same behaviors, but most of other controls difference. Single click only make window get focus, if we want to the control work, another click is necessary. In the SWT's Control class, if the style is STW.ON_TOP, the acceptsFirstMouse will return true, then the control will be focused only a single click. But STW.ON_TOP will be used in other scenario, can we provide a new style to control whether accept the first mouse? boolean acceptsFirstMouse (int /*long*/ id, int /*long*/ sel, int /*long*/ theEvent) { Shell shell = getShell (); if ((shell.style & SWT.ON_TOP) != 0) return true; return super.acceptsFirstMouse (id, sel, theEvent); } | verified fixed | 904726b | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSView.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-09-06T13:49:14Z" | "2012-08-16T01:20:00Z" |
382,175 | Bug 382175 [Cairo] Images created with external GdkPixmap* can't be drawn using GC.drawImage() | In WindowBuilder project I have to create an Image instance using external GdkPixmap* value. I used Image.gtk_new() method to create such Image. Then I need to draw this image on some GC. This works fine with Cairo disabled. When Cairo is enabled, the image is not drawn. The workaround is to invoke Image.getImageData() method. After this invocation it works fine. Sample code: Image image = Image.gtk_new(null, SWT.BITMAP, pixmapHandle, 0); Image mainImage = new Image(null, 240, 160); GC gc = new GC(mainImage); // image.getImageData(); // uncomment to get it working gc.drawImage(image, 0, 0); gc.dispose(); // save mainImage using ImageLoader | resolved fixed | 572d213 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/Image.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-09-06T05:29:00Z" | "2012-06-09T22:13:20Z" |
384,315 | Bug 384315 virtual table accessibility slow on GTK (was: Open Type is very slow: causes UI lockup with high CPU utilization) | Build Identifier: Version: Juno Release Build id: 20120614-1722 Open Type is incredibly slow on my new Asus G55V laptop (2.3GHz quad core i7 with 12GB ram, 2Gb Nvidia graphics, SSD). Performance of Open Type varies depending how many characters are entered (quickly before it locks up!). For example: Using a brand new workspace with a single empty project it takes about 20 seconds for Open Type to unlock itself with the string: java.lang I've tried various vm parameters, but have settled on the following in order to demonstrate the problem eclipse.ini (-XX:PermSize=256m -XX:MaxPermSize=256m -Xms512m -Xmx512m). Otherwise performance of the machine generally is generally excellent. Eclipse loads in a few seconds and navigation is otherwise not bad (find/search can be a bit slow to appear). Reproducible: Always Steps to Reproduce: 1. Open new or existing java workspace (create a new empty project if necessary) 2. Ctrl-Shift-T or click Open Type 3. type: java.lang. or similar 4. wait 20-30 seconds Ubuntu 12.04 x64 (3.2.0-26-generic) Sun JDK 1.7.0_06 (x64) Eclipse and workspace are installed on an SSD ext4 partition. I've tried moving each to a regular hdd with no effect. | resolved fixed | 9539c1d | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-09-06T05:13:02Z" | "2012-07-04T22:13:20Z" |
383,189 | Bug 383189 Warnings and Errors in the SWT Combo when running on Linux | null | resolved fixed | 8a770fa | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-08-31T08:19:33Z" | "2012-06-21T09:13:20Z" |
372,560 | Bug 372560 Glib error when disposing a Combo | null | resolved fixed | 1996909 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-08-31T04:40:45Z" | "2012-02-25T08:53:20Z" |
379,792 | Bug 379792 Tree widgets leaked due to TreeColumn's modelhandle reference in Display.widgetTable | Build Identifier: Version: 3.7.1.v3738a issue is only on Linux platforms (Linux,Solaris, ..etc) not seen in windows platform Tree keep 5 reference for each handle in Display. out of which modelhandle reference is not released when Tree disposed. 1. modehandle add Tree reference to Display.widgetTable through Display.addWidget() 2. when TreeColumn is created in Tree. modelHandle is replaced. 3. Tree reference in Display.widgetTable is not released is causing disposed Tree widgets never garbage collected. 640 if (modelIndex == modelLength) { 641 int /*long*/ oldModel = modelHandle; 642 int /*long*/[] types = getColumnTypes (columnCount + 4); // grow by 4 rows at a time 643 int /*long*/ newModel = OS.gtk_tree_store_newv (types.length, types); 644 if (newModel == 0) error (SWT.ERROR_NO_HANDLES); 645 copyModel (oldModel, FIRST_COLUMN, newModel, FIRST_COLUMN, types, (int /*long*/)0, (int /*long*/)0, modelLength); 646 OS.gtk_tree_view_set_model (handle, newModel); 647 OS.g_object_unref (oldModel); 648 modelHandle = newModel; } Reproducible: Always Steps to Reproduce: 1. Create Tree with 2 or more TreeColumn 2. dispose Tree / recreate Tree 3. check heap dump. disposed Tree is referenced in Display.widgetTable | verified fixed | a3a1752 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-08-27T13:40:40Z" | "2012-05-17T10:20:00Z" |
387,980 | Bug 387980 Negative zoom factor reported from magnification gesture on Mac OS X | null | verified fixed | d76702a | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-08-27T13:08:03Z" | "2012-08-24T12:06:40Z" |
387,518 | Bug 387518 Extremely wide combo box causes X11 crash | null | verified fixed | ddd37d8 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-08-24T20:24:39Z" | "2012-08-17T21:46:40Z" |
386,220 | Bug 386220 [Mac Cocoa] org.eclipse.swt.accessibility.Accessible.getChildrenAttribute may throw java.lang.ArrayIndexOutOfBoundsException | The Cocoa getChildrenAttribute implementation firstly retrieves the child count via AccessibleControlListener.getChildCount, then retrieves the children via AccessibleControlListener.getChildren. Then it loops over the children (i.e. event.children) with the bound returned by AccessibleControlListener.getChildCount (i.e. event.detail), refer line 2058. The problem is that certain controls may return different count from getChildCount & getChildren. Thus the loop will throw java.lang.ArrayIndexOutOfBoundsException. This is a Cocoa specific issue since it's not a problem with Carbon & other platforms. The fix is to use the actual array length of event.children, instead of event.detail. i.e.: from: for (int i = 0; i < childCount; i++) to: for (int i = 0; i < children.length; i++) | resolved fixed | 04f381a | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/cocoa/org/eclipse/swt/accessibility/Accessible.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-08-20T18:22:54Z" | "2012-07-30T09:20:00Z" |
387,245 | Bug 387245 Widget.RESIZING value same as Widget.WEBKIT_EVENTS_FIX value | null | verified fixed | a104ef0 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-08-14T20:57:12Z" | "2012-08-14T21:33:20Z" |
387,144 | Bug 387144 Make gdk_pixbuf_render_to_drawable() dynamic | null | resolved fixed | 603ae92 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-08-14T14:28:16Z" | "2012-08-13T20:33:20Z" |
387,133 | Bug 387133 Omit use of deprecated method gdk_drawable_get_size() for newer GTK+ and make it dynamic | null | resolved fixed | e946812 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/Image.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-08-14T09:26:16Z" | "2012-08-13T17:46:40Z" |
386,177 | Bug 386177 [OpenGL] Closing RCP editor with GLCanvas breaks all remaining open GLCanvas | null | verified fixed | b5ab9fc | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Canvas.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-08-09T13:29:33Z" | "2012-07-27T23:00:00Z" |
378,168 | Bug 378168 Group client Area is wrong | null | verified fixed | 3b3d098 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Group.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-08-09T11:01:58Z" | "2012-05-01T16:33:20Z" |
386,778 | Bug 386778 Omit use of deprecated GTK_WIDGET_SET_X and GTK_WIDGET_SET_Y for newer GTK+ | null | resolved fixed | 6207053 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-08-09T10:46:23Z" | "2012-08-07T20:06:40Z" |
386,260 | Bug 386260 NPE in org.eclipse.swt.program.Program.gnome_getProgram | Version: 4.2.0 (actually from 4.3-I-builds) Build id: I20120725-1800 The last line of GTK's Program#gnome_getProgram(Display,String) needs to check that "program != null" static Program gnome_getProgram(Display display, String mimeType) { Program program = null; byte[] mimeTypeBuffer = Converter.wcsToMbcs(null, mimeType, true); int /*long*/ ptr = GNOME.gnome_vfs_mime_get_default_application(mimeTypeBuffer); if (ptr != 0) { [...] } return program.command != null ? program : null; } Unfortunately since JDT's label providers sometimes delegates to Program#findProgram(), this can kill the IDE. !ENTRY org.eclipse.jface 4 2 2012-07-30 12:46:24.775 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface". !STACK 0 java.lang.NullPointerException at org.eclipse.swt.program.Program.gnome_getProgram(Program.java:568) at org.eclipse.swt.program.Program.findProgram(Program.java:636) at org.eclipse.swt.program.Program.findProgram(Program.java:612) at org.eclipse.ui.internal.registry.EditorRegistry.getSystemExternalEditorImageDescriptor(EditorRegistry.java:1272) at org.eclipse.ui.internal.registry.EditorRegistry.getImageDescriptor(EditorRegistry.java:1480) at org.eclipse.ui.internal.ide.model.WorkbenchFile.getBaseImage(WorkbenchFile.java:63) at org.eclipse.ui.internal.ide.model.WorkbenchResource.getImageDescriptor(WorkbenchResource.java:42) at org.eclipse.jdt.internal.ui.viewsupport.JavaElementImageProvider.getWorkbenchImageDescriptor(JavaElementImageProvider.java:182) at org.eclipse.jdt.internal.ui.viewsupport.JavaElementImageProvider.computeDescriptor(JavaElementImageProvider.java:122) at org.eclipse.jdt.internal.ui.viewsupport.JavaElementImageProvider.getImageLabel(JavaElementImageProvider.java:97) at org.eclipse.jdt.internal.ui.viewsupport.JavaUILabelProvider.getImage(JavaUILabelProvider.java:144) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerLabelProvider.getImage(PackageExplorerLabelProvider.java:140) at org.eclipse.jdt.internal.ui.navigator.JavaNavigatorLabelProvider.getImage(JavaNavigatorLabelProvider.java:128) at org.eclipse.ui.internal.navigator.NavigatorContentServiceLabelProvider.findImage(NavigatorContentServiceLabelProvider.java:197) at org.eclipse.ui.internal.navigator.NavigatorContentServiceLabelProvider.getColumnImage(NavigatorContentServiceLabelProvider.java:105) at org.eclipse.ui.internal.navigator.NavigatorContentServiceLabelProvider.getImage(NavigatorContentServiceLabelProvider.java:98) at org.eclipse.ui.internal.navigator.NavigatorDecoratingLabelProvider$StyledLabelProviderAdapter.getImage(NavigatorDecoratingLabelProvider.java:60) at org.eclipse.jface.viewers.DelegatingStyledCellLabelProvider.getImage(DelegatingStyledCellLabelProvider.java:184) at org.eclipse.jface.viewers.DecoratingStyledCellLabelProvider.getImage(DecoratingStyledCellLabelProvider.java:167) at org.eclipse.jface.viewers.DelegatingStyledCellLabelProvider.update(DelegatingStyledCellLabelProvider.java:118) at org.eclipse.jface.viewers.DecoratingStyledCellLabelProvider.update(DecoratingStyledCellLabelProvider.java:134) at org.eclipse.jface.viewers.ViewerColumn.refresh(ViewerColumn.java:152) at org.eclipse.jface.viewers.AbstractTreeViewer.doUpdateItem(AbstractTreeViewer.java:953) at org.eclipse.jface.viewers.AbstractTreeViewer$UpdateItemSafeRunnable.run(AbstractTreeViewer.java:113) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175) at org.eclipse.jface.viewers.AbstractTreeViewer.doUpdateItem(AbstractTreeViewer.java:1033) at org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.run(StructuredViewer.java:485) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175) at org.eclipse.jface.viewers.StructuredViewer.updateItem(StructuredViewer.java:2167) at org.eclipse.jface.viewers.AbstractTreeViewer.updateChildren(AbstractTreeViewer.java:2753) at org.eclipse.jface.viewers.AbstractTreeViewer.internalRefreshStruct(AbstractTreeViewer.java:1923) at org.eclipse.jface.viewers.TreeViewer.internalRefreshStruct(TreeViewer.java:721) at org.eclipse.jface.viewers.AbstractTreeViewer.internalRefreshStruct(AbstractTreeViewer.java:1930) at org.eclipse.jface.viewers.TreeViewer.internalRefreshStruct(TreeViewer.java:721) at org.eclipse.jface.viewers.AbstractTreeViewer.internalRefresh(AbstractTreeViewer.java:1898) at org.eclipse.jface.viewers.AbstractTreeViewer.internalRefresh(AbstractTreeViewer.java:1855) at org.eclipse.ui.navigator.CommonViewer.internalRefresh(CommonViewer.java:561) at org.eclipse.jface.viewers.StructuredViewer$8.run(StructuredViewer.java:1535) at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1443) at org.eclipse.jface.viewers.TreeViewer.preservingSelection(TreeViewer.java:403) at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1404) at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:1533) at org.eclipse.jface.viewers.ColumnViewer.refresh(ColumnViewer.java:548) at org.eclipse.ui.navigator.CommonViewer.refresh(CommonViewer.java:353) at org.eclipse.ui.navigator.CommonViewer.refresh(CommonViewer.java:510) at org.eclipse.ui.internal.navigator.resources.workbench.ResourceExtensionContentProvider$3.run(ResourceExtensionContentProvider.java:294) at org.eclipse.ui.internal.navigator.resources.workbench.ResourceExtensionContentProvider.runUpdates(ResourceExtensionContentProvider.java:306) at org.eclipse.ui.internal.navigator.resources.workbench.ResourceExtensionContentProvider.access$1(ResourceExtensionContentProvider.java:303) at org.eclipse.ui.internal.navigator.resources.workbench.ResourceExtensionContentProvider$1.run(ResourceExtensionContentProvider.java:129) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3529) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3182) | resolved fixed | e5048f5 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Program/gtk/org/eclipse/swt/program/Program.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-08-08T16:11:26Z" | "2012-07-30T17:40:00Z" |
385,070 | Bug 385070 Use gtk_widget_has_focus instead of deprecated GTK_WIDGET_HAS_FOCUS | null | resolved fixed | 2c810dc | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ExpandItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Text.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Tree.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2012-08-06T07:13:12Z" | "2012-07-13T17:20:00Z" |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.