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]
386,594
Bug 386594 Use gtk_widget_get_visible instead of GTK_WIDGET_VISIBLE for newer GTK+
null
resolved fixed
6a88076
["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/gtk/org/eclipse/swt/accessibility/Accessible.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...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-08-04T00:33:29Z
2012-08-03T18:53:20Z
385,939
Bug 385939 Omit use of deprecated GTK_TOOLTIPS_TIP_WINDOW and gtk_tooltips_new
null
resolved fixed
88dc3a4
["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/ToolTip.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TrayItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-08-03T23:20:00Z
2012-07-25T12:40:00Z
345,296
Bug 345296 Remove qt from org.eclipse.swt
null
resolved fixed
3728914
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/qt/org/eclipse/swt/browser/QtWebkit.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/qt/org/eclipse/swt/dnd/ByteArrayTransfer.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/qt/org/eclipse/swt/dnd/Clipboard.java", "bundles/or...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-08-02T15:42:02Z
2011-05-10T15:06:40Z
245,388
Bug 245388 [consistency] Combo.pack() does not consider item lengths
- run the snippet below - on platforms != gtk the Combo is pack()ed to a size that is able to fit its longest item -> but on gtk the Combo's preferred size is not influenced by its items public static void main(String[] args) { Display display = new Display(); final Shell shell = new Shell(display); shell.setBounds(10,...
resolved fixed
c8dd5b3
["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-01T21:52:51Z
2008-08-27T15:13:20Z
368,543
Bug 368543 Odd Display of WindowBuilder in Eclipse 3.8/4.2 on Linux
null
resolved fixed
091e36b
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/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-08-01T21:47:28Z
2012-01-13T13:06:40Z
377,961
Bug 377961 A combo in a toolbar gets shrunk
The combo boxes placed in the editor toolbar for the ecorediag editor get set to 1 pixel wide. Walked through it with Bogdan, but a SWT.SEPARATOR toolitem called with toolItem.setWidth(223) seems to get its width reset on the parent (ToolBar) relayout(). The ToolItem.getBounds() returns a width of 1. Something similar ...
resolved fixed
411d5c8
["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-08-01T21:27:45Z
2012-04-27T18:06:40Z
377,600
Bug 377600 SWT Cocoa Shell class doesn't implement SWT.NO_FOCUS style
Build Identifier: SWT 3.7.2 SWT Cocoa Shell class doesn't implement SWT.NO_FOCUS style. A shell created with this style will take focus when clicked, this is unexpected behavior and breaks existing code than depends on SWT.NO_FOCUS. Reproducible: Always Steps to Reproduce: 1. Create a Shell with SWT.NO_FOCUS style and ...
verified fixed
b454bc1
["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-01T21:25:20Z
2012-04-25T07:46:40Z
384,381
Bug 384381 HTMLTransfer uses UTF-16 to copy to clipboard (should use UTF-8 to be compatible with paste)
null
verified fixed
de6fbaa
["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/HTMLTransfer.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-07-24T19:33:02Z
2012-07-05T14:53:20Z
385,570
Bug 385570 [DBCS4.2] wrong selection by using a mouse toward a character of Unicode surrogate pair at end of line
Build Identifier: Version: 4.2.0 Build id: I20120608-1400 (I20120713 x86_64) OS: Windows 7 SP1 Professional Japanese Edition (64bit) JDK: java full version JRE 1.7.0 IBM Windows AMD 64 build pwa6470sr1-20120405_01(SR1) Locale:Japanese When inputting Unicode surrogate pair character at end of line on Text Editor, this c...
verified fixed
2768072
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/TextLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-07-24T14:58:49Z
2012-07-20T07:40:00Z
384,725
Bug 384725 linux accessibility broken
Build Identifier: Hello. I think linux accessibility is broken after transition to at-spi2/gnome3. Reasons: First, toolbars are not presented properly in the eclipse IDE, and buttons are not labelled while they are labelled properly on windows. Second, help\install software window is not fully accessible: the tree view...
resolved fixed
9e301b8
["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-07-17T19:53:16Z
2012-07-10T14:20:00Z
380,533
Bug 380533 NPE in Program#hashCode() on GTK
null
verified fixed
477aa9e
["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-07-16T19:48:57Z
2012-05-24T11:46:40Z
381,006
Bug 381006 [browser] browser can not get focus when current focus is on some SWT control.
null
verified fixed
f9a08db
["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/cocoa/org/eclipse/swt/browser/MozillaDelegate.java", "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-07-16T18:59:19Z
2012-05-30T09:26:40Z
339,344
Bug 339344 CTabFolder with a disposed top right control cannot be rendered
When a composite's child gets disposed there aren't any layout problems. Shouldn't the same apply to CTabFolder? Display display = new Display(); Shell shell = new Shell(display, SWT.SHELL_TRIM); shell.setLayout(new FillLayout()); CTabFolder folder = new CTabFolder(shell, SWT.CLOSE); Composite c = new Composite(folder,...
resolved fixed
d2bbe0a
["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/CTabFolderLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-06-25T18:59:07Z
2011-03-09T11:26:40Z
322,638
Bug 322638 [Image loading] ImageLoader and Image from stream fail with certain animated gifs
Attached you'll find a project which demonstrates an SWT for an image which opens perfectly in other image programs but fails on SWT. There's only one image loading implementation which allows to load the image which is the purely native one new Image(Display,String) but because I need to show an animated give this doe...
resolved fixed
ff9c159
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/internal/image/GIFFileFormat.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-06-25T18:17:38Z
2010-08-13T11:46:40Z
383,328
Bug 383328 Multiple MoseHover events without moving the mouse
null
resolved fixed
066de63
["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-06-22T16:36:08Z
2012-06-22T15:46:40Z
383,074
Bug 383074 Tracker cannot draw rectangle on main menu bar or dock
Build Identifier: 3.7.2.v3740f-RCP20120529-1500 I use Tracker in a screen shot application to draw the hinting rectangle. The lines are only visible on regular screen area, but not main menu bar nor dock. It looks like lines are covered by these special windows. I checked the source code of cocoa version Tracker. I fou...
resolved fixed
bc1f2a9
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tracker.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-06-21T21:40:29Z
2012-06-20T11:00:00Z
381,333
Bug 381333 MouseExit event is not received in shell with style SWT.ON_TOP
Build Identifier: 3.7.2 See the steps Reproducible: Always Steps to Reproduce: 1.Run the test case with Cocoa SWT 2.Hover "Hover me" button and another shell does pop up. Don't move mouse! 3.Use CMD+Tab to switch to another app and then move the mouse out of the popped shell. The issue is that we didn't receive mouseEx...
resolved fixed
486cb9d
["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-06-21T18:41:59Z
2012-06-01T08:40:00Z
113,342
Bug 113342 Disposing a font still in use by a GC causes crashes
Snippet to reproduce exception: public void paintFigure(Graphics g) { FontData[] fd = g.getFont().getFontData(); for (int i=0 ; i < fd.length ; i++) { fd[i].setStyle(SWT.BOLD | SWT.ITALIC); } Font font = new Font(null, fd); g.setFont(font); super.paintFigure(g); // Here, some text is drawn font.dispose(); // This is we...
resolved fixed
9f0158b
["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-06-20T16:17:59Z
2005-10-21T10:20:00Z
383,069
Bug 383069 SWT Cocoa's URLTransfer does not return correct file url on Mac OS X
null
resolved fixed
151ef65
["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/cocoa/org/eclipse/swt/dnd/URLTransfer.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSString.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-06-20T14:48:55Z
2012-06-20T08:13:20Z
376,448
Bug 376448 [DBCS4.2] AIX 7, DirectoryDialog returns 'null' if selected path contains DBCS characters
Build Identifier: I20120321 OS: AIX 7 64 bit Java: JRE 1.7.0 IBM AIX build pap3270-20110827_01 Locale: Japanese, SJIS Description: Cannot import projects or files containing DBCS on the file path. Reproducible: Always Steps to Reproduce: 1. Create a new project with DBCS name. eg. 2. Export the project to your home fol...
verified fixed
6cfe3d1
["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/FileTransfer.java", "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/DirectoryDialog.java", "bundles/org.eclipse.swt/Eclipse...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-06-18T19:22:52Z
2012-04-11T02:06:40Z
339,342
Bug 339342 CTabFolder should throw IllegalArgumentException when a disposed control is set as its top right control
The setDefaultButton(Button) method from Decorations will throw an IllegalArgumentException when a disposed button is set, why doesn't CTabFolder's setTopRight(Control) method do the same? Display display = new Display(); Shell shell = new Shell(display, SWT.SHELL_TRIM); shell.setLayout(new FillLayout()); CTabFolder fo...
resolved fixed
f5471f1
["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-06-18T18:21:01Z
2011-03-09T11:26:40Z
382,887
Bug 382887 CustomControlExample CTabFolder should have setTopRight
CTabFolder tab in CustomControlExample should have a means of testing setTopRight (to a toolbar, for example). Also, allow the top right style (SWT.RIGHT, SWT.FILL, and SWT.RIGHT | SWT.WRAP) to be selected when calling setTopRight().
resolved fixed
43782d4
["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/CTabFolderTab.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-06-18T17:58:09Z
2012-06-18T17:20:00Z
382,840
Bug 382840 Table#setSelection(int) should specify that it shows the selection
Table#setSelection(int) calls showSelection(). This should be specified so that clients can remove redundant calls to showSelection().
resolved fixed
0f3c1bc
["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/gtk/org/eclipse/swt/widgets/List...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-06-18T16:08:32Z
2012-06-18T11:46:40Z
378,264
Bug 378264 Update CTabFolder JavaDoc
The 4.2 CTabFolder javadoc needs to be updated to reflect changes in behavior wrt. top right control wrapping etc.
resolved fixed
f037ccf
["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-06-05T19:11:57Z
2012-05-02T14:46:40Z
380,730
Bug 380730 GraphicsExample Image Transformation tab needs to be more interesting
The image transformation tab in the graphicsExample should allow negative numbers and numbers greater than 360 for degrees of rotation, and it should have x, y translation capability.
resolved fixed
a85d43e
["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/graphics/ImageTransformTab.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-05-25T20:34:10Z
2012-05-25T21:06:40Z
379,998
Bug 379998 Plugin list not showing up in Run configuration dialog
null
verified fixed
0456c81
["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-05-23T06:32:12Z
2012-05-18T16:53:20Z
379,791
Bug 379791 SWTException: Graphic is disposed for PlaceholderImpl
In Version: 4.2.0 Build id: I20120515-2200 I get frequent exceptions like the one below when closing the workbench. Ids mentioned: elementId: org.eclipse.jdt.ui.JavadocView & elementId: org.eclipse.jdt.ui.SourceView !ENTRY org.eclipse.e4.ui.workbench 4 0 2012-05-17 11:39:53.855 !MESSAGE Exception occurred while unrende...
verified fixed
f11fc9b
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolderRenderer.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-05-18T17:09:39Z
2012-05-17T10:20:00Z
379,005
Bug 379005 NullPointerException in Clipboard
Build Identifier: Version: 3.738 Happens rarely on our clients' computers. It looks like types is null on the marked line: public TransferData[] getAvailableTypes(int clipboards) { checkWidget(); if ((clipboards & DND.CLIPBOARD) == 0) return new TransferData[0]; NSPasteboard pasteboard = NSPasteboard.generalPasteboard(...
resolved fixed
bcc37fa
["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/cocoa/org/eclipse/swt/dnd/Clipboard.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-05-16T16:00:52Z
2012-05-09T16:13:20Z
368,629
Bug 368629 IE Browser widget should always encode LocationEvent#location, also for file:///
null
resolved fixed
3b7e043
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/common/org/eclipse/swt/browser/LocationEvent.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/IE.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/win32/OS.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-05-15T17:55:36Z
2012-01-15T23:26:40Z
377,472
Bug 377472 [DBCS4.2] The backslash followed by DBCS character is not same as one followed by sbcs
Build Identifier: I20120321 Java: IBM JRE 7 OS: Windows 7 Japanese, SJIS, AIX 7.1 Japanese SJIS Reproducible: Always Steps to Reproduce: 1. Create a new Java class. 2. Create a String variable, eg. String example=""; 3. Copy the following text into the quotes, c:\\program Expected results, The result should look like t...
resolved fixed
9b9af04
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/TextLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-05-11T18:57:03Z
2012-04-24T06:46:40Z
378,482
Bug 378482 g_object_get() emits console warnings in ToolItem#gtk_create_menu_proxy
Build Identifier: I20120502-1800 Need to fix the console warnings being emitted by g_object_get() while trying to retrieve the value of property setting "gtk-menu-images" in ToolItem#gtk_create_menu_proxy(). The warning message that appears is: (SWT:17023): GLib-GObject-WARNING **: g_object_get_valist: object class `Gt...
resolved fixed
947d452
["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/ToolItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-05-11T18:21:42Z
2012-05-04T11:13:20Z
372,790
Bug 372790 WinICOFileFormat cannot handle 256x256 icons
null
resolved fixed
68e0347
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/internal/image/FileFormat.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/internal/image/WinICOFileFormat.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-05-10T16:42:20Z
2012-02-28T20:13:20Z
378,081
Bug 378081 Combo should not send ModifyEvent on #select(int) if item unchanged
null
resolved fixed
afaa39b
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Combo.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-05-10T13:52:23Z
2012-04-30T12:46:40Z
379,042
Bug 379042 SWT.DragDetect should not be sent when left clicking with Ctrl down
Run eclipse and open a perspective with a stack of views. 1) Press and hold the control key. 2) Press left mouse button on a tab and move mouse. The contextual menu shows. 3) Dismiss the contextual menu (press ESC). 4) Move the mouse. The view drag effects (green rectangles) show up.
resolved fixed
9edcb6f
["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-05-09T19:05:51Z
2012-05-09T19:00:00Z
378,060
Bug 378060 Tooltips not appearing properly
null
resolved fixed
3435c84
["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-05-09T14:32:07Z
2012-04-30T12:46:40Z
340,054
Bug 340054 SWT Painting problems in Cocoa
See the attached screenshot. When the editor was revealed, I think from closing some other editor, it did not paint properly. This is "forms" editor, like some of the PDE editors in eclipse. It does not use GEF.
resolved fixed
642c17d
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.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-05-07T19:52:57Z
2011-03-15T17:26:40Z
378,344
Bug 378344 API Tools report bad @since tag on SegmentListener
API Tools report a bad @since tag on SegmentListener. The @since 3.8 should be on the interface, not on the method.
verified fixed
6f3ef9e
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/events/SegmentListener.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-05-04T16:59:27Z
2012-05-03T10:13:20Z
99,718
Bug 99718 [CCombo] Very long text in CCombo causes vertical scroll bar to disappear
If there are very long text in the CCombo, the vertical scrollbar of dropdown listbox disappears beyond the edge of the screen. I have seen defects 37329 and 7946, but this is different, as it is not related to Properties view.
resolved fixed
76d8745
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CCombo.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-04-30T16:57:48Z
2005-06-13T16:26:40Z
377,155
Bug 377155 CCombo dropdown list can go off the top screen bound
null
resolved fixed
7d3ba93
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CCombo.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-04-30T07:08:41Z
2012-04-19T10:06:40Z
377,385
Bug 377385 [10.7]Shell.setFullScreen not working on child window
null
resolved fixed
9cc72cd
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSWindow.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/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-04-25T19:07:03Z
2012-04-23T08:33:20Z
377,074
Bug 377074 Cocoa TabItem.getBounds doesn't not return a correct y position
Build Identifier: SWT 3.7.2 GM TabItem.getBounds in Cocoa doesn't return a correct y position. A sample attached. In the sample, click the button will print out all the bounds of TabItem in TabFolder. Expected result: y position is a correct number such as 2. Actually result: y position is not correct such as -553. Rep...
resolved fixed
8b75565
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/TabItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-04-20T11:44:48Z
2012-04-18T09:06:40Z
376,589
Bug 376589 clipboard.getContents(HTMLTransfer.getInstance()) returns gibberish on gtk
null
resolved fixed
c5308d7
["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/HTMLTransfer.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-04-17T16:48:39Z
2012-04-12T14:13:20Z
376,826
Bug 376826 Text#removeSegmentListener inconsitent with other code
99% of SWT code does null checks like this: if (listener == null) error (SWT.ERROR_NULL_ARGUMENT); the removeSegmentListener uses another one: if (listener == null) SWT.error (SWT.ERROR_NULL_ARGUMENT); In the end the first call ends up in SWT.error() but I think it would be more consitent
resolved fixed
73e2afa
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/ColorDialog.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/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/sw...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-04-16T17:53:16Z
2012-04-15T17:13:20Z
375,721
Bug 375721 Context menu position in StyledText should be below caret
The context menu in StyledText should be opened below the caret. The current solution overlaps the text after the caret in most cases (when the menu opens downwards). org.eclipse.ui.actions.QuickMenuCreator#computeMenuLocation(StyledText) fixes this via: result.y += text.getLineHeight(text.getCaretOffset());
resolved fixed
c544b70
["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-04-16T16:45:30Z
2012-03-30T12:20:00Z
365,961
Bug 365961 StyledText computes wrong control size when wrapping
null
resolved fixed
63bb510
["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-04-12T21:23:28Z
2011-12-07T20:33:20Z
353,305
Bug 353305 [Browser][WebKit] Javadoc tooltip cannot be closed with Esc
Build Identifier: 20110615-0604 Tooltips opened with F2 ("Show Tooltip Description") can be closed by pressing Esc, except Javadoc tooltips. This worked fine in Eclipse-3.4, it ceased to work in 3.7. Reproducible: Always Steps to Reproduce: 1. Enter the following into a new Java class with an arbitrary name: public sta...
resolved fixed
a7026b1
["bundles/org.eclipse.swt/Eclipse", "SWT", "WebKit/gtk/org/eclipse/swt/browser/WebKit.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-04-12T20:19:12Z
2011-07-28T10:46:40Z
373,467
Bug 373467 Default Mac OS X Search feature in Help Menu not working correctly
The native search feature in Mac OS X, to search menus only works when SWT creates the menu based in the application Shell, otherwise, if you get the Menu from "Display.getCurrent().getMenuBar()" or "Display.getDefault().getMenuBar()" it doesn't seem to work at all. - Here is a code sample for missing-search.png (searc...
resolved fixed
8614680
["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-04-12T06:43:25Z
2012-03-07T06:00:00Z
376,183
Bug 376183 [Browser] tabbing does not work in XULRunner 10 (Windows only)
In XULRunner 10, sending WM_GETDLGCODE to a WM_KEYDOWN's MSG hwnd answers 0 instead of the expected DLGC_WANTTAB or DLGC_WANTALLKEYS. As a result, Tab presses always default to traversals out of the browser.
resolved fixed
2584484
["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-04-05T13:53:11Z
2012-04-05T12:46:40Z
375,830
Bug 375830 Webkit on windows can fail with newer Safari versions
With new Safari (tried with 5.1.4) on Windows, Apple Application Support directory can be under \Program Files\Safari instead of \Program Files\Common Files\Apple. Hence, launching SWT Browser with SWT.WEBKIT style can fail. Workaround: Add the Apple Application Support directory to the Windows PATH.
resolved fixed
07d15cb
["bundles/org.eclipse.swt/Eclipse", "SWT", "WebKit/win32/org/eclipse/swt/browser/WebKit.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-04-02T18:31:00Z
2012-04-02T12:33:20Z
373,036
Bug 373036 SWT Cocoa should not change Cocoa cell classes permanently
Build Identifier: SWT Cocoa 3.7.1 In its org.eclipse.swt.widgets.Display.initClasses method, SWT Cocoa registers various cell subclasses (e.g. SWTAccessibleNSTextFieldCell) and replaces Cocoa cell classes (NSTextField.setCellClass) permanently. This is fine if all the UI controls are created and managed by SWT. However...
resolved fixed
a4dbc7c
["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-03-29T21:08:38Z
2012-03-02T03:46:40Z
373,253
Bug 373253 BrowserFunction not working with XULRunner 10
null
resolved fixed
24fd6f2
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/common/org/eclipse/swt/browser/WebBrowser.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/External.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java", "bundles/org.eclipse.swt...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-03-29T15:07:02Z
2012-03-05T15:06:40Z
375,619
Bug 375619 Toolbar with only separator(s) should not be in tab order
Eclipse 4.2 M6 Eclipse 4.2 creates toolbars with only 1 separator tool in them to separate the toolbars. (This simulates the old coolbar). On Windows, tab traversal ignores the separator-only-toolbars (which is good). On Mac, tab traverses to the separator-only-toolbar, and this is not good. To see this, traverse in th...
resolved fixed
5b43633
["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-03-29T14:54:00Z
2012-03-29T11:20:00Z
353,084
Bug 353084 Layout problem with Shell-toolbar
Build Identifier: 3.7.0.v3735b Please launch the attached sample. Though I only have one control added (the multi-line text), the used FillLayout tries to also layout the shell-toolbar which fails. Reproducible: Always
resolved fixed
33615ef
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java", "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-03-27T10:23:44Z
2011-07-26T08:46:40Z
374,948
Bug 374948 [Browser] mozilla is given invalid profile directory in some circumstances
null
resolved fixed
689db4b
["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-03-21T16:42:09Z
2012-03-21T17:13:20Z
374,628
Bug 374628 gc.setBackgroundPattern does not draw correctly in Cocoa
null
resolved fixed
9d1fbc7
["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-03-19T16:50:46Z
2012-03-19T09:40:00Z
364,116
Bug 364116 [10.7]Crash when opening two FileDialogs in a row
Build Identifier: Build id: 20110916-0149 When I'm trying to open two file dialogs in a row, jvm crashes with "Invalid memory access of location ... eip=...". I've detected this in Eclipse RCP Application, but it reproduces in plain SWT app too. I'm using Mac OS X 10.7.2 with latest Apple Java update (Java for Mac OS X...
resolved fixed
1c16a64
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/ColorDialog.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/ec...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-03-09T21:44:14Z
2011-11-18T07:06:40Z
373,794
Bug 373794 Malformed Javadoc comments
null
resolved fixed
4d842d1
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/common/org/eclipse/swt/browser/BrowserFunction.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/Clipboard.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.ecli...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-03-09T16:05:41Z
2012-03-09T13:33:20Z
333,972
Bug 333972 Installed BrowserFunctions are available to remote content loaded in iFrames.
Build Identifier: When a BrowserFunction is installed on a page, it is also made available to remote content loaded in Frames and iFrames. From looking at the code this behavior was intended. This behavior is differs between platforms. For IE and Safari browsers, iFrames do not have access to the installed BrowserFunct...
resolved fixed
65025a7
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/common/org/eclipse/swt/browser/BrowserFunction.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/common/org/eclipse/swt/browser/WebBrowser.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-03-08T21:57:37Z
2011-01-11T12:46:40Z
372,138
Bug 372138 JS evaluating asynchronously with XULRunner 10
The default code path in Mozilla.execute() is failing with XULRunner 10, which is causing it to fall back to the "pre-1.9" approach. For some JS evaluations this is fine but not for all, so getting the main part of Mozilla.execute() to work with XULRunner 10 is important. I believe it's caused by native interfaces that...
resolved fixed
a44261e
["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOM.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-03-06T21:45:36Z
2012-02-21T16:00:00Z
372,760
Bug 372760 segments offset should be more flexible
null
resolved fixed
d3c0efa
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/BidiSegmentEvent.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/events/SegmentEvent.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-02-28T17:13:10Z
2012-02-28T17:26:40Z
372,729
Bug 372729 Javadoc warning in official build
N20120227-2000. /builds/N201202272000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java:342: warning - Tag @link: can't find SegmentEvent in org.eclipse.swt.widgets.Text 1 warning
verified fixed
db8003c
["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-02-28T16:21:44Z
2012-02-28T14:40:00Z
372,599
Bug 372599 Wrong drawing behaviour using SWT and Cairo drawing a TextLayout and then an oval
null
resolved fixed
cbabfb5
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/TextLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-02-27T21:37:52Z
2012-02-26T15:26:40Z
337,979
Bug 337979 [ui] max/restore the editor area and viewstack tabs disappear
null
resolved fixed
3844648
["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-02-24T22:26:27Z
2011-02-23T14:06:40Z
355,341
Bug 355341 [10.7] TabFolder doesn't look native (selected item's text not inverted)
null
resolved fixed
ffbb45e
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/TabFolder.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/TabItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-02-24T13:26:25Z
2011-08-22T08:00:00Z
362,133
Bug 362133 tray item show highlight image not working
Build Identifier: tray item image doesn't change back Reproducible: Always Steps to Reproduce: 1. run code snippet 2. click on tray item 3. click on tay item again, original image doesn't show
resolved fixed
cfd758f
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/TrayItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-02-02T20:15:45Z
2011-10-26T20:13:20Z
370,355
Bug 370355 Combo does not show focus ring in some cases
steps to reproduce the problem on Eclipse: "when hovering over a Java problem, you can enrich the hover and then click on the 'Configure Problem Severity' icon. This opens the preference page and sets the focus on the correct preference" The focus control is not decorated with focus ring, even when the ALT key is press...
verified fixed
2637cc7
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/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-02-01T17:53:12Z
2012-02-01T18:13:20Z
338,975
Bug 338975 [SWT OS X Cocoa] Eclipse causes WindowServer to consume memory
I've only started noticing this recently (possible 3.6 but definitely 3.7). I'm running the latest version of SL. I only use the 64bit Cocoa version, so I'm not sure if the 32 bit version has a similar issue. During general Java development (refactoring, editing, building, etc.) the Mac OS X WindowServer memory usage i...
resolved fixed
3ef72dc
["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-02-01T17:50:12Z
2011-03-04T20:20:00Z
368,710
Bug 368710 ProgressBar created with SWT.INDETERMINATE does not pause on Windows XP
Build Identifier: Version 3.7 SR 1 Build ID: 20110916-0149 I have created a ProgressBar of type SWT.INDETERMINATE. If I execute progBar.setState(SWT.PAUSED) on Windows XP it does not stop. On Windows 7 it works correctly and the ProgressBar stops. Reproducible: Always Steps to Reproduce: 1. Create a ProgressBar Control...
resolved fixed
4b2aecb
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/ProgressBar.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-02-01T16:14:45Z
2012-01-16T13:20:00Z
363,309
Bug 363309 Key events posted with Display.post() do not honor Shift key state
null
resolved fixed
442b778
["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-02-01T06:37:31Z
2011-11-09T14:46:40Z
368,757
Bug 368757 Using ESC as accelerator does not work on OS X, but on Windows
Build Identifier: Please try the attached sample on OS X (tried 10.7) and on Windows (tried Windows 7). On Windows you can close the application by pressing ESC, on OS X you can't. Reproducible: Always
resolved fixed
0fc9a69
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSCursor.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSMenu.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclip...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-01-31T22:32:55Z
2012-01-16T18:53:20Z
369,599
Bug 369599 Weird window flash when opening tooltip
null
resolved fixed
49414e6
["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-01-31T21:33:09Z
2012-01-24T21:20:00Z
368,993
Bug 368993 Label with size hint {0, 0} layouted to {64, 64}
null
resolved fixed
9200057
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.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/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Tab...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-01-31T20:44:15Z
2012-01-18T18:06:40Z
358,022
Bug 358022 Set text editor background to black, mouse cursor becomes invisible
null
resolved fixed
2a6c445
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSCursor.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/Cursor.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-01-31T09:09:33Z
2011-09-18T12:46:40Z
369,757
Bug 369757 [3.7.x] GLCanvas maintenance fix causes NullPointerException when changing parent on Mac
null
resolved fixed
934aa19
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/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-01-26T15:44:59Z
2012-01-25T22:20:00Z
357,559
Bug 357559 [4.2] CTabFolders in some views show overly-large buttons or cheese
null
resolved fixed
d488a4d
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java", "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-01-25T17:30:57Z
2011-09-13T21:40:00Z
356,414
Bug 356414 TreeItem.setExpanded(false) can cause blank lines in a virtual tree.
null
resolved fixed
5dc68b1
["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", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/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-01-25T15:16:00Z
2011-08-31T22:33:20Z
369,228
Bug 369228 Kill pre GTK 2.4 leftovers from Tree.
null
resolved fixed
d75d447
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Display.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/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Tree.ja...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-01-20T20:46:43Z
2012-01-20T14:33:20Z
369,227
Bug 369227 Kill pre GTK 2.4 leftovers from List.
null
resolved fixed
c69b73f
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/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-01-20T20:32:50Z
2012-01-20T14:33:20Z
369,226
Bug 369226 Cleanup pre GTK 2.4 leftovers in Table.
null
resolved fixed
fa5f248
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-01-20T20:22:39Z
2012-01-20T14:33:20Z
369,225
Bug 369225 Cleanup pre GTK 2.4 leftovers.
null
resolved fixed
70fed75
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ExpandBar.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-01-20T19:13:21Z
2012-01-20T14:33:20Z
369,152
Bug 369152 Make gtk_set_locale dynamic.
null
resolved fixed
8ec4170
["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/widgets/Display.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-01-20T17:30:05Z
2012-01-19T21:53:20Z
369,151
Bug 369151 Make gtk_tooltips_data_get dynamic.
null
resolved fixed
9d8bc4e
["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-01-20T17:09:24Z
2012-01-19T21:53:20Z
368,616
Bug 368616 G_CONST_RETURN is removed from recent glib builds
G_CONST_RETURN macro has been deprecated for some time, and in recent builds it is entirely removed. SWT will not build with that version of GLIB.
resolved fixed
072f112
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/accessibility/gtk/AtkActionIface.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/accessibility/gtk/AtkObjectClass.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/accessibility/...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-01-16T16:37:29Z
2012-01-15T12:20:00Z
368,417
Bug 368417 When you try to move cursor up/down with arrow keys in a multiline StyledText with word wrapping and nonzero margins, cursor may "freeze" and pressing up/down keys has no effect.
Build Identifier: Version: Indigo Service Release 1 Build id: 20110916-0149 Looks like the reason of the bug is trivial: the top margin in StyledText#getVisualLineIndex is added twice: int getVisualLineIndex(TextLayout layout, int offsetInLine) { int lineIndex = layout.getLineIndex(offsetInLine); int[] offsets = layout...
resolved fixed
663ad5c
["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-01-16T16:28:33Z
2012-01-12T09:20:00Z
367,809
Bug 367809 [SWT Mac OS X] path.addString does not appear to handle unicode properly
Build Identifier: Version: 4.2.0 Build id: I20111209-2100 In an attempt to render Japanese Kanji characters (which are essentially Chinese Han characters) using SWT's Path#addString, I discovered that none of them were rendering properly. As an example, the kanji for the number 5 instead renders as what appears to be "...
resolved fixed
1bccd95
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSAttributedString.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", "bundles/org.eclipse.swt/Eclipse", "...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-01-16T15:42:58Z
2012-01-04T06:53:20Z
348,205
Bug 348205 NullPointerException in xml editor
Build Identifier: 201105041000 springsource-tool-suite-2.6.1.SR1-e3.6.2-linux I periodically get next error when work in xml-editor: --------------------- !ENTRY org.eclipse.ui 4 0 2011-06-02 10:37:19.502 !MESSAGE Unhandled event loop exception !STACK 0 java.lang.NullPointerException at org.eclipse.swt.widgets.MenuItem...
resolved fixed
a2f8593
["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-01-10T20:47:18Z
2011-06-03T14:06:40Z
368,290
Bug 368290 [Browser] passing of JS booleans to java is failing
A change (bug?) has been introduced in the JavascriptCore component that accompanies WebKitGTK. As of WebKitGTK 1.4 the JSValueToBoolean() API now fails to resolve a boolean JSValueRef to 0 or 1, and as a result the Browser is interpreting all passed booleans as true since their values != 0. This is a regression relati...
resolved fixed
c9bd1fa
["bundles/org.eclipse.swt/Eclipse", "SWT", "WebKit/gtk/org/eclipse/swt/browser/WebKit.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2012-01-10T20:31:41Z
2012-01-10T21:13:20Z
367,848
Bug 367848 Typo in Text#addSelectionListener JavaDoc
The JavaDoc of Text#addSelectionListener refers to SWT.CANCEL, this should probably be SWT.ICON_CANCEL.
resolved fixed
91fd332
["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-01-04T21:34:31Z
2012-01-04T15:13:20Z
344,401
Bug 344401 [SWT_AWT] NPE when enabling a disabled embedded shell
Build Identifier: SWT 3.7M7 Shell.setEnabled(enable) has this code: if (enabled && window.isMainWindow()) window can be null for embedded case and should be taken into account. Being able to disable the control hierarchy (and not setEnabled on the control itself) is a useful capability which is working on other SWT por...
resolved fixed
b3a3683
["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-01-04T08:59:18Z
2011-05-01T14:26:40Z
367,414
Bug 367414 Table#getSelection() throws an AIOOBE
null
resolved fixed
1585ebb
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2011-12-22T17:30:32Z
2011-12-22T13:20:00Z
96,320
Bug 96320 ImageLoader.save cannot set JPEG compression ratio
When saving an image to JPEG, there is no way to set the compression ratio. And at the same time the default compression seems to be quite high (~20%), and images are really not looking good at the default compression rate. Could we either: - set the compression rate when saving? - or at least haev a default compressio...
resolved fixed
afd2596
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/graphics/ImageLoader.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/internal/image/JPEGFileFormat.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/internal/image/PngEncoder.java", "bundles/org.eclipse.swt/Eclipse...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2011-12-20T20:00:29Z
2005-05-23T17:40:00Z
367,120
Bug 367120 gtk_tree_selection_get_selected_rows() invocations are leaking
null
resolved fixed
56cf18c
["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/TableDragSourceEffect.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/TreeDragSourceEffect.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/List.java", "bundles...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2011-12-19T20:58:54Z
2011-12-19T18:40:00Z
366,989
Bug 366989 [Browser] WebKitGTK crashes when clearing all session cookies
Browser.clearSessions() crashes when WebKitGTK is the underlying renderer as a result of a cookie pointer being incorrectly freed.
resolved fixed
78abe5d
["bundles/org.eclipse.swt/Eclipse", "SWT", "WebKit/gtk/org/eclipse/swt/browser/WebKit.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "WebKit/gtk/org/eclipse/swt/internal/webkit/WebKitGTK.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2011-12-16T21:53:59Z
2011-12-16T21:13:20Z
365,473
Bug 365473 Display#post(Event) confuses mouse buttons 2 and 3 on Cocoa
Display#post(Event) confuses mouse buttons 2 and 3 on Cocoa. To reproduce, use Snippet142 but click the right mouse button: event.button = 3; The console says that button 2 has been pressed. With button = 2, the console says button 3. This works fine on Windows 7 and GTK. If you change Button to Text in the snippet, yo...
resolved fixed
f5a855e
["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
2011-12-07T08:19:20Z
2011-12-02T18:20:00Z
365,807
Bug 365807 Tooltips follow cursor on old versions of GTK
For versions of GTK < 2.12, tooltips will follow the cursor if you move it around a toolitem while the tooltip is popped up. We need to add in some runaway code for versions < 2.12
resolved fixed
8a4f02e
["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
2011-12-06T20:58:32Z
2011-12-06T19:33:20Z
365,772
Bug 365772 tooltips do not show for ToolItems in main eclipse toolbar
null
resolved fixed
a58e34d
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/ToolItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2011-12-06T17:37:03Z
2011-12-06T16:46:40Z
365,462
Bug 365462 Link#setEnabled(boolean) does not update color without a redraw()
master Link#setEnabled(boolean) does not update the color of the text without a redraw() call from the client. The color of the link is correctly updated. import org.eclipse.swt.SWT; import org.eclipse.swt.events.SelectionAdapter; import org.eclipse.swt.events.SelectionEvent; import org.eclipse.swt.layout.GridLayout; i...
resolved fixed
64d29b6
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Link.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2011-12-02T19:52:11Z
2011-12-02T18:20:00Z
219,305
Bug 219305 Open context menu via keyboard shortcut on the Mac
N20080217-0010 Add a shortcut to the open the context menu on the current selection. In Eclipse, some views have actions that are only available as context menu items on certain selections (e.g. Synchronize view's "Mark as Merged", or Package Explorer's "Assign Working Sets..."). These actions are currently very hard t...
resolved fixed
40e15e6
["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
2011-12-02T16:56:39Z
2008-02-18T10:20:00Z
364,761
Bug 364761 Add gtk_cell_layout_get_cells and use it when gtk >=2.12.0.
null
resolved fixed
fb6589b
["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
2011-11-25T17:07:00Z
2011-11-24T21:26:40Z
364,764
Bug 364764 Kill GtkFileSelection.
null
resolved fixed
0bab5ef
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/GtkFileSelection.java", "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/DirectoryDialog.java", "bundles/org.eclipse.swt/Eclipse", "...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2011-11-25T16:47:45Z
2011-11-24T21:26:40Z