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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
74,824 | Bug 74824 Adding items to a combo is ridiculously slow on gtk | SWT3 final/p3 450/rh9 Result Motif: 770 Result GTK: 70500 -- Display display = new Display(); final Shell shell = new Shell(display); int n = 25000; String[] s = new String[n]; for (int i = 0; i < n; i++) s[i] = "A"; Combo combo = new Combo(shell, SWT.NONE); long t = System.currentTimeMillis(); combo.setItems(s); Syste... | resolved wontfix | 06bbc99 | ["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"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-09-23T20:39:41Z | 2004-09-23T17:20:00Z |
63,224 | Bug 63224 Chevron in the coolbar | I200405200800 I am seeing a chevron in the first toolbar in my coolbar in Eclipse. However, it is always empty and does not show a menu. It was not always there, playing around in the coolbar caused it to occur. | resolved fixed | 3504314 | ["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 | 2004-09-22T21:38:06Z | 2004-05-20T16:20:00Z |
66,122 | Bug 66122 AIX Table performance problem | I'm having a performance problem with tables on AIX. I have a table in a view with 30 or so table columns filled with 4,000 rows of data. I have the ability for a user to select a format file for the table that changes which columns of the data are displayed without hiding the view. I do this by disposing the TableColu... | resolved fixed | 3ec8ce8 | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/TableItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-09-21T21:12:38Z | 2004-06-08T13:06:40Z |
66,392 | Bug 66392 IllegalArgumentException in Table | 06081200 build Run the attached snippet and will get the exception below: Exception in thread "main" java.lang.IllegalArgumentException: Index out of bounds at org.eclipse.swt.SWT.error(SWT.java:2677) at org.eclipse.swt.SWT.error(SWT.java:2616) at org.eclipse.swt.SWT.error(SWT.java:2587) at org.eclipse.swt.widgets.Widg... | resolved fixed | 76edfc5 | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/Table.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-09-21T15:36:26Z | 2004-06-09T19:40:00Z |
74,010 | Bug 74010 Display.setSynchronizer, readAndDispatch may throw ERROR_FAILED_EXEC | via Synchronizer.runAsyncMessages. This is not documented in the spec. | resolved fixed | d3b4511 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-09-20T22:57:51Z | 2004-09-15T20:26:40Z |
72,399 | Bug 72399 Program integration with KDE | The Program class provided with Eclipse/GTK uses GNOME bindings to retrieve programs associated with a particular file extension. Now, given that: * there is no publicly available QT port; * many people like me use KDE and don't even have GNOME installed it would be nice it at least the Program class would be able to i... | resolved fixed | 6ac50ee | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Program/gtk/org/eclipse/swt/program/Program.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Program/kde/org/eclipse/swt/internal/kde/KDE.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 | 2004-09-20T22:26:16Z | 2004-08-22T07:33:20Z |
74,111 | Bug 74111 enum is no longer a valid variable name | I'm guessing that this JDT warning was just recently added to eclipse. Users with jdk 1.5 will not be able to compile us since enum is now a keyword. The places where we use enum as a variable name, but no longer should, are: Clipboard.java line 534 Clipboard.java line 538 Clipboard.java line 539 Clipboard.java line 54... | resolved fixed | efc6003 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/win32/org/eclipse/swt/dnd/Clipboard.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/win32/org/eclipse/swt/dnd/DropTarget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-09-20T18:03:13Z | 2004-09-16T18:40:00Z |
67,898 | Bug 67898 VM crash when restarting Eclipse | I2005406180800 build. At the end of install/update wizard there is a question to restart Eclipse. Answering Yes, causes Eclipse to shutdown, but VM crashes and does not restart. | resolved fixed | c35dab8 | ["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 | 2004-09-17T20:24:55Z | 2004-06-18T20:20:00Z |
73,757 | Bug 73757 Empty button has different height from one with text | The following program passes on Win32, Linux-GTK, and MacOS X, but fails on Linux-Motif. I believe the behaviour on Motif should be fixed. import org.eclipse.swt.*; import org.eclipse.swt.widgets.*; public class EmptyButton { public static void main(String[] args) { Display d = new Display(); Shell t = new Shell(d); Sh... | resolved fixed | a5bbcc9 | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Button.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-09-17T18:53:07Z | 2004-09-13T12:53:20Z |
74,169 | Bug 74169 DirectoryDialog widget does not allow resize to smaller width | The DirectoryDialog control on Linux does not seem to allow the user to resize the dialog to a width smaller than the longest string displayed in the dialog. Windows does not seem to have this problem -- it both wraps the string and also allows for resizing to a width smaller than even the wrapped string (though I thin... | verified fixed | 64714dc | ["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 | 2004-09-17T13:41:53Z | 2004-09-17T14:06:40Z |
73,725 | Bug 73725 [Browser] SWTException when resizing CTab containing Browser | Hi, I am getting feedback from RSSOwl users on Mac that see a "SWTException: Widget is disposed" when a CTabItem laying in a CTabFolder is resized. I tracked this problem down to line 192 in Browser.java. Whenever the Event SWT.RESIZE is triggered, a call to "isVisible()" is made. In there the normal checkWidget() call... | resolved fixed | dbd4777 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/carbon/org/eclipse/swt/browser/Browser.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-09-16T16:52:57Z | 2004-09-11T19:13:20Z |
70,966 | Bug 70966 No Popup on Tiger | Hi, I have installed a Pre-Release of Mac OSX 10.4 (Tiger) on my Ibook. Popup Menus doesn't work on Eclipse 3.0. There is no text displayed in menu. I receive this stacktrace on the Console : java.lang.ArrayIndexOutOfBoundsException: -2 at org.eclipse.swt.widgets.Menu.kEventMenuTargetItem(Menu.java:674) at org.eclipse.... | resolved fixed | bc8b6e5 | ["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 | 2004-09-15T16:21:14Z | 2004-07-28T13:06:40Z |
73,730 | Bug 73730 Button.computeSize definition on Mac does not match other platforms | 3.1M1 Button.computeSize() on carbon adds a 4 pixel padding factor to any size hints passed in. I think this padding may be added to compensate for the large internal border given to buttons, but this does not match the behaviour of other platforms. I think this should be cleaned up. | resolved fixed | 2412273 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Button.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-09-14T20:49:20Z | 2004-09-12T00:46:40Z |
73,717 | Bug 73717 Button.computeSize gives different results on Linux-GTK and Linux-Motif | The following code gives this result on Linux-GTK: Button 1: Point {69, 28} Button 2: Point {100, 10} But this result on Linux-Motif: Button 1: Point {78, 35} Button 2: Point {110, 20} For button 2, while we set the height hint to 100,10, on Linux-Motif the resulting size has added a 10-pixel border for the default-but... | resolved fixed | 88d75ad | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/GtkBorder.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Button.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-09-14T20:36:04Z | 2004-09-10T23:46:40Z |
73,735 | Bug 73735 Carbon vertical Scale widget has top/bottom reversed from other platforms | A Scale widget with SWT.VERTICAL style has larger values at the top and smaller values at the bottom in Carbon, but larger values at the bottom and smaller values at the top in GTK+ and Win32. This makes it harder to present a consistent interface behavior across platforms, particularly for things like volume sliders w... | resolved fixed | 14dfa16 | ["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 | 2004-09-13T18:39:47Z | 2004-09-12T09:06:40Z |
73,698 | Bug 73698 Control.isVisible() returns incorrect value for child Shell | SWT v3102 on Windows2000 According to the isVisible() Javadoc and the SWT book (p. 73), isVisible() must return false if one of the Control's ancestors is hidden (meaning the visibility is set to false). However, in the following test case, the child Shell will incorrectly return true from isVisible(). This might be du... | resolved fixed | 6b3d5dd | ["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 | 2004-09-13T16:51:49Z | 2004-09-10T18:13:20Z |
73,432 | Bug 73432 Textlayout does not render multiline text correctly | When I run code with the following snippet, the first time when Chinese characters appears, TextLayout renders that line very well. However for the subsequent lines, Textlayout just shows boxes. It is not a font problem, Textlayout can show the first line perfectly. All the characters in the subsequent lines are just r... | resolved fixed | 522d8bf | ["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 | 2004-09-10T16:25:04Z | 2004-09-08T10:40:00Z |
47,184 | Bug 47184 MS Word can not be pasted on clipboard in Windows 98 | Build ID: 20031119-2030 While I was testing eclipse using the clipboard examples, I noticed that MS Word document can not be pasted properly on clipboard. Every time I copied one line of word document, and pasted onto the clipboard, only the first character was pasted. However I can copy text from notepad and paste on ... | resolved fixed | 7203f64 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/win32/org/eclipse/swt/dnd/TextTransfer.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-09-10T15:09:38Z | 2003-11-20T20:26:40Z |
49,726 | Bug 49726 [Workbench] Weird Java perspective icon in action bar | See attachment. Version: 3.0.0 Build id: 200401070010 GTK build Steps to reproduce: New workspace. Clicking on the "Open a Perspective" button will show the regular icon. Once I've opened the perspective the checkmark icon will be shown after clicking on the "Open a Perspective" button again. | resolved fixed | 9fc2725 | ["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/MenuItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-09-02T21:44:46Z | 2004-01-08T19:26:40Z |
70,780 | Bug 70780 Table Redraw freezes the Table Headers on CE | setRedraw(false) and a later setRedraw(true) freezes the tables headers and they don't scroll any longer with the table cell (this works correct). To reproduce you really only need to call setRedraw with "false" and then directly "true" and the freeze is there. | resolved fixed | 595545d | ["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 | 2004-09-02T15:05:58Z | 2004-07-24T17:26:40Z |
73,046 | Bug 73046 UnsatisfiedLinkError jawt.dll already loaded in another classloader | I am developing plugins for various IDEs. Till now all our products were Swing based and all the plugins were working fine. We recently switched from Swing to SWT. Now I am trying to embedd our products (SWT components) in various IDEs( Swing components). I am using jars and dlls of Eclipse 3. Embedding of SWT in Swing... | resolved fixed | 577b297 | ["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 | 2004-09-01T16:31:43Z | 2004-09-01T12:00:00Z |
64,607 | Bug 64607 GC.drawRoundRectangle/GC.fillRoundRectangle | the arcWidth and arcHeight arguments of GC.drawRoundRectangle and GC.fillRoundRectangle are spec'd as "the horizontal[vertical] diameter of the arc at the four corners". The Windows implementation actually draws the corners with a radius, not a diameter, of arcWidth and arcHeight. | resolved fixed | 0ac7d71 | ["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 | 2004-09-01T03:03:28Z | 2004-05-28T18:46:40Z |
72,929 | Bug 72929 TableColumn widths ignored in Table width calculation | When a Table widget calculates its size in computeSize() it uses the width of the text in its columns and completely ignores the widths of any TableColumns. This is very annoying when creating an empty table. | resolved fixed | 67412c6 | ["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 | 2004-08-31T16:17:34Z | 2004-08-31T05:26:40Z |
70,299 | Bug 70299 Eclipse dead slow on one system, normal on other | null | resolved fixed | f3b59a0 | ["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 | 2004-08-31T16:10:33Z | 2004-07-18T11:26:40Z |
70,883 | Bug 70883 DBCS: IME pre-edit text size looks like 12 points all the time | OS: windows XP and 2003 Language: Japanese Build level: M20040721 JDK version: IBM JDK 1.4.2 Beta Steps to recreate problem: 1-open Java editor (Text size is default 10) 2-set IME on, input AAA 3-Set the text size to 16, and repeat above. I will attache the screenshot for 3.0.1 and 2.1.3. .... Error: pre-edit size is f... | verified fixed | 59bcdb6 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Caret.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-08-30T22:15:47Z | 2004-07-27T06:33:20Z |
72,217 | Bug 72217 CTabFolder should hide tabs in LRU order | If CTabFolder does not have enough space to render all of its tabs, it should display the N most recently used tabs rather than the tabs immediately adjacent to the selected tab. This should not affect the relative ordering of tabs. For example: CTabItem item0 = new CTabItem(folder, SWT.NONE, 0); CTabItem item1 = new C... | resolved fixed | 6509ef8 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-08-30T21:48:15Z | 2004-08-18T20:13:20Z |
71,303 | Bug 71303 BIDI issue in Variables view | 3.0 While debugging Unicode-surrogate problems, I came across a string containing arabic characters. The string showed up as shown in the attached screenshot. I'm not sure whether this is a bug (and I could live with it if it were :-), but I'm just curious whether this behavior is correct from a BIDI point of view. | resolved fixed | bb8fa56 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-08-30T19:00:46Z | 2004-08-03T16:20:00Z |
72,750 | Bug 72750 "Program.findProgram()" does not return null for an extension with no associated program on Mac OS 10.3.3 | I tried the following line of code and was expecting a null value to be returned, but it returned a program named "invalid_extension" instead: Program.findProgram(".invalid_extension") This only happens on the Mac. I looked at the Mac implementation of the "Program#getProgram" static method. It is designed to return nu... | resolved fixed | 9f67525 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Program/carbon/org/eclipse/swt/program/Program.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-08-27T15:20:52Z | 2004-08-26T22:40:00Z |
70,077 | Bug 70077 [typing] Copy/paste doesn't work occasionally | Hi. When I do the copying/pasting, something seems strange: I'm editing the Java source code, and want to copy some lines of code to another place, I selected the lines, about 15-line, press Ctrl-C, and then move to the paste place, and press Ctrl-V, and just nothing happened. I've tried several time, and tried to use ... | resolved fixed | 1277d92 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/win32/org/eclipse/swt/dnd/Clipboard.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-08-25T18:53:00Z | 2004-07-15T00:06:40Z |
57,188 | Bug 57188 Label widget can get focus. | Since build M7 in QNX, using traverse keys (TAB and SHIFT-TAB)Label widget cat get focus. This bug forces me to stay on build M6. | resolved fixed | 9c0076e | ["bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Button.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Label.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-08-25T16:49:42Z | 2004-04-02T07:13:20Z |
61,893 | Bug 61893 controlMoved event fired by Control.setBounds() on Windows, but not on Photon (BBAWT) | The following test case, when run on Windows, prints the notification that a controlMoved event was produced. But this does not happen when run on Photon. This is significant to us because in our AWT implementation, we need to create the moved event if it is not given to us by SWT, so we need consistent behavior. Right... | resolved fixed | c9ca12a | ["bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/graphics/Image.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-08-25T16:28:11Z | 2004-05-12T13:53:20Z |
48,884 | Bug 48884 Dialog (org.eclipse.swt.widgets.ColorDialog and org.eclipse.swt.widgets.FileDialog) can not close correctly | null | resolved fixed | 95909fa | ["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 | 2004-08-24T21:49:45Z | 2003-12-16T18:40:00Z |
72,223 | Bug 72223 Add org.eclipse.swt.custom.ST.SELECT_ALL | Version 3.1M1 Add org.eclipse.swt.custom.ST.SELECT_ALL for use with StyledText.setKeyBinding. Thanks. | resolved fixed | e501552 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/ST.java", "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 | 2004-08-24T19:19:43Z | 2004-08-18T23:00:00Z |
47,549 | Bug 47549 GPF in XtSetValues on M5 | i got this 2 times in 5 minutes on M5 which means the build is unusable for me An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 11 occurred at PC=0x40036DF0 Function=__pthread_mutex_lock+0x18 Library=/lib/libpthread.so.0 Current Java thread: at org.eclipse.swt.internal.motif.... | resolved fixed | 9f8a407 | ["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 | 2004-08-23T20:42:39Z | 2003-11-26T18:06:40Z |
72,342 | Bug 72342 MouseListener behaving incorrectly when attached to Button | import org.eclipse.swt.SWT; import org.eclipse.swt.events.MouseEvent; import org.eclipse.swt.events.MouseListener; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.*; public class MouseBug implements MouseListener { public static void main(String[] args) { Display display = Display.getDefault();... | resolved fixed | a03a5a9 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Button.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-08-23T16:14:17Z | 2004-08-20T13:53:20Z |
72,345 | Bug 72345 Text wider than normal in toolitem if ampersand (&) used | Text without ampersands in it is displayed correctly. Text with a ampersand in it, but with more than one word is wider that normal. Text with one word starting with an ampersand is even wider. (Mac OS 10.3) The following snippet demonstrates this: import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FillLayout; i... | resolved fixed | 8616a65 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/ToolItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-08-23T15:55:56Z | 2004-08-20T13:53:20Z |
72,343 | Bug 72343 Shell doesn't maximize | Calling shell.setMaximized(true) doesn't maximize the shell on Mac OS X 10.3 (it does so on Windows XP). The following snipped demonstrates this: import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; public class MaximizeBug { public static void main(Str... | resolved fixed | dd61d11 | ["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 | 2004-08-20T22:07:29Z | 2004-08-20T13:53:20Z |
67,746 | Bug 67746 investigate making emulated Table and Tree always post selections | post-3.0 Compare event ordering to other platforms, as there are some inconsistencies in the implementation that probably introduce some problems. Senders of Selection and DefaultSelection should probably always post these. In particular, some examples: - SelectableItemWidget.deselectNotify currently async's - Tree.mou... | resolved fixed | 308d894 | ["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 | 2004-08-19T19:28:07Z | 2004-06-17T22:06:40Z |
72,206 | Bug 72206 StyledText Javadoc needs italic doc. | Version 3.1M1. The StyledText Javadoc does not mention that italic is now supported. | resolved fixed | 1858921 | ["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 | 2004-08-19T16:33:13Z | 2004-08-18T20:13:20Z |
71,711 | Bug 71711 Gtk - Checkbox/Radiobox setLocation Bug | When calling setSize in front of setLocation the text in the checkbox is not displayed. This works: ----------------------8<---------------------- Button check = new Button( this, SWT.NONE | SWT.CHECK ); check.setLocation( 10, 200 ); check.setSize( 200, 300 ); check.setText( "TEST" ); ----------------------8<----------... | resolved fixed | 2c997bf | ["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 | 2004-08-17T20:12:57Z | 2004-08-10T15:00:00Z |
52,548 | Bug 52548 PocketPC and eSWT example problems | v3039 Run the attached examples. ExampleLauncher is the main class. These are the examples that are shipped with eSWT. The examples were derived from the SWT ControlExample. 1. Run ButtonExample. Push Buttons are always flat. Does the PPC support beveled buttons? 2. Run CanvasExample. Check the NO_BACKGROUND style. Not... | resolved fixed | dd8aef2 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Slider.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-08-17T16:53:09Z | 2004-02-19T22:33:20Z |
71,999 | Bug 71999 StyleText displays StyleRanges incorrect depending on order of StyleRange in array | I've been fighting with a bug which I believe was in my code, but now I feel it is in the StyleText code. Basically if I create a array of StyleRange and use setStyleRanges() then the styles are not applied correctly if the start position of each style is not in numerical order. A easy example is this: StyleRange[] ran... | resolved fixed | ddb04b1 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledTextRenderer.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-08-16T16:15:14Z | 2004-08-15T20:00:00Z |
71,894 | Bug 71894 ToolBar.getItem(Point point) always returns first item. | Running on Eclipse 3.0 Linux-GTK, when ToolBar.getItem(Point point) is called, it always returns the first item in the toolbar. This works fine on Eclipse 3.0 Windows. public class TestClass { ToolBar myTB; public TestClass(Shell shell) { super(); myTB = new ToolBar (shell, SWT.FLAT); ToolItem item1 = new ToolItem(myTB... | resolved fixed | 47a8a2e | ["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 | 2004-08-13T21:29:26Z | 2004-08-12T19:46:40Z |
71,757 | Bug 71757 Cursor X/Y hotspots don't work with all constructors | When using org.eclipse.swt.graphics.Cursor(Device device, ImageData source, int hotspotX, int hotspotY) [win32 version] to create a custom cursor, the hotspotX/hotspotY parameters are ignored. They're checked for validity at the top of the function, but then they're never referenced again. | resolved fixed | daf2c61 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/Cursor.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-08-13T18:37:56Z | 2004-08-11T10:26:40Z |
71,907 | Bug 71907 The "Device#getFontList" method does not return an array of size 0 for a bad face name | I ran into this bug trying to fix a UI test that fails on Mac OS X but passes on Windows and Linux. It fails because it expects an array of size 0 to be returned by the "getFontList" method when it is passed a bad face name. I executed the following line of code on Windows XP, Mac OS 10.3.3 and Linux GTK: System.out.pr... | resolved fixed | 5e87f5f | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/Device.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-08-13T18:23:20Z | 2004-08-12T19:46:40Z |
71,803 | Bug 71803 No lower border on swt combo boxes | Build: I-20040810-1200 This happens in 3.1 builds, but not 3.0 builds. On WinXP with the manifest.exe Some combo boxes do not show the bottom blue border. I will attach screen shots that show the plug-in export wizard, where one combo box exhibits this behavior and the other two are fine. Another example where you woul... | resolved fixed | 158da38 | ["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 | 2004-08-13T17:52:19Z | 2004-08-11T16:00:00Z |
63,571 | Bug 63571 TextLayout: font substitution support | On Windows, org.eclipse.swt.graphics.TextLayout should support font substitution. If the user types any text not supported by the current font on StyledText which calls TextLayout, the text becomes blank (in Eclipse3.0M9) on Windows. For Example, if the user selects "Microsoft Sans Serif" font on Windows, and type Japa... | resolved fixed | e100584 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/ole/win32/COM.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/win32/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/Device.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-08-13T17:39:55Z | 2004-05-23T05:26:40Z |
70,620 | Bug 70620 Display.setMouseLocation() not implemented on GTK | In Logic Example. - Create a Flow Container and select it. - Press "." to access handles Result: - Nothing happens Expected: - Should go into handle accessibility mode. | resolved fixed | 7bae145 | ["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 | 2004-08-11T21:15:34Z | 2004-07-22T15:26:40Z |
71,013 | Bug 71013 Shell.open() blocks until the window is mapped | null | resolved fixed | 2f96e7e | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-08-11T20:40:58Z | 2004-07-28T18:40:00Z |
65,772 | Bug 65772 Receiving duplicate key events per non-printable key [BBAWT] | Run the attached testcase on PocketPC. Place focus on the Text widget, then bring up the soft keyboard and press the Enter and Tab key. What you get are 2 KeyDown events plus 1 KeyUp for the Enter key and only a single KeyUp event (no KeyDown) for the Tab key. For comparison, on win32, you get a single down and up for ... | resolved fixed | 83e8835 | ["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 | 2004-08-11T20:21:25Z | 2004-06-04T17:26:40Z |
69,440 | Bug 69440 Inspect32 does not show name for CCombo | Accessibility problem. CCombo widget does not return accessible "Name" property. The Inspect32 shows "none". Here is a sample code; private static int STYLE = SWT.FLAT; public static void main(String[] args) { Display display = new Display(); final Shell shell = new Shell(display); final Composite page = new Composite(... | resolved fixed | 3b2dd0f | ["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 | 2004-08-11T17:31:29Z | 2004-07-07T06:00:00Z |
68,273 | Bug 68273 tabletree plus/minus not visible in High Contrast Mode | "Blind" users work in Windows High Contrast Mode (BG: Black, FG: white, Font size: 16, style: Bold). In this mode, tableTree plus/minus icons are not visible and confuse user. | closed fixed | 1373546 | ["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 | 2004-08-10T13:37:27Z | 2004-06-23T08:40:00Z |
66,433 | Bug 66433 Need keyboard support for Nested Tabfolder Traversal | CTRL+PageUP and CTRL+PageDown doesn't work in the inner tabfolder if you have nested tabfolders. It works on the outer one even if focus is on inner tabfolder. It should work on whereever the focus is. HOME & END keys does work on inner tabfolder correctly. Problem happens Eclipse 3.0RC1 build Linux GTK build. Haven't ... | resolved fixed | 9bc8e8c | ["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/TabFolder.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-08-09T21:27:37Z | 2004-06-09T22:26:40Z |
71,570 | Bug 71570 Tooltips are not shown if shell's client area is located at (0,0) | If you locate a shell with NO_TRIM style at (0,0) or a shell with any other style so that the client area is located at (0,0) no tooltips are shown for the shell's children. The reason is that in Control.hasCursor() this case is excluded (MapWindowPoints returns 0). Why is this necessary ? Is there a workaround except ... | resolved fixed | e5688b4 | ["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 | 2004-08-09T16:03:08Z | 2004-08-06T13:46:40Z |
71,019 | Bug 71019 Setting a ToolItem's control to a Button doesn't work in Linux GTK | In a ToolBar, setting a ToolItem's control to a Button doesn't work in Linux GTK. I was under the impression that it should work, since it worked in Windows and adding other SWT controls such as Text worked. A workaround was to add the button to a Composite first. | resolved fixed | 7ee2667 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ToolItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-08-06T20:31:56Z | 2004-07-28T18:40:00Z |
71,282 | Bug 71282 Text control has been broken since 3.0 | Several aspects of the Text control have been broken since 3.0 on GTK. SWT.BORDER and SWT.WRAP are no longer honoured. Additionally, all text appears to be vertically aligned center by default. Screenshot forthcoming. | resolved fixed | 20b59fb | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Text.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 | 2004-08-05T16:18:46Z | 2004-08-03T13:33:20Z |
71,277 | Bug 71277 Program.execute does not work on Mac (patch available) | null | resolved fixed | 8d27542 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Program/carbon/org/eclipse/swt/program/Program.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-08-05T13:42:43Z | 2004-08-03T13:33:20Z |
70,857 | Bug 70857 when the toolBar is wrapped only by a few pixels, removing and adding items causes wrapping to fail | null | resolved fixed | 61dd7a5 | ["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 | 2004-08-04T21:20:59Z | 2004-07-26T19:26:40Z |
69,410 | Bug 69410 TVT3.0: mnemonics doesn't work if focus is in a text widget | OS: Linux (RHEL 3.0) Locales: CHT, CHS and possibly other DBCS, SBCS seems to work fine Build: 3.0GM with NL Language Packs installed 1) Begin creating a new java project 2) Place focus in a text entry widget 3) Now unable to switch focus to other widgets using shortcut keys 4) Place focus on another widget and the sho... | closed fixed | 3dd67fc | ["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/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-08-04T18:53:20Z | 2004-07-06T18:53:20Z |
71,338 | Bug 71338 Unsatisfied link error with Combo | v3101 1. Run the attached example jar on the Pocket PC. 2. Select ComboExample from the list and press Run. You'll get an UnsatisfiedLinkError for org/eclipse/swt/internal/win32/OS.GetComboBoxInfo. | resolved fixed | 7d42018 | ["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 | 2004-08-04T15:13:58Z | 2004-08-03T21:53:20Z |
68,292 | Bug 68292 [Import/Export] Import/Export dialogs confused by "Select Types..." | The checkboxes beside the items in the directory tree (left hand pane) are not updated properly when "Select Types..." is used to filter out some of the files to export. To see this, select a project, bring up the Export dialog, use "Select Types..." to filter out some of the files being exported. At this point, the ch... | resolved fixed | 258f430 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/TableItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/TreeItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-07-27T21:07:44Z | 2004-06-23T14:13:20Z |
30,983 | Bug 30983 ACC - I20030205 - Can't switch tabs using keyboard | Major accessibility issue for Eclipse Open ControlExample Give focus to a tab folder. Press Tab or arrow or space or enter or anything: cannot switch to the next tab folder. Problem seems that the tab folder 'eats' the arrow key and loses focus instead of giving focus to the next tab folder. In Eclipse, you can for exa... | resolved fixed | 5c85236 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-07-26T18:29:24Z | 2003-02-05T15:46:40Z |
37,868 | Bug 37868 Setting a GridLayout on a TabFolder gives strange behavior when resizing | Although it doesn't make sense to set a layout on a TabFolder, I've seen this done many times. The problem is that it doesn't affect the look in windows, but in motif, the widgets appear in bits and pieces after resizing the window. Would it make sense to override setLayout() in TabFolder as a no-op, as an added safety... | resolved fixed | 2e28a9e | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/tabfolder/org/eclipse/swt/widgets/TabFolder.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-07-22T19:14:25Z | 2003-05-20T14:13:20Z |
70,160 | Bug 70160 Image(Device, InputStream) throws incorrect/unspec'd exception | The existing JUnit test that attempts to load an empty file throws an exception with error code ERROR_UNSUPPORTED_FORMAT. Based on the spec I would have expected an ERROR_INVALID_IMAGE. | resolved fixed | c9dfe7c | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/graphics/ImageData.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/graphics/ImageLoader.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 | 2004-07-21T21:27:04Z | 2004-07-15T19:33:20Z |
68,643 | Bug 68643 [browser] characters are not always typed in in text field | Run the browser example, then resize the window to be larger. Frequently the new area is not painted for an extended period of time (sometimes never). Similarly, follow a link to a page with a text field. Attempt to type in the text field. Frequently characters are not delivered, even though the i-beam is inplace and f... | resolved fixed | 2980d62 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/carbon/org/eclipse/swt/browser/Browser.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-07-21T19:11:24Z | 2004-06-25T19:00:00Z |
68,855 | Bug 68855 org.eclipse.swt.tools.internal.SwtJniGen is not working properly | Jni generator uses org.eclipse.swt.internal.Platform claas to determine platform. This class is not part of SWT package for amd64 it generates it still thinks that platform is win32. This is happening due to swttools.jar is built using win32 platform and final PLATFORM string is inline into swttools.jar. So I had to re... | resolved fixed | 84efa5d | ["bundles/org.eclipse.swt.tools/JNI", "Generation/org/eclipse/swt/tools/internal/JNIGenerator.java", "bundles/org.eclipse.swt.tools/JNI", "Generation/org/eclipse/swt/tools/internal/JNIGeneratorApp.java", "bundles/org.eclipse.swt.tools/JNI", "Generation/org/eclipse/swt/tools/internal/NativesGenerator.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-07-20T20:09:36Z | 2004-06-29T11:53:20Z |
68,759 | Bug 68759 Confirm dialog doesn't work in the embedded Mozilla browser widget | Eclipse 3.0 RC3, mozilla-1.4-3.0.18 Confirm dialog doesn't work in the embedded Mozilla browser widget (work in the external Mozilla browser). Here's a testcase: <html> <body> This is a test. </body> </html> <script language="javascript"> if (confirm("This is a confirm dialog")) alert('You clicked OK'); else alert('You... | resolved fixed | 5a051f9 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/motif/org/eclipse/swt/browser/PromptService.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/mozilla/org/eclipse/swt/browser/PromptService.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-07-20T15:57:45Z | 2004-06-28T16:26:40Z |
67,165 | Bug 67165 [Browser] HTML not rendered w/XP style using javaw.exe.manifest comctl | Other widgets created with the same jvm do reflect comctl 6.0 look & feel, but the HTML in the browser is rendered old-style. | resolved fixed | b893e09 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/Browser.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/WebSite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-07-20T14:08:55Z | 2004-06-15T00:40:00Z |
68,571 | Bug 68571 drawText(text, 0, 0, SWT.DRAW_DELIMITER) is now right-justified | Given: public class DrawText { private static final String someText = "The quick brown fox\njumped " + "over\nthe lazy\ndog."; public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); new Canvas(shell, SWT.NULL).addPaintListener(new P... | resolved fixed | 6b81e1c | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/GC.java", "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 | 2004-07-15T16:51:46Z | 2004-06-25T05:06:40Z |
66,507 | Bug 66507 ToolItem.getBounds() replied {-1,-1,1,1} is shell is not visible | I200406090800, GTK+ 2.4.1, KDE 3.2.2, Linux 2.6.4 In PerspectiveSwitcher, we are attempting to manipulate the layout of a ToolBar that is positioned in a Shell that is not yet open. When we ask for the bounds of the ToolBar, we get expected values. However, when we ask for the bounds of one of its items, we get {-1,-1,... | resolved fixed | 8091e5c | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ToolBar.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ToolItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-07-15T16:10:01Z | 2004-06-10T15:06:40Z |
69,509 | Bug 69509 Combobox computeSize() doesn't take the down arrow into account | When performing a computeSize(SWT.DEFAULT, SWT.DEFAULT) on a combobox, the size adjusts properly minus the size of the drop down arrow! When this arrow is pressed, the list is the appropriate size for all items. If the largest item is selected, and displayed when "rolled up" then the full text cannot be seen. I don't k... | resolved fixed | 857230d | ["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 | 2004-07-14T20:53:08Z | 2004-07-07T19:53:20Z |
69,721 | Bug 69721 Control+backspace key combination does not work in Text widgets | In an input box when the control+backspace key combination is pressed the behaviour is strange. An empty rectangle is drawn. Reproducibility: always Steps to reproduce: 1. Find an editor having an Text widget. 2. Write some content separated by spaces, like "asdf asdf asdf asdf" (without the quotes). 3. Erase words wit... | resolved fixed | 706273e | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Text.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-07-14T19:01:13Z | 2004-07-09T13:33:20Z |
69,881 | Bug 69881 In ScrolledComposite, vertical scrollbar does not appear | null | resolved fixed | 3cbed1e | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/ScrolledComposite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-07-12T21:36:31Z | 2004-07-12T22:06:40Z |
52,059 | Bug 52059 SashForm right/bottom constraint is not computed correctly | null | resolved fixed | d830cd3 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/SashForm.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-07-08T17:23:32Z | 2004-02-14T17:33:20Z |
67,489 | Bug 67489 CLabel does not save alignment in style bits | RC2 Run this snippet. Note that the CLabel is right-aligned, but the getStyle() says it is left-aligned. The problem is that RIGHT and CENTER style bits are thrown away in checkStyle(). Is there a reason for this? import org.eclipse.swt.*; import org.eclipse.swt.graphics.*; import org.eclipse.swt.widgets.*; import org.... | resolved fixed | 2069226 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CLabel.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-07-07T20:51:10Z | 2004-06-16T18:20:00Z |
59,630 | Bug 59630 [Dialogs] Accessibility: [Search dialog] Cannot select Choose working set text without mouse | All text selectable by mouse should also be selectable by using shift and arrow keys. Open the C/C++ search dialog. In the scope group, check "working set". Click "Choose working set". Create a working set and choose it. In the search dialog, you cannot select the working set text with shift and arrow keys, but you can... | resolved fixed | 4bb20f0 | ["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 | 2004-07-07T18:39:34Z | 2004-04-22T13:20:00Z |
68,950 | Bug 68950 Bug in List.showSelection method | List.showSelection method doesn't always make the selection visible. The problem is in calculation of bottomIndex. int bottomIndex = Math.min (topIndex + visibleCount + 1, count - 1); has to be changed to: int bottomIndex = Math.min (topIndex + visibleCount - 1, count - 1); | resolved fixed | d2fc065 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/List.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-07-07T15:54:21Z | 2004-06-30T01:46:40Z |
21,089 | Bug 21089 CTabFolder - close button doesn't appear when tab moves under mouse | Build GM2 Ensure that your perspective is full of editor tabs, but not so full that the 'left/right' arrows appear in the tab area of the CTabFolder. Close the rightmost tab using your mouse. When you close it, the remaining tabs will expand a bit to fill the full space at the top. This means that another tab is now un... | resolved fixed | 9a842e2 | ["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 | 2004-07-06T21:21:46Z | 2002-06-27T20:33:20Z |
37,735 | Bug 37735 TreeViewer's Tree gets two selectionChanged events when it gets focus | This is similar to bugs 13171 and 13498. Make a TreeViewer on a dialog in Linux GTK and give any widget except the Tree widget the initial focus. Change the focus to the Tree widget. I get two selectionChanged events. | resolved fixed | 3bd2df5 | ["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 | 2004-07-06T20:37:26Z | 2003-05-15T17:33:20Z |
49,598 | Bug 49598 place arbitrary controls in a table has wrong tab order | null | resolved fixed | d44bd5c | ["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 | 2004-07-06T17:49:57Z | 2004-01-06T20:13:20Z |
60,768 | Bug 60768 CBanner at top does vertical sizing based on left components | If the text on the buttons on the right is larger than the height of the image alone, then the buttons become cut off. This can be easily seen by bumping up the font size on the OS. It happens by default on my machine. This should be easy enough to fix, but has a fairly significant visual effect for Linux users. | verified fixed | 9375eac | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CBanner.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-07-06T15:06:38Z | 2004-05-03T16:00:00Z |
64,610 | Bug 64610 hover over chevron for Ctabfolder not big enough for large fonts | build I20040521 - set your system to use Windows Large Fonts - open more editors or views than can be shown in the tab folder, note that the hover box cuts off the number in the chevron. see attached image. | resolved fixed | d738069 | ["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 | 2004-07-05T13:52:51Z | 2004-05-28T18:46:40Z |
68,070 | Bug 68070 Label does not draw background correctly | 3.0 RC3 Works correctly everywhere except motif. Bring up the tooltip for the tab item on a CTabFolder. The "yellow" filling does not extend all the way down to the black border. There is one row of pixels across the bottom that is in the default background colour. | resolved fixed | 93bc07f | ["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 | 2004-06-29T21:31:17Z | 2004-06-21T20:33:20Z |
68,661 | Bug 68661 Trees are eager to expand | null | resolved fixed | 7da7d8e | ["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 | 2004-06-28T19:21:23Z | 2004-06-25T19:00:00Z |
24,959 | Bug 24959 CoolBar with SWT.DROP_DOWN style | Run ControlExample on W2K. Also observed on WinXP. Go to Coolbar tab Set the DROP_DOWN style Move a coolitem so that it partially hides another coolitem containing the 'red circle' icon. The chevron appears normally indicating that the 'red circle' is partially obfuscated. - If the red circle is more than 80% covered, ... | resolved fixed | c82ff0c | ["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/CoolBarTab.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-06-28T18:14:18Z | 2002-10-17T13:06:40Z |
68,074 | Bug 68074 Couple of bad pixels in SWT.FLAT | SWT.BORDER style | 3.0 RC3 Run the custom control example. In the CTabFolder tab , select NOT Simple Tabs, SWT.FLAT and SWT.BORDER. Make the CTabFolder be the preferred size. Select the last tab. Notice that at the far right a couple of pixels are not drawn in teh border. See attachment. | resolved fixed | 95d2b87 | ["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 | 2004-06-28T16:06:35Z | 2004-06-21T20:33:20Z |
68,667 | Bug 68667 NPE in AddressBook example | RC4 - run the AddressBook example - File -> Open Address Book... --> opens a FileDialog - change the file filter in the dialog to * to show all files (assuming you're on a platform whose FileDialog shows this filter) - select some random file that has nothing to do with the AddressBook example, Open - will get the foll... | resolved fixed | 360a4cb | ["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/addressbook/AddressBook.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-06-28T14:13:22Z | 2004-06-25T19:00:00Z |
68,096 | Bug 68096 SWT exception docking a detached view | 3.0 RC3 I was running a simple workbench and detaching/docking (I was taking screen shots of the navigator for some documentation) the navigator view. I think this was repeated 20 or so times. Then, while docked I tried to open the context menu, and the following exceptino occured. I was asked to quit the workbench bec... | resolved fixed | a4b4318 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Decorations.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/sw... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-06-23T20:25:32Z | 2004-06-21T20:33:20Z |
68,102 | Bug 68102 No mouse up when tree expansion indicator selected | The Macintosh eats the up in this case, probably internally calling TrackMouseLocation() somewhere in the DataBrowser code. This manifests itself in Eclipse as 'single click ignored'. You expand a bunch of tree nodes and then single click on an item, it selects and nothing happens. Then you click again on the item and ... | resolved fixed | 88d91fd | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/ToolItem.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 | 2004-06-22T15:55:05Z | 2004-06-21T20:33:20Z |
67,928 | Bug 67928 [Browser] Enter path to non-existing file brings NullPE | null | resolved fixed | 3d683bc | ["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 | 2004-06-22T15:17:56Z | 2004-06-19T13:00:00Z |
67,935 | Bug 67935 Typo in SWT_AWT.new_Frame javadoc | There is no such thing as a "heightweight" component... You must mean heavyweight. | resolved fixed | 434626c | ["bundles/org.eclipse.swt/Eclipse", "SWT", "AWT/emulated/org/eclipse/swt/awt/SWT_AWT.java", "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/o... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-06-21T15:53:11Z | 2004-06-19T21:20:00Z |
67,825 | Bug 67825 [browser] browser crashes on jdk 1.5 beta applets | null | resolved fixed | c1e796d | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/Browser.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/WebSite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-06-18T18:31:33Z | 2004-06-18T14:46:40Z |
48,492 | Bug 48492 Eclipse crashes on GTK (linux) while Cell Editor in Property View loosing focus | During implementation of custom contents for properties view (IPropertySource for specific selection) we found that eclipse crashes on GTK (Linux) in some special conditions: 0. In our IPropertySource implementation we have editable text property. 1. Open CellEditor for the editable property 2. Change it's value 3. Cli... | resolved fixed | 300ace8 | ["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 | 2004-06-18T17:27:30Z | 2003-12-11T16:26:40Z |
62,405 | Bug 62405 Editor drop down performance slow on Linux-GTK on mouse move | null | resolved wontfix | 14133ff | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/GdkEventMotion.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/or... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-06-18T16:16:02Z | 2004-05-15T19:40:00Z |
67,185 | Bug 67185 Bug in emulated TextLayout.setFont(Font) | null | resolved fixed | 7194175 | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/textlayout/org/eclipse/swt/graphics/TextLayout.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-06-17T21:51:31Z | 2004-06-15T09:00:00Z |
66,717 | Bug 66717 SHADOW_IN style hides Group title | RC2 candidate - run the ControlExample, go to the Group tab - turn on the Title Text checkbox --> adds a title to the example Group - select the SWT.SHADOW_IN radio and the title disappears - the title remains visible for all of the other SHADOW_* radios, and should be for SHADOW_IN as well | resolved fixed | 3ea97ea | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Group.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-06-17T17:30:32Z | 2004-06-11T16:06:40Z |
58,642 | Bug 58642 [misc] caret disappears from java editor | Steps to reproduce: 1. open a java source file in eclipse 2. move the cursor to a method call 3. press F2 to see quick docs 4. press Esc to make the quick docs window and the cursor from the java editor to disappear Effect: the cursor can nowhere be seen in the java editor but can be moved, type at, etc. If I switch vi... | resolved fixed | 658c16d | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/XFocusChangeEvent.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-06-17T16:15:04Z | 2004-04-15T14:40:00Z |
67,483 | Bug 67483 No chevron when not enough space to show all the tabs in CTabFolder | PDE editors (schema and feature) use CTabFolder inside a page. When the page is made narrow enough, some tabs are dropped but there is no way to access them (no chevron). Steps to reproduce: 1) Create a new feature project 2) Switch to the 'Information' page in the newly opened feature editor. It should have three tabs... | resolved fixed | 5497e9c | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-06-17T15:14:44Z | 2004-06-16T15:33:20Z |
53,920 | Bug 53920 Slow performance updating target | I have a target platform with ~400 plugins. I'm using dynamic classpaths. When I go to the PDE preferences, reload a new target, click not in workspace, and hit ok, it takes a very long time before I have control again. Seems like some refresh is going on as well as threads in the job queue. This is using M7 as the dev... | resolved fixed | 6b597d3 | ["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 | 2004-06-17T06:50:34Z | 2004-03-05T18:06:40Z |
67,355 | Bug 67355 Setting font back to its default value in a table tree widget causes an illegalArgumentException | RC2, linux, motif. Custom widget example. Open the table tree tab. Change the font, then change the default. You will get the following exception. Exception in thread "main" java.lang.IllegalArgumentException: Argument not valid at org.eclipse.swt.SWT.error(SWT.java:2677) at org.eclipse.swt.SWT.error(SWT.java:2616) at ... | verified fixed | 844f6f8 | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/Header.java", "bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/Table.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-06-16T20:05:22Z | 2004-06-15T20:06:40Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.