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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
90,366 | Bug 90366 SWT Link Widget throws Array Out of Bounds Exception | Using Eclipse 3.1m5a creating a Link Widget and setting the text property to a string less than 4 characters causes an Array Out of Bounds Exception. This is because in the parse(String s) method called by setText(String s) there is a divide by 4 without first checking to see if the string is at least 4 characters long... | closed fixed | 5ea8a8c | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Link.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Link.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Link.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Lin... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-04-06T21:02:37Z | 2005-04-05T19:40:00Z |
90,176 | Bug 90176 Scale widget and SWT.PAGE_UP key event | A horizontal Scale widget increments it's selection value on SWT.PAGE_DOWN and decrements on SWT.PAGE_UP. This is the reverse of what's supposed to happen on Windows XP. | resolved fixed | f7f4d8e | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/win32/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Scale.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/ToolBar.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-04-06T19:25:54Z | 2005-04-04T15:53:20Z |
90,223 | Bug 90223 Regression: Spinner reports wrong value | SWT-win32, v3128 (3.1M6) Run the snippet below. Press the down button of the spinner widget. Even though the visible value is now 99, getSelection() reports a value of 100 when called from within the modify listener attached to the spinner. In v3127, the correct value (99) was returned. --- import org.eclipse.swt.*; im... | resolved fixed | 3e73080 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Spinner.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-04-06T18:30:24Z | 2005-04-04T21:26:40Z |
87,837 | Bug 87837 Strange redraw and disabled behaviour with SWT.CHECK toolitems with and without disabled icons set. | null | resolved fixed | 6f6216d | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/ToolBar.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/ToolItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-04-05T20:13:02Z | 2005-03-11T22:26:40Z |
81,263 | Bug 81263 [CustomControlExample] CCombo caret moves at random when up and down arrows are press | It correctly move to the previous and next item in the list but the caret is also repositioned. For example, move the caret to the end, hit up arrow and the caret moves back by one character and stays there for subsequent up arrows. | resolved fixed | 8ee5446 | ["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 | 2005-04-05T18:16:27Z | 2004-12-15T17:00:00Z |
85,117 | Bug 85117 Selected and disabled tool item looks enabled | Version: 3.1.0 Build id: I20050209-0800 manifest on comctrl version: 5.82.2800.1106 When you disable a tool image what is selected it appears as enabled with a stippled background. I expected it to appear greyed out like unselected/disabled items. From the sync view: 1. select outgoing mode 2. enable change sets 3. sel... | resolved fixed | 8038ca7 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/ToolItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-04-05T17:47:17Z | 2005-02-14T03:00:00Z |
79,881 | Bug 79881 Browser class shipped with AIX-Motif checks for Linux ?!? | I've recently downloaded the AIX-Motif version of the eclipse and tried to run my plugin only to see it fail with "no more handles" error. Checking the error I've discovered that the Browser class c'tor does: public Browser(Composite parent, int style) { super(parent,style | SWT.EMBEDDED); if (!IsLinux) { dispose(); SW... | resolved fixed | 2041bb3 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/motif/org/eclipse/swt/browser/Browser.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-04-04T22:41:31Z | 2004-12-01T16:53:20Z |
85,530 | Bug 85530 Control in vertical ToolBar doesn't fit | - observed on win32, solaris-motif and solaris-gtk (kindof), so this should probably be tried everywhere - run the ControlExample, go to the ToolBar tab - turn on the Combo Child checkbox - select the SWT.VERTICAL radio - you'll end up with something like the attachment (there are supposed to be 7 full toolitems before... | resolved fixed | e821632 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/ToolBar.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/ToolItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-04-04T21:45:30Z | 2005-02-16T18:53:20Z |
90,018 | Bug 90018 Native tooltips left around on CTabFolder | Hover over the PartStack CTabFolder inside eclipse until some native tooltip is displayed. For example, the maximize button. When the tooltip appears, change perspectives using the keybinding. the CTabFolder gets hidden, but its tooltip is permanently displayed and never goes away. Even if that CTabFolder is disposed (... | resolved fixed | 0d6dac4 | ["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 | 2005-04-04T20:28:14Z | 2005-04-01T18:26:40Z |
89,885 | Bug 89885 Crash using command-O. | - open a Java editor - select Command-o - after the outline popup opens, click on the editor - notice that the outline doesn't go away - now click back on the outline view - VM crash. Verified that this happens on Mac, but not on Windows. | verified fixed | bd25356 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/wid... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-03-31T21:38:34Z | 2005-03-31T20:13:20Z |
75,317 | Bug 75317 [Browser] Location not browsed when URL misses protocol / www | null | resolved fixed | 28319d0 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/carbon/org/eclipse/swt/browser/Browser.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-03-31T20:58:18Z | 2004-09-29T17:46:40Z |
89,665 | Bug 89665 VM terminated when switching page in the Plugin manifest editor | build Version: 3.1.0 Build id: I20050330-0500 steps - create a plug-in project (use the sample view example) - switch to the "Extensions" page - crashes An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 11 occurred at PC=0x4D9C074D Function=(null)+0x4D9C074D Library=/usr/lib/l... | resolved fixed | 5077fe5 | ["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 | 2005-03-31T17:00:52Z | 2005-03-30T19:13:20Z |
87,695 | Bug 87695 Interface Disposeable | Please add an interface declaring the methods dispose() and isDisposed() and let it be included by all class that have these methods. Reason: I now had two projects where i have to dynamicaly create diferent widgets. It is nicer to add them all to one single vector and dispose them all when they are not needed anymore.... | resolved fixed | 85d9ae5 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cairo/org/eclipse/swt/graphics/Path.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cairo/org/eclipse/swt/graphics/Transform.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/Color.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-03-30T22:40:23Z | 2005-03-10T18:40:00Z |
89,564 | Bug 89564 Image appears and disappears in Tree | eclipse.buildId=I200411300800 java.version=1.4.2_03 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en Framework arguments: -showlocation Command-line arguments: -os win32 -ws win32 -arch x86 -clean -showlocation - nl en 1. Open Window -> Show View -> Other ... 2. Expand Basic 3... | resolved fixed | 1e8ccf4 | ["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 | 2005-03-30T20:02:22Z | 2005-03-30T16:26:40Z |
89,533 | Bug 89533 [Themes] Colors and Fonts preferences page has funny icons for color entries | null | resolved fixed | 222e4e9 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/ImageList.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-03-30T19:27:28Z | 2005-03-30T13:40:00Z |
89,217 | Bug 89217 Label.computeSize() returning incorrect values when using WRAP | I20050324-1400 I am pretty sure this used to work :) public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); Label label = new Label(shell, SWT.WRAP); label.setText("This is some text that is so huge it should wrap"); System.out.println("label computesize default: " +... | verified fixed | a978555 | ["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/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widge... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-03-29T19:48:20Z | 2005-03-28T14:26:40Z |
87,207 | Bug 87207 Content of first column in Tree with columns overflows past last column | Version: 3.1.0 Build id: I20050301-1230 When you open the Log View and the message is long enough to fill the entire screen you can see the message appear past the last column. | resolved fixed | 2c8b266 | ["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 | 2005-03-28T22:46:31Z | 2005-03-05T08:06:40Z |
89,163 | Bug 89163 GridData.verticalIndent does not work as expected | SWT v3127 The API spec for GridData.verticalIndent says: "specifies the number of pixels of indentation that will be placed along the top side of the cell" As the testcase below demonstrates, this isn't what the current implementation of GridLayout does. Instead, the control is only indented by half the given amount, t... | resolved fixed | e6ff1db | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/layout/GridLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-03-28T14:52:58Z | 2005-03-26T15:13:20Z |
89,028 | Bug 89028 uneccessary casts | JPEGFileFormat void emit(int huffCode, int nBits) { if (nBits == 0) { SWT.error(SWT.ERROR_INVALID_IMAGE); } int[] power2m1 = new int[] { 1, 3, 7, 15, 31, 63, 127, 255, 511, 1023, 2047, 4095, 8191, 16383, 32767, 65535, 131125 }; int code = (huffCode & power2m1[nBits - 1]) << (24 - nBits - currentBitCount); byte[] codeBu... | resolved fixed | e209676 | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/internal/image/JPEGFileFormat.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common_j2se/org/eclipse/swt/internal/Compatibility.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-03-28T14:44:05Z | 2005-03-24T18:46:40Z |
87,820 | Bug 87820 GC.drawString uses BG color for font when alpha value < 255 | When drawing transparent strings, the foreground color is not used. It seems the background color is used instead. public static void main(String[] args) { final Display display = new Display(); final Shell shell = new Shell(display); shell.setFont(new Font(display, "Arial", 18, SWT.BOLD)); shell.addPaintListener(new P... | resolved fixed | 5fd4bfa | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-03-23T16:40:09Z | 2005-03-11T19:40:00Z |
88,409 | Bug 88409 Device.getFontList should have better performance | null | resolved fixed | 027efea | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/win32/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/Device.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-03-22T22:48:38Z | 2005-03-18T01:40:00Z |
88,582 | Bug 88582 Computed width of link widget is too large | Version: 3.1.0 Build id: I20050315-1100 XP Manifest Installed If you run the snippet below you will see that the calcualted size of the link widget is the same as the length of the label widget. The link widget should be sorted since the anchors element is converted to text. This is really visible in the JDT editor pre... | resolved fixed | c994bab | ["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 | 2005-03-22T21:15:29Z | 2005-03-20T00:53:20Z |
82,336 | Bug 82336 TreeView: setting gray gives free check mark | swt 20050106 Setting TreeItem.setGrayed (true) causes a check mark to show eventhough the item is uncheck. public static void main(String[] args) { display = new Display (); shell = new Shell (); shell.setLayout( new FillLayout ()); tree = new Tree (shell, SWT.CHECK | SWT.MULTI); item = new TreeItem (tree, SWT.NONE); i... | verified fixed | b58bf8e | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TableItem.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 | 2005-03-19T05:42:04Z | 2005-01-06T16:46:40Z |
68,040 | Bug 68040 Views keep resizing after mouse up | null | verified fixed | 006fcc8 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java", "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 | 2005-03-14T22:01:45Z | 2004-06-21T17:46:40Z |
86,294 | Bug 86294 Find/Replace not working "Illegal/Unsupported escape on the Mac | I can't do a search on a java file with the M5a build on the Mac. Find: mask4 "Illegal/unsupported escape" comes up in the Find / Replace dialog. | resolved fixed | 116292d | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Spinner.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-03-14T21:53:19Z | 2005-02-23T17:33:20Z |
87,855 | Bug 87855 NullPointerException in Table.callWindowProc | Here is a stack trace I found when trying to kill a running process by pressing the "kill" button in the console view. I use 3.1M5a. !ENTRY org.eclipse.ui 4 0 2005-03-12 14:26:25.58 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.swt.widgets.Table.callWindowProc(Table.java... | resolved fixed | d8ec5bd | ["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 | 2005-03-14T21:05:43Z | 2005-03-12T12:20:00Z |
87,578 | Bug 87578 TVT3.1 #38 - RUS mnemonics only work in main window | null | resolved fixed | 7b82040 | ["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 | 2005-03-11T21:04:33Z | 2005-03-09T23:13:20Z |
87,664 | Bug 87664 Null pointer exception in org.eclipse.swt.widgets.TreeItem.computeDisplayText in 3.1M5a | This also occurs on the motif build for linux... With our plugin, when I switch to the PDE perspective, I immediately get the following two exceptions: java.lang.NullPointerException at org.eclipse.swt.widgets.TreeItem.computeDisplayText(TreeItem.java:280) at org.eclipse.swt.widgets.TreeItem.updateColumnWidth(TreeItem.... | resolved fixed | ee9091b | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/TreeColumn.java", "bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/TreeItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-03-11T18:24:34Z | 2005-03-10T15:53:20Z |
87,676 | Bug 87676 Double-click only works on a tree's column0 | Build I-20050308 Using the log view as an example, double-clicking on column0 brings up the event dialog as it should. double-clicking on column1, column2 results in no notification to our double- click listener. | resolved fixed | dbcf617 | ["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 | 2005-03-10T19:15:20Z | 2005-03-10T18:40:00Z |
87,584 | Bug 87584 Remove ImageLoader dependency in Test_org_eclipse_swt_graphics_Image and Test_org_eclipse_swt_graphics_ImageData | null | resolved fixed | 76b6937 | ["tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_Image.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_ImageData.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-03-09T22:36:08Z | 2005-03-09T23:13:20Z |
87,372 | Bug 87372 [browser] CTRL-N should not run IE action when using Browser.setText | On IE, CTRL-N opens up a new window. This is undesired when rendering html from memory. | resolved fixed | a2a262c | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/WebSite.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 | 2005-03-08T16:06:35Z | 2005-03-08T13:53:20Z |
87,363 | Bug 87363 Regression: MenuDetect no longer opens new menus | Bug introduced Nov 5, 2004. Prior to change Control.showMenu did this: boolean showMenu (int x, int y) { Event event = new Event (); event.x = x; event.y = y; sendEvent (SWT.MenuDetect, event); if (!event.doit) return true; if (menu != null && !menu.isDisposed ()) { if (x != event.x || y != event.y) { menu.setLocation ... | resolved fixed | c3aa5c7 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Text.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Wi... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-03-08T13:27:03Z | 2005-03-08T13:53:20Z |
87,075 | Bug 87075 [SWT Examples - SWT Controls] Incorrect Dialog buttons creation with SWT.RETRY, SWT.ABORT, and SWT.IGNORE on MessageBox | When I was going through the Eclipse 3.1M5a examples (eclipse-examples- 3.1M5a.zip), on Solaris 9 (GTK), I realized that selecting SWT.RETRY, SWT.ABORT, or SWT.IGNORE individually for MessageBox always create the OK button on the dialog box. Steps to reproduce: 1. Install Eclipse 3.1M5a on Solaris 9. 2. Download Eclips... | resolved fixed | 31415c6 | ["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/DialogTab.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-03-07T22:14:22Z | 2005-03-03T14:26:40Z |
83,432 | Bug 83432 iFrame does not render border when in SWT Browser | Try this: create an html file with the following content: <html> <body> hello <iframe src="localPage1.xhtml" frameborder="1" scrolling="auto"> </body></html> open it with IE6.0. You see an iFrame with a border. create a HelloWorld SWT browser and do a set text with the same exact snippet above. You get am iFrame with n... | resolved fixed | f9c50e4 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/Browser.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-03-07T21:13:09Z | 2005-01-21T17:53:20Z |
84,051 | Bug 84051 Table widget unexpectedly fire deactivated event while clicking scroll bar buttons. | I have created listeners to a table widget for its activate and deactivate events. When I click on the table, the table fires an activate event. When the table becomes out of focus, it fires an deactivate event. If I have the table activated, and then keeps clicking on the scroll bar, the table will eventually fire a d... | resolved fixed | 10bdf99 | ["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 | 2005-03-07T17:02:50Z | 2005-01-31T16:46:40Z |
87,265 | Bug 87265 Link widget javadoc does not mention style bits | M5 The javadoc for link does not menton which style bits are valid for it. This is an issue as the default style (SWT.NONE) renders a link widget that is just a label and cannot be selected. | resolved fixed | 497fc90 | ["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 | 2005-03-07T16:55:42Z | 2005-03-07T15:40:00Z |
84,012 | Bug 84012 StyledText with SWT.WRAP style does not adjust selection correctly | When selecting text in the native Windows text widget, it is possible to extend the selection to the beginning (end) of a line by moving the mouse cursor beyond the left (right) edge of the widget's client area. In a StyledText widget with SWT.WRAP style, this does not work. When handling mouse move events, the StyledT... | resolved fixed | 5327c2c | ["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 | 2005-03-01T17:53:56Z | 2005-01-31T00:06:40Z |
82,703 | Bug 82703 Tree with TreeColumns doesn't display FULL_SELECTION properly | Run ControlExample and go to TreeTab Turn on Multiple Columns Turn on FULL_SELECTION The full selection does not draw | resolved fixed | eca0585 | ["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 | 2005-02-28T22:54:16Z | 2005-01-12T20:00:00Z |
86,587 | Bug 86587 Tree: problem with WM_PRINT | I use WM_PRINT under Windows to create image of control that I show outside of visible screen. This work Ok for all control except new Tree with columns. When I try to send it WM_PRINT under WinXP, I see image without headers, only with items. Same code works without any problem with Table. When I ask for screen shot o... | resolved fixed | 1395ca8 | ["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 | 2005-02-26T14:44:05Z | 2005-02-25T05:40:00Z |
41,546 | Bug 41546 GTK-BIDI: RTL support in Table | Sequence of columns in the table and sequence of the renderers in the column should be reversed. Additional space should be added to first visible column and not to last, as in case of ltr-oriented Table. Initial scroll position should be from the right. | resolved fixed | 94c141d | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TableColumn.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-02-25T22:25:58Z | 2003-08-14T14:06:40Z |
51,828 | Bug 51828 GTK-BIDI: RTL support in Menu | null | resolved fixed | ba96fef | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Menu.java", "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 | 2005-02-25T22:08:15Z | 2004-02-12T12:46:40Z |
86,588 | Bug 86588 Tree: problem with column resize | When I add items and one column and try to resize column, it damages items text and never restores it (only after window show/hide). | resolved fixed | 7c7de7f | ["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 | 2005-02-25T16:09:23Z | 2005-02-25T05:40:00Z |
86,577 | Bug 86577 Not removing event filter added with gdk_window_add_filter | We use gdk_window_add_filter() to listen for focus events to fix ON_TOP shells. While this call takes a window, this is just the window to search for, and it seems that the filter may not be removed automatically when the window is destroyed. The fix is to use gdk_window_remove_filter() appropriately. | resolved fixed | 9f173bb | ["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 | 2005-02-24T23:51:56Z | 2005-02-25T00:06:40Z |
85,552 | Bug 85552 TextLayout preferred size depends on current width | Eclipse 3.1 M5 Run the ControlExample Go to the Link tab Select 50x50 from the Size Area Select Preferred from the Size area Notice that the Link widget is still 50 pixels wide and wrapped to multiple lines. It should be one long line. Felipe says this is a bug in TextLayout on carbon. The call setLayoutControl(OS.kATS... | resolved fixed | 147485a | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-02-24T20:30:43Z | 2005-02-16T21:40:00Z |
41,363 | Bug 41363 GTK-BIDI: RTL support in TabFolder | Direction of packing of rtl-oriented TabFolder's tabs should be changed to opposite. Text direction of each tab's contents should be set separately. | resolved fixed | dc163ac | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TabItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-02-24T20:11:20Z | 2003-08-10T15:40:00Z |
86,402 | Bug 86402 ToolBar only needs to resize its children if the bounds are required | ToolBar currently calls forceResize() in layoutItems(). This is required to ensure that items with controls can update their position. This call is expensive, and so deferring it until someone requires the bounds is a performance improvement. A similar strategy to the one used for getClientArea() of TabFolder and Group... | resolved fixed | 87d0a34 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ToolBar.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 | 2005-02-23T23:59:32Z | 2005-02-23T23:06:40Z |
86,000 | Bug 86000 ImageLoader Save - produces invalid JPEG images | The ImageLoader Save function appears to be producing bad JPG images. I have only verified this with JPEG output. Simple test case below loads PNG Files and Saves them as JPEG. Many files were tested and the majority did produced the proper JPG images as expected. The attached Zip file contains only those files that di... | resolved fixed | ecb4856 | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/internal/image/JPEGFileFormat.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-02-23T22:56:43Z | 2005-02-21T21:06:40Z |
86,375 | Bug 86375 Toolitem calling gtk_widget_add_events after it is realized | Before a GTK+ widget is realized, calling gtk_widget_add_events simply sets some private data and does not do any work in the X server. However, if the widget is already realized, changing the event mask requires querying the current mask from the X server and updating its state in X. In SWT, hookEvents() is always per... | resolved fixed | 75c47fa | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ToolItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-02-23T21:34:08Z | 2005-02-23T20:20:00Z |
86,145 | Bug 86145 VM Crash when running remotely via cygwin/X | Using Cygwin 1.5.12 (0.116/4/2) and forwarding X from a Solaris 3.0.1 eclipse, the system fails to start with the following error: ssh -X eclipse.sun.box bash-2.05$ ./eclipse An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 11 occurred at PC=0xFF38058C Function=memcpy+0xB0 Li... | resolved fixed | b2ef8a6 | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/Image.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-02-23T16:35:52Z | 2005-02-22T16:33:20Z |
86,216 | Bug 86216 Display.getActiveShell() slow with lots of widgets | If no shell is active, Display.getActiveShell() currently has to loop over every widget. Since only one shell can be active at any given time, we can optimize this case. | resolved fixed | 4471e2e | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Menu.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-02-22T23:52:34Z | 2005-02-22T22:06:40Z |
71,844 | Bug 71844 popup menu has bunch of empty items | If popup menu is opned at the bottom of the screen, you will see a popup menu which has bunch of empty items. Here is how to. 1) Install the attached plugin 2) Press the button of tool bar, "Hello Eclipse world" 3) Press OK button 4) move the popup'ed dialog to the bottom of the screen. Note that "See me!" button shoul... | verified fixed | 1ed6e01 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Menu.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-02-21T18:55:21Z | 2004-08-12T08:40:00Z |
85,412 | Bug 85412 changing link foreground does not repaint | - run the ControlExample, go to the Link tab - change the foreground colour and note that the example Link on the page does not change accordingly - use another window to damage part of the Link and note that the Link repaints with the new foreground colour when the other window is moved away | resolved fixed | 7455548 | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Link.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-02-18T22:33:00Z | 2005-02-16T13:20:00Z |
85,875 | Bug 85875 Eclipse crashes when clicking on "View Installation History" | Steps to reproduce: 1. Click on help 2. Select Software Updates 3. Select Manage Configuration 4. Click on View Installation History Eclipse then crashes and I get the following error: JVM terminated. Exit code=1 /usr/bin/java -jar /home/ijuma82/bin/eclipse-new/startup.jar -os linux -ws gtk -arch x86 -launcher /home/ij... | verified fixed | 53ba736 | ["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 | 2005-02-18T22:06:26Z | 2005-02-18T20:53:20Z |
85,877 | Bug 85877 Shell has unwanted title bar on Pocket PC | in M5 (v3123), Shell shows up with a title bar even if SWT.TITLE is not set. This is a bug. | resolved fixed | 2d03084 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Decorations.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-02-18T22:01:48Z | 2005-02-18T20:53:20Z |
85,547 | Bug 85547 Combo box list is way too big | Eclipse 3.1 M5 Run ControlExample Go to the Combo tab Select SWT.SIMPLE in style area Select SWT.DROP_DOWN in style area Click on Arrow button of Combo to open list Notice that the list is extremely large and sticks up above the combo box. | resolved fixed | f3660f5 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Spinner.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/ToolItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-02-18T21:36:22Z | 2005-02-16T21:40:00Z |
85,849 | Bug 85849 GC.copyArea() slow on images | I20050215-2300 The test test_copyAreaIIIIII is slower on Linux compared to Windows. The offender seems to be the calls to gdk_gc_set_exposures(). Since we're doing a copyArea on an image, we do not need to make these calls. | resolved fixed | ff4f7ab | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-02-18T19:20:06Z | 2005-02-18T18:06:40Z |
85,834 | Bug 85834 notifyAll() slow in locking code | Calling notifyAll() unnecessarily is causing a performance regression in the test suites for Region.intersect() and other GC calls on Linux-GTK. We should only call notifyAll() if we actually have someone waiting. | resolved fixed | 785e507 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/common/org/eclipse/swt/internal/Lock.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-02-18T15:57:25Z | 2005-02-18T15:20:00Z |
85,732 | Bug 85732 getClientArea() cause Shell to be resized to its initial size | linux gtk build I20050217-0800 fedora core 3 (gtk 2.4.14) On eclipse if I move the mouse over the toolbar the tooltip resizes (width) according with the length of the string (the string depends on with toolitem the mouse is over). When I do the same over the ctabfolder tabs the tooltip doesn't resize, it keeps the same... | verified fixed | 92a90fb | ["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 | 2005-02-17T20:22:20Z | 2005-02-17T17:06:40Z |
84,557 | Bug 84557 Table item does not appear in table | I am running I20050202-0800 linux gtk ctrl esc E brings up the handy switch to editor window, but unfortuantley the list is empty :( | resolved fixed | aae4689 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TableColumn.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TreeColumn.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-02-17T19:27:19Z | 2005-02-07T12:40:00Z |
85,453 | Bug 85453 Advanced graphics not working on W2K - trigger system window | null | resolved fixed | 1e6274f | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/Device.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-02-16T19:24:57Z | 2005-02-16T16:06:40Z |
85,236 | Bug 85236 IllegalArgumentException when layouting link widget | When using the Link widget on the Java>Editor preference page, I get the following exception when the page is first displayed (due to a zero width parameter): java.lang.IllegalArgumentException: Argument not valid at org.eclipse.swt.SWT.error(SWT.java:2823) at org.eclipse.swt.SWT.error(SWT.java:2762) at org.eclipse.swt... | resolved fixed | 5b3ec30 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Link.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Link.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Link.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Lin... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-02-15T21:44:35Z | 2005-02-15T12:20:00Z |
45,429 | Bug 45429 TableColumn.pack() doesn't decrease column's width on GTK | When the text of the TableItem is changed, I call TableColumn.pack() to resize the column to contain whole text of all items. On GTK, when text is larger then the previous one, column is extended (with both pack() and without pack()). This is OK. When I set the text to the smaller one again and call to pack(), the colu... | resolved fixed | 84155e3 | ["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 | 2005-02-14T20:24:23Z | 2003-10-23T09:06:40Z |
85,119 | Bug 85119 Use GDK_HAND2 instead of GDK_HAND1 for SWT.CURSOR_HAND | A common use for the hand cursor is for use with links as in a web browser. The cursor used by default for links in Mozilla Firefox looks like GDK_HAND2, while currently we use the right-pointing hand, GDK_HAND1. It would be nicer to follow Mozilla on this one, as the hand cursor we currently use often looks out of pla... | verified fixed | fdc503f | ["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/graphics/Cursor.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-02-14T16:15:19Z | 2005-02-14T05:46:40Z |
34,644 | Bug 34644 DND in the FileViewer example resets tree selection | RC2 Linux-GTK In the FileViewer example, expand the tree a few levels and drag a file from the table on the right to somewhere in the tree on the left. No matter where the drop occurs, the selection is reset to the filesystem root. A client application wouldn't want to lose the user's context this way. The selection sh... | resolved fixed | 709d79b | ["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/fileviewer/FileViewer.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-02-12T04:53:10Z | 2003-03-11T16:26:40Z |
84,733 | Bug 84733 TabFolder position change broken | 1. Open the control example 2. Switch to the TabFolder pane 3. Switch between SWT.TOP and SWT.BOTTOM When using the SWT.BOTTOM style, the contents disappear. | verified fixed | 3e26cc4 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Button.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/G... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-02-11T20:57:29Z | 2005-02-08T19:13:20Z |
84,535 | Bug 84535 TitleAreaDialog doesn't dismiss on <ENTER> if contains Combo(SWT.SIMPLE) | A TitleAreaDialog that contains a Combo in SWT.SIMPLE mode no longer responds to pressing ENTER by activating the default OK button and closing the dialog. When the test code below is run, click the button "Press Me". On the dialog invoked, press <ENTER>. The dialog should close, but doesn't. Using 3.1M4. -------8<----... | resolved fixed | 008439e | ["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 | 2005-02-11T19:44:06Z | 2005-02-07T04:20:00Z |
85,006 | Bug 85006 TableColumn.pack() of column 0 wth SWT.CHECK is bad | In the following case, column 0 is not packing correctly: public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new RowLayout(SWT.HORIZONTAL)); final Table table = new Table(shell, SWT.BORDER | SWT.CHECK); table.setLayoutData(new RowData(-1, 400)); t... | resolved fixed | 718bc9a | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TableColumn.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-02-11T18:19:35Z | 2005-02-11T16:40:00Z |
84,665 | Bug 84665 Clarify Javadoc of Display.postEvent | I20050202-0800 The return value of Display.postEvent's Javadoc says: * @return true if the event was generated or false otherwise It is not clear whether this means that it's not supported i.e. will always return false for that event (type) or whether it means it did not work this time and I can try it again until I ge... | resolved fixed | 4e26a42 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-02-10T17:59:42Z | 2005-02-08T10:53:20Z |
84,861 | Bug 84861 Display.post(Event) not working for char key events SWT.TAB, SWT.ESC, SWT.DEL and SWT.BS | null | verified fixed | 7929c76 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-02-10T16:28:47Z | 2005-02-10T07:20:00Z |
81,254 | Bug 81254 ControlExample spews warnings | observed on Solaris and hpux - run the ControlExample with warnings turned on (do this in Device I think) - a scrollbar warning is spewed on each page that's shown - this is ugly when using the swt-only download since warning messages are not supressed in this context | resolved fixed | e27de3e | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/Tree.java", "examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/CanvasTab.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-02-09T18:07:40Z | 2004-12-15T17:00:00Z |
84,630 | Bug 84630 resizing a TreeColumn does not fire Resize or Move | - run the ControlExample, go to the Tree tab - turn on the Multiple Columns and Header Visible checkboxes - turn on listening for SWT.Move and SWT.Resize events - use the mouse to resize the columns in the example Tree with columns and note that no Resize or Move events are fired - doing the equivalent steps on the Tab... | resolved fixed | dd1f487 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-02-09T16:25:50Z | 2005-02-07T21:00:00Z |
84,783 | Bug 84783 Directory dialog does not deal with non-UTF8 filenames | null | verified fixed | 4451ea4 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/DirectoryDialog.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-02-09T15:35:14Z | 2005-02-09T14:40:00Z |
84,755 | Bug 84755 Cannot open filenames with 8-bit characters | null | verified fixed | 24afc87 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/FileDialog.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-02-09T15:21:37Z | 2005-02-09T03:33:20Z |
84,602 | Bug 84602 scrolling Tree with columns horizontally fires Move and Resize events | - run the ControlExample, go to the Tree tab - turn on the Multiple Columns checkbox - set the Tree's size to 100x100 so that a horizontal scrollbar is needed - turn on listening for SWT.Move and SWT.Resize events - scroll the example Tree on the page horizonally and note that Move and Resize events are fired - this do... | resolved fixed | d73d99b | ["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 | 2005-02-08T00:04:19Z | 2005-02-07T18:13:20Z |
84,600 | Bug 84600 resizing TreeColumn leaves cheese | - run the ControlExample, go to the Tree tab - turn on the Multiple Columns, Header Visible and Lines Visible checkboxes - in the first example Tree on the page, resize the Name column by dragging its right column line to span most of the available tree width (ie.- to roughly where the Modified column ends by default) ... | resolved fixed | 6162900 | ["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 | 2005-02-07T20:12:46Z | 2005-02-07T18:13:20Z |
54,973 | Bug 54973 [browser] Default WindowEvent to handle normal window open case - feature request | In the documenation for WindowEvent is about 50-lines of code that is noted as this is the way "..are typically handled". This makes an HTML link that opens another window such as <a href="...url.." target="_blank"> work. Since this is the typical use (as stated in the docs), why not make this the default behavio... | resolved fixed | ca98239 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/carbon/org/eclipse/swt/browser/Browser.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/common/org/eclipse/swt/browser/OpenWindowListener.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/common/org/eclipse/swt/browser/WindowEvent.java", "bundles/org.... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-02-07T19:13:20Z | 2004-03-16T18:00:00Z |
84,581 | Bug 84581 Check button size does not change when right aligned | Run the control example. - Button tab - SWT.CHECK - Alignment: Right - Horizontal Fill - Preferred Button does not return to its preferred size. The problem is that we have set the usize on the child, but not reset it when we ask for its preferred size. | verified fixed | 9b0ccc5 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Button.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-02-07T16:18:27Z | 2005-02-07T15:26:40Z |
71,262 | Bug 71262 Combo boxes ignoring visible item count | After setting the visible item count , the combo box ignores it and displays all items. To test pass the method a 0 , and it will still show all items. If you pass a 0 in the win32 impl. nothing shows. | resolved wontfix | 0441770 | ["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 | 2005-02-04T22:27:54Z | 2004-08-02T23:40:00Z |
30,968 | Bug 30968 DCR:Combo SWT.SIMPLE not implemented on GTK | Open ControlExample switch Combo style from DROP_DOWN to SIMPLE. Style is not supported. The Combobox by itself does not change but its location is modified, which is bizarre. | resolved wontfix | 6c55e6d | ["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 | 2005-02-04T22:20:10Z | 2003-02-05T15:46:40Z |
84,404 | Bug 84404 Disabled button stops events | Run the following code. Setting button 2 to be disabled stops events from being sent to button 3, even though it is above. public static void main(String [] args) { Display display = new Display(); Shell shell = new Shell(display); Composite c = new Composite(shell, SWT.NONE); c.setSize(800,600); Button b1 = new Button... | resolved fixed | 43df143 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.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 | 2005-02-03T23:24:49Z | 2005-02-03T22:33:20Z |
84,383 | Bug 84383 [browser] can't navigate to eclipse bugzilla | null | resolved fixed | 868a13a | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOM.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/gtk/org/eclipse/swt/browser/Browser.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-02-03T21:15:54Z | 2005-02-03T19:46:40Z |
84,085 | Bug 84085 XP style not support with Button with SWT.ARROW | When you create a Button with the SWT.ARROW style and XP styling is enabled, the button still shows older beveled styling. | resolved fixed | ee6b656 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/win32/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Button.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-02-03T15:48:01Z | 2005-01-31T19:33:20Z |
82,739 | Bug 82739 EXCEPTION_ACCESS_VIOLATION hovering over check in table with SWT.CHECK style | Version: 3.1.0 Build id: I20050112-1200 When i hover over the check mark of a table that was created with the SWT.CHECK style bit and have no text in the first column i get an EXCEPTION_ACCESS_VIOLATION. Will attach a snippet to reproduce. An unexpected exception has been detected in native code outside the VM. Unexpec... | resolved fixed | dd05f31 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-02-01T00:31:56Z | 2005-01-13T09:53:20Z |
84,077 | Bug 84077 Table.pack() extends last column to include scroll bar | The following code causes a shell to grow without bounds. The problem is that Windows expands the last column to include the scroll bar when Column.pack() is called. import org.eclipse.swt.SWT; import org.eclipse.swt.events.SelectionAdapter; import org.eclipse.swt.events.SelectionEvent; import org.eclipse.swt.layout.Gr... | resolved fixed | 165e842 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TableColumn.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-01-31T20:36:51Z | 2005-01-31T19:33:20Z |
83,791 | Bug 83791 Repaint problems for Combo using SWT.SIMPLE style | When a few Combo boxes using SWT.SIMPLE style are visible, a series of manual resizes of the containing composite leaves areas of the Combo littered with buffer noise. The first two attached screen-dumps show the result of running the test code below, both before and after resizing of the window. The third one shows a ... | resolved fixed | 1b41a98 | ["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 | 2005-01-28T20:13:53Z | 2005-01-27T04:26:40Z |
83,699 | Bug 83699 Font reset to default after screen saver | I20050125-0800 All editors and views using a StyledText widget have the font reset to default after coming back from my screen saver. Makes build I20050125-0800 unusable for me. Works if I replace org.eclipse.swt.win32_3.1.0 with the one from last I-build. This breakpoint gets hit when I return from the screen saver Th... | verified fixed | cc9a023 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-01-26T23:02:49Z | 2005-01-26T11:46:40Z |
83,765 | Bug 83765 DCR: add strikeout to TextLayout | add underline and strikeout to TextLayout on all platforms. | resolved fixed | ff5cee0 | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/graphics/TextStyle.java", "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 | 2005-01-26T21:37:23Z | 2005-01-26T22:53:20Z |
57,068 | Bug 57068 [browser] Curious behaviour on target=_blank links | Hi, I am using the SWT browser widget to display HTML and let the user navigate through the WWW in my application. Earlier the browser ignored clicking on links that would open in a new window (with having target="_blank"). I've now found out the OpenWindowListener which could solve my problem. Playing around with it, ... | resolved fixed | 7303839 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/Browser.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-01-26T21:37:22Z | 2004-04-01T17:20:00Z |
82,346 | Bug 82346 CLabel disappears when given SWT.CENTER flag in constructor | Not working (CLabel disappears): ... CLabel label = new CLabel(composite, SWT.SHADOW_IN | SWT.CENTER); label.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); ... Workaround: ... CLabel label = new CLabel(composite, SWT.SHADOW_IN); label.setAlignment(SWT.CENTER); label.setLayoutData(new GridData(GridData.FILL_HORI... | resolved fixed | 617caa1 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CLabel.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-01-26T20:41:27Z | 2005-01-06T19:33:20Z |
83,546 | Bug 83546 Printing doesn't seem to work anymore in latest integration build | In I20050118-1015, I cannot print a document (text file) from Eclipse. I need to copy the contents, open a text editor, paste the contents into the text editor and then print it. Then it works fine. | resolved fixed | 1a5ca70 | ["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 | 2005-01-26T18:16:18Z | 2005-01-24T15:20:00Z |
80,414 | Bug 80414 ArrmListener for MenuItem generates submenu with invisible lables | I have an extension which extends "org.eclipse.ui.actionSets". This adds a menu in Eclipse main menu called "MyMenu". Under "MyMenu", there are a few second-level submenu items "submenu1", "submenu2" and "submenu3". "submenu2" is a IWorkbenchWindowPulldownDelegate2 object. It has a few third- level submenu items labell... | resolved fixed | 8d32a5e | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/MenuItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/MenuItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-01-25T19:58:19Z | 2004-12-07T20:06:40Z |
49,426 | Bug 49426 Layouts should support laying out only a subset of a composite's children | Currently all standard SWT layout managers always lay out all children of the composite they are managing. This includes children which are not visible. While this may be desired in some cases, it makes it difficult to manage dynamic layouts where the layout should change when a control is made visible or invisible. Th... | resolved fixed | ee0cb80 | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/layout/GridData.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/layout/GridLayout.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/layout/RowData.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/s... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-01-24T22:00:37Z | 2003-12-30T21:33:20Z |
83,532 | Bug 83532 [browser] HTTPS link crashes Browser with Mozilla 1.7.5 | null | resolved fixed | 73a144c | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/motif/org/eclipse/swt/browser/Browser.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOM.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/gtk/org/eclipse/swt/browser/Browser.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-01-24T14:45:14Z | 2005-01-24T15:20:00Z |
82,640 | Bug 82640 Setting style bits breaks SWT embedded Swing in Milestone M4 | Creating an SWT container with Composite container = new Composite(shell, SWT.BORDER|SWT.EMBEDDED); for embedding swing no longer works under Linux for milestone 4. The embedded swing components aren't drawn when the SWT container appears. However it works if you create the container with Composite container = new Comp... | resolved fixed | c2991ac | ["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 | 2005-01-21T19:22:26Z | 2005-01-12T06:06:40Z |
83,305 | Bug 83305 Javadoc of Display.addFilter could be improved | I20050118 The Javadoc of Display.addFilter doesn't tell anything about filtering, it only says that the added listener will be notified. As far as I understood it no event is filtered ever but the listener could set doit.false and hope that all other listeners check that flag. | verified fixed | 08c6b7c | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-01-21T02:23:54Z | 2005-01-20T14:06:40Z |
82,905 | Bug 82905 drawImage doesn't honor clip rect | I tried both I20050104-1600 and 3.1M4 on different linux versions with gtk 2.2 and gtk 2.4. It seems that GC#drawImage(Image,int,int,int,int,int,int.int,int) will not honor the GC's clipping but draw over the whole client area if and only if SWT.NO_BACKGROUND is set and the image has an alpha channel. This should not h... | verified fixed | 77d1382 | ["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/graphics/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-01-20T16:09:48Z | 2005-01-15T11:53:20Z |
64,923 | Bug 64923 EC: need api to query for Tray support | Maybe something like Tray.isPresent() ? The motivation for wanting to know this, as opposed to just blindly using it, is pasted below. " if you want to close all windows and have your program run in the background with only a tray item to show status information and to (re-)open the main window, you need to be sure tha... | resolved fixed | 8d4295b | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-01-20T00:24:27Z | 2004-06-01T11:40:00Z |
83,262 | Bug 83262 rxvt pastes null terminator | When pasting using the middle mouse button from StyledText into an rxvt window, it contains a null terminator at the end. Pasting from other applications like gedit or mozilla into rxvt does not show this behaviour, and this is not reproducable when pasting into an xterm. This problem exists on both Motif and GTK+. Sin... | verified fixed | 1f0c909 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/RTFTransfer.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/TextTransfer.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/motif/org/eclipse/swt/dnd/RTFTransfer.java"... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-01-19T22:43:24Z | 2005-01-19T21:26:40Z |
42,632 | Bug 42632 Clipboard becomes empty after shell closes | Selecting text from one of the properties page in Linux GTK and then copying has no effect despite the option being there. STEPS 1) Open a preference pahe on a project 2) Select the path 3)Pop up the menu and select copy or use Ctrl-C 4) Paste somewhere - the clipboard is empty or the previous contents. | resolved fixed | 3b1252a | ["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 | 2005-01-19T20:42:29Z | 2003-09-05T19:26:40Z |
82,828 | Bug 82828 Table's SWT.FULL_SELECTION broken for empty table items | I20050112-1200 Empty cells do not get the selection bg color. Test Case: 1. start fresh Eclipse 2. Window > Preferences > Java > Editor > Hovers 3. Select a line in the table that has an empty cell ==> empty cell does not get selection bg color This used to work in previous builds. | resolved fixed | 0b8a14c | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-01-18T19:14:26Z | 2005-01-14T08:06:40Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.