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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
93,387 | Bug 93387 console hijacks SWT event thread when selecting binary content | I20050426-1700 When selecting the console contents with the mouse, eclipse got into a eternal (or extremely long running) loop. The dump below reveals that the console's StyledText is busy handling selection events that were posted - presumably from the console. filing against debug because I suspect the selection hand... | resolved fixed | 2180d58 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-05-09T15:54:48Z | 2005-05-02T07:46:40Z |
87,051 | Bug 87051 NPE in file dialog when trying to open a file with a wierd name. | create a file named : GPS_Gil_3211'33_ N,3452'22_ E to Sapir, Herzliya.log try to open it with file dialog. an NPE is thrown: java.lang.NullPointerException at org.eclipse.swt.widgets.FileDialog.computeResultChooserDialog(FileDialog.java:140) at org.eclipse.swt.widgets.FileDialog.openChooserDialog(FileDialog.java:324) ... | resolved fixed | 35103ef | ["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-05-08T17:51:42Z | 2005-03-03T08:53:20Z |
31,066 | Bug 31066 Button widget does not support images with transparent color. | null | resolved fixed | 999cd70 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Button.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-05-06T20:27:29Z | 2003-02-06T08:26:40Z |
93,848 | Bug 93848 Label not wrapping | The label does not wrap correctly as I resize the shell. public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); Label label = new Label(shell, SWT.WRAP); label.setText("A clap of thunder burst the numbness deep Within my head, " + "... | resolved fixed | 193a527 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Label.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-05-05T20:46:37Z | 2005-05-05T19:06:40Z |
93,759 | Bug 93759 Can't drawPath on image GC | Nothing is drawn to the screen in this example. Replacing the call to drawPath with drawPlain works as expected. I'm using M6. shell.addPaintListener(new PaintListener() { public void paintControl(PaintEvent e) { Rectangle clientArea=shell.getClientArea(); Image image = new Image(display,clientArea.width,clientArea.hei... | resolved fixed | e3bb881 | ["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", "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-05-05T19:46:33Z | 2005-05-05T02:26:40Z |
93,349 | Bug 93349 Support alpha transparency in Shell images | The attached patch adds support for alpha transparency in Shell decoration images. | resolved fixed | f2fe2b4 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/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-04T22:14:23Z | 2005-04-30T16:53:20Z |
71,228 | Bug 71228 Program.findProgram("html") returns null when there's no default command | R3.0 I used Program.findProgram("html") to find the browser and null was returned even though Mozilla is registered to open html documents. I debugged the code and my registry and found that I had no default command in my registry and hence the following code in org.eclipse.swt.program.Program.getProgram(String) fails/... | resolved fixed | 9cdeeef | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Program/win32/org/eclipse/swt/program/Program.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-05-04T21:27:28Z | 2004-08-02T12:33:20Z |
93,664 | Bug 93664 TRAVERSE_RETURN closing a dialog cannot be suppressed in a combo box | If you run the following snippet and hit "ESC", you will get "Busted" on GTK+ but not on Windows XP. Basically, the traverse listener on the dialog is trying to block escape traversal, but it doesn't seem to work in the case where a combo box has focus. (A similar dialog without combo box seems to work properly.) Displ... | resolved fixed | a82af28 | ["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-05-04T21:21:09Z | 2005-05-04T15:20:00Z |
71,234 | Bug 71234 Program.execute mangles URLs | null | resolved fixed | ada8549 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Program/gnome/org/eclipse/swt/internal/gnome/GNOME.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Program/gtk/org/eclipse/swt/program/Program.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Program/motif/org/eclipse/swt/program/Program.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-05-04T18:04:43Z | 2004-08-02T15:20:00Z |
93,691 | Bug 93691 Program.findProgram("html") fails with Firefox as the default browser | On my Windows machine, Program.findProgram("html") returns null even though my default browser is correctly set to be Firefox. The problem is that the HKEY_CLASSES_ROOT\\FirefoxHTML key has no value, which makes the name parameter invalid. The fix is to use the name of the key (in this case, FirefoxHTML) instead of try... | resolved fixed | ac7cf9c | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Program/win32/org/eclipse/swt/program/Program.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-05-04T17:57:46Z | 2005-05-04T18:06:40Z |
91,159 | Bug 91159 [Consistency] DropTarget event.dataType field not alwys set on DragEnter | On Windows in DragEnter the event.dataType field is set to the first value in the event.dataTypes array. On Carbon, GTK and Motif, the event.dataType field is null. | resolved fixed | 880f7c1 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/motif/org/eclipse/swt/dnd/DropTarget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-05-03T18:57:46Z | 2005-04-12T15:33:20Z |
92,612 | Bug 92612 CTabFolder hidden tabs count (in chevron) can become 0 | 0420 integration build (showed VI already) - drag several eclipse views into one view slot (eg.- on top of the Navigator) -> assuming that there isn't room to show all of the tabs, there will be a chevron shown with a number representing the number of hidden tabs - slowly make the top view more narrow, and as this make... | resolved fixed | 7d6d503 | ["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-05-03T16:58:25Z | 2005-04-25T17:26:40Z |
93,382 | Bug 93382 Use canonical signal names | null | resolved fixed | 16e58df | ["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-03T16:51:29Z | 2005-05-02T05:00:00Z |
88,030 | Bug 88030 Table and SWT.CHECK: Check not visible on selection | Having a Table with SWT.CHECK Style, the Checkbox becomes invisible, when the TableItem is selected. This is happening on WinXP w/o using Manifest. It is not happening using the Manifest. Ben | resolved fixed | 31ba3d9 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/ImageList.java", "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-05-03T15:14:11Z | 2005-03-15T09:46:40Z |
84,219 | Bug 84219 List.showSelection() scrolls list although item already visible | The javadoc of a showSelection states that the list will not be scrolled if the item is already visible. This holds true for win32 but at least on my linux box the list is scrolled(until selected item is at the top) although the item is visible already | resolved fixed | 6256aa2 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/List.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-05-03T13:54:21Z | 2005-02-02T13:13:20Z |
87,636 | Bug 87636 ArrayIndexOutOfBoundsException TreeItem.setImage() | An ArrayIndexOutOfBoundsException is thrown when setting an image through TreeItem.setImage() on 3.1M5a. This is specific to Linux-GTK, works on Windows XP platform. The image is a 16x18 png icon. Here is the exception message that is thrown: !ENTRY org.eclipse.ui.workbench 4 2 2005-03-10 07:51:26.245 !MESSAGE Problems... | resolved fixed | 5b8ec66 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/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-05-03T03:40:26Z | 2005-03-10T13:06:40Z |
90,938 | Bug 90938 GC.setLineStyle produces inconsistent dash for width equal 1 | Executing the attached snippet shows that line styles of varying widths are consistent and in proportion with one another EXCEPT when the width on the line equals one. This is also shown in the attached screenshot. For example, with SWT.LINE_DOT style a line width of 3 produces a line with 3x3 pixels on and a gap of 3x... | resolved fixed | 9475f6e | ["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-02T22:30:09Z | 2005-04-10T19:06:40Z |
63,266 | Bug 63266 Native platform icons look junky | I200405200800 Native platform icons, such as the question and error icons, have a jagged outline. I believe this is because the alpha channel is not being correctly interpreted. Screenshot attached. | resolved fixed | 952e49f | ["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-02T19:25:25Z | 2004-05-20T19:06:40Z |
93,266 | Bug 93266 setBackground of text redraw incorrect with xp style | When using the XP style the Text widget seems to fill a rectangle smaller than the allocated area for the Text widget. When setting the background color it has a small gutter inside the border that the color wasn't applied to. It can be remedied by mousing over the widget or when the window is redrawn. I'll attach samp... | resolved fixed | 6e93d6e | ["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-02T14:46:42Z | 2005-04-29T13:06:40Z |
84,632 | Bug 84632 hiding Tree header can leave cheese | null | resolved fixed | 93fc2f9 | ["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-04-29T20:38:57Z | 2005-02-07T21:00:00Z |
33,821 | Bug 33821 Header of native table doesn't show images | N2003-03-05 Thead header of the native table view doesn't display images, e.g. the task view is supposed to have images in the second and third column but there aren't any. | resolved fixed | c339f8c | ["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/widgets/TableColumn.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/TreeColumn.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbo... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-04-29T20:22:29Z | 2003-03-05T07:40:00Z |
93,222 | Bug 93222 Setting a cursor only needs a flush, not a sync | When a cursor is set, SWT currently calls gdk_flush(), which does an XSync. It would be more efficient (and equivalent in this case) to use XFlush(). This can be done by calling XFlush() directly, or with gdk_display_flush(), however the GDK call is new in 2.4. | resolved fixed | a98644b | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widg... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-04-29T16:31:48Z | 2005-04-29T04:46:40Z |
90,303 | Bug 90303 turn off caret blink | There appears to be no way to turn off the caret blinking in eclipse. It's really annoying :-( I use eclipse on linux. My GTK+ and Gnome settings all have blinking turned off, so it must be eclipse doing this. Ideally, it should be a wider caret (i.e. the width of a character), and the color of it should be configurabl... | resolved fixed | 8ca2a7e | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-04-29T15:45:40Z | 2005-04-05T14:06:40Z |
45,793 | Bug 45793 Panther: Initial Combobox contents not visible | I20031023 - in ControlExample go to Combo page Observe: Combo doesn't show initial selection - click in field Observe: selection becomes visible | resolved fixed | 2f3acca | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/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-04-29T14:32:17Z | 2003-10-30T13:20:00Z |
91,302 | Bug 91302 (regression) Transparency is not transparent in remove button on progress view item | build I20050413-0910 - did a sync - in the Progress view, the item for the sync has an X for the remove button - the background of this icon should be transparent, but is not | resolved fixed | 251573b | ["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-28T21:54:22Z | 2005-04-13T16:33:20Z |
93,151 | Bug 93151 TableItem.computeDisplayText does not check to see if index is greater than string | The following code in TableItem.computeDisplayText can case an IndexOutofBounds exception: int index = availableWidth / gc.getFontMetrics ().getAverageCharWidth (); textWidth = gc.stringExtent (text.substring (0, index)).x; It does stand to reason that if the availableWidth is less than the textWidth then the resulting... | resolved fixed | f1f1d12 | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/TableItem.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-04-28T19:49:06Z | 2005-04-28T17:40:00Z |
93,058 | Bug 93058 Form Layout behaviour has changed between 3.0 and 3.1 | null | resolved fixed | 90b160f | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/layout/FormData.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-04-28T19:39:48Z | 2005-04-28T01:00:00Z |
92,883 | Bug 92883 Lines are misaligned (antialiased) | I20050426 The borders of editor and view parts appear to be 2 pixel wide (instead of 1 pixel), because they are probably drawn 0.5 pixel off the coordinate system. The anti aliasing makes them appear 2 pixel wide and have a grey (instead of black) color. | resolved fixed | 7c3ffd8 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/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-04-28T18:41:11Z | 2005-04-27T08:20:00Z |
92,616 | Bug 92616 event doit=false does not work for Combo on Mac. | null | resolved fixed | 5da35fc | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/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-04-28T18:20:43Z | 2005-04-25T17:26:40Z |
87,822 | Bug 87822 GC.drawString ignores transparency boolean when alpha is used | The transparency flag indicates whether the text should be back-filled with the background color before being painted (using FG color). If alpha blending is turned on, this flag is ignored. The result should be a yellow blended background with black text: public static void main(String[] args) { final Display display =... | resolved fixed | accca3b | ["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-04-28T17:50:56Z | 2005-03-11T19:40:00Z |
83,905 | Bug 83905 No way to center tool items on a vertical toolbar | The following code brings up a window containing a single vertical toolbar. The toolbar contains two ToolItem's with different length labels but the same icon. The toolbar buttons are left-aligned within the toolbar, but having them centered about the vertical center axis of the toolbar would be desirable (think of the... | resolved fixed | 0132d37 | ["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/ToolBar.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-04-28T17:13:17Z | 2005-01-28T05:26:40Z |
89,239 | Bug 89239 Painting problems using latest builds | Our canvas does not paint using the latest builds of Eclipse. Reverting to M5, everything works normally. I am trying to find a test case, but any comments on what has changed might help me narrow it down. To reproduce, checkout draw2d.examples and draw2d from CVS, Tools repository, and run HelloWorld. | resolved fixed | aafa4cc | ["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-04-27T20:26:03Z | 2005-03-28T17:13:20Z |
83,097 | Bug 83097 Dialog opens with no contents; resizing shows contents | I20050112-1200, Linux 2.6.9, GTK+ 2.4.9, KDE 3.3.1 When some dialogs first open, they do not paint their contents. If the dialog is resized, then the contents become visible. STEPS TO REPRODUCE: ------------------ 1.) Open an editor with multiple revisions. 2.) Open the CVS resource history on the editor. 3.) Select on... | resolved fixed | 9a03757 | ["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-04-27T18:53:37Z | 2005-01-18T14:53:20Z |
92,844 | Bug 92844 Increase scrolling speed based on distance from the widget | Currently the speed of selection scrolling when using the mouse in StyledText is fixed. This means it can take a long time to select large sections of text. It would be much better if StyledText increased the selection speed based on the distance the pointer is from the edge of the StyledText widget. | resolved fixed | 965de84 | ["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-04-27T18:36:34Z | 2005-04-26T21:13:20Z |
92,541 | Bug 92541 Tree items do not animate as they expand | null | resolved fixed | ca137d0 | ["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-04-27T13:10:04Z | 2005-04-25T00:46:40Z |
86,830 | Bug 86830 org.eclipse.swt.graphics.GC: Transform has no effect to images with transarent colors like GIF/PNG | GC.setTransform(Transform) has no effect to those images that contain transparent color index, like PNG and GIF. I tested JPG, PNG (with and without transparent color index) and GIF (with transparent index). Transform has no effect to those transparent images. | resolved fixed | 07eff1b | ["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", "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-04-26T18:11:07Z | 2005-02-28T14:13:20Z |
85,862 | Bug 85862 [consistency] TreeEvent fired upon disposal of TreeItems | Either calling dispose() on a TreeItem or removeAll() on the Tree results in TreeEvents being fired. That happens in case the disposed TreeItem was expanded and contained children. Mac seems to collapse all expanded TreeItems at first before proceeding with the disposal. This is not happening on Windows, and I dont thi... | resolved fixed | e1ea4ea | ["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-04-26T16:39:07Z | 2005-02-18T20:53:20Z |
86,214 | Bug 86214 GTK caret location gets hammered after being set in verify event | null | resolved fixed | 6389a96 | ["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-04-26T16:23:31Z | 2005-02-22T22:06:40Z |
92,648 | Bug 92648 Tree,setTopItem can end up setting the wrong number | The folloing code in setTopItem can result in negative values: <snip> int visibleItemCount = (clientArea.height - getHeaderHeight ()) / itemHeight; int index = Math.min (item.availableIndex, availableItemsCount - visibleItemCount); if (topIndex == index) return; update (); int change = topIndex - index; topIndex = inde... | resolved fixed | 6339ba4 | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/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-04-26T14:47:41Z | 2005-04-25T23:00:00Z |
92,583 | Bug 92583 Hidden files shown by default in GtkFileChooser | Summary says it all. I don't think that hidden files should be shown by default. I haven't verified that this happens everywhere, but it at least happens when selecting External Jars in the Build Path dialog. | resolved fixed | 6931420 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/DirectoryDialog.java", "bundles/org.eclipse.swt/Eclipse", "SWT/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-04-25T15:53:35Z | 2005-04-25T14:40:00Z |
92,382 | Bug 92382 Text in table not updated on clear | I can reproduce this on GTK+ 2.4.10 and 2.4.13, but not with 2.2.4 or 2.6.4. However, I have been unable to reproduce it in a simple GTK+ application. Run the following example. Click the button. The text does not update until the mouse hovers over the table items. public static boolean newText = false; public static v... | resolved fixed | 96ff119 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TableItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-04-25T15:42:15Z | 2005-04-22T14:26:40Z |
87,294 | Bug 87294 Strange clipping when scaling and rotating drawText | The text "hello" is getting randomly clipped to some strange polygon. This problem requires both scaling and rotation to be applied, the translation is optional. shell.addPaintListener(new PaintListener() { public void paintControl(PaintEvent e) { GC gc = e.gc; Transform t = new Transform(display); t.translate(40, 40);... | resolved fixed | 3f3ea31 | ["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-04-25T15:25:49Z | 2005-03-07T18:26:40Z |
92,228 | Bug 92228 Layout occurs while creating table columns, causing AIOOBEs | build I20050420-1200 - open an editor - Ctrl+Shift+E to open the editors dialog - you get an ArrayIndexOutOfBoundsException (error dialog unfortunately just says the reason is "1") - this is due to the dialog's table's layout getting called when the first column is being created; the layout code expects both columns to... | resolved fixed | 8ba3eff | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java", "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-04-24T17:16:14Z | 2005-04-21T13:26:40Z |
92,488 | Bug 92488 Button(SWT.CHECK) screen shot is incorrect with RTL | When I send WM_PRINT message to create image of Shell that has composite with RIGHT_T_LEFT flag and several controls, checkbox does not contain check sign. I use WinXP with SP2, but use traditional look (like in W2k). | resolved wontfix | 56f2379 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/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-04-24T14:51:22Z | 2005-04-23T15:26:40Z |
91,350 | Bug 91350 [Browser] Embedded browser fails to handle link to text file | null | resolved fixed | 3e07611 | ["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-04-22T16:30:09Z | 2005-04-13T22:06:40Z |
50,598 | Bug 50598 Some focus events are reported twice | I20040121 Run this code: public class FocusTest { static final boolean WITH_LABELS= true; public static void main(String[] args) { Display display= new Display(); Shell shell= new Shell(display); shell.setLayout(new GridLayout(2, false)); FocusListener fl= new FocusListener() { public void focusGained(FocusEvent e) { S... | resolved fixed | df31d2a | ["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/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-04-22T15:54:41Z | 2004-01-26T15:13:20Z |
92,241 | Bug 92241 StyledText should not fill the clipboard on every selection change | null | resolved fixed | b2aaf64 | ["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-04-22T15:48:45Z | 2005-04-21T16:13:20Z |
80,762 | Bug 80762 Interactive text selection lags on Linux-GTK+ | The highlighted text selection in the Eclipse editor often lags behind my mouse on my P3-733. If I rapidly select some text in the editor, the caret seems to follow directly with my mouse movements, while the highlight block trails behind. Since the caret can keep up, the problem does not seem to be with the event prop... | resolved fixed | 17c2577 | ["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-04-22T13:31:17Z | 2004-12-11T18:33:20Z |
85,525 | Bug 85525 mnemonics are not working | eclipse I20050215-2300 Open any dialog or wizard (I tested on the preference page and Run.. dialog), no mnemonic work. | resolved fixed | 9b0d72e | ["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-04-21T20:02:54Z | 2005-02-16T18:53:20Z |
92,181 | Bug 92181 Bogus CTabFolder tab sizes | Running the code in head, 20050421 In the default Java perspective, drag the problems view to the right of the JavaDoc view. The resulting CTabFolder tab sizes are wrong. | resolved fixed | c5bbcb3 | ["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-21T17:23:01Z | 2005-04-21T05:06:40Z |
92,186 | Bug 92186 Virtual table: not redrawn when item count drops to zero | To reproduce: - create a virtual table with n entries - call setItemCount(0) and cleat(0,0). observe: the content will not be redrawn. The table still shows the n entries. | resolved fixed | 432b06c | ["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-04-21T14:21:12Z | 2005-04-21T07:53:20Z |
88,059 | Bug 88059 Line Width of 0 is invisible on the Mac | The default GC.getLineWidth() is zero on all platforms but the Mac. If the line width is set to 0 on the Mac, it becomes invisible. width==0 should result in a line width of 1 pixel, independent of zoom being applied to the GC. | resolved fixed | 20f9768 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/GCData.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/G... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-04-20T21:50:58Z | 2005-03-15T15:20:00Z |
85,426 | Bug 85426 Table not getting expose events when partially obscured by another window | I20050215-2300 The following example creates a table in a wide, but short, window. When this shell is being partially obscured by another window, moving a third window around above it causes the table to miss expose events, making it look blank or draw badly. This was seen on GTK+ 2.2.4, RHEL3. public static void main(... | resolved fixed | 20cec0f | ["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-04-20T21:42:04Z | 2005-02-16T16:06:40Z |
92,017 | Bug 92017 Support very large Image on Windows platform | Currently an Image on Windows is size-limited - on my system to 16MB. However, a posting in eclipse.platform.swt in response to "Larger image problems" suggested that there is a way to get OS.CreateCompatibleBitmap to transparently return a DIB that is stored in main memory and can be any size. If there is a way to eas... | resolved fixed | 978a506 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/GC.java", "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-04-20T21:07:58Z | 2005-04-20T01:20:00Z |
88,717 | Bug 88717 [DND] Tree is scrolling very slow when dragging an Item to the Bottom | null | resolved fixed | f38c6e2 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/TableDragUnderEffect.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/TreeDragUnderEffect.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/motif/org/eclipse/swt/dnd/T... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-04-20T20:15:46Z | 2005-03-22T08:26:40Z |
81,298 | Bug 81298 NPE changing style on SashForm in CustomControlExample | eclipse.buildId=I20041214-2000 java.version=1.4.2_06 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=motif, NL=en_US Framework arguments: -showlocation Command-line arguments: -os linux -ws motif -arch x86 -showlocation -clean java.lang.NullPointerException at org.eclipse.swt.examples.con... | resolved fixed | 2674cf6 | ["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/SashFormTab.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-04-20T19:47:32Z | 2004-12-15T19:46:40Z |
91,060 | Bug 91060 linux copy-paste chinese to StyledText problem | null | resolved fixed | 6188db8 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/TextTransfer.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-04-20T19:16:53Z | 2005-04-11T22:53:20Z |
91,254 | Bug 91254 [encoding] DBCS3.1: bogus DBCS in editor after re-activation | Driver : M6 Platform: WindowsXP Japanese sp2, Windows2003 Japanese JVM: IBM 1.4.2SR1a steps 1. Open Welcome menu and click "Workbench Go to the workbench" icon to have the Bar 2. Open a java program that contains DBCS 3. click click "Return to Welcom" on the bar 4. click "Workbench Go to the workbench" icon result All ... | verified fixed | ea2da2a | ["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-04-20T16:32:27Z | 2005-04-13T11:00:00Z |
92,046 | Bug 92046 Pen leak in TextLayout#draw(...) | I20050419-1200 The conditions under which a new pen for drawing underline and strikethrough styles is created/disposed are not the same. | resolved fixed | d7cd281 | ["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-04-20T15:26:44Z | 2005-04-20T09:40:00Z |
91,807 | Bug 91807 Context menu shows twice in combo box. | When setting your own menu , then right clicking on a combo box, you get the default one from the os , and the one you set. There is no break in the case statement in the windowProc method in Combo. case OS.WM_CONTEXTMENU: result = wmContextMenu (hwnd, wParam, lParam); | resolved fixed | 3a73371 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Combo.java", "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-19T15:11:00Z | 2005-04-18T21:33:20Z |
69,381 | Bug 69381 Call to new_Shell results in "No more handles" error | Using simple test case with swt dll's in the java "bin" directory SWT_AWT.newShell fails with the following exception: org.eclipse.swt.SWTError: No more handles at org.eclipse.swt.SWT.error(SWT.java:2717) at org.eclipse.swt.SWT.error(SWT.java:2616) at org.eclipse.swt.SWT.error(SWT.java:2587) at org.eclipse.swt.widgets.... | resolved fixed | 5769cac | ["bundles/org.eclipse.swt/Eclipse", "SWT", "AWT/gtk/org/eclipse/swt/awt/SWT_AWT.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "AWT/motif/org/eclipse/swt/awt/SWT_AWT.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "AWT/win32/org/eclipse/swt/awt/SWT_AWT.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-04-19T15:02:36Z | 2004-07-06T16:06:40Z |
91,464 | Bug 91464 [content assist] NPE in CompletionProposalPopup | Getting a lot of these when using content assist today. org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException) at org.eclipse.swt.SWT.error(SWT.java:2931) at org.eclipse.swt.SWT.error(SWT.java:2854) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:121) at org... | resolved fixed | 774e165 | ["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-04-19T13:03:11Z | 2005-04-14T20:20:00Z |
90,192 | Bug 90192 ON_TOP setVisible(true) focus issues on parent of child shell. | Create a shell that is a child of a parent shell. Use flags SWT.ON_TOP and open it via setVisible(true). When that shell is clicked or gets focus in some way, the parent shell goes inactive. Optional way to reproduce: Create a shell and add a CCombo box to that shell, drop down the combo box and the parent shell goes i... | resolved fixed | 3d2a2ef | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Composite.java", "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-04-18T23:54:58Z | 2005-04-04T18:40:00Z |
88,839 | Bug 88839 Embedded Swing: Enter key does not work | I'm running Fedora Core 3 with all the latest updates, JDK 1.5, and the 3.1M5 GTK version of the SWT binary. For some reason, the enter key event does not fire inside an embedded JTextPane. In case it matters, it's also inside multiple embedded JSplitPanes. All other key events work fine. | resolved fixed | 60bbadd | ["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-04-18T20:17:31Z | 2005-03-23T03:53:20Z |
67,626 | Bug 67626 XEmbeddedFrame not found | Tried running some plugins. Works fine on windows. On my linux install (with both blackdown1.4.2 and SUN VM1.4.2_04) some of the plugins throw an exception. The error seems to be generated from the SWT in not finding the class sun.awt.X11.XEmbeddedFrame I checked the rt.jar and it doesnt have the same. Is there any oth... | resolved wontfix | e28f678 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "AWT/gtk/org/eclipse/swt/awt/SWT_AWT.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "AWT/motif/org/eclipse/swt/awt/SWT_AWT.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-04-18T16:05:34Z | 2004-06-17T13:46:40Z |
91,252 | Bug 91252 View toolbars are showing with black backgrounds | Version: 3.1.0 Build id: I20050412-1547 The background of all view local toolbars is black. When I change my theme to standard XP one (Luna) the problem goes away. This problem didn't exist in the previous I build. The black makes it very hard to concentrate :) | resolved fixed | 8db8bcd | ["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-17T00:48:06Z | 2005-04-13T11:00:00Z |
91,435 | Bug 91435 Ctrl+SPACE is not a valid keybinding assignment for actions on native widgets | The keybinding preferences should not allow you to assign CTRL+SPACE as the keybinding to actions which are invoked when a Tree or Table has focus. This is the platform keybinding for toggle selection. For example, assign Navigate->Go Into to CTRL+SPACE, and then try to invoke in the package explorer. It seems to work ... | resolved fixed | b024555 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Link.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Slider.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-04-17T00:19:23Z | 2005-04-14T17:33:20Z |
91,511 | Bug 91511 Directory Dialog - Selection string not externalized? | In the open() method, the string "Selection" appears. Should this be added to the ResourceBundle? | resolved fixed | a8373fc | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/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-04-15T17:03:27Z | 2005-04-15T13:00:00Z |
91,555 | Bug 91555 Table not visible | For some reason, I can't see the table when I run this code. It works fine on GTK+ and Win32. Shell shell = new Shell(display); Text text = new Text(shell, SWT.NONE); text.setBounds(0,0,300,40); final Table table = new Table(shell, SWT.VIRTUAL); table.setBounds(0,40,300,200); shell.setSize(320,240); shell.open(); while... | resolved fixed | d66e58d | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/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-04-15T16:43:59Z | 2005-04-15T15:46:40Z |
90,258 | Bug 90258 Table item not updated when item count == 1 | I20050401 (M6) I am using a Table with SWT.VIRTUAL. Everything works fine, except for the case I set the item count to 1, in which case I do not receive an SWT.SetData notification. Tried to reproduce using a modified version of Snippet151, but everything works as expected there. Do you have any idea what could be goin... | verified fixed | c6ce818 | ["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-04-15T14:32:18Z | 2005-04-05T08:33:20Z |
91,468 | Bug 91468 GTK+ 2.2 requests data from non-visible rows of a VIRTUAL table | Because the fixed_height_mode property is not supported until GTK+ 2.2, GtkTreeView requests all rows to perform validation. Virtual tables can probably get a good speed boost by returning some dummy data until the row actually becomes visible, rather than going and asking the application for the data too early. | resolved fixed | 3ddaf55 | ["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-04-14T21:33:32Z | 2005-04-14T20:20:00Z |
87,882 | Bug 87882 No default contextual menu item on Mac | null | resolved fixed | c571794 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/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-04-14T20:10:38Z | 2005-03-13T18:53:20Z |
88,133 | Bug 88133 Slow rendering with images with transparancy bit set | I have come across a severe performance issue when dealing with copying lots of images with transparency bit set to an Image used in a double buffer type painting strategy. This code is straight out of "The definitive guide to SWT and JFace" by Robert Warner with the addition of the loop to draw my tiles. If I use the ... | resolved fixed | 2dc7cd0 | ["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-04-14T17:29:46Z | 2005-03-15T23:40:00Z |
91,423 | Bug 91423 Fixed size columns used even if fixed_height_mode not supported | To support VIRTUAL, we need to use the fixed_height_mode property which is new in GTK+ versions 2.3.2 and up. However, this means we need to size the column ourselves. For versions that don't support fixed_height_mode, we might as well let GTK+ do the column sizing itself (using AUTOSIZE) since it will be faster. I am ... | resolved fixed | aefa025 | ["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-04-14T16:18:29Z | 2005-04-14T17:33:20Z |
86,741 | Bug 86741 Pressing backspace in browser widget shows navigation cancelled page | Version: 3.1.0 Build id: I20050222-0821 When you press backspace (or Alt+Left) in a browser that has had its contents set using setText an action cancelled page is displayed. I would have expected nothing to happen since there was no previous URL. Calling Browser.back() works as expected. public static void main(String... | resolved fixed | e537a64 | ["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-04-14T15:32:14Z | 2005-02-26T06:40:00Z |
76,456 | Bug 76456 Eclipse 3.0.1crashes on HP-UX with a NullPointerException when starting up | When I try to start eclipse, the splash screen appears, but a few seconds later a dialog box informs me that "An error has occured. See the log file 'xxx'." and the process terminates. I attach the log file at the end of the message. Note: I entered 'Other' in the Platform field, as there was no option 'HP'. Note: I am... | resolved fixed | 9c007f1 | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/SWT.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/Font.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/Font.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-04-14T13:35:07Z | 2004-10-18T09:00:00Z |
89,779 | Bug 89779 NPE in CCombo.dropDown() | null | resolved fixed | 925f14a | ["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-13T22:00:04Z | 2005-03-31T03:33:20Z |
64,590 | Bug 64590 [browser] widget not sized properly | I was using I20040528-0010 build. The browser wiget on motif displays about 200x200 size, not the size parent expects it to take. Resizing a window causes browser to be redrawn correctly. This is visible when launching help, as well as using "bring up the browser" SWT snippet. Interestingly if shell.setSize() is not ca... | resolved fixed | e1a1554 | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/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-04-13T19:18:21Z | 2004-05-28T16:00:00Z |
86,608 | Bug 86608 Do not understand Javadoc of Link.setText() | 3.1 M5a Javadoc of Link.setText says: * anchor, a single HREF attribute is supported. When a hyperlink is * selected, the text field of the selection event contains either the * text of hyperlink or the value of the HREF, if one was specified. I could not find a field or other way to access the text field of the select... | resolved fixed | 808e958 | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/events/SelectionEvent.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-04-13T19:12:22Z | 2005-02-25T11:13:20Z |
66,882 | Bug 66882 altgr keys not available | On solaris 9 with german keyboard layout all keys coming with alt-gr (e.g. {[]} ~|@ ) are not available. With javax.swing.* package there is no problem with that. | resolved fixed | ff18321 | ["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-04-13T18:16:38Z | 2004-06-14T08:00:00Z |
85,312 | Bug 85312 combo is cut off when added to ToolBar | it's probably answering its preferred height wrong? | resolved fixed | 897b53c | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/ToolBar.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-04-13T15:37:40Z | 2005-02-15T20:40:00Z |
81,691 | Bug 81691 Tracker with SWT.Resize really slow | null | resolved fixed | e00d929 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Tracker.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-04-13T14:32:30Z | 2004-12-20T22:00:00Z |
91,089 | Bug 91089 SWT Snippet 77 For Table Col resize has an error in it (fix included beklow) | null | resolved fixed | 4b1e4f7 | ["examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet77.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-04-12T20:54:33Z | 2005-04-12T10:00:00Z |
84,740 | Bug 84740 crash on windows xp korean | null | resolved fixed | e9c8117 | ["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-04-12T20:39:36Z | 2005-02-08T22:00:00Z |
90,899 | Bug 90899 Using PaintListener on Table destroys repainting (Button is the same case) | null | resolved fixed | 3da6a13 | ["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-04-12T19:21:07Z | 2005-04-09T12:33:20Z |
90,946 | Bug 90946 gtk_entry_set_text crashes when passed a zero-length buffer | The Combo box (Combo.java:1369) passes 'gtk_entry_set_text' a zero-length byte buffer. This seems to cause the VM to crash after _gtk_entry_set_text exits. I am triggering this bug using the following procedure: - Using eclipse 3.1M6 - Using CDT 3.0.1 build - Open Window->Preferences - Open C/C++ in the tree - Select '... | resolved fixed | 1f898d2 | ["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-04-12T19:00:16Z | 2005-04-11T00:40:00Z |
90,222 | Bug 90222 Device constructor | As part of trimming down the SWT API for eSWT, the DeviceData class was removed and a new constructor for Device was introduced (i.e., Device()). However, doing so has broken binary compatibility between eSWT and SWT. Could you add this new constructor for Device for the 3.1 release? public Device() { this(null); } If ... | resolved fixed | dfaf513 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/Device.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/Device.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/Device.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/gr... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-04-12T15:09:56Z | 2005-04-04T21:26:40Z |
90,152 | Bug 90152 resizing Label flashes | 3.1M6 - open the hierarchy perspective on any java class or package (select the element and press F4) - move the first vertical sash in the perspective left/right and note that the Labels in the Hierarchy and Problems views flash, even though they're not changing -> note that these are not WRAP labels | resolved fixed | 6a81e78 | ["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/Label.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-04-11T23:15:45Z | 2005-04-04T13:06:40Z |
89,367 | Bug 89367 String is not rendered inside stringExtent | public class FontScaling { static float value = 1; 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", 12, 0)); shell.addPaintListener(new PaintListener() { public void paintControl(Paint... | resolved fixed | e40ab8c | ["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-04-11T21:43:08Z | 2005-03-29T15:26:40Z |
85,537 | Bug 85537 [JUNIT] Display.map test cases failing | Eclipse 3.1 M5 The Display.map JUnit test cases (there are four of them) are all failing. | resolved fixed | 2db2c96 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/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-04-11T16:03:22Z | 2005-02-16T18:53:20Z |
90,282 | Bug 90282 SWT.RIGHT not working on Text control on Mac OS X | On Mac OS X 10.3 it is not possible to have right aligned text within a Text control (AKA text field). This works on Windows XP and Linux GTK, however, I don't know anything about Carbon, so this might just be unsupported. Here's a small snippet showing the problem: public static void main(String[] args) { Display disp... | resolved fixed | 468ab6f | ["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/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-04-11T15:19:01Z | 2005-04-05T14:06:40Z |
89,378 | Bug 89378 Combo default size too small with certain fonts | I'm using some non-editable Combos with a list of pre-set strings to select from, and I want it to stretch to accomodate the longest string inside the list. This works fine except when I switch to a certain font in Japanese - MS UI Gothic. And it doesn't seem to be a Japanese thing, if I use another font, it works. It ... | closed fixed | c7d423d | ["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-04-08T20:12:31Z | 2005-03-29T18:13:20Z |
90,770 | Bug 90770 Race conditions in Device.getDevice() method | Method org.eclipse.swt.graphics.Device.getDevice() is static and uses static variables (CurrentDevice). In application with several GUI threads it is possible (and it happens) that two or more GUI threads access Device.getDevice() method simultaneously. This leads to situation when getDevice(), called from one thread r... | resolved fixed | c58ba58 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/Device.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/Device.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/Device.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/gr... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-04-08T18:11:50Z | 2005-04-08T08:46:40Z |
90,087 | Bug 90087 GC.copyArea causes continuous repainting of Canvas | Using the second variant of copyArea, that specifies source and destination within the receiver, causes a rapid continous redrawing of the canvas, noticeable as a rapid flickering over the source position of the copyArea command. The attached example shows this by drawing an Image on a Canvas and then copying a fragmen... | resolved fixed | 08b3542 | ["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-04-08T15:46:47Z | 2005-04-02T16:40:00Z |
89,483 | Bug 89483 [Table] No SWT.Resize when Scrollbars become visible | See this Snippet: public class Main { public static void main(String[] args) { final Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); final Table table = new Table(shell, SWT.BORDER | SWT.H_SCROLL | SWT.V_SCROLL); table.addListener(SWT.Resize, new Listener() { public... | resolved fixed | 558d087 | ["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-04-07T22:00:12Z | 2005-03-30T10:53:20Z |
89,669 | Bug 89669 [browser] F1 does not bring eclipse help content when browser has focus | I20050330 CTRL-SHIFT-T correctly open the type dialog F1 does nothing. IE has a special Help/F1 callback. Check we don't mess it up. | resolved fixed | 8a10734 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/WebSite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Widget.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Widget.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclips... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-04-07T21:48:34Z | 2005-03-30T19:13:20Z |
90,729 | Bug 90729 Shell with style MODELESS or DIALOG_TRIM ignores setSize() | 3.1M6 - run the snippet below - click in the Shell - this attempts to enlarge the shell, but no size change occurs - this is what's causing the CVS conflicts dialog to not grow when the Details button is pressed public static void main(String[] args) { Display display = new Display(); final Shell shell = new Shell(disp... | resolved fixed | 7f9d0ae | ["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-04-07T21:38:46Z | 2005-04-07T21:40:00Z |
88,735 | Bug 88735 Table.getClientArea() width is inconsistent with win32 | I'm testing this on Windows and Mac OS X and comparing the two, using SWT from the 3.0.1 RCP binary releases. The Mac code for SWT Table seems to be inconsistent with the getClientArea() JavaDoc, which reads: public Rectangle getClientArea() Returns a rectangle which describes the area of the receiver which is capable ... | resolved fixed | bdabeb6 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/TableColumn.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/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-04-07T19:24:01Z | 2005-03-22T14:00:00Z |
88,388 | Bug 88388 tree focus cheese | - select a file in the Package Explorer that has a local history - right-click -> Compare With... -> Local History - dismiss the resulting compare dialog - note the focus cheese that's left on the item It's happening because showing the popup menu does not send a FocusOut to the Tree, so it does not remove its focus re... | resolved fixed | ab9053c | ["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-04-07T16:18:31Z | 2005-03-17T22:53:20Z |
90,513 | Bug 90513 Link widget does not have a proper CreateHandle method | The link widget does not have a proper create handle mathod. It needs to take in an index. Currently if you try and create this widget on Photon it crashes the application | resolved fixed | ed8f32b | ["bundles/org.eclipse.swt/Eclipse", "SWT/photon/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-04-07T15:39:52Z | 2005-04-06T17:53:20Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.