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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
99,518 | Bug 99518 Extremely jumpy resizing in the ControlExample | null | verified fixed | 0a985d6 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Group.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-06-15T19:06:23Z | 2005-06-11T20:00:00Z |
99,936 | Bug 99936 [browser] nsIRequest has some incorrect method signatures | None of these are currently referenced, but they're wrong... [from Ron Capelli] In particular, look at the following methods in nsIRequest: GetStatus previous: public int GetStatus(int[] status) current: public int GetStatus(int /*long*/ aStatus) correct: public int GetStatus(int /*long*/[] aStatus) GetLoadGroup previo... | verified fixed | 3dd0846 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIRequest.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-06-15T18:13:27Z | 2005-06-14T11:53:20Z |
97,170 | Bug 97170 [About] Eclipse logo not rendered correctly in about dialog and start-up progress window | Build id: I20050527-1300 The Eclipse logo is not drawn properly in the "About Eclipse Platform" dialog (one region looks corrupted). See the attached screenshot. On the left, the expected look has been inserted for comparison purposes. The new "Eclipse Platform Starting" progress window that is shown at start-up time (... | resolved fixed | ef2bef8 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Label.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-06-15T18:06:41Z | 2005-05-30T08:00:00Z |
97,625 | Bug 97625 Intro Test A.4 Eclipse crashed. | 3.1 RC1. Executing Test A4 crashed Eclipse. I clicked Workbench basics, it opened fine, Team Support opened fine, but Java development crashed JVM. I restared Eclipse tried again and cannot reproduce. This is probably a dup of some existing bug, but I have not installed any samples. Just to let you know. | verified fixed | 25ef809 | ["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-06-15T16:19:42Z | 2005-05-31T17:20:00Z |
100,199 | Bug 100199 Display.asyncExec() can hang Windows | The following code demonstrates the hang. Try to move the shell or scroll the table as it is being filled. You won't be able to click on the task bar or any other Windows application until the table is completely filled. import org.eclipse.swt.*; import org.eclipse.swt.widgets.*; import org.eclipse.swt.layout.*; public... | resolved fixed | f222e7e | ["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-06-15T15:53:06Z | 2005-06-15T15:40:00Z |
100,040 | Bug 100040 Slowdown between 3.1 RC1 and N20050602 due to change to ImageList | build N20050602 Several of the UI performance tests got slower between RC1 and N20050602, on Windows. I tried running one of them, the OpenCloseWindowTest on N20050602, and also with N20050602+RC1's SWT. Here are the numbers (on Win2K): N20050602: testOpenCloseWindows:org.eclipse.debug.ui.DebugPerspective Elapsed Proce... | resolved fixed | 0be85fb | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Button.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/ImageList.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/w... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-06-15T15:41:09Z | 2005-06-14T17:26:40Z |
99,745 | Bug 99745 Tray doesn't support image with alpha | null | resolved fixed | 0fab6cf | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TrayItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-06-15T15:37:46Z | 2005-06-13T16:26:40Z |
99,561 | Bug 99561 GDI+ crash with icons where width > height [was: GEF paint() with setAlpha caused JVM crash] | I'll give more information later if needed. Eclipse 3.1RC2, GEF 3.1RC1, WindowsXP. This might be a SWT but though and not GEF I'm guessing. An unexpected exception has been detected in native code outside the VM. Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x77F83AED Function=RtlSizeHeap+... | resolved fixed | 619a5f6 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/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-06-13T20:32:03Z | 2005-06-13T05:20:00Z |
99,541 | Bug 99541 Cursors not disposed in SWT FileViewer example | The cursors are not disposed and cause a leak in the example. | resolved fixed | 44290f0 | ["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/fileviewer/IconCache.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-06-12T19:33:13Z | 2005-06-12T18:13:20Z |
99,341 | Bug 99341 GDI leak in Label with transparent images (png, gif) | null | resolved fixed | 601e16b | ["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/Label.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-06-10T17:54:01Z | 2005-06-10T13:26:40Z |
99,167 | Bug 99167 Hover Event fired continiously although Mouse not moving | Using latest Nightly + this Snippet: public class Main { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); shell.addListener(SWT.MouseHover, new Listener() { public void handleEvent(Event event) { System.out.println("Hover Even... | resolved fixed | 279ca6e | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widg... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-06-10T13:57:23Z | 2005-06-09T15:13:20Z |
63,364 | Bug 63364 "Selection Foreground/Background Color" Preference cannot be changed for Java/Editor/Appearance | In the Preferences for Java->Editor->Appearance, you cannot change the "Selection Foreground Color" from the default. When you uncheck the "System Default" checkbox, and choose a color, your color selection is ignored. My Eclipse info is: Version: 3.0.0 Build id: 200404281424 MacOS: 10.3.3 | resolved fixed | 2c52adb | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/carbon/org/eclipse/swt/internal/carbon/OS.java", "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-06-09T21:27:30Z | 2004-05-21T03:26:40Z |
96,679 | Bug 96679 OutOfMemory Exception from corrupted clipboard? | While trying to debug/test a new plugin, I started seeing some odd behavior on the startup of a new Eclipse instance. Typically, this would correspond to seemingly random 'OutOfMemory' errors from the main instance as well. I set a breakpoint on the OutOfMemory exception, and managed to get the following stack trace Th... | resolved fixed | 5d419d1 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/Clipboard.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-06-09T19:51:12Z | 2005-05-25T19:40:00Z |
96,212 | Bug 96212 org.eclipse.ui could not be found. | Steps to reproduce: Open welcome. double click on view to put in standby. click on Overview. now click on any other page link, you get an unexpected pop-up. | resolved fixed | 997b95a | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/motif/org/eclipse/swt/browser/Browser.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-06-09T19:39:25Z | 2005-05-21T10:06:40Z |
99,109 | Bug 99109 ComputeSize on Link gives different results when calling two times in a row | RC1 I have a Link widgets embeeded in the new Jaba class wizard. The JDT class is NewClassWizardPage The text of the link widget is "Do you want to add comments as configured in the <a>properties</a> of the current project?" When I call computeSize of the link using the following code System.out.println(29 + " " + chil... | resolved fixed | 78e6e2f | ["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-06-09T19:18:45Z | 2005-06-09T09:40:00Z |
98,691 | Bug 98691 GC.setAdvanced(false) changes line width from 0 to 2 | I am doing some painting at width==2, followed by some more painting at width==0. Then, I call setAdvanced(false). After stepping over setAdvanced(false), the line width gets changed back to 2. I do some more painting and expected the width to still be 0. | resolved fixed | 8404d67 | ["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-06-08T23:22:57Z | 2005-06-07T16:00:00Z |
97,915 | Bug 97915 Table.remove(int) can change selection | 3.1RC1 - run the snippet below - its last two items are initially selected - click on the shell, this invokes Table.remove(0) - note that "item1" has lost its selection as a result of this public static void main(String[] args) { final Display display = new Display(); final Shell shell = new Shell(display); shell.setBo... | resolved fixed | d0a02b5 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/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-06-08T12:57:07Z | 2005-06-01T18:20:00Z |
60,635 | Bug 60635 MouseEnter should be fired even when the mouse is down (BBAWT) | 1. Run the following testcase 2. Click on the label on the left side, and hold the button down 3. Move the button over the label on the right, without releasing the button 4. After a few seconds, release the button over the right label Notice that the mouseEnter event isn't fired until the button is released. I believe... | resolved fixed | d58da33 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/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-06-08T00:44:58Z | 2004-04-30T21:20:00Z |
97,046 | Bug 97046 PNG images look corrupt as main window icon | I am using 3.1 M7. When I load a 16*16 PNG file as an image and display it on a canvas all is well. When I set the same image to top level shell I see a corrupt image in the top left corner of the window. The issue seems to be related to the handling of transparent and semi-transparent pixels. | resolved fixed | a7944d2 | ["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-06-07T21:40:00Z | 2005-05-27T18:53:20Z |
98,802 | Bug 98802 Focus cannot be given to visible but zero-sized controls | null | resolved fixed | 59c8377 | ["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"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-06-07T19:08:56Z | 2005-06-07T18:46:40Z |
98,439 | Bug 98439 Pixel corruption when using clipping on a double-buffered control | SWT-win32, v3136 (3.1RC1) - Run the testcase below - The canvas is supposed to have its left half painted red, the right half painted green - Move the shell partly off the screen, then back in order to cause the damaged regions to be redrawn; note that the result does not look as expected Without the SWT.DOUBLE_BUFFERE... | resolved fixed | 0e9002f | ["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-06-07T16:38:15Z | 2005-06-05T14:00:00Z |
98,596 | Bug 98596 api spec on GC.setLineDash(int[]) should mention null | setLineDash currently accepts NULL, and it is equivalent to calling GC#setLineStyle(SWT.LINE_SOLID). It this intentional? It should be specified in the API so that new ports get it right. | resolved fixed | fc8e38f | ["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-06-07T15:29:27Z | 2005-06-06T20:33:20Z |
91,319 | Bug 91319 [accessibility, consistency] Make Link and Spinner accessible on GTK | Need to get the latest GTK, ATK, and Gnopernicus first, because apparently, the latest accessibility works much better than before. Spinner might just work, because it's native, but it needs to be tested. Link is emulated, so it will need to have accessibility added. Also need to test all controls, given that accessibi... | resolved fixed | 1dbfbf1 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleObject.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-06-06T21:24:18Z | 2005-04-13T16:33:20Z |
97,662 | Bug 97662 Dragging sash changes selection in widget above | 3.1 RC1 - switch to the Java browsing perspective - select items so that the four panes are filled with something - below any one of the top four panes, drag the sash lower - the item in the pane above that was at the pointer's start position is selected - if there was no item at that position, the selection is cleared | resolved fixed | 170de71 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/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-06-03T22:05:59Z | 2005-05-31T20:06:40Z |
97,696 | Bug 97696 ToolItem with image is blank or shows cheese | 3.1 RC1 - check the "Always run in background" preference - show the Progress view - kick off some long-running operation (e.g. Project > Clean) - in the Progress view, the cancel button for this Job is blank - resize the window while the job is still going - the button is not redrawn properly, i.e. it shows cheese fro... | resolved fixed | 438aa1d | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/ToolBar.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-06-03T21:34:59Z | 2005-05-31T20:06:40Z |
97,992 | Bug 97992 javadoc warnings in RC1 | Build: 3.1 RC1 The javadoc builder reported the following warnings for RC1 build: /builds/I200505271300/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java:2355: warning - Tag @see: missing #: "setAdvanced()" /builds/I200505271300/src/plugins/org.eclipse.platfo... | resolved fixed | 633e0f5 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/Path.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-06-03T21:01:18Z | 2005-06-01T21:06:40Z |
98,286 | Bug 98286 Link doesn't get paint events | Run the ControlExample and use the Select Listeners button to listen for SWT.Paint. You don't get them. I noticed this when browsing the code for Link.drawWidget(). It doesn't call super. | resolved fixed | 5cbbc87 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/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-06-03T20:33:01Z | 2005-06-03T14:46:40Z |
97,697 | Bug 97697 CCombo - drop down list appears in wrong place | Eclipse 3.1 RC1 Drop down the list for a CCombo. On Windows, Motif and Max OS X, the list appears directly below the text widget. On GTK the list appears over top of the text widget. | resolved fixed | 4767c79 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Group.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-06-03T19:53:09Z | 2005-05-31T20:06:40Z |
97,725 | Bug 97725 GTK - Layout Example table editor combo in wrong place | Eclipse 3.1 RC1 Show the SWT Layouts view. Go to the GridLayout tab. Add three buttons. Click on the last Button entry in the "Children" table - an editor should pop up but doesn't. Click on the second last Button entry in the "Children" table. This time an editor pops up - change Button to Combo and click away. Notice... | resolved fixed | d5ba1ee | ["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-06-03T18:07:08Z | 2005-05-31T20:06:40Z |
77,661 | Bug 77661 [KeyBindings] interactions: "Esc, Shift+R" key binding doesn't work | 200411022000 Create a binding to Esc, Shift + R Hit Esc Hold Shift At this point the system will beep and the R will not be honoured Hold Shift Hit Esc Hit R Command executes as expected Hit Esc Wait for hint dialog to appear Hold Shift Hit R Command executes as expected | verified fixed | 45ed422 | ["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/ole/win32/COM.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-06-03T16:01:34Z | 2004-11-03T16:40:00Z |
97,978 | Bug 97978 Table/TreeColumns don't fire ControlEvents on dispose() [osx] | null | resolved fixed | 07561f3 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Table.java", "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-06-03T15:58:38Z | 2005-06-01T21:06:40Z |
97,659 | Bug 97659 TreeColumns don't fire ControlEvents on dispose() [win32] | 3.1RC1 - run the snippet below - each time the button to the right of the Tree is pressed, the Tree's first column is disposed -> this should fire a Move for all other columns as they shift left, but no events are fired - this works as expected for Table/TableColumn public static void main(String[] args) { final Displa... | resolved fixed | 00b98ba | ["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-06-03T15:34:12Z | 2005-05-31T20:06:40Z |
97,931 | Bug 97931 Coolbar fails to show contents until resized | 1. Run Snippet20 2. Note that nothing is displayed 3. Move the coolbar handle, a button pops into view On GTK+ and Windows XP, the snippet opens a window with a correct looking coolbar. | resolved fixed | 7c6db7f | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolBar.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-06-02T16:28:15Z | 2005-06-01T18:20:00Z |
97,743 | Bug 97743 [portability] Drag Tool Turns Off on Linux | When you're dragging something and the mouse goes over an object, a tooltip, or the edge, it cancel out of drag mode and goes back to a normal selection tool. This only happens on Linux and has been a real source of annoyance for our users. Sure would love a fix. | resolved fixed | 69bd419 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/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-06-02T16:11:28Z | 2005-05-31T20:06:40Z |
96,525 | Bug 96525 Painting a translucent image fails when the GC is mirrored | Snippet showing the problem: Display d = new Display(); PaletteData pData = new PaletteData(0xFF, 0xFF00, 0xFF0000); RGB rgb = d.getSystemColor(SWT.COLOR_LIST_SELECTION).getRGB(); int fillColor = pData.getPixel(rgb); ImageData iData = new ImageData(1, 1, 24, pData); iData.setPixel(0, 0, fillColor); iData.setAlpha(0, 0,... | resolved fixed | 1c70972 | ["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-06-01T20:37:21Z | 2005-05-24T21:26:40Z |
97,813 | Bug 97813 height of Text widgets for SWT/GTK differs from native GTKEntry widgets | The height of "Text" widgets rendered on GTK from within SWT is slightly taller than "GtkEntry" widgets. Below I include a GTK program which displays a window containing just a single line GtkEntry, and a Java program which displays a single line Text widget. Both have the same appearance (they each have a border), but... | resolved fixed | 96d3d34 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Spinner.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-06-01T19:15:40Z | 2005-06-01T10:00:00Z |
97,762 | Bug 97762 Hiding redraw window before destroying it | In GTK+ 2.6.0 and higher, when a GdkWindow is unmapped, GDK will unset the background pixmap of its parent temporarily to reduce flicker. However, this is only done when you call gdk_window_hide(), not if you simply call gdk_window_destroy(). By adding a call to gdk_window_hide() in setRedraw(true) before destroying th... | resolved fixed | d463ee3 | ["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-06-01T15:36:26Z | 2005-05-31T22:53:20Z |
97,125 | Bug 97125 Antialiasing chops off edges of rectangles | Antialiasing chops off some of the boundaries of rectangles. The included snippet will display a thin black line when antialiasing is turned on, but not when it is off. Antialiasing should have no effect on rectangles. package org.eclipse.swt.snippets; import org.eclipse.swt.SWT; import org.eclipse.swt.events.PaintEven... | resolved fixed | 13e67a3 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/GCData.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/GC.j... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-05-31T20:19:29Z | 2005-05-28T22:40:00Z |
97,686 | Bug 97686 AIOOB when removing non-existent TableItem by index | 3.1RC1 - run the snippet below, you'll get the exception that follows - it's because the bounds check in Table.remove(int) should change from: if (!(0 <= index && index <= itemCount)) error (SWT.ERROR_ITEM_NOT_REMOVED); to if (!(0 <= index && index < itemCount)) error (SWT.ERROR_ITEM_NOT_REMOVED); snippet: public stati... | resolved fixed | bb6f172 | ["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 | 2005-05-31T19:34:33Z | 2005-05-31T20:06:40Z |
97,552 | Bug 97552 setAntialias breaks background color | GC.setAntialias(SWT.*) causes the background of the next fillRectangle to become permanent for all following rectangles, ignoring subsequent calls to setBackground. Note this happens on ANY call to setAntialias, even just setting it to SWT.OFF. I have not tested whether the effect extends beyond fillRectangle. package ... | resolved fixed | 94e116a | ["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-05-31T17:15:13Z | 2005-05-31T17:20:00Z |
97,370 | Bug 97370 gnopernicus no longer reads custom widgets in eclipse | 3.1RC1 - this worked in 3.0.2 - this works in stand-alone examples - so something about running in the context of eclipse is problematic | resolved fixed | abe7a6e | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleFactory.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-05-30T22:05:02Z | 2005-05-30T21:53:20Z |
97,011 | Bug 97011 Custom Table font is not applied to first column header | If a Table has a visible header, a custom font, and multiple columns, then the first column's header uses the default system font rather than the custom font. I've reproduced this both in my own application and in a simple test case I created (which I can attach if it would be helpful). Steps to reproduce: 1. Create a ... | resolved fixed | ae629f7 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TabFolder.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Tr... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-05-30T21:48:14Z | 2005-05-27T16:06:40Z |
96,844 | Bug 96844 TabItems appear above TabFolder titles when set to a minimum size on Mac OS X | If a TabFolder in a SashForm is reduced in size so that only the tab titles are visible, for certain positions, the TabItem appears on top of the tab titles. When this happens the TabItems can no longer be selected. The code below illustrates this problem. If the upper part of the SashForm is reduced in size at certain... | resolved fixed | cd672be | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/TabFolder.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-05-30T20:18:22Z | 2005-05-26T17:53:20Z |
93,724 | Bug 93724 Drag-and-drop creates signal names every time | Here is an example of some code in DragSource.java for GTK+: byte[] buffer = Converter.wcsToMbcs(null, "drag_data_get", true); OS.g_signal_connect(control.handle, buffer, DragGetData.getAddress(), 0); buffer = Converter.wcsToMbcs(null, "drag_end", true); OS.g_signal_connect(control.handle, buffer, DragEnd.getAddress(),... | resolved fixed | 27237e4 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/DragSource.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/DropTarget.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-05-30T19:10:47Z | 2005-05-04T20:53:20Z |
91,547 | Bug 91547 Insertion line in TreeViewer does not show up during drag operation | Using the Visual Editor, create a Shell application, drop two controls onto the Shell. In the Beans view (tree view), drag the second control before the first control. The insertion line does not show up anywhere when dragging the control in the tree view. | resolved fixed | 9d88cc5 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/win32/org/eclipse/swt/dnd/TreeDragUnderEffect.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-05-30T19:00:31Z | 2005-04-15T15:46:40Z |
97,340 | Bug 97340 MouseEnter not fired when scroll bar released | 1. Run the following example. 2. Type a load of text in the StyledText so that it gets a vertical scrollbar. 3. Drag around the scrollbar. While dragging, move the mouse above the StyledText widget. 4. Release the mouse. No MouseEnter event is fired. Reproducable on Linux-GTK and Linux-Motif, works on Carbon and win32.... | resolved fixed | 3c252d2 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/motif/org/eclipse/swt/internal/motif/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/ecli... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-05-30T18:57:13Z | 2005-05-30T19:06:40Z |
96,723 | Bug 96723 Table not shown when there are no rows initially | I am using eclipse 3.1m7 on several platforms (linux, windows and aix) and it only has this problem when I run on AIX ( AIX 5.1, with Motif, java 1.4.2). The problem was not there on 3.1m6 or 3.0.1 If I start running with no TableItems, the table does not show the column header text (even though they were set to be vis... | resolved fixed | a3431aa | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/TableColumn.java", "bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/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-05-27T18:37:56Z | 2005-05-25T22:26:40Z |
96,042 | Bug 96042 computeTrim() is not returning the correct value | Snippet showing the problem (in 3.1M7): public static void main(String[] args) { Display d = new Display(); final Shell shell = new Shell(SWT.TOOL | SWT.ON_TOP); shell.setSize(100, 100); System.out.println(shell.computeTrim(0,0,0,0)); shell.open(); for (int i = 0; i < 5; i++) if (!d.readAndDispatch()) d.sleep(); shell.... | resolved fixed | 92b1989 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/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-05-27T17:53:07Z | 2005-05-19T22:00:00Z |
96,692 | Bug 96692 GC.setClipping fails to overwrite previous clipping after AA turned on | public static void main(String[] args) { Display display = new Display(); final Shell shell = new Shell(display); shell.setText("Shell"); shell.addPaintListener(new PaintListener() { public void paintControl(PaintEvent e) { e.gc.setClipping(20, 20, 100, 100); e.gc.setAntialias(SWT.ON); e.gc.setClipping(50, 50, 200, 200... | resolved fixed | 6b71999 | ["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-05-26T18:51:50Z | 2005-05-25T19:40:00Z |
81,232 | Bug 81232 X Error in GC.drawText() | eclipse.buildId=I20041214-2000 test_drawTextLjava_lang_StringIII(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_GC) java.lang.StackOverflowError | resolved fixed | 64effad | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/Device.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-05-26T17:52:55Z | 2004-12-15T17:00:00Z |
96,445 | Bug 96445 Need API to check advanced graphics mode | Most operating systems offer a different library to do advanced graphics (Mac does not). The advanced graphics support in SWT makes use of this library to implement features such as antialiasing, tranformations, alpha etc. When one of these features is requested, SWT graphics begins to use the advanced library for all ... | resolved fixed | e88f9a0 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/GC.java", "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", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/graphics/GC.ja... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-05-26T15:21:26Z | 2005-05-24T15:53:20Z |
86,819 | Bug 86819 TreeEditor doesn't scroll with the Tree | hen you place a TreeEditor on a TreeItem of a Tree, and when you scroll the Tree using the mouse wheel, the TreeEditor doesn't scroll with the Tree. Example code: import org.eclipse.swt.SWT; import org.eclipse.swt.custom.TreeEditor; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.*; public clas... | resolved fixed | 3cca361 | ["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-05-26T01:28:52Z | 2005-02-28T11:26:40Z |
82,169 | Bug 82169 In console pane, cannot click "Terminate" and then "Remove all Terminated launches" without clicking somewhere else in between | This is when I terminate a Java program I'm running. The "Remove all Terminated launches" enables after clicking Terminate, but clicking it does nothing until I click somewhere else first. I believe this bug has existed for a while, I seem to remember since I first started using eclipse, with one of the 3.0 milestone b... | resolved fixed | 840e85c | ["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-05-25T19:10:52Z | 2005-01-04T20:20:00Z |
96,635 | Bug 96635 Repaint problem with Table, Image and SWT_HIDE_SELECTION | Having a Table with the Hint SWT.HIDE_SELECTION and an Image inside the TableItem, makes some problems. When the Table has lost Focus, the Row hides the Selection for the Text, but the Image is still painted in the Selection Color. Reproduce with this Snippet: public class Main { public static void main(String[] args) ... | resolved fixed | 84354eb | ["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-05-25T17:24:57Z | 2005-05-25T16:53:20Z |
96,494 | Bug 96494 Memory Leak in EventTable listener array | The EventTable arrays will grow infinitely in the presence of just a pair of listeners. Put a breakpoint in hook with a hit count of 20 and start typing. public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); final Text text = new Text(shell, SWT.NONE); text.setBound... | resolved fixed | 31ecf4c | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/widgets/EventTable.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-05-25T16:11:23Z | 2005-05-24T18:40:00Z |
85,645 | Bug 85645 Typeahead broken for Table and Tree | I20050215-2300 The native GTK+ typeahead feature is not working on Table and Tree, but is working for List. It seems that either the order of the columns in our model, or the number of columns, is causing GTK+ to be unable to tell which is the correct column to use. The fix is to use gtk_tree_view_set_search_column() o... | resolved fixed | 7a5eebc | ["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 | 2005-05-25T13:19:16Z | 2005-02-17T03:13:20Z |
95,890 | Bug 95890 [Perspectives] MenuManager.update() causes menu to be redrawn too often | When I change perspective 9 times, MenuManager.updateAll() is called 9 times. MenuManager.update(force,recursive) ends up being called 78 times. While removing the included obsolete menu items, mi[i].dispose() causes a redraw of the menu for each dispose, happening 162 times. MenuItem.dispose -> MenuItem.releaseChild -... | resolved fixed | 41d2a85 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/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-05-25T04:13:34Z | 2005-05-19T05:20:00Z |
96,411 | Bug 96411 TreeColumn causes vertical scroll to appear | Adding a TreeColumn to a Tree control causes the vertical scrollbar to appear even when not needed. The following code is an extract of a ViewPart extension: public void createPartControl(Composite parent) { tree = new Tree(parent, SWT.SINGLE); tree.setLinesVisible(false); tree.setHeaderVisible(true); // The following ... | resolved fixed | bba14a1 | ["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-05-25T02:38:20Z | 2005-05-24T10:20:00Z |
95,756 | Bug 95756 Tables don't repaint | 3.1 M7, GTK+ 2.6.4, KDE 3.3.2, X.org 6.8.2, Linux 2.6.11 If a table becomes obscured, it may not repaint properly when it becomes visible again. STEPS TO REPRODUCE: ------------------ 1.) Open the keys preference page 2.) Move the dialog off the screen. 3.) Move back on the screen. With these steps, the table headers w... | resolved fixed | ea63341 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.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-05-24T20:37:17Z | 2005-05-18T15:26:40Z |
95,648 | Bug 95648 GP on Motif Table with PNG image | The following code GPs for me every time with: X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 73 (X_GetImage) Serial number of failed request: 7824 Current serial number in output stream: 7824 The image is a PNG file which I will attach. public static void main(String... | resolved fixed | f9ca8b1 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/GC.java", "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-05-24T18:24:37Z | 2005-05-17T20:00:00Z |
76,823 | Bug 76823 [doc] Display.asyncExec example needs to check for isDisposed | The example cited in the online SWT documentation should add a test: // do time-intensive computations ... // now update the UI. We don't depend on the result, // so use async. display.asyncExec (new Runnable () { public void run () { if (myWindow.isDisposed()) // check if still around return; myWindow.redraw (); } });... | resolved fixed | 280dfd2 | ["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-05-24T16:42:38Z | 2004-10-22T15:46:40Z |
94,946 | Bug 94946 FileDialog should inherit image from parent shell | Hi, I noticed that the FileDialog comes with a default icon instead to inherit the icon from the parent shell. And as I can see there is no way to change the icon. So, I think to inherit the icon should be the default behaviour. The behaviour occurs with the GTK 3134 build. And also occurs in the Eclipse IDE 3.1M6(GTK)... | resolved fixed | 3d2513f | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ColorDialog.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Decorations.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-05-20T23:13:03Z | 2005-05-12T12:13:20Z |
94,598 | Bug 94598 DBCS3.1:Eclipse hangs when activate IIMF input in search scope of Help | OS: <RHEL 4.0> Language: <Traditional Chinese> Build level: <Eclipse SDK 3.1 M6 - I20050506-1600> JDK version: <IBM JDK 1.4.2 SP1a> Test case #: <5.3 Search scope with NLS name(Help)> Summary: DBCS3.1:Eclipse hangs when activate IIMF input in search scope of Help Steps to recreate problem: 1- Install Eclipse SDK and NL... | closed fixed | 7e57b36 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/gtk/org/eclipse/swt/browser/Browser.java", "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-05-20T22:13:07Z | 2005-05-11T02:53:20Z |
95,018 | Bug 95018 Cheese in TreeItem checkbox | Version: 3.1.0 Build id: I20050512-1200 Select Run -> Run... make a new Eclipse Application Select eclipse application and go to plugins tab Select "Choose plug-ins and fragments to launch from list" Check and uncheck items from tree Notice that the top right tip of the check mark sometimes gets left behind as cheese. ... | resolved fixed | 29682f2 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/TableItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Tree.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/w... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-05-20T21:38:47Z | 2005-05-12T17:46:40Z |
96,080 | Bug 96080 [OpenModes] click on selected line no longer goes to match | N20050520-0010 Clicking on an already selected line in 'Flat Layout' no longer goes to match. This is quite a pain. Worked in M7. 0. set open mode to 'Single click' 1. JUnit setup 2. search for references to 'Test' 3. open one of the matches 4. in the file place the caret somewhere else 5. click on the same match again... | verified fixed | 810a097 | ["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-05-20T21:38:36Z | 2005-05-20T11:53:20Z |
80,180 | Bug 80180 [consistency] toolbars on the Mac do not respond to setBackground() | see attached image. i would like to set the toolbar background to White in this case. | resolved fixed | a0843f7 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/ToolBar.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-05-20T20:04:53Z | 2004-12-03T21:40:00Z |
95,667 | Bug 95667 Display#update does not work on Windows XP | (Creating this bug report to track your progress on this issue.) This is the problem we talked about - it seems that Display#update does not paint under certain circumstances. As Steve said, Windows might think we are dead when we don't spin the event loop for some amount of time. For the record, I want to show progres... | resolved fixed | a137c58 | ["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/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-05-20T19:11:15Z | 2005-05-17T22:46:40Z |
77,540 | Bug 77540 typo in import org.eclipse.swt.custom.StyledText.setOrientation | The description of setOrientation mentions LEFT_TO_RIGHT twice and RIGHT_TO_LEFT not at all. setOrientation(int orientation) Sets the orientation of the receiver, which must be one of the constants SWT.LEFT_TO_RIGHT or SWT.LEFT_TO_RIGHT. | resolved fixed | ec0aa33 | ["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-05-20T19:09:27Z | 2004-11-02T21:13:20Z |
96,097 | Bug 96097 TOOL style not documented in Shell | null | resolved fixed | 8d2635e | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/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-05-20T17:52:34Z | 2005-05-20T14:40:00Z |
90,246 | Bug 90246 StyledText draws cheesy if the caret is invisible | I am trying to disable drawing of the caret in a StyledText widget. Run the following example and click around, the cursor will be cheesily drawn as you click around or rapidly select text with the mouse: public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.s... | resolved fixed | 3eda4c0 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Caret.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Caret.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Caret.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-05-20T15:42:11Z | 2005-04-05T03:00:00Z |
77,617 | Bug 77617 Brief "page not found" message on startup | 20041102 When I start up a fresh install of Eclipse the window comes up and then very briefly (for about 1 second) shows a "page not found" html style page before the intro is shown. STEPS 1) Install a fresh Eclipse 2) Run it | resolved fixed | cbe70f0 | ["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-05-20T15:23:34Z | 2004-11-03T13:53:20Z |
96,090 | Bug 96090 Popup menu doesn't work when dialog opened via short cut | N20050520-0100 The new open type dialog has a context menu for the entries in the list as well as one that shows up if the little triangle in the top right corner is pressed. Both menus don't work if the dialog is opened via the short cut (Ctrl+Shift+T). They do work if the dialog is opened via the open type tool bar b... | resolved fixed | 984497f | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-05-20T14:27:55Z | 2005-05-20T14:40:00Z |
92,105 | Bug 92105 BIDI3.1: Mixed Arabic and English text is viewed incorrectly in Java Editor | Operating System: Linux - RHEL4.0/GTK Enterprise Edition Build ID: I20050401-1645 Locale: ar_EG.UTF-8 Description: When assigning Arabic text to a string variable with Arabic name, the words ordering is not correct Steps to re-create the problem: 1- Create a new java class from menu (File->New->Class) 2- In the "Java C... | resolved fixed | 05253bb | ["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-05-19T21:57:03Z | 2005-04-20T15:13:20Z |
89,720 | Bug 89720 Crash closing dialog when IM is open (IIIM) | null | resolved fixed | fc59b19 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Spinner.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-05-19T19:08:57Z | 2005-03-30T22:00:00Z |
94,065 | Bug 94065 Spinner does't update internal state during text modify | The following code from Spinner.sendKeyEvent does not seem to be correct: default: /* Tab and other characters */ if (key != '\t' && key < 0x20) return true; oldText = new String (new char [] {key}); break; } String newText = verifyText (oldText, start [0], end [0], event); if (newText == null) return false; if (newTex... | resolved wontfix | b881692 | ["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-05-19T18:21:57Z | 2005-05-08T19:20:00Z |
26,902 | Bug 26902 GTK: mouse wheel doesn't work on the compare editor | Build 200211191210 Linux-GTK Select two files in the Navigator view, right click>compare with>each other. The mouse wheel doesn't work on the created editor. Works on win32 | resolved fixed | db1b6f2 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Scrollable.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-05-19T16:35:48Z | 2002-11-21T20:20:00Z |
95,840 | Bug 95840 querying GC alpha value requires Cairo | on win32, calling getAlpha does not require GDI+. The value is returned from the data structure. But on Linux, GC attempts to load Cairo to obtain the same value. The workaround for us is to assume the value is 255. | resolved fixed | d357203 | ["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-05-19T14:41:24Z | 2005-05-18T21:00:00Z |
95,750 | Bug 95750 Colors on a VIRTUAL table with columns will not show up on open | 3.1 M7 If you set the colors on a VIRTUAL table that has columns in the callback for SetData this will be ignored if the callback is called during shell opening. STEPS 1) Run the example below. You will see yellow in the first entry but no other. 2) Scroll around. Anything hidden will start getting colored. import org.... | resolved fixed | 00bd931 | ["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-05-19T14:32:49Z | 2005-05-18T12:40:00Z |
95,823 | Bug 95823 Setting GC foreground color does not always clear out fg Pattern | calling GC.setForeground() should clear the current Pattern being used. (should that be in javadoc). It does not always work. public static void main(String[] args) { final Display display = new Display(); final Shell shell = new Shell(display); shell.setText("Shell"); shell.setFont(new Font(display, "Arial Black", 20,... | resolved fixed | 91d12e7 | ["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-05-18T21:59:05Z | 2005-05-18T18:13:20Z |
95,825 | Bug 95825 GTK warnings when using a virtual table | 0517 Red Hat Enterprise 3.0 When I run the example below I get the following warnings to the console. If the table does not have the VIRTUAL flag set I get no error. (<unknown>:6925): Gtk-CRITICAL **: file gtktreeview.c: line 10200 (gtk_tree_view_get_cell_area): assertion `GTK_WIDGET_REALIZED (tree_view)' failed (<unkn... | resolved fixed | db40d72 | ["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 | 2005-05-18T21:29:57Z | 2005-05-18T18:13:20Z |
94,595 | Bug 94595 eclipse gtk doesn't set X window name | In X there is the X attribute "window name", which eclipse gtk doesn't seem to set. It should set this. | resolved fixed | 2e767ba | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-05-18T20:19:34Z | 2005-05-11T02:53:20Z |
89,574 | Bug 89574 In the task bar, the Eclipse window is called "TopLevelShell" | I20050330-0500, Motif, KDE 3.2.3, X.org 6.8.2, Linux 2.6.10 My Eclipse top-level windows are called "TopLevelShell" in the task bar. I'll attach a screenshot. | resolved fixed | 3ce5162 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/motif/org/eclipse/swt/internal/motif/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/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-05-18T20:17:31Z | 2005-03-30T16:26:40Z |
95,312 | Bug 95312 GC.setAntialias breaks stringExtent | gc.setAntialias(SWT.ON) causes gc.stringExtent(" ").x == 0 public static void main (String [] args) { Display display = new Display (); Shell shell = new Shell (display); GC gc = new GC (shell); // this prints 5 System.out.println(gc.stringExtent(" ").x); gc.setAntialias(SWT.ON); // this prints 0 System.out.println(gc.... | resolved fixed | b46ca0a | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/gdip/Gdip.java", "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-05-18T16:50:57Z | 2005-05-15T15:13:20Z |
95,367 | Bug 95367 API spec on Transform.rotate | the javadoc for rotate says that "zero degrees is at 3:00". This doesn't really make sence because the argument represents a change or delta, and not the new angle. If I call rotate(90); then calling rotate(0); will not return the rotation back to its initial place. | resolved fixed | 14d4a7f | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/Transform.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-05-18T16:13:30Z | 2005-05-16T13:26:40Z |
95,408 | Bug 95408 null missing in getBackground/ForegroundPattern API spec | if no pattern is set, <code>null</code> will be returned. | resolved fixed | 58f1814 | ["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-05-17T20:21:10Z | 2005-05-16T16:13:20Z |
95,617 | Bug 95617 Fill rules ignored with GDI+ | turn on antialias. fill rules get ignored. public static void main(String[] args) { Display display = new Display(); final Shell shell = new Shell(display); shell.setText("Shell"); shell.addPaintListener(new PaintListener() { int POLY[] = new int[] {5, 5, 45, 5, 20, 30, 20, 20, 45, 45, 5, 45}; public void paintControl(... | resolved fixed | 905526f | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/gdip/Gdip.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-05-17T18:52:38Z | 2005-05-17T17:13:20Z |
94,432 | Bug 94432 Link widget with wrapped link: active area on wrong line | I20050509-2010 The Link widget has problems when a link extends over two lines. The active area of the part on the upper line is shifted one line down. Clicking on the first linked word only reveals the active area, but does not engage the link. Looks fine on GTK, but fails on WinXP. | resolved fixed | 0e26844 | ["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-05-17T15:26:08Z | 2005-05-10T18:33:20Z |
95,226 | Bug 95226 [browser] Intro view loses content on perspective switch | 3.1M7 - start a brand new eclipse -> the purple Intro screen comes up first - double-click its "Welcome" tab so that it reduces to a view on the right side of the workbench - switch to the Java perspective -> the Welcome view is there as well (I'm guessing this is by design?) -> but more importantly, it's blank - if yo... | resolved fixed | 3d12b10 | ["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-05-16T20:06:29Z | 2005-05-13T21:33:20Z |
94,437 | Bug 94437 add "Columns Reorderable" checkbox to ControlExample's Table tab | null | resolved fixed | dc92378 | ["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/TableTab.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-05-16T15:43:44Z | 2005-05-10T18:33:20Z |
93,526 | Bug 93526 SWT Browser crashes on MacOS | N20050502 SWT Browser crashes VM. Several ways to get a crash: 1) Go to preference and go to Browser preferences. OR 2) try creating an instance of an SZWT browser anywhere. you get the following: Exit code = 5 /user/bin/Java -XstartOnFirstThread .... on the command line you get: dyld: /usr/bin/java Undefined symbols: ... | resolved fixed | 3f7ecfe | ["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-05-13T18:06:52Z | 2005-05-03T14:20:00Z |
94,818 | Bug 94818 XGetModifierMapping call in Display leaks | XFreeModifiermap has to be called. | resolved fixed | 2474a35 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/motif/org/eclipse/swt/internal/motif/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/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-05-11T22:05:46Z | 2005-05-11T19:33:20Z |
94,546 | Bug 94546 ToolItem uses pixmap instead of pixbuf | The methods ToolItem.gtk_enter_notify_event() and ToolItem.gtk_leave_notify_event() use the pixmap instead of the pixbuf for the hot image and image. | resolved fixed | fd611b1 | ["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-05-11T22:01:39Z | 2005-05-10T21:20:00Z |
77,658 | Bug 77658 Buttons have first few pixels cut off in RIGHT_TO_LEFT (BIDI) | 20041102 If you set the orientation of a composite to RIGHT_TO_LEFT you will get the first few pixels cut off on a button. STEPS 1) Launch Eclipse on Hebrew 2) Select the Debug dialog - Revert and Apply are cut off | resolved fixed | e59050e | ["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-05-11T21:46:24Z | 2004-11-03T16:40:00Z |
94,815 | Bug 94815 Decorations.setDefaultButton() does not check for null | Build: 3.1 M7 candidate On macosx, Decorations.setDefaultButton(Button) does not check if the button is null (a valid argument). The line: if (button.isDisposed()) throws an NPE when I pass in null. The win32 implementation does a null check. | resolved fixed | 73744d9 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/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-05-11T20:55:43Z | 2005-05-11T19:33:20Z |
94,421 | Bug 94421 NPE showing a CoolBar's dropdown | null | resolved fixed | 483dd18 | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/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-05-10T17:10:47Z | 2005-05-10T15:46:40Z |
93,918 | Bug 93918 Combo value changes without event | Try the following: 1) Click on the combo 2) Type the letter "f" 3) Click on the down triangle 4) Click again to close (or lose focus) The text displayed is now "foo", but no events (selection or modify) were fired to indicate this. public static void main(String[] args) { Display display = new Display(); Shell shell = ... | resolved fixed | d4538e7 | ["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-05-10T16:50:39Z | 2005-05-06T14:33:20Z |
94,202 | Bug 94202 Activate event not fired when ON_TOP window hidden | null | resolved fixed | c199270 | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/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-05-09T21:17:36Z | 2005-05-09T20:20:00Z |
93,870 | Bug 93870 [Import/Export] Usability problem with the Import > Existing Project into Workspace | 1) Select File > Import > Existing Project into Workspace. 2) Select root directory, click browse and select a directory that contains some projects... this will populate the 'Projects' tree. 3) Notice that the radio button for 'Select archive file' is now selected (and not the 'select root directory' button). 4) Click... | closed fixed | e3be5d4 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Button.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Composite.java", "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-05-09T19:30:27Z | 2005-05-06T03:26:40Z |
72,784 | Bug 72784 Close override redirect while opening another loses focus forever | I200408241200, GTK+ 2.4.4, KDE 3.2.3, Linux 2.6.7 I tried binding "Open editor drop-down" to "Ctrl+X B". If you then press, "Ctrl+X" and wait, a key assist dialog opens. This dialog is an override redirect window. Now, if you press "B", it will close the key assist dialog and open the editor drop-down. The editor drop-... | resolved fixed | b1a2239 | ["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-05-09T18:12:15Z | 2004-08-27T15:20:00Z |
93,501 | Bug 93501 ToolBar.computeSize is returning a much wider width than it used to | N20050503-0010 See attched screen shot | resolved fixed | dcd9f72 | ["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-05-09T17:28:48Z | 2005-05-03T08:46:40Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.