id int64 1 6.5k | bug_id int64 2.03k 426k | summary stringlengths 9 251 | description stringlengths 1 32.8k ⌀ | report_time stringlengths 19 19 | report_timestamp int64 1B 1.39B | status stringclasses 6
values | commit stringlengths 7 9 | commit_timestamp int64 1B 1.39B | files stringlengths 25 32.8k | project_name stringclasses 6
values |
|---|---|---|---|---|---|---|---|---|---|---|
2,961 | 91,252 | Bug 91252 View toolbars are showing with black backgrounds | Version: 3.1.0 Build id: I20050412-1547 The background of all view local toolbars is black. When I change my theme to standard XP one (Luna) the problem goes away. This problem didn't exist in the previous I build. The black makes it very hard to concentrate :) | 2005-04-13 05:48:38 | 1,113,390,000 | resolved fixed | 8db8bcd | 1,113,700,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolBar.java | SWT |
2,962 | 91,435 | Bug 91435 Ctrl+SPACE is not a valid keybinding assignment for actions on native widgets | The keybinding preferences should not allow you to assign CTRL+SPACE as the keybinding to actions which are invoked when a Tree or Table has focus. This is the platform keybinding for toggle selection. For example, assign Navigate->Go Into to CTRL+SPACE, and then try to invoke in the package explorer. It seems to work ... | 2005-04-14 13:58:44 | 1,113,500,000 | resolved fixed | b024555 | 1,113,700,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Link.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Slider.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolBar.java bundles/or... | SWT |
2,963 | 91,511 | Bug 91511 Directory Dialog - Selection string not externalized? | In the open() method, the string "Selection" appears. Should this be added to the ResourceBundle? | 2005-04-15 08:41:10 | 1,113,570,000 | resolved fixed | a8373fc | 1,113,580,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/DirectoryDialog.java | SWT |
2,964 | 91,555 | Bug 91555 Table not visible | For some reason, I can't see the table when I run this code. It works fine on GTK+ and Win32. Shell shell = new Shell(display); Text text = new Text(shell, SWT.NONE); text.setBounds(0,0,300,40); final Table table = new Table(shell, SWT.VIRTUAL); table.setBounds(0,40,300,200); shell.setSize(320,240); shell.open(); while... | 2005-04-15 11:18:51 | 1,113,580,000 | resolved fixed | d66e58d | 1,113,580,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Scrollable.java | SWT |
2,965 | 90,258 | Bug 90258 Table item not updated when item count == 1 | I20050401 (M6) I am using a Table with SWT.VIRTUAL. Everything works fine, except for the case I set the item count to 1, in which case I do not receive an SWT.SetData notification. Tried to reproduce using a modified version of Snippet151, but everything works as expected there. Do you have any idea what could be goin... | 2005-04-05 04:56:07 | 1,112,690,000 | verified fixed | c6ce818 | 1,113,580,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java | SWT |
2,966 | 91,468 | Bug 91468 GTK+ 2.2 requests data from non-visible rows of a VIRTUAL table | Because the fixed_height_mode property is not supported until GTK+ 2.2, GtkTreeView requests all rows to perform validation. Virtual tables can probably get a good speed boost by returning some dummy data until the row actually becomes visible, rather than going and asking the application for the data too early. | 2005-04-14 17:32:23 | 1,113,510,000 | resolved fixed | 3ddaf55 | 1,113,510,000 | 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 |
2,967 | 87,882 | Bug 87882 No default contextual menu item on Mac | null | 2005-03-13 13:08:21 | 1,110,740,000 | resolved fixed | c571794 | 1,113,510,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Menu.java | SWT |
2,968 | 88,133 | Bug 88133 Slow rendering with images with transparancy bit set | I have come across a severe performance issue when dealing with copying lots of images with transparency bit set to an Image used in a double buffer type painting strategy. This code is straight out of "The definitive guide to SWT and JFace" by Robert Warner with the addition of the loop to draw my tiles. If I use the ... | 2005-03-15 18:01:03 | 1,110,930,000 | resolved fixed | 2dc7cd0 | 1,113,500,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java | SWT |
2,969 | 91,423 | Bug 91423 Fixed size columns used even if fixed_height_mode not supported | To support VIRTUAL, we need to use the fixed_height_mode property which is new in GTK+ versions 2.3.2 and up. However, this means we need to size the column ourselves. For versions that don't support fixed_height_mode, we might as well let GTK+ do the column sizing itself (using AUTOSIZE) since it will be faster. I am ... | 2005-04-14 12:13:15 | 1,113,500,000 | resolved fixed | aefa025 | 1,113,500,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java | SWT |
2,970 | 86,741 | Bug 86741 Pressing backspace in browser widget shows navigation cancelled page | Version: 3.1.0 Build id: I20050222-0821 When you press backspace (or Alt+Left) in a browser that has had its contents set using setText an action cancelled page is displayed. I would have expected nothing to happen since there was no previous URL. Calling Browser.back() works as expected. public static void main(String... | 2005-02-26 02:46:19 | 1,109,400,000 | resolved fixed | e537a64 | 1,113,490,000 | bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/Browser.java | SWT |
2,971 | 76,456 | Bug 76456 Eclipse 3.0.1crashes on HP-UX with a NullPointerException when starting up | When I try to start eclipse, the splash screen appears, but a few seconds later a dialog box informs me that "An error has occured. See the log file 'xxx'." and the process terminates. I attach the log file at the end of the message. Note: I entered 'Other' in the Platform field, as there was no option 'HP'. Note: I am... | 2004-10-18 05:39:17 | 1,098,090,000 | resolved fixed | 9c007f1 | 1,113,490,000 | bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/graphics/Font.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Font.java | SWT |
2,972 | 89,779 | Bug 89779 NPE in CCombo.dropDown() | null | 2005-03-30 23:56:41 | 1,112,240,000 | resolved fixed | 925f14a | 1,113,430,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java | SWT |
2,973 | 64,590 | Bug 64590 [browser] widget not sized properly | I was using I20040528-0010 build. The browser wiget on motif displays about 200x200 size, not the size parent expects it to take. Resizing a window causes browser to be redrawn correctly. This is visible when launching help, as well as using "bring up the browser" SWT snippet. Interestingly if shell.setSize() is not ca... | 2004-05-28 13:09:36 | 1,085,760,000 | resolved fixed | e1a1554 | 1,113,420,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Composite.java | SWT |
2,974 | 86,608 | Bug 86608 Do not understand Javadoc of Link.setText() | 3.1 M5a Javadoc of Link.setText says: * anchor, a single HREF attribute is supported. When a hyperlink is * selected, the text field of the selection event contains either the * text of hyperlink or the value of the HREF, if one was specified. I could not find a field or other way to access the text field of the select... | 2005-02-25 05:32:14 | 1,109,330,000 | resolved fixed | 808e958 | 1,113,420,000 | bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/SelectionEvent.java | SWT |
2,975 | 66,882 | Bug 66882 altgr keys not available | On solaris 9 with german keyboard layout all keys coming with alt-gr (e.g. {[]} ~|@ ) are not available. With javax.swing.* package there is no problem with that. | 2004-06-14 04:02:56 | 1,087,200,000 | resolved fixed | ff18321 | 1,113,420,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java | SWT |
2,976 | 85,312 | Bug 85312 combo is cut off when added to ToolBar | it's probably answering its preferred height wrong? | 2005-02-15 14:30:13 | 1,108,500,000 | resolved fixed | 897b53c | 1,113,410,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Combo.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/ToolBar.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/ToolItem.java b... | SWT |
2,977 | 81,691 | Bug 81691 Tracker with SWT.Resize really slow | null | 2004-12-20 17:04:51 | 1,103,580,000 | resolved fixed | e00d929 | 1,113,400,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Tracker.java | SWT |
2,978 | 91,089 | Bug 91089 SWT Snippet 77 For Table Col resize has an error in it (fix included beklow) | null | 2005-04-12 05:05:04 | 1,113,300,000 | resolved fixed | 4b1e4f7 | 1,113,340,000 | examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet77.java | SWT |
2,979 | 84,740 | Bug 84740 crash on windows xp korean | null | 2005-02-08 16:17:29 | 1,107,900,000 | resolved fixed | e9c8117 | 1,113,340,000 | bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java | SWT |
2,980 | 90,899 | Bug 90899 Using PaintListener on Table destroys repainting (Button is the same case) | null | 2005-04-09 08:04:57 | 1,113,050,000 | resolved fixed | 3da6a13 | 1,113,330,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Widget.java | SWT |
2,981 | 90,946 | Bug 90946 gtk_entry_set_text crashes when passed a zero-length buffer | The Combo box (Combo.java:1369) passes 'gtk_entry_set_text' a zero-length byte buffer. This seems to cause the VM to crash after _gtk_entry_set_text exits. I am triggering this bug using the following procedure: - Using eclipse 3.1M6 - Using CDT 3.0.1 build - Open Window->Preferences - Open C/C++ in the tree - Select '... | 2005-04-10 20:13:44 | 1,113,180,000 | resolved fixed | 1f898d2 | 1,113,330,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java | SWT |
2,982 | 90,222 | Bug 90222 Device constructor | As part of trimming down the SWT API for eSWT, the DeviceData class was removed and a new constructor for Device was introduced (i.e., Device()). However, doing so has broken binary compatibility between eSWT and SWT. Could you add this new constructor for Device for the 3.1 release? public Device() { this(null); } If ... | 2005-04-04 16:39:16 | 1,112,650,000 | resolved fixed | dfaf513 | 1,113,320,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/Device.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Device.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/graphics/Device.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/graphics/Device.java bund... | SWT |
2,983 | 90,152 | Bug 90152 resizing Label flashes | 3.1M6 - open the hierarchy perspective on any java class or package (select the element and press F4) - move the first vertical sash in the perspective left/right and note that the Labels in the Hierarchy and Problems views flash, even though they're not changing -> note that these are not WRAP labels | 2005-04-04 09:29:57 | 1,112,620,000 | resolved fixed | 6a81e78 | 1,113,260,000 | bundles/org.eclipse.swt/Eclipse SWT PI/motif/org/eclipse/swt/internal/motif/OS.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Label.java | SWT |
2,984 | 89,367 | Bug 89367 String is not rendered inside stringExtent | public class FontScaling { static float value = 1; public static void main(String[] args) { final Display display = new Display(); final Shell shell = new Shell(display); shell.setText("Shell"); shell.setFont(new Font(display, "Arial", 12, 0)); shell.addPaintListener(new PaintListener() { public void paintControl(Paint... | 2005-03-29 11:15:42 | 1,112,110,000 | resolved fixed | e40ab8c | 1,113,260,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java | SWT |
2,985 | 85,537 | Bug 85537 [JUNIT] Display.map test cases failing | Eclipse 3.1 M5 The Display.map JUnit test cases (there are four of them) are all failing. | 2005-02-16 14:51:20 | 1,108,580,000 | resolved fixed | 2db2c96 | 1,113,240,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java | SWT |
2,986 | 90,282 | Bug 90282 SWT.RIGHT not working on Text control on Mac OS X | On Mac OS X 10.3 it is not possible to have right aligned text within a Text control (AKA text field). This works on Windows XP and Linux GTK, however, I don't know anything about Carbon, so this might just be unsupported. Here's a small snippet showing the problem: public static void main(String[] args) { Display disp... | 2005-04-05 08:50:37 | 1,112,710,000 | resolved fixed | 468ab6f | 1,113,230,000 | bundles/org.eclipse.swt/Eclipse SWT PI/carbon/org/eclipse/swt/internal/carbon/OS.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Text.java | SWT |
2,987 | 89,378 | Bug 89378 Combo default size too small with certain fonts | I'm using some non-editable Combos with a list of pre-set strings to select from, and I want it to stretch to accomodate the longest string inside the list. This works fine except when I switch to a certain font in Japanese - MS UI Gothic. And it doesn't seem to be a Japanese thing, if I use another font, it works. It ... | 2005-03-29 12:34:21 | 1,112,120,000 | closed fixed | c7d423d | 1,112,990,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java | SWT |
2,988 | 90,770 | Bug 90770 Race conditions in Device.getDevice() method | Method org.eclipse.swt.graphics.Device.getDevice() is static and uses static variables (CurrentDevice). In application with several GUI threads it is possible (and it happens) that two or more GUI threads access Device.getDevice() method simultaneously. This leads to situation when getDevice(), called from one thread r... | 2005-04-08 03:55:24 | 1,112,950,000 | resolved fixed | c58ba58 | 1,112,980,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/Device.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Device.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/graphics/Device.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/graphics/Device.java | SWT |
2,989 | 90,087 | Bug 90087 GC.copyArea causes continuous repainting of Canvas | Using the second variant of copyArea, that specifies source and destination within the receiver, causes a rapid continous redrawing of the canvas, noticeable as a rapid flickering over the source position of the copyArea command. The attached example shows this by drawing an Image on a Canvas and then copying a fragmen... | 2005-04-02 13:00:27 | 1,112,460,000 | resolved fixed | 08b3542 | 1,112,980,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/GC.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/graphics/GC.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/graphics/GC.java bundles/org.eclipse.... | SWT |
2,990 | 89,483 | Bug 89483 [Table] No SWT.Resize when Scrollbars become visible | See this Snippet: public class Main { public static void main(String[] args) { final Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); final Table table = new Table(shell, SWT.BORDER | SWT.H_SCROLL | SWT.V_SCROLL); table.addListener(SWT.Resize, new Listener() { public... | 2005-03-30 04:50:16 | 1,112,180,000 | resolved fixed | 558d087 | 1,112,910,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java | SWT |
2,991 | 89,669 | Bug 89669 [browser] F1 does not bring eclipse help content when browser has focus | I20050330 CTRL-SHIFT-T correctly open the type dialog F1 does nothing. IE has a special Help/F1 callback. Check we don't mess it up. | 2005-03-30 15:00:12 | 1,112,210,000 | resolved fixed | 8a10734 | 1,112,910,000 | bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/WebSite.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Widget.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Widget.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Widget.java ... | SWT |
2,992 | 90,729 | Bug 90729 Shell with style MODELESS or DIALOG_TRIM ignores setSize() | 3.1M6 - run the snippet below - click in the Shell - this attempts to enlarge the shell, but no size change occurs - this is what's causing the CVS conflicts dialog to not grow when the Details button is pressed public static void main(String[] args) { Display display = new Display(); final Shell shell = new Shell(disp... | 2005-04-07 17:35:28 | 1,112,910,000 | resolved fixed | 7f9d0ae | 1,112,910,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Shell.java | SWT |
2,993 | 88,735 | Bug 88735 Table.getClientArea() width is inconsistent with win32 | I'm testing this on Windows and Mac OS X and comparing the two, using SWT from the 3.0.1 RCP binary releases. The Mac code for SWT Table seems to be inconsistent with the getClientArea() JavaDoc, which reads: public Rectangle getClientArea() Returns a rectangle which describes the area of the receiver which is capable ... | 2005-03-22 09:13:21 | 1,111,500,000 | resolved fixed | bdabeb6 | 1,112,900,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/TableColumn.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/TreeColumn.java | SWT |
2,994 | 88,388 | Bug 88388 tree focus cheese | - select a file in the Package Explorer that has a local history - right-click -> Compare With... -> Local History - dismiss the resulting compare dialog - note the focus cheese that's left on the item It's happening because showing the popup menu does not send a FocusOut to the Tree, so it does not remove its focus re... | 2005-03-17 17:00:30 | 1,111,100,000 | resolved fixed | ab9053c | 1,112,890,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Control.java | SWT |
2,995 | 90,513 | Bug 90513 Link widget does not have a proper CreateHandle method | The link widget does not have a proper create handle mathod. It needs to take in an index. Currently if you try and create this widget on Photon it crashes the application | 2005-04-06 14:57:30 | 1,112,810,000 | resolved fixed | ed8f32b | 1,112,890,000 | bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Link.java | SWT |
2,996 | 90,366 | Bug 90366 SWT Link Widget throws Array Out of Bounds Exception | Using Eclipse 3.1m5a creating a Link Widget and setting the text property to a string less than 4 characters causes an Array Out of Bounds Exception. This is because in the parse(String s) method called by setText(String s) there is a divide by 4 without first checking to see if the string is at least 4 characters long... | 2005-04-05 16:18:38 | 1,112,730,000 | closed fixed | 5ea8a8c | 1,112,820,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Link.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Link.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Link.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Link.java bundles/org.ecli... | SWT |
2,997 | 90,176 | Bug 90176 Scale widget and SWT.PAGE_UP key event | A horizontal Scale widget increments it's selection value on SWT.PAGE_DOWN and decrements on SWT.PAGE_UP. This is the reverse of what's supposed to happen on Windows XP. | 2005-04-04 11:46:29 | 1,112,630,000 | resolved fixed | f7f4d8e | 1,112,820,000 | bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Scale.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolBar.java | SWT |
2,998 | 90,223 | Bug 90223 Regression: Spinner reports wrong value | SWT-win32, v3128 (3.1M6) Run the snippet below. Press the down button of the spinner widget. Even though the visible value is now 99, getSelection() reports a value of 100 when called from within the modify listener attached to the spinner. In v3127, the correct value (99) was returned. --- import org.eclipse.swt.*; im... | 2005-04-04 16:43:21 | 1,112,650,000 | resolved fixed | 3e73080 | 1,112,810,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Spinner.java | SWT |
2,999 | 87,837 | Bug 87837 Strange redraw and disabled behaviour with SWT.CHECK toolitems with and without disabled icons set. | null | 2005-03-11 16:55:02 | 1,110,580,000 | resolved fixed | 6f6216d | 1,112,730,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolBar.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolItem.java | SWT |
3,000 | 81,263 | Bug 81263 [CustomControlExample] CCombo caret moves at random when up and down arrows are press | It correctly move to the previous and next item in the list but the caret is also repositioned. For example, move the caret to the end, hit up arrow and the caret moves back by one character and stays there for subsequent up arrows. | 2004-12-15 13:06:19 | 1,103,130,000 | resolved fixed | 8ee5446 | 1,112,720,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java | SWT |
3,001 | 85,117 | Bug 85117 Selected and disabled tool item looks enabled | Version: 3.1.0 Build id: I20050209-0800 manifest on comctrl version: 5.82.2800.1106 When you disable a tool image what is selected it appears as enabled with a stippled background. I expected it to appear greyed out like unselected/disabled items. From the sync view: 1. select outgoing mode 2. enable change sets 3. sel... | 2005-02-13 20:49:56 | 1,108,350,000 | resolved fixed | 8038ca7 | 1,112,720,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolItem.java | SWT |
3,002 | 84,589 | Bug 84589 allow event listeners to specify "add to end of list" | null | 2005-02-07 11:56:04 | 1,107,800,000 | resolved wontfix | 0a3a65e0 | 1,112,720,000 | bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/widgets/EventTable.java | SWT |
3,003 | 79,881 | Bug 79881 Browser class shipped with AIX-Motif checks for Linux ?!? | I've recently downloaded the AIX-Motif version of the eclipse and tried to run my plugin only to see it fail with "no more handles" error. Checking the error I've discovered that the Browser class c'tor does: public Browser(Composite parent, int style) { super(parent,style | SWT.EMBEDDED); if (!IsLinux) { dispose(); SW... | 2004-12-01 10:45:10 | 1,101,920,000 | resolved fixed | 2041bb3 | 1,112,650,000 | bundles/org.eclipse.swt/Eclipse SWT Browser/motif/org/eclipse/swt/browser/Browser.java | SWT |
3,004 | 85,530 | Bug 85530 Control in vertical ToolBar doesn't fit | - observed on win32, solaris-motif and solaris-gtk (kindof), so this should probably be tried everywhere - run the ControlExample, go to the ToolBar tab - turn on the Combo Child checkbox - select the SWT.VERTICAL radio - you'll end up with something like the attachment (there are supposed to be 7 full toolitems before... | 2005-02-16 14:32:29 | 1,108,580,000 | resolved fixed | e821632 | 1,112,650,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolBar.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolItem.java | SWT |
3,005 | 90,018 | Bug 90018 Native tooltips left around on CTabFolder | Hover over the PartStack CTabFolder inside eclipse until some native tooltip is displayed. For example, the maximize button. When the tooltip appears, change perspectives using the keybinding. the CTabFolder gets hidden, but its tooltip is permanently displayed and never goes away. Even if that CTabFolder is disposed (... | 2005-04-01 14:40:13 | 1,112,380,000 | resolved fixed | 0d6dac4 | 1,112,650,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java | SWT |
3,006 | 89,885 | Bug 89885 Crash using command-O. | - open a Java editor - select Command-o - after the outline popup opens, click on the editor - notice that the outline doesn't go away - now click back on the outline view - VM crash. Verified that this happens on Mac, but not on Windows. | 2005-03-31 15:25:31 | 1,112,300,000 | verified fixed | bd25356 | 1,112,310,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/List.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Shell.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Table.java bundles... | SWT |
3,007 | 75,317 | Bug 75317 [Browser] Location not browsed when URL misses protocol / www | null | 2004-09-29 12:54:53 | 1,096,480,000 | resolved fixed | 28319d0 | 1,112,300,000 | bundles/org.eclipse.swt/Eclipse SWT Browser/carbon/org/eclipse/swt/browser/Browser.java | SWT |
3,008 | 89,665 | Bug 89665 VM terminated when switching page in the Plugin manifest editor | build Version: 3.1.0 Build id: I20050330-0500 steps - create a plug-in project (use the sample view example) - switch to the "Extensions" page - crashes An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 11 occurred at PC=0x4D9C074D Function=(null)+0x4D9C074D Library=/usr/lib/l... | 2005-03-30 14:48:16 | 1,112,210,000 | resolved fixed | 5077fe5 | 1,112,290,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java | SWT |
3,009 | 87,695 | Bug 87695 Interface Disposeable | Please add an interface declaring the methods dispose() and isDisposed() and let it be included by all class that have these methods. Reason: I now had two projects where i have to dynamicaly create diferent widgets. It is nicer to add them all to one single vector and dispose them all when they are not needed anymore.... | 2005-03-10 14:39:24 | 1,110,480,000 | resolved fixed | 85d9ae5 | 1,112,220,000 | bundles/org.eclipse.swt/Eclipse SWT/cairo/org/eclipse/swt/graphics/Path.java bundles/org.eclipse.swt/Eclipse SWT/cairo/org/eclipse/swt/graphics/Transform.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/Color.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/Cursor.java bu... | SWT |
3,010 | 89,564 | Bug 89564 Image appears and disappears in Tree | eclipse.buildId=I200411300800 java.version=1.4.2_03 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en Framework arguments: -showlocation Command-line arguments: -os win32 -ws win32 -arch x86 -clean -showlocation - nl en 1. Open Window -> Show View -> Other ... 2. Expand Basic 3... | 2005-03-30 10:23:57 | 1,112,200,000 | resolved fixed | 1e8ccf4 | 1,112,210,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java | SWT |
3,011 | 89,533 | Bug 89533 [Themes] Colors and Fonts preferences page has funny icons for color entries | null | 2005-03-30 08:55:48 | 1,112,190,000 | resolved fixed | 222e4e9 | 1,112,210,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ImageList.java | SWT |
3,012 | 89,217 | Bug 89217 Label.computeSize() returning incorrect values when using WRAP | I20050324-1400 I am pretty sure this used to work :) public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); Label label = new Label(shell, SWT.WRAP); label.setText("This is some text that is so huge it should wrap"); System.out.println("label computesize default: " +... | 2005-03-28 09:29:06 | 1,112,020,000 | verified fixed | a978555 | 1,112,130,000 | bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Button.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Label.java | SWT |
3,013 | 87,207 | Bug 87207 Content of first column in Tree with columns overflows past last column | Version: 3.1.0 Build id: I20050301-1230 When you open the Log View and the message is long enough to fill the entire screen you can see the message appear past the last column. | 2005-03-05 01:59:39 | 1,110,010,000 | resolved fixed | 2c8b266 | 1,112,050,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java | SWT |
3,014 | 89,163 | Bug 89163 GridData.verticalIndent does not work as expected | SWT v3127 The API spec for GridData.verticalIndent says: "specifies the number of pixels of indentation that will be placed along the top side of the cell" As the testcase below demonstrates, this isn't what the current implementation of GridLayout does. Instead, the control is only indented by half the given amount, t... | 2005-03-26 09:44:47 | 1,111,850,000 | resolved fixed | e6ff1db | 1,112,020,000 | bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/layout/GridLayout.java | SWT |
3,015 | 89,028 | Bug 89028 uneccessary casts | JPEGFileFormat void emit(int huffCode, int nBits) { if (nBits == 0) { SWT.error(SWT.ERROR_INVALID_IMAGE); } int[] power2m1 = new int[] { 1, 3, 7, 15, 31, 63, 127, 255, 511, 1023, 2047, 4095, 8191, 16383, 32767, 65535, 131125 }; int code = (huffCode & power2m1[nBits - 1]) << (24 - nBits - currentBitCount); byte[] codeBu... | 2005-03-24 14:30:08 | 1,111,690,000 | resolved fixed | e209676 | 1,112,020,000 | bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/image/JPEGFileFormat.java bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/Compatibility.java | SWT |
3,016 | 87,820 | Bug 87820 GC.drawString uses BG color for font when alpha value < 255 | When drawing transparent strings, the foreground color is not used. It seems the background color is used instead. public static void main(String[] args) { final Display display = new Display(); final Shell shell = new Shell(display); shell.setFont(new Font(display, "Arial", 18, SWT.BOLD)); shell.addPaintListener(new P... | 2005-03-11 15:59:13 | 1,110,570,000 | resolved fixed | 5fd4bfa | 1,111,600,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java | SWT |
3,017 | 88,409 | Bug 88409 Device.getFontList should have better performance | null | 2005-03-17 20:54:31 | 1,111,110,000 | resolved fixed | 027efea | 1,111,530,000 | bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Device.java | SWT |
3,018 | 88,582 | Bug 88582 Computed width of link widget is too large | Version: 3.1.0 Build id: I20050315-1100 XP Manifest Installed If you run the snippet below you will see that the calcualted size of the link widget is the same as the length of the label widget. The link widget should be sorted since the anchors element is converted to text. This is really visible in the JDT editor pre... | 2005-03-19 20:41:56 | 1,111,280,000 | resolved fixed | c994bab | 1,111,530,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Link.java | SWT |
3,019 | 82,336 | Bug 82336 TreeView: setting gray gives free check mark | swt 20050106 Setting TreeItem.setGrayed (true) causes a check mark to show eventhough the item is uncheck. public static void main(String[] args) { display = new Display (); shell = new Shell (); shell.setLayout( new FillLayout ()); tree = new Tree (shell, SWT.CHECK | SWT.MULTI); item = new TreeItem (tree, SWT.NONE); i... | 2005-01-06 11:55:47 | 1,105,030,000 | verified fixed | b58bf8e | 1,111,210,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableItem.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeItem.java | SWT |
3,020 | 68,040 | Bug 68040 Views keep resizing after mouse up | null | 2004-06-21 13:17:43 | 1,087,840,000 | verified fixed | 006fcc8 | 1,110,840,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Sash.java | SWT |
3,021 | 86,294 | Bug 86294 Find/Replace not working "Illegal/Unsupported escape on the Mac | I can't do a search on a java file with the M5a build on the Mac. Find: mask4 "Illegal/unsupported escape" comes up in the Find / Replace dialog. | 2005-02-23 12:03:52 | 1,109,180,000 | resolved fixed | 116292d | 1,110,840,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Combo.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Spinner.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Text.java | SWT |
3,022 | 87,855 | Bug 87855 NullPointerException in Table.callWindowProc | Here is a stack trace I found when trying to kill a running process by pressing the "kill" button in the console view. I use 3.1M5a. !ENTRY org.eclipse.ui 4 0 2005-03-12 14:26:25.58 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.swt.widgets.Table.callWindowProc(Table.java... | 2005-03-12 07:29:41 | 1,110,630,000 | resolved fixed | d8ec5bd | 1,110,830,000 | 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 |
3,023 | 87,578 | Bug 87578 TVT3.1 #38 - RUS mnemonics only work in main window | null | 2005-03-09 17:17:12 | 1,110,410,000 | resolved fixed | 7b82040 | 1,110,580,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Widget.java | SWT |
3,024 | 87,664 | Bug 87664 Null pointer exception in org.eclipse.swt.widgets.TreeItem.computeDisplayText in 3.1M5a | This also occurs on the motif build for linux... With our plugin, when I switch to the PDE perspective, I immediately get the following two exceptions: java.lang.NullPointerException at org.eclipse.swt.widgets.TreeItem.computeDisplayText(TreeItem.java:280) at org.eclipse.swt.widgets.TreeItem.updateColumnWidth(TreeItem.... | 2005-03-10 11:36:41 | 1,110,470,000 | resolved fixed | ee9091b | 1,110,570,000 | bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/TreeColumn.java bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/TreeItem.java | SWT |
3,025 | 87,676 | Bug 87676 Double-click only works on a tree's column0 | Build I-20050308 Using the log view as an example, double-clicking on column0 brings up the event dialog as it should. double-clicking on column1, column2 results in no notification to our double- click listener. | 2005-03-10 12:28:18 | 1,110,480,000 | resolved fixed | dbcf617 | 1,110,480,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java | SWT |
3,026 | 87,584 | Bug 87584 Remove ImageLoader dependency in Test_org_eclipse_swt_graphics_Image and Test_org_eclipse_swt_graphics_ImageData | null | 2005-03-09 17:36:44 | 1,110,410,000 | resolved fixed | 76b6937 | 1,110,410,000 | tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_Image.java tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_ImageData.java | SWT |
3,027 | 87,372 | Bug 87372 [browser] CTRL-N should not run IE action when using Browser.setText | On IE, CTRL-N opens up a new window. This is undesired when rendering html from memory. | 2005-03-08 10:05:57 | 1,110,290,000 | resolved fixed | a2a262c | 1,110,300,000 | bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/WebSite.java bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java | SWT |
3,028 | 87,363 | Bug 87363 Regression: MenuDetect no longer opens new menus | Bug introduced Nov 5, 2004. Prior to change Control.showMenu did this: boolean showMenu (int x, int y) { Event event = new Event (); event.x = x; event.y = y; sendEvent (SWT.MenuDetect, event); if (!event.doit) return true; if (menu != null && !menu.isDisposed ()) { if (x != event.x || y != event.y) { menu.setLocation ... | 2005-03-08 08:00:02 | 1,110,290,000 | resolved fixed | c3aa5c7 | 1,110,290,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Widget.java | SWT |
3,029 | 87,075 | Bug 87075 [SWT Examples - SWT Controls] Incorrect Dialog buttons creation with SWT.RETRY, SWT.ABORT, and SWT.IGNORE on MessageBox | When I was going through the Eclipse 3.1M5a examples (eclipse-examples- 3.1M5a.zip), on Solaris 9 (GTK), I realized that selecting SWT.RETRY, SWT.ABORT, or SWT.IGNORE individually for MessageBox always create the OK button on the dialog box. Steps to reproduce: 1. Install Eclipse 3.1M5a on Solaris 9. 2. Download Eclips... | 2005-03-03 10:34:28 | 1,109,860,000 | resolved fixed | 31415c6 | 1,110,230,000 | examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/DialogTab.java | SWT |
3,030 | 83,432 | Bug 83432 iFrame does not render border when in SWT Browser | Try this: create an html file with the following content: <html> <body> hello <iframe src="localPage1.xhtml" frameborder="1" scrolling="auto"> </body></html> open it with IE6.0. You see an iFrame with a border. create a HelloWorld SWT browser and do a set text with the same exact snippet above. You get am iFrame with n... | 2005-01-21 13:27:58 | 1,106,330,000 | resolved fixed | f9c50e4 | 1,110,230,000 | bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/Browser.java | SWT |
3,031 | 84,051 | Bug 84051 Table widget unexpectedly fire deactivated event while clicking scroll bar buttons. | I have created listeners to a table widget for its activate and deactivate events. When I click on the table, the table fires an activate event. When the table becomes out of focus, it fires an deactivate event. If I have the table activated, and then keeps clicking on the scroll bar, the table will eventually fire a d... | 2005-01-31 11:08:34 | 1,107,190,000 | resolved fixed | 10bdf99 | 1,110,210,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java | SWT |
3,032 | 87,265 | Bug 87265 Link widget javadoc does not mention style bits | M5 The javadoc for link does not menton which style bits are valid for it. This is an issue as the default style (SWT.NONE) renders a link widget that is just a label and cannot be selected. | 2005-03-07 09:41:34 | 1,110,210,000 | resolved fixed | 497fc90 | 1,110,210,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Link.java | SWT |
3,033 | 84,012 | Bug 84012 StyledText with SWT.WRAP style does not adjust selection correctly | When selecting text in the native Windows text widget, it is possible to extend the selection to the beginning (end) of a line by moving the mouse cursor beyond the left (right) edge of the widget's client area. In a StyledText widget with SWT.WRAP style, this does not work. When handling mouse move events, the StyledT... | 2005-01-30 18:59:05 | 1,107,130,000 | resolved fixed | 5327c2c | 1,109,700,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java | SWT |
3,034 | 82,703 | Bug 82703 Tree with TreeColumns doesn't display FULL_SELECTION properly | Run ControlExample and go to TreeTab Turn on Multiple Columns Turn on FULL_SELECTION The full selection does not draw | 2005-01-12 14:57:11 | 1,105,560,000 | resolved fixed | eca0585 | 1,109,630,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java | SWT |
3,035 | 86,587 | Bug 86587 Tree: problem with WM_PRINT | I use WM_PRINT under Windows to create image of control that I show outside of visible screen. This work Ok for all control except new Tree with columns. When I try to send it WM_PRINT under WinXP, I see image without headers, only with items. Same code works without any problem with Table. When I ask for screen shot o... | 2005-02-25 01:07:35 | 1,109,310,000 | resolved fixed | 1395ca8 | 1,109,430,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java | SWT |
3,036 | 41,546 | Bug 41546 GTK-BIDI: RTL support in Table | Sequence of columns in the table and sequence of the renderers in the column should be reversed. Additional space should be added to first visible column and not to last, as in case of ltr-oriented Table. Initial scroll position should be from the right. | 2003-08-14 09:41:46 | 1,060,870,000 | resolved fixed | 94c141d | 1,109,370,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableColumn.java | SWT |
3,037 | 51,828 | Bug 51828 GTK-BIDI: RTL support in Menu | null | 2004-02-12 08:11:51 | 1,076,590,000 | resolved fixed | ba96fef | 1,109,370,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Menu.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/MenuItem.java | SWT |
3,038 | 86,588 | Bug 86588 Tree: problem with column resize | When I add items and one column and try to resize column, it damages items text and never restores it (only after window show/hide). | 2005-02-25 01:10:21 | 1,109,310,000 | resolved fixed | 7c7de7f | 1,109,350,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java | SWT |
3,039 | 86,577 | Bug 86577 Not removing event filter added with gdk_window_add_filter | We use gdk_window_add_filter() to listen for focus events to fix ON_TOP shells. While this call takes a window, this is just the window to search for, and it seems that the filter may not be removed automatically when the window is destroyed. The fix is to use gdk_window_remove_filter() appropriately. | 2005-02-24 18:52:00 | 1,109,290,000 | resolved fixed | 9f173bb | 1,109,290,000 | bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java | SWT |
3,040 | 85,552 | Bug 85552 TextLayout preferred size depends on current width | Eclipse 3.1 M5 Run the ControlExample Go to the Link tab Select 50x50 from the Size Area Select Preferred from the Size area Notice that the Link widget is still 50 pixels wide and wrapped to multiple lines. It should be one long line. Felipe says this is a bug in TextLayout on carbon. The call setLayoutControl(OS.kATS... | 2005-02-16 15:40:36 | 1,108,590,000 | resolved fixed | 147485a | 1,109,280,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/TextLayout.java | SWT |
3,041 | 41,363 | Bug 41363 GTK-BIDI: RTL support in TabFolder | Direction of packing of rtl-oriented TabFolder's tabs should be changed to opposite. Text direction of each tab's contents should be set separately. | 2003-08-10 10:33:52 | 1,060,530,000 | resolved fixed | dc163ac | 1,109,280,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TabItem.java | SWT |
3,042 | 86,402 | Bug 86402 ToolBar only needs to resize its children if the bounds are required | ToolBar currently calls forceResize() in layoutItems(). This is required to ensure that items with controls can update their position. This call is expensive, and so deferring it until someone requires the bounds is a performance improvement. A similar strategy to the one used for getClientArea() of TabFolder and Group... | 2005-02-23 18:11:47 | 1,109,200,000 | resolved fixed | 87d0a34 | 1,109,200,000 | 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 |
3,043 | 86,000 | Bug 86000 ImageLoader Save - produces invalid JPEG images | The ImageLoader Save function appears to be producing bad JPG images. I have only verified this with JPEG output. Simple test case below loads PNG Files and Saves them as JPEG. Many files were tested and the majority did produced the proper JPG images as expected. The attached Zip file contains only those files that di... | 2005-02-21 14:47:15 | 1,109,020,000 | resolved fixed | ecb4856 | 1,109,200,000 | bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/image/JPEGFileFormat.java | SWT |
3,044 | 86,375 | Bug 86375 Toolitem calling gtk_widget_add_events after it is realized | Before a GTK+ widget is realized, calling gtk_widget_add_events simply sets some private data and does not do any work in the X server. However, if the widget is already realized, changing the event mask requires querying the current mask from the X server and updating its state in X. In SWT, hookEvents() is always per... | 2005-02-23 16:31:56 | 1,109,190,000 | resolved fixed | 75c47fa | 1,109,190,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ToolItem.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Widget.java | SWT |
3,045 | 86,145 | Bug 86145 VM Crash when running remotely via cygwin/X | Using Cygwin 1.5.12 (0.116/4/2) and forwarding X from a Solaris 3.0.1 eclipse, the system fails to start with the following error: ssh -X eclipse.sun.box bash-2.05$ ./eclipse An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 11 occurred at PC=0xFF38058C Function=memcpy+0xB0 Li... | 2005-02-22 11:08:01 | 1,109,090,000 | resolved fixed | b2ef8a6 | 1,109,180,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/graphics/Image.java | SWT |
3,046 | 86,216 | Bug 86216 Display.getActiveShell() slow with lots of widgets | If no shell is active, Display.getActiveShell() currently has to loop over every widget. Since only one shell can be active at any given time, we can optimize this case. | 2005-02-22 18:20:08 | 1,109,110,000 | resolved fixed | 4471e2e | 1,109,120,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Menu.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java | SWT |
3,047 | 71,844 | Bug 71844 popup menu has bunch of empty items | If popup menu is opned at the bottom of the screen, you will see a popup menu which has bunch of empty items. Here is how to. 1) Install the attached plugin 2) Press the button of tool bar, "Hello Eclipse world" 3) Press OK button 4) move the popup'ed dialog to the bottom of the screen. Note that "See me!" button shoul... | 2004-08-12 03:56:13 | 1,092,300,000 | verified fixed | 1ed6e01 | 1,109,010,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Menu.java | SWT |
3,048 | 85,412 | Bug 85412 changing link foreground does not repaint | - run the ControlExample, go to the Link tab - change the foreground colour and note that the example Link on the page does not change accordingly - use another window to damage part of the Link and note that the Link repaints with the new foreground colour when the other window is moved away | 2005-02-16 09:41:54 | 1,108,560,000 | resolved fixed | 7455548 | 1,108,770,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Link.java | SWT |
3,049 | 85,875 | Bug 85875 Eclipse crashes when clicking on "View Installation History" | Steps to reproduce: 1. Click on help 2. Select Software Updates 3. Select Manage Configuration 4. Click on View Installation History Eclipse then crashes and I get the following error: JVM terminated. Exit code=1 /usr/bin/java -jar /home/ijuma82/bin/eclipse-new/startup.jar -os linux -ws gtk -arch x86 -launcher /home/ij... | 2005-02-18 16:18:43 | 1,108,760,000 | verified fixed | 53ba736 | 1,108,760,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java | SWT |
3,050 | 85,877 | Bug 85877 Shell has unwanted title bar on Pocket PC | in M5 (v3123), Shell shows up with a title bar even if SWT.TITLE is not set. This is a bug. | 2005-02-18 17:01:50 | 1,108,760,000 | resolved fixed | 2d03084 | 1,108,760,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Decorations.java | SWT |
3,051 | 85,547 | Bug 85547 Combo box list is way too big | Eclipse 3.1 M5 Run ControlExample Go to the Combo tab Select SWT.SIMPLE in style area Select SWT.DROP_DOWN in style area Click on Arrow button of Combo to open list Notice that the list is extremely large and sticks up above the combo box. | 2005-02-16 15:17:40 | 1,108,590,000 | resolved fixed | f3660f5 | 1,108,760,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Spinner.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/ToolItem.java | SWT |
3,052 | 85,849 | Bug 85849 GC.copyArea() slow on images | I20050215-2300 The test test_copyAreaIIIIII is slower on Linux compared to Windows. The offender seems to be the calls to gdk_gc_set_exposures(). Since we're doing a copyArea on an image, we do not need to make these calls. | 2005-02-18 13:52:21 | 1,108,750,000 | resolved fixed | ff4f7ab | 1,108,750,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/graphics/GC.java | SWT |
3,053 | 85,834 | Bug 85834 notifyAll() slow in locking code | Calling notifyAll() unnecessarily is causing a performance regression in the test suites for Region.intersect() and other GC calls on Linux-GTK. We should only call notifyAll() if we actually have someone waiting. | 2005-02-18 10:57:39 | 1,108,740,000 | resolved fixed | 785e507 | 1,108,740,000 | bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Lock.java | SWT |
3,054 | 85,732 | Bug 85732 getClientArea() cause Shell to be resized to its initial size | linux gtk build I20050217-0800 fedora core 3 (gtk 2.4.14) On eclipse if I move the mouse over the toolbar the tooltip resizes (width) according with the length of the string (the string depends on with toolitem the mouse is over). When I do the same over the ctabfolder tabs the tooltip doesn't resize, it keeps the same... | 2005-02-17 12:17:30 | 1,108,660,000 | verified fixed | 92a90fb | 1,108,670,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java | SWT |
3,055 | 84,557 | Bug 84557 Table item does not appear in table | I am running I20050202-0800 linux gtk ctrl esc E brings up the handy switch to editor window, but unfortuantley the list is empty :( | 2005-02-07 07:06:23 | 1,107,780,000 | resolved fixed | aae4689 | 1,108,670,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableColumn.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeColumn.java | SWT |
3,056 | 85,453 | Bug 85453 Advanced graphics not working on W2K - trigger system window | null | 2005-02-16 11:48:16 | 1,108,570,000 | resolved fixed | 1e6274f | 1,108,580,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Device.java | SWT |
3,057 | 85,236 | Bug 85236 IllegalArgumentException when layouting link widget | When using the Link widget on the Java>Editor preference page, I get the following exception when the page is first displayed (due to a zero width parameter): java.lang.IllegalArgumentException: Argument not valid at org.eclipse.swt.SWT.error(SWT.java:2823) at org.eclipse.swt.SWT.error(SWT.java:2762) at org.eclipse.swt... | 2005-02-15 06:09:36 | 1,108,470,000 | resolved fixed | 5b3ec30 | 1,108,500,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Link.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Link.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Link.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Link.java bundles/org.ecli... | SWT |
3,058 | 45,429 | Bug 45429 TableColumn.pack() doesn't decrease column's width on GTK | When the text of the TableItem is changed, I call TableColumn.pack() to resize the column to contain whole text of all items. On GTK, when text is larger then the previous one, column is extended (with both pack() and without pack()). This is OK. When I set the text to the smaller one again and call to pack(), the colu... | 2003-10-23 06:28:07 | 1,066,900,000 | resolved fixed | 84155e3 | 1,108,410,000 | 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 |
3,059 | 85,119 | Bug 85119 Use GDK_HAND2 instead of GDK_HAND1 for SWT.CURSOR_HAND | A common use for the hand cursor is for use with links as in a web browser. The cursor used by default for links in Mozilla Firefox looks like GDK_HAND2, while currently we use the right-pointing hand, GDK_HAND1. It would be nicer to follow Mozilla on this one, as the hand cursor we currently use often looks out of pla... | 2005-02-13 23:27:42 | 1,108,360,000 | verified fixed | fdc503f | 1,108,400,000 | bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Cursor.java | SWT |
3,060 | 34,644 | Bug 34644 DND in the FileViewer example resets tree selection | RC2 Linux-GTK In the FileViewer example, expand the tree a few levels and drag a file from the table on the right to somewhere in the tree on the left. No matter where the drop occurs, the selection is reset to the filesystem root. A client application wouldn't want to lose the user's context this way. The selection sh... | 2003-03-11 11:23:27 | 1,047,400,000 | resolved fixed | 709d79b | 1,108,180,000 | examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/fileviewer/FileViewer.java | SWT |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.