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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
43,011 | Bug 43011 "Alt+" key strokes not always received on "zh_CN.GB18030" | Key strokes including the "Alt+" modifier are not received as expected by SWT in the "zh_CN.GB18030". ENVIRONMENT: Eclipse-GTK (I20030910), GNOME/Metacity, RedHat 9.0, Sun JDK 1.4.2, locale="zh_CN.GB18030" STEPS TO REPRODUCE: 1.) Run snippet #25 from the SWT development homepage (key logger) 2.) Press and hold "Alt". 3... | resolved fixed | 475110f | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-09-12T18:25:27Z | 2003-09-12T12:33:20Z |
41,039 | Bug 41039 Hitting the Enter/Return key in the Find/Replace dialog doesn't do anything on Mac OS X | Eclipse 3.0 M2 Build id: 200307181617 Mac OS X 10.2.6 1) Open the Find/Replace dialog (Edit -> Find/Replace). 2) Type in a search term into the text box. 3) Hit the return key. Nothing happens. Hitting the Return key should do a "Find" operation (the same as clicking on the "Find" button, which is highlighted as the "d... | resolved fixed | 6a42d58 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Combo.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 | 2003-09-12T18:12:02Z | 2003-08-01T01:06:40Z |
42,897 | Bug 42897 BIDI: CHECK style doesn't work with RTL Tree or Table | When set to mirrored, the checkbox appears grey | resolved fixed | 8d74a77 | ["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 | 2003-09-11T20:35:20Z | 2003-09-10T18:53:20Z |
42,882 | Bug 42882 remove platform code throwing ClassNotFound exception | Add a Platform class in a common platform specific folder with the Platform name. This change will benefit JavaWebStart apps using the lazy flag. from the newsgroup: I've run into an obstacle while deploying SWT through Java web start. The problem I'm experiencing is related to Library.getPlatform() in org.eclipse.swt.... | resolved fixed | cf8dd9a | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/common_j2me/org/eclipse/swt/internal/Library.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/common_j2se/org/eclipse/swt/internal/Library.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/internal/Platform.java", "bundles/org.eclipse.swt/Eclipse", ... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-09-10T18:23:51Z | 2003-09-10T16:06:40Z |
42,818 | Bug 42818 DirectoryDialog does not show its set message | The native selection dialog does not have a label for displaying text. It's easy to add one though, so we should consider doing so in order to appear consistent with other platforms. | resolved fixed | 21fbdc8 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/DirectoryDialog.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-09-09T20:52:02Z | 2003-09-09T20:40:00Z |
42,724 | Bug 42724 StyledText - selection rendered incorrectly on bidi platforms | build 20030903 The attached BidiUtil exposes a bug in the selection rendering code in DisplayRenderer.drawLineSelectionBackground Steps to reproduce: -using the attached BidiUtil type one english character followed by three or more Arabic/Hebrew characters -place the caret at the beginning of the line -select the next ... | resolved fixed | 1cb1a83 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/DisplayRenderer.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/PrintRenderer.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/St... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-09-09T14:54:42Z | 2003-09-08T19:40:00Z |
38,983 | Bug 38983 StyledText - ignore WRAP when SINGLE style is specified | build 20030611 The WRAP style should be ignored when both it and the SINGLE style bit is specified in the StyledText constructor. Also, setWordWrap should do nothing when SINGLE is specified. | resolved fixed | 6b9cfdc | ["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 | 2003-09-08T20:30:50Z | 2003-06-16T21:46:40Z |
41,748 | Bug 41748 [Keybindings] Keyboard Shortcuts not working | I just installed v. 2.1.1 under AIX v. 4 and most keyboard shortcuts are not working. Copy/Cut/Paste (CTRL+C,SHIFT+DELETE,CTRL+V) work but no others: Save, Undo, Find, etc. | resolved fixed | ccbcb4f | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/motif/org/eclipse/swt/internal/motif/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/motif/org/eclipse/swt/internal/motif/XModifierKeymap.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", ... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-09-08T18:55:51Z | 2003-08-20T17:20:00Z |
42,259 | Bug 42259 StringIndexOutOfBoundsException in FontData.getLocale() | If the lang, country, and variant fields are all null in a FontData, the getLocale() method on win32 will throw a StringIndexOutOfBoundsException. The following program will generate the exception on my WinXP box: import org.eclipse.swt.widgets.*; import org.eclipse.swt.graphics.*; public class FontDataGetLocaleBug { p... | resolved fixed | be925d0 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/FontData.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/FontData.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/FontData.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-09-05T21:21:39Z | 2003-08-29T15:13:20Z |
42,293 | Bug 42293 Menu item too large | null | resolved wontfix | 98d7b29 | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/MenuItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-09-05T20:47:56Z | 2003-08-30T16:13:20Z |
35,589 | Bug 35589 StyledText - add getStyleRanges(start, offset) API | Currently you can get the style range at a particular offset and you can get all style ranges, but there is no API for getting the styles for a particular range of text. While getStyleRanges could be used to ascertain this information, this could be inefficient if your text has a lot of text (i.e., this method creates ... | resolved fixed | 09f6d18 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_StyledText.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-09-05T16:04:50Z | 2003-03-24T18:20:00Z |
40,019 | Bug 40019 BIDI: StyledText has problem with drawing of selection in both ltr and rtl orientation of this widget in the bidi locale. | null | resolved fixed | 7f1555a | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledTextBidi.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-09-04T14:35:32Z | 2003-07-14T13:40:00Z |
39,074 | Bug 39074 [CellEditors] [DBCS] canna input mode fires bogus event from Text Control | Steps: 1)Create simple file named foo.usr. 2)Open the propertysheet example editor on this file. 3)Select a department (or group or whatever) and go to edit the name of that object in the propertysheet 4) Shift+SPACE to enter canno input mode. 5) Type "nihongo" and press ENTER When you press ENTER, the propertysheet re... | verified fixed | d498e16 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.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 | 2003-09-03T21:37:26Z | 2003-06-18T15:26:40Z |
40,800 | Bug 40800 org.eclipse.swt.widgets.Text, method append(), bottom focusing error | When appending a line (or multiple) to the text-widget with append(), the last lines do not get focused. Contrary to the win32 version, the GTK version always stays at the top of all lines instead of focusing the bottom when an append() has been done. | resolved fixed | 273510c | ["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 | 2003-09-03T21:15:44Z | 2003-07-25T21:53:20Z |
40,406 | Bug 40406 Clicking in tree does not bring window to the front. | 1) Start eclipse and make the Navigator visisble. 2) Bring some other application window in front of the Eclipse workbench (keeping the Navigator visible). 3) Click on an item in the Navigator 4) Notice that Eclipse is not brought to the front. | resolved fixed | 68db1ce | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Decorations.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/s... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-09-02T16:50:56Z | 2003-07-17T16:40:00Z |
40,693 | Bug 40693 Text - No Verify/Modify when a modifier key is down | Eclipse 3.0M2 It's not possible to create classpath variables with underscores. The dialog displays the error message "A variable name must be entered". When you remove the underscore and re-add it, the message has disappeared but the created classpath variable will not be created as specified. Sometimes the underscore... | resolved fixed | 9b7228e | ["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 | 2003-09-02T15:56:40Z | 2003-07-24T07:00:00Z |
39,781 | Bug 39781 Selection events not fired from Combo | null | resolved fixed | 2279139 | ["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 | 2003-08-28T20:34:42Z | 2003-07-09T00:20:00Z |
41,707 | Bug 41707 Exception causes Members view to become empty | Occasionaly when I switch between editors, I get an exception and the Members view no longer shows any contents even when different Java files are selected. Closing and opening the Members view fixes the problem. I am running Eclipse GTK I20030813 on Red Hat 9.0. I will attach the log file. | resolved fixed | 47778c3 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Tree.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TreeItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-08-27T20:31:06Z | 2003-08-19T19:06:40Z |
40,560 | Bug 40560 Label with text and image set tries to display both | Clients can change the thing that a Label displays from a string to an image (or vice versa) with the setText() and setImage() APIs. On Mac, invoking both of these on a Label results in it trying to display both, so the image overwrites the text wherever they intersect. On other platforms only the last thing that was s... | resolved fixed | ce82c3c | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Label.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-08-27T19:36:57Z | 2003-07-21T15:06:40Z |
41,619 | Bug 41619 SWT does not render Unicode glyphs > 255 | I20030813 - In MacOS X > System Preferences > Input Menu add the "Character Palette" to your input method menu - open the character palette and enter characters > 255 into the Eclipse text editor Observe: you only get empty boxes | resolved fixed | 76645e4 | ["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/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-08-27T16:34:22Z | 2003-08-15T15:06:40Z |
41,980 | Bug 41980 GP showing Workbench - Appearance preference page | null | resolved fixed | 9e166a9 | ["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 | 2003-08-26T19:08:09Z | 2003-08-26T15:00:00Z |
41,362 | Bug 41362 GTK-BIDI: RTL support in Group | Text direction of label, which is used as title of SWT Group widget, should be set separately. | resolved fixed | 2bbd619 | ["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 | 2003-08-19T20:49:02Z | 2003-08-10T12:53:20Z |
41,201 | Bug 41201 GTK-BIDI: RTL support in Label | For some reason rtl-oriented wrapped Label need the opposite justification to be aligned correctly, when LEAD or TRAIL alignment are used. | resolved fixed | 8731946 | ["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 | 2003-08-19T20:31:16Z | 2003-08-06T17:13:20Z |
41,455 | Bug 41455 TableColumn#setWidth(int width) allow width=0 but GTK doesn't like it | build 20030806 Linux-GTK (GTK 2.2.2) from a chat on IRC: the call TableColumn#setWidth(0) generate a GTK error and doesn't hide the column in some case (I get the error on my computer, but the column is correctly resized). (<unknown>:6875): Gtk-CRITICAL **: file ../../gtk/gtktreeviewcolumn.c: line 1723 (gtk_tree_view_c... | resolved fixed | 28ab2bb | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TableColumn.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-08-18T20:36:55Z | 2003-08-12T23:13:20Z |
41,627 | Bug 41627 Editable Combo incorrect width | The editable Combo drop-down box appears to size its width incorrectly. When the longest item is selected, a small piece of its last letter is chopped off by the drop-down arrow. | resolved fixed | 4e33ab6 | ["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 | 2003-08-18T14:48:15Z | 2003-08-17T19:53:20Z |
32,006 | Bug 32006 Save dialog doesn't remove '&' from title string | I tried to add JavaDoc documentation to a JAR in the build-path of a project, and was prompted with a dialog box to select the JavaDoc location. The title of the dialog box was " &Select JavaDoc Location:" I'm not sure if the & is an artifact of being on a Mac OS X or whether it's a glitch for other OSs as well. | verified fixed | 1ac7936 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/DirectoryDialog.java", "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 | 2003-08-13T19:55:11Z | 2003-02-17T13:53:20Z |
40,899 | Bug 40899 Eclipse 2.1.1 does not come up on HP when remotely attaching from a linux box | null | resolved fixed | 56124a7 | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/Font.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-08-08T20:06:36Z | 2003-07-29T14:46:40Z |
41,347 | Bug 41347 CCombo shouldn't fire defaultSelection on mouse list selection | If you drop down the combo list using the mouse and then select an entry using the mouse, the CCombo fires a defaultSelection. It shouldn't do this. It should fire a selection instead. Default selection means something was selected and you should go and do something. The typical reaction is to process the selection and... | resolved fixed | dd89921 | ["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 | 2003-08-08T20:06:14Z | 2003-08-08T16:26:40Z |
39,173 | Bug 39173 Thread processing is extremely slow on GTK. (BBAWT) | SWT Version: 3009 Linux Version: RH 8 SWT thread processing is much slower on GTK than on any other platform. This seems subtle but it is important because we do so much thread processing in our AWT code. The following code demonstrates this. It creates a shell with 100 buttons on the display thread, and then does the ... | resolved fixed | d0651c4 | ["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 | 2003-08-08T16:03:58Z | 2003-06-20T14:40:00Z |
41,200 | Bug 41200 GTK- contents of check and radio buttons can't be aligned to center and to the trailing edge of widget. | GTK container, which contains label of check and radio button, always remains with it's default width. Therefore text of label visually is always aligned to leading edge of corresponding SWT Button. We propose to resize this container "manually". | resolved fixed | 9435fef | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Button.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-08-07T21:41:41Z | 2003-08-06T14:26:40Z |
40,884 | Bug 40884 Eclipse crashes with Sun jdk 1.4.2 | When we switch from jdk 1.4.1 to 1.4.2, Eclipse crashes at startup. To make it at least start, I tried with a blank workspace but Eclipses keeps crashing as soon as I try to open a perspective, a project or the configuration details, anything heavier than opening a menu. Eclipse 2.1.1 (Build id: 200306271545), Win2000 ... | resolved fixed | ab9d66a | ["bundles/org.eclipse.swt/Eclipse", "SWT", "OLE", "Win32/win32/org/eclipse/swt/ole/win32/OLE.java", "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 | 2003-08-07T19:04:35Z | 2003-07-29T09:13:20Z |
40,102 | Bug 40102 [Viewers] ITreeViewerListener.treeExpanded() is called twice | I am using TreeViewer, and my ContentProvider class also listens to tree collapse and tree expansions in the viewer by registering itself as a ITreeViewerListener with the TreeViewer. It has the required methods to implement: public void treeExpanded(TreeExpansionEvent event), and public void treeCollapsed(TreeExpansio... | resolved fixed | 2c6e6ca | ["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/Tree.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TreeItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widget... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-08-06T20:36:27Z | 2003-07-15T14:40:00Z |
41,067 | Bug 41067 OLE ref count problem when opening file for read | This chunk of code from OleClientSite constructors: OleFile oleFile = new OleFile(file, contentStream, OleFile.READ); IStorage storage = oleFile.getRootStorage(); storage.AddRef(); // Open a temporary storage object tempStorage = createTempStorage(); // Copy over contents of file int result = storage.CopyTo(0, null, nu... | resolved fixed | 21af898 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "OLE", "Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "OLE", "Win32/win32/org/eclipse/swt/ole/win32/OleFile.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-08-06T17:24:34Z | 2003-08-01T23:20:00Z |
38,415 | Bug 38415 remove() function in combo behaves inconsistently (BBAWT) | On Linux (GTK AND Motif), if you remove() the last item in a combo, the text field of the combo still shows that item. But on Windows and QNX, it does not. The following test case demonstrates this, as there are no items remaining in the combo, but it still shows 'Item 2' in the textfield. import org.eclipse.swt.SWT; i... | resolved fixed | da194ab | ["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 | 2003-08-06T15:44:00Z | 2003-06-04T15:20:00Z |
40,156 | Bug 40156 CTabFolder's client area is off by a few pixels when there are no tabs | build I20030715 - create a CTabFolder - create a child control, and set its bounds to be the tab folder's client area - it's off by a few pixels in x and y - getClientArea assumes that the extra borders shown when there are tabs are always there | resolved fixed | 41401bd | ["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 | 2003-08-05T19:42:28Z | 2003-07-15T20:13:20Z |
37,095 | Bug 37095 BIDI - When starting Eclipse from Arabic locale it is always RTL oriented | When starting an Eclipse instance from an Arabic Locale, the workbench and its components are RTL-oriented without giving the user the choice for otherwise. | resolved fixed | dd1cc8d | ["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 | 2003-07-31T15:47:05Z | 2003-04-30T16:26:40Z |
35,826 | Bug 35826 GPs on exit | Start eclipse (platform only) with a new workspace 1) open all perspectives 2) open preference pages exit eclipse An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 11 occurred at PC=0x4CAB791A Function=_XmDSIGetChildPosition+0x1A2 Library=./libXm.so.2 Current Java thread: at o... | resolved fixed | b067e67 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/motif/org/eclipse/swt/dnd/DropTarget.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/motif/org/eclipse/swt/internal/motif/OS.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-07-25T15:24:02Z | 2003-03-28T16:46:40Z |
33,370 | Bug 33370 event firing differences (win32/motif) | RC1 This is marked as a linux-motif problem since win32 is generally "right". I noticed these differences by watching the events console in the ControlExample while running on different platforms. Drop down a Combo: - motif does not fire a MouseUp after the triggering MouseDown - win32 does Select a combo item that is ... | resolved fixed | e677292 | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/SelectableItemWidget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-07-25T14:04:32Z | 2003-02-26T22:53:20Z |
38,712 | Bug 38712 'Gtk CRITICAL' error being roported by SWT in Linux-GTK. (BBAWT) | I'm running RH9, and whenever I run a JUnit test with SWT on top of GTK, I get the following error: (<unknown>:2895): Gtk-CRITICAL **: file gtkwidget.c: line 4814 (gtk_widget_set_size_request): assertion `height >= -1' failed This comes up in today's (6/10/03) head version of SWT, as well as 3008, 3007, and every other... | resolved fixed | 02814ae | ["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 | 2003-07-24T16:07:43Z | 2003-06-10T15:46:40Z |
39,730 | Bug 39730 code assist popup does not take focus | 20030703 on windows, when the code assist window comes up, the first item is selected on GTK, this does not happen until i press arraw_down which is very frustrating major for me (dunno if it's text or swt though) | resolved fixed | 2f9872f | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-07-23T16:53:54Z | 2003-07-08T10:26:40Z |
35,761 | Bug 35761 ControlExample - Label - Image labels issue with SWT.WRAP | I20030326 Run ControlExample Switch to Label tab Select SWT.WRAP The image labels go away. They don't on Windows. | resolved fixed | 5f841a6 | ["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 | 2003-07-21T14:11:11Z | 2003-03-27T15:46:40Z |
35,861 | Bug 35861 crash in gtk_editable_delete_selection on GTK 2.2.1/Redhat 7.1 | After compiling, running eclipse and looking around in the environment I got a crash: An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 11 occurred at PC=0x4D1DD704 Function=gtk_editable_get_selection_bounds+0x44 Library=/usr/local/lib/libgtk-x11-2.0.so.0 Current Java thread: ... | resolved fixed | 6fac09a | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.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 | 2003-07-18T21:33:36Z | 2003-03-31T08:40:00Z |
40,216 | Bug 40216 Right CTRL+SHIFT right justifies text and reverses scroll bars | Opening a text editor and then pressing and holding right CTRL and then pressing SHIFT will flip the scroll bars to the right side and right justify the text. STEPS: 1.) Open a text editor 2.) Press and hold right CTRL 3.) Press right SHIFT They maybe other steps to get into this state. | resolved fixed | 8862e90 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledTextBidi.java", "bundles/org.eclipse.swt/Eclipse", "SWT/emulated/bidi/org/eclipse/swt/internal/BidiUtil.java", "b... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-07-16T18:33:31Z | 2003-07-16T15:40:00Z |
38,777 | Bug 38777 Out of bound exception in ColorDialog | I was 'playing' with the ControlExample on Linux Motif. Tab 'text'. Changing the background color many times. Got the following stack trace at one point. Can't reproduce :-( Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 8 at org.eclipse.swt.widgets.ColorDialog.mouseDown(ColorDialog.java:324) at o... | resolved fixed | 93a1334 | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/ColorDialog.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-07-16T14:30:01Z | 2003-06-11T14:00:00Z |
40,159 | Bug 40159 Combo throws exception in junit test | 4) test_removeII (org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Combo) java.lang.IllegalArgumentException: Index out of bounds at org.eclipse.swt.SWT.error(SWT.java:2351) at org.eclipse.swt.SWT.error(SWT.java:2295) at org.eclipse.swt.widgets.Widget.error(Widget.java:375) at org.eclipse.swt.widgets.Combo.remo... | resolved fixed | b3451b0 | ["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 | 2003-07-15T21:22:34Z | 2003-07-15T20:13:20Z |
40,155 | Bug 40155 Font.dispose() throws NPE | null | resolved fixed | 0174410 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/Font.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-07-15T20:44:15Z | 2003-07-15T20:13:20Z |
40,130 | Bug 40130 StyledText - add accessibility support to StyledText | build 20030611 Opening bug to track changes Grant submitted for making StyledText accessible (adding AccessibleControlListener). | resolved fixed | 09d4604 | ["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 | 2003-07-15T17:57:44Z | 2003-07-15T17:26:40Z |
38,855 | Bug 38855 regression - Table.getImageBounds returns incorrect value | Take the propertysheet as an example. If you select a project and try to click on the +/- next to the "Info" category entry, it won't expand/collapse. In this particular case if you click just on the upper-left corner of the box around the +/- you may be able to get it to work. But if you click anywhere else it won't w... | resolved fixed | 0e2e57b | ["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/TableItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-07-15T15:04:08Z | 2003-06-12T20:33:20Z |
39,032 | Bug 39032 Bidi: StyledText - exception in autoscroll in bidi | build 20030611 -Enter a blank line in a StyledText widget running in bidi mode -Enter a long line of text immediately after the blank line -Size the widget so that you can autoscroll horizontally -Place the cursor at the beginning of the second line -Mouse select to the right to activate auto scrolling and then select ... | resolved fixed | 4987194 | ["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 | 2003-07-14T15:52:27Z | 2003-06-17T17:13:20Z |
37,428 | Bug 37428 Extra pop up menu on text widget with setMenu | Eclipse 2.1 Run the following code. Right click in the text widget and you will see a native pop up menu as well as the one I have added. Also happens with Shift+F10. public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); final Text t = new Text(shell, SWT.READ_ONLY ... | resolved fixed | 5ee66b4 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Menu.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-07-11T21:27:19Z | 2003-05-09T14:20:00Z |
39,236 | Bug 39236 Completely different behaviour for creating a shell with a parent versus calling setParent | Launch the folowing example. Note that the shell in red is located at (10,10) relative to the display rather than to its parent shell. Click in the red shell which will trigger the setParent call (to the same parent as it already had). Suddenly the red shell becomes an MDI shell (rather than a dialog) and it moves with... | resolved fixed | a397adb | ["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 | 2003-07-11T13:32:16Z | 2003-06-23T17:40:00Z |
39,013 | Bug 39013 scrolling down in editor corrupts contents | When using the arrow keys to scroll up/down in an editor view the view contents become corrupted. Using the mouse to scroll doesn't have this problem. Using build N20030617 | resolved fixed | 8079286 | ["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/Canvas.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-07-08T23:08:40Z | 2003-06-17T14:26:40Z |
38,809 | Bug 38809 DCR - need Display.getSystemCursor() | I20030605 Red Hat 9 Eclipse - open the SWT GTK file OS.java The method outliner takes a long time. This seems to be caused by the new animated wait cursor used by Gnome in RH9. OptimizeIt reports ~40% spent in Cursor.init, from BusyIndicator.showWhile (itself from AbstractTreeViewer probably calling us for each method/... | resolved fixed | bae8b23 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/BusyIndicator.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-07-08T21:14:05Z | 2003-06-11T22:20:00Z |
37,490 | Bug 37490 BIDI: text in the rtl-oriented Text control can't be aligned to the trailing edge of this control. | SWT, as usually, uses for creating of it's Text control CreateWindowEx() native call with WS_EX_LAYOUTRTL extended window's style. In spite of this, corresponding native Edit control is created as not mirrored window with WS_EX_RIGHT, WS_EX_LEFTSCROLLBAR and WS_EX_RTLREADING extended styles and ES_RIGHT alignment style... | resolved fixed | b40aaea | ["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/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-07-08T19:16:31Z | 2003-05-12T09:00:00Z |
21,212 | Bug 21212 GTK:Selecting a Checkbox from within the selection callback causes infinite loop(BBAWT) | The following example works on Windows but does not work on GTK. This emulates the way our AWT works with the Button. This test has two classes, but the second class should be run(TestSWTRadiobutton). ----------- CheckboxGroup class starts here ------------------ import java.io.Serializable; import org.eclipse.swt.widg... | resolved fixed | 463a1f2 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Button.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-07-07T19:51:48Z | 2002-07-03T18:13:20Z |
39,119 | Bug 39119 Text.ComputeSize(0) returning 0 on GTK (BBAWT) | Linux - RH8 SWT 3009 The following test case creates a Text and then calls computeSize(0,0). On Motif, Windows 2000, and QNX, a positive value is returned {(14,15), (13,7), and (5,5), respectively}. But GTK returns (0,0). It looks like computeSize(x,y) on GTK always returns (x,y), while all other platforms tested seem ... | resolved fixed | 3be5b3e | ["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 | 2003-07-04T17:18:40Z | 2003-06-19T13:40:00Z |
39,443 | Bug 39443 GTK Error calling TreeItem.getExpanded() on a tree item being disposed. | Here's a simple test case that works just fine on Motif, Windows and OS X, but crashes on GTK. We do something similar in GEF and it crashes the entire workbench -- I couldn't find anything in the log or console that even showed an error occured. This test case here shows the following error message in the console: Gtk... | resolved fixed | 9b0630f | ["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 | 2003-07-04T16:49:30Z | 2003-06-27T18:53:20Z |
36,997 | Bug 36997 DCR: Accessibility on GTK | Implement Accessibility on GTK. | resolved fixed | adaa848 | ["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 | 2003-07-02T21:41:50Z | 2003-04-28T14:26:40Z |
39,107 | Bug 39107 Up and Down keys not always work for Combo | It occurs only on GTK. After creating a read only combo, and add to it several values, by pressing the up / down keys, the value of the combo changes. This works almost fine with two problems, the first value of the combo and the last value of the combo. When i reach to the first value and press the up key, the focus i... | resolved fixed | d8f94e0 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widget... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-06-27T22:41:10Z | 2003-06-19T08:06:40Z |
12,220 | Bug 12220 SWT Mouse Enter comes before Mouse Exit [portability] | If I have two controls, A and B, and move the mouse from one to the other, control B will get entered, and then control A exited. These events are out of order. The exit should happen first, followed by the enter. import org.eclipse.swt.SWT; import org.eclipse.swt.events.*; import org.eclipse.swt.events.MouseEvent; imp... | resolved fixed | 53ae165 | ["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 | 2003-06-26T21:11:22Z | 2002-03-25T15:26:40Z |
39,140 | Bug 39140 SWT.VERTICAL ignored in ToolBar | If you create a ToolBar with the SWT.VERTICAL flga it is ignored unless you slam the size of the widget to only fit one entry. | resolved fixed | 85174ac | ["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 | 2003-06-26T17:15:55Z | 2003-06-19T19:13:20Z |
19,153 | Bug 19153 Combo fires too many SelectionEvents in GTK2 | Build F2 (20020602) Redhat 7.2, GTK2 KDE 2.2-10 (GTK2 only) If you add a SelectionListener to a Combo, then your widgetSelected() will be called many more times than would be expected. For example, If you click and hold the arrow then move on one of the elements in the drop down list (still holding button), then it con... | resolved fixed | cd1cc03 | ["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 | 2003-06-26T15:27:16Z | 2002-06-04T17:00:00Z |
38,606 | Bug 38606 List constructor with SWT.SIMPLE | SWT.MULTI style parameters behaves incorrectly (BBAWT) | If you create a list using the List(Shell, SWT.MUlTI|SWT.SIMPLE) constructor, it will not correctly handle events in Motif. In the following example, events on the list are reported to the terminal by GTK but NOT by Motif. import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widg... | resolved fixed | fb772df | ["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/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-06-24T20:37:20Z | 2003-06-06T20:06:40Z |
20,083 | Bug 20083 CCombo method redraw() does not work | Build 20020611 Win2k Calling the redraw() method on a CCombo does not redraw the CCombo. It will, however, draw a CCombo's border if one is present. Using the redraw(int, int, int, int, boolean) method does work though. The redraw(int, int, int, int, boolean) is overridden in CCombo to deal with the fact that it is imp... | resolved fixed | 00fdc21 | ["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 | 2003-06-24T13:48:10Z | 2002-06-12T22:13:20Z |
38,626 | Bug 38626 DirectoryDialog getFilterPath() always returns null | OS: Red Hat 8, Gnome Eclipse 2.1 M1 (Thu, 5 Jun 2003 -- 17:37 (-0400)) I am using the DirectoryDialog getFilterPath() method to get the directory the user selected after open() returns. It works fine on Windows XP but on the version of Linux I am using it always returns null. I am selecting a directory in the dropdown ... | resolved fixed | 6b7d469 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/DirectoryDialog.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/DirectoryDialog.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/DirectoryDialog.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-06-19T17:06:01Z | 2003-06-07T21:06:40Z |
39,078 | Bug 39078 FormData throws "Widget is disposed" when it's widget is dispose()d | FormData.getXXXAttachment() throws SWTException "Widget is disposed" because it doesn't do any isDisposed() checks. I originally thought hiding the component first and forcing a layout(true) would fix it, but that must have been some other problem. I am attaching a snippit. | resolved fixed | 24489ec | ["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 | 2003-06-19T16:53:32Z | 2003-06-18T18:13:20Z |
38,987 | Bug 38987 PocketPC: MULTI Text control ES_WANTRETURN/_TAB_NEXT problem | PocketPC: MULTI Text control ES_WANTRETURN/_TAB_NEXT problem On PocketPC, when having a MULTI Text control with or without scrollbars, with or without wrap, etc. -- you cannot make it accept plain [Enter] key to break lines. Only Ctrl+Enter (Ctrl+M, Ctrl+J) would work. What helps is an internal OS hack: int oldBits = O... | resolved fixed | e08f800 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-06-17T22:03:58Z | 2003-06-16T21:46:40Z |
38,412 | Bug 38412 [Actions] Navigator tree cell editors too small | I20030528 MacOS X 10.2.6 - start Eclipse - in the Navigator select any resource - from the context menu select "Rename" Observe: the cell editor field is too small and leaves only the upper half of the text visible. | verified fixed | dae1c91 | ["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 | 2003-06-17T21:31:40Z | 2003-06-04T15:20:00Z |
34,330 | Bug 34330 Problem with TreeEditor when expanding tree item | null | resolved fixed | 94a6308 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/ControlEditor.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/TableTreeEditor.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/Tr... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-06-17T20:25:29Z | 2003-03-10T15:26:40Z |
38,344 | Bug 38344 StyledText - exception when selecting lines in WRAP mode | null | resolved fixed | b87ca47 | ["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 | 2003-06-16T20:53:06Z | 2003-06-02T18:53:20Z |
37,782 | Bug 37782 Shell setMinimized(true) doesn't deactivate Shell | Calling setMinimized(true) on a shell doesn't behave in the same way as clicking on the minimize button of the title bar. Specifically, calling setMinimized doesn't cause the shell to become deactivated. The following code snipped illustrates the problem: public static void main(String[] args) { final Display display =... | resolved fixed | b308d21 | ["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 | 2003-06-16T17:27:19Z | 2003-05-16T18:33:20Z |
38,912 | Bug 38912 DBCS: input special symbol breaks input method on ja_JP | Trying to input special symbols using kinput2 (default linux input method for ja_JP on Linux) breaks the input method on the widget. Steps 1) Focus a Text widget 2) Start input method (Shift+Space) 3) Open Auxiliary Control Window (Insert) 4) Choose a symbol and press enter 5) Close the input method (Shift+Space) Bug: ... | resolved fixed | 66ce2b4 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.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 | 2003-06-13T21:52:48Z | 2003-06-13T21:33:20Z |
38,353 | Bug 38353 crash in OS.gtk_main_iteration() when double-click disabled text widget | using linux redhat 8.0 gtk eclipse base build wswb-2.1.1-M200305211757 I have a view that contains a disabled styled text widget (i call setEnabled (false) on the widget). I notice that if the view does not have focus, then i double-click (or sometimes triple click, or just keep clicking till crash) into the view, my w... | resolved fixed | 6bf6f7f | ["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 | 2003-06-13T15:51:41Z | 2003-06-03T00:26:40Z |
38,841 | Bug 38841 NPE in Widget.filters | build I20030610 Noticed the following in my log after shutdown. Sorry, no idea how it was triggered. !ENTRY org.eclipse.ui 4 4 Jun 11, 2003 16:25:50.284 !MESSAGE Unhandled exception caught in event loop. !ENTRY org.eclipse.ui 4 0 Jun 11, 2003 16:25:50.284 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullP... | resolved fixed | 916a77e | ["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 | 2003-06-13T14:34:32Z | 2003-06-12T15:00:00Z |
35,183 | Bug 35183 DBCS: Set text generates Index of Bounds exception using 2.0 NLS language pack | Driver: RC2 Java : Sun Java 1.3.1_07 OS: Solaris Language: ja_JP I got errors in the .log file during launching the WB with NLS language package, and WB did not launch. Steps 1. Extract the eclipse-SDK.zip 2. Extract the NLS Language package (eclipse-nls-SDK-2.0.x.zip) under the same directory 3. Launch the eclipse (./... | closed fixed | 228bb4e | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/internal/Converter.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-06-10T21:13:13Z | 2003-03-18T04:00:00Z |
38,385 | Bug 38385 Japanese Input (IME) not doesn't come up | build 2.1.1 (20030602) Changes to fix a GP and focus trouble on Motif work in Linux but broke the Japanese Input on AIX, Solaris and possibly HP (we can't test this). SSQ and SN are working on a fix. We should do this for 2.1.1. | resolved fixed | aa4a6db | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Button.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Canvas.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Caret.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widget... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-06-09T20:41:35Z | 2003-06-03T19:53:20Z |
29,534 | Bug 29534 Override default behavior of 'F10' key | I'm writing a terminal emulation application that emulates terminals where the functions keys are valid key strokes, including 'F10'. I need to be able to override the default behavior of the 'F10' key to have terminal applications run properly. As for the special key sequences (Ctrl + Esc), the default behavior does n... | resolved fixed | 123ea21 | ["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 | 2003-06-05T18:48:41Z | 2003-01-15T14:13:20Z |
38,433 | Bug 38433 Editor titlebars are not painted | Build 20030604 The editor titlebar is not correctly painted. Only some of the editors actually appear. Also, the bottom 1/4 of viewpart titlebars are not painted. | resolved fixed | 87ab568 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-06-05T18:03:13Z | 2003-06-04T20:53:20Z |
35,493 | Bug 35493 OleClientSite hang | I20030317 Calling SHOW on Word after shell is open causes a hang. public static void main(String[] args) { Display disp = new Display(); Shell mainWnd = new Shell(disp); mainWnd.setText("OleTest"); mainWnd.setLayout(new FillLayout()); OleFrame frame = new OleFrame(mainWnd, SWT.BORDER); String progID = "Word.Document"; ... | resolved fixed | a2121a3 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "OLE", "Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-06-05T13:05:32Z | 2003-03-21T18:06:40Z |
21,191 | Bug 21191 Decorations.setImage() could do a better job with masked images | The current win32 code for setImage in the SWT.BITMAP case does a crude job of synthesising an icon from the bitmap, when in many cases it could do much better if it made use of the mask from the bitmap. The current code uses a blank mask, genererated like: int hMask = OS.CreateBitmap (bm.bmWidth, bm.bmHeight, 1, 1, lp... | resolved fixed | 0ea92b6 | ["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 | 2003-06-02T22:05:10Z | 2002-07-02T22:46:40Z |
38,331 | Bug 38331 [portability] Inconsistent handling of Image on different platforms | Setting a MenuItem with an Image with transparency on GTK always works. On win32, it only works if you jump through hoops and completely guess at how SWT maps the various Image constructors into win32 resources. The inconsistency is bad, but so is the subtlety of the necessary workaround. Here is a snippet, where "tran... | resolved wontfix | aa14e77 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/MenuItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-06-02T21:43:43Z | 2003-06-02T16:06:40Z |
38,337 | Bug 38337 GC.drawRoundedRectangle(...) method doesn't include the right and bottom edge | The GC.drawRoundedRectangle(...) method doesn't include the right and bottom edge. I'm using WinXP and swt-win32-2133.dll. This behavior is inconsistent with the other APIs such as drawRectangle, drawOval, etc..., that include the bottom and right edge, and on GTK the rounded rectangle is drawn correctly with all 4 edg... | resolved fixed | 45f9103 | ["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 | 2003-06-02T19:46:41Z | 2003-06-02T16:06:40Z |
38,242 | Bug 38242 Border width on Table incorrect - creates unwanted scrollbars | It appears that on Windows the Table class always allocates a small border, with a width equal to the value of OS.GetSystemMetrics (OS.SM_CXEDGE), whether you explicitly set a border or not. If you don't set a border then the actual physical border is equal to this value. If you set a border then this value has to be a... | resolved fixed | 3269f2b | ["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 | 2003-06-02T16:29:06Z | 2003-05-29T17:40:00Z |
36,636 | Bug 36636 StyledText - Printing could end pages twice | build R2.1 In StyledText.Printing.print() we have a test to see if we need to call endPage on a partially printed page when printing is done. We also close pages while printing lines when a full page has been printed. The test to close a partial page could theoretically close the page again when it was already closed b... | resolved fixed | d97d105 | ["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 | 2003-05-30T15:55:42Z | 2003-04-17T17:20:00Z |
38,221 | Bug 38221 Index out of bounds from Combo.select() | The Javadoc for the org.eclipse.swt.widgets.Combo.select() methods says that indecies that are out of range are ignored by on the Mac platform I get the following exception: java.lang.IllegalArgumentException: Index out of bounds at org.eclipse.swt.SWT.error(SWT.java:2318) at org.eclipse.swt.SWT.error(SWT.java:2262) at... | resolved fixed | 03027a3 | ["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 | 2003-05-29T17:42:31Z | 2003-05-29T03:46:40Z |
38,076 | Bug 38076 Combo doesn't calculate its size properly when only text is set. | Debian Linux, GTK 2.2.1-6. See attached screenshots. The pulldown arrow seems too big and the width is too small for its content when expanded. | resolved fixed | f1d57a4 | ["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 | 2003-05-29T17:16:40Z | 2003-05-24T12:40:00Z |
23,787 | Bug 23787 [Properties dialog] Project Properties -> Info page should not use text fields | Integration build 09/17. Looks bad on all motif platforms. - select a Project, right-click -> Properties - on the subsequent Info page the read-only fields (the values for Path, Type, etc.) are created as read-only Text fields instead of Labels. I guess this is so that their values can be selected and copied by the use... | resolved fixed | 26b2de3 | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-05-28T21:24:47Z | 2002-09-18T20:13:20Z |
33,359 | Bug 33359 [JUNIT] Scrollbar tests fail | I20030221 Scrollbar JUnit tests failing: 1)Test_org_eclipse_swt_widgets_ScrollBar.test_setThumbI line 817 junit.framework.AssertionFailedError: expected:<0> but was:<10> 2) Test_org_eclipse_swt_widgets_ScrollBar.test_setSelectionI line 801 junit.framework.AssertionFailedError: expected:<0> but was:<10> 3) Test_org_ecli... | resolved fixed | 6772285 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/ScrollBar.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Slider.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-05-27T17:57:25Z | 2003-02-26T20:06:40Z |
38,161 | Bug 38161 MessageDialog does not accept null shell | 2.1 The Javadoc for MessageDialog's constructors states: Note: Currently, null can be passed in for the parent. ... However, this is no longer the case. In 2.1, trying this results in an NPE. I actually wanted this since I need to bring up a dialog on startup to notify the user of a workspace version incompatibility. T... | resolved wontfix | d173a32 | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/widgets/Dialog.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/ColorDialog.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/DirectoryDialog.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/ec... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-05-27T16:59:39Z | 2003-05-27T15:40:00Z |
33,164 | Bug 33164 [JUNIT] Scale setMinimum and setMaximum fail | I20030221 1) Test_org_eclipse_swt_widgets_Scale.test_setMinimumI junit.framework.AssertionFailedError: expected:<100> but was:<10> at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.failNotEquals(Assert.java:282) at junit.framework.Assert.assertEquals(Assert.java:64) at junit.framework.Assert.asse... | resolved fixed | 47e220c | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/ProgressBar.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Scale.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-05-26T21:06:03Z | 2003-02-25T21:53:20Z |
38,055 | Bug 38055 Shell Title bar displayed when only SWT.REZISE. | When I create a shell with only SWT-RESIZE and on other styles I get a menu/title bar at the top. But if I resize the window the menu/title bar disappears. If seem sthe bar should not appear in the first place. public static void main(String[] args) { Shell shell = new Shell(SWT.RESIZE); shell.open(); Display display =... | resolved fixed | 90b0c81 | ["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 | 2003-05-26T14:29:26Z | 2003-05-23T17:13:20Z |
24,700 | Bug 24700 Text: Compute Size error | Eclipse 20021009 Open the properties dialog for any package in linux-GTK, note the size of the text fields. (Path, type, location, last modified). Last modified is my favourite, nice wrapping. Compare with eclipse R2.0.1 (20020829) if you don't see the problem. | resolved fixed | edb7cab | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-05-23T21:07:13Z | 2002-10-11T15:26:40Z |
34,634 | Bug 34634 "Select a type" hierarchy view message cut off | build RC2 The message displayed in the hierarchy view when no type is selected is not fully visible. It is cut off vertically on the right side. | resolved fixed | ac1e421 | ["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 | 2003-05-22T21:08:24Z | 2003-03-11T16:26:40Z |
37,941 | Bug 37941 Coolbar setMinimumSize introduces chevrons on Linux | Build 20030516 Run the attached test case. Press the Set Size button. Notice that the size of the coolitems is changed and chevrons are introduced. Doing the same on Windows properly maintains the coolbar layout. | resolved fixed | 785983f | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-05-22T18:24:55Z | 2003-05-21T20:46:40Z |
33,080 | Bug 33080 [JUNIT]Shell.isMinimized() returns false after shell.setMinized(true) | I20030221 Test_org_eclipse_swt_widgets_Decorations.test_setMinimizedZ Shell.isMinimized returns false after shell.setMinimized(true). junit.framework.AssertionFailedError: :2: at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.assertTrue(Assert.java:20) at org.eclipse.swt.tests.junit.Test_org_ecli... | resolved fixed | 0178d9b | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-05-22T01:27:37Z | 2003-02-25T19:06:40Z |
28,535 | Bug 28535 rectangles with pensize > 1 draw at wrong position | Run the following snippet and observe that some rectangles are antialiased (but shouldn't): import org.eclipse.swt.SWT; import org.eclipse.swt.events.*; import org.eclipse.swt.graphics.GC; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.*; public class StrokeRectTest { public static void main(S... | resolved fixed | f55f8c2 | ["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 | 2003-05-22T01:08:42Z | 2002-12-17T15:46:40Z |
33,166 | Bug 33166 [JUNIT]Combo setLocation fails | I20030221 Test_org_eclipse_swt_widgets_Control.test_setLocationII junit.framework.AssertionFailedError: expected:<Point {8, 19}> but was:<Point {11, 22}> at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.failNotEquals(Assert.java:282) at junit.framework.Assert.assertEquals(Assert.java:64) at juni... | resolved fixed | a74352a | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-05-22T00:26:14Z | 2003-02-25T21:53:20Z |
30,854 | Bug 30854 [Encoding] DBCS: Encoding change at the Preferences cause core dump in motif | Language: Japanese Build driver: eclipse-SDK-I20030129-linux-motif OS: RedHat 8 JDK Ver.: IBM JDK1.3.1 + SR3 Summary: DBCS: Encoding change at the Preferences cause core dump in motif Steps to recreate problem: 1. Launch workbench with motif build on RedHat 8 JP 2. Create a Simple project 3. Import build.xml file 4. Op... | closed fixed | b56f97c | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Text.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-05-21T21:21:11Z | 2003-02-04T09:13:20Z |
37,858 | Bug 37858 Some SWT Labels draw text in white | I20030516 (or SWT HEAD) MacOS 10.2.6 - start Eclipse on new workspace - open New wizard - select Java / New Project - press Next Observe: two labels on wizard page are not readable since they draw the text in white. | resolved fixed | 6d97422 | ["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/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-05-21T20:24:15Z | 2003-05-20T11:26:40Z |
37,874 | Bug 37874 "Jumping" layout | I20030516 MacOS 10.2.6 Lots of relayout operations appear to be "jumpy" because an intermediate layout becomes visible. One good example is: - open preference dialog - select first node "Workbench" - use the arrow down key to move selection to next node Observe: on some layout changes the whole window contents (includi... | resolved fixed | 4118bf6 | ["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 | 2003-05-20T23:49:35Z | 2003-05-20T17:00:00Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.