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 timestamp[us, tz=UTC] | report_datetime timestamp[us, tz=UTC] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 ... | 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 ot... | 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 (breakpoi... | 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 ... | 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/ecl... | 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 aligne... | 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 ... | 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 re... | 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... | 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,... | 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/... | 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/widg... | 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/widget... | 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/coc... | 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... | 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 als... | 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.NullPointerExce... | 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 t... | 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/ecl... | 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 cod... | 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.ge... | 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/SWTDragSourceDelega... | 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 mea... | 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... | 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 | 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/Tr... | 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 ... | 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/co... | 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()... | 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 w... | 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.ad... | 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.... | 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, mimeTyp... | 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/widget... | 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 community queries yet
The top public SQL queries from the community will appear here once available.