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
3,361
16,620
Bug 16620 GC.drawLine and GC.drawPolyline aren't consistent [portability]
On Windows, gc.drawLine(10,10,20,20) and gc.drawPolyLine(new int[] {10,10,20,20}) do not do the same thing. drawPolyline is omitting the last pixel. The effect of this is that when drawing "connections" between boxes, the connection meets the box at one end, but has a 1-pixel gap at the other end. Also, when drawing a hollow arrow tip that looks like "<", one side of the arrow is smaller than the other because one side is missing a pixel. I cannot think of any workaround that will still work correctly with both XOR and the various line STYLES. Is this consistent across all platforms?
2002-05-21 13:04:57
1,022,000,000
resolved fixed
c62f1bd
1,084,610,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java
SWT
3,362
62,195
Bug 62195 Error in SWT#SCROLL_LOCK JavaDoc
I200405131200 In the JavaDoc of SWT#SCROLL_LOCK the 'num' should be replaced by 'scroll'.
2004-05-13 19:21:01
1,084,490,000
resolved fixed
dfd22a4
1,084,540,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java
SWT
3,363
52,849
Bug 52849 Lightweight close buttons on CTabFolder are problematic
Using emulated buttons on a control which has DragSource listeners is problematic. Please revert to using heavyweight controls for the "X" button on Views. Probably route this to SWT?
2004-02-23 13:34:14
1,077,560,000
resolved fixed
4dfb5f9
1,084,480,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java
SWT
3,364
62,090
Bug 62090 Pressing enter in combo triggers dialog traversal
I200405122000 If I go to the Keys preference page and select certain categories, e.g., Window, any command selected will close the preference window. The same thing occurs if you select the category with the keyboard and hit enter.
2004-05-13 09:31:06
1,084,460,000
resolved fixed
30e7130
1,084,470,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java
SWT
3,365
61,207
Bug 61207 cannot use icons with > 8 bit color depth
eclipse complains when you ask it to load an icon (*.ico) file having greater than 8-bit color depth. i have tracked the error down to the following lines in WinICOFileFormat::loadInfoHeader(): if (!((width == infoWidth) && (height * 2 == infoHeight) && ((bitCount == 1) || (bitCount == 4) || (bitCount == 8)))) SWT.error(SWT.ERROR_INVALID_IMAGE); this is a problem on windows as many icons are 24 bit.
2004-05-06 10:02:32
1,083,850,000
resolved fixed
f080cc5
1,084,470,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/image/WinBMPFileFormat.java bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/image/WinICOFileFormat.java
SWT
3,366
59,333
Bug 59333 [Browser] Exception error messages are not very meaningful
When using the SWT Browser in Linux it seems that the "SWTError: No more handles" error is used for several different situations that don't really mean there are no more handles. This makes it very difficult to debug problems. Would it be possible to use more meaningful errors that will help users deduce what the real problems are?
2004-04-20 16:02:28
1,082,490,000
resolved fixed
497f098
1,084,460,000
bundles/org.eclipse.swt/Eclipse SWT Browser/mozilla/org/eclipse/swt/browser/Browser.java
SWT
3,367
62,010
Bug 62010 NPE Pressing CTRL-O in java editor
I20040511 8AM build. I had a java editor open, and pressed CTRL-O (it had been working for a long time). This appeared in the log: java.lang.NullPointerException at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:3393) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2978) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3291) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1466) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2388) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:298) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:249) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:126) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:722) at org.eclipse.core.launcher.Main.main(Main.java:706)
2004-05-12 16:40:16
1,084,390,000
resolved fixed
1d36ca7
1,084,400,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java
SWT
3,368
61,337
Bug 61337 Dialogs resize when moved on Solaris
Eclipse 200405060200 on Solaris When doing a build, you can't the details. There is a drawing problem. If you keep on pressing the details button, you will lose almost the whole dialog.
2004-05-06 18:43:50
1,083,880,000
resolved fixed
88080c0
1,084,310,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Shell.java
SWT
3,369
55,748
Bug 55748 [browser] fail to launch under RH EL3
getFile ComsD getFile GreComsD getFile ComRegF getFiles APluginsDL getFile XptiRegF getFile XCurProcD getFile GreComsD Exception in thread "main" org.eclipse.swt.SWTError: No more handles at org.eclipse.swt.SWT.error(SWT.java:2651) at org.eclipse.swt.SWT.error(SWT.java:2555) at org.eclipse.swt.browser.Browser.<init>(Browser.java:142) at PR.main(PR.java:14)
2004-03-23 14:57:51
1,080,070,000
resolved fixed
49b4936
1,084,310,000
bundles/org.eclipse.swt/Eclipse SWT Browser/motif/org/eclipse/swt/browser/Browser.java bundles/org.eclipse.swt/Eclipse SWT Browser/mozilla/org/eclipse/swt/browser/Browser.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOM.java
SWT
3,370
59,528
Bug 59528 [Workbench] CTabFolder flashes on tab switch
I20040420 My system background colour is set to grey. Java editors in eclipse have a white background. When I switch between two editors, I see a flash to the grey system background colour. The grey is visible for a fair amount of time during the switch, and even longer if it is the first time I have accessed the file either in the current session or after it has been inactive for some time. The same behavior can be seen upon switching view tabs (easier to see when the view is maximized). A plausible reason for the flash may be that when we show the next widget, X initially fills the window to the background colour until the widget has a chance to draw itself.
2004-04-21 17:10:14
1,082,580,000
resolved fixed
ec0b0db
1,084,300,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/Composite.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Widget.java
SWT
3,371
54,575
Bug 54575 CTabFolder: Selecting tabs should not affect whether chevron is shown (should use constant space)
build I20040310 + latest from HEAD - in default layout of Java perspective, in default window size (Window > New Window), the Package Explorer and Hierarchy view are in the same folder - both tabs appear, but Package Explorer's name appears as Package Expl... - if not, then shrink the folder until it does - click on Hierarchy tab - the Package Explorer tab disappears and you get the >>1 chevron - you, are in a different mode now, and experiencing disorientation - choose Package Explorer from the chevron menu - boths tabs are visible now Simply switching between tabs should not affect whether the chevron is shown. The tabs should use constant space across selection, even if they trade off space with each other.
2004-03-11 22:22:07
1,079,060,000
resolved fixed
f0e7f11
1,084,220,000
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
3,372
59,614
Bug 59614 Clicking the CTabFolder chevron twice does not make the drop down go away
I20040420 When enough tabs are displayed for a chevron to appear, clicking the chevron once displays a drop down list of open files. Clicking on the chevron again once the drop down is open does not make it disappear, instead it closes then pops back up again.
2004-04-22 08:45:23
1,082,640,000
resolved fixed
b69ea52
1,083,950,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java
SWT
3,373
60,420
Bug 60420 lots of crashes since M8
null
2004-04-29 09:56:05
1,083,250,000
resolved fixed
a321867
1,083,880,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/gtk/org/eclipse/swt/dnd/Clipboard.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/Shell.java
SWT
3,374
61,239
Bug 61239 TableItem NPE
- run the JNI generator - select the OS class - select the ActivateKeyboardLayout method - left click in the Cast column of the second parameter (it does not have a cast value) - will get the following NPE: java.lang.NullPointerException at org.eclipse.swt.widgets.TableItem.getImageBounds(TableItem.java:409) at org.eclipse.swt.custom.TableEditor.computeBounds (TableEditor.java:103) at org.eclipse.swt.custom.ControlEditor.resize(ControlEditor.java:218) at org.eclipse.swt.custom.TableEditor.resize(TableEditor.java:219) at org.eclipse.swt.custom.TableEditor.setItem(TableEditor.java:195) at org.eclipse.swt.tools.internal.JNIGeneratorAppUI$10.handleEvent (JNIGeneratorAppUI.java:533) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2652) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2324) at org.eclipse.swt.tools.internal.JNIGeneratorAppUI.run (JNIGeneratorAppUI.java:627) at org.eclipse.swt.tools.internal.JNIGeneratorAppUI.main (JNIGeneratorAppUI.java:890)
2004-05-06 11:38:53
1,083,860,000
resolved fixed
dcb7030
1,083,860,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TableItem.java
SWT
3,375
43,921
Bug 43921 gradient fill does not print its color properly
When I try to print gradient foreground color as yellow, it prints out turquoise. If you change the fillGradient() call ti fillRectangle() the right color prints out. I have seen this happen with other colors too. I altered the print example to demonstrate the problem. package printing.tests; import org.eclipse.swt.*; import org.eclipse.swt.graphics.*; import org.eclipse.swt.widgets.*; import org.eclipse.swt.printing.*; public class BasicPrint { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); FontDialog fontDialog = new FontDialog(shell, SWT.NULL); FontData displayFontData = fontDialog.open(); PrintDialog dialog = new PrintDialog(shell, SWT.NULL); PrinterData data = dialog.open(); shell.dispose(); if (displayFontData == null || data == null) { System.out.println("Cancelled"); return; } Printer printer = new Printer(data); Rectangle clientArea = printer.getClientArea(); Font printerFont = new Font(printer, displayFontData.getName(), displayFontData.getHeight(), SWT.NORMAL); // this is the color that causes the problem Color foreground = new Color(printer, 255, 252, 194); // yellow Color background = new Color(printer, 0xff, 0xff, 0xff); Image pageBuffer = new Image(printer, clientArea.width, clientArea.height); GC pageGC = new GC(pageBuffer); pageGC.setFont(printerFont); pageGC.setForeground(foreground); pageGC.setBackground(background); Rectangle rect = new Rectangle(20, 20, clientArea.width / 2, clientArea.height / 4); pageGC.drawRectangle(rect); pageGC.fillGradientRectangle(rect.x, rect.y, rect.width, rect.height, false); pageGC.drawString("Test", 222, 222); if (printer.startJob("Gradient Color Test")) { Rectangle trim = printer.computeTrim(0, 0, 0, 0); Point dpi = printer.getDPI(); int leftMargin = dpi.x + trim.x; // one inch from left side of paper int topMargin = dpi.y / 2 + trim.y; // one-half inch from top edge of paper GC gc = new GC(printer); if (printer.startPage()) { gc.drawImage(pageBuffer, leftMargin, topMargin); gc.dispose(); printer.endPage(); } printer.endJob(); } pageGC.dispose(); pageBuffer.dispose(); } }
2003-09-30 11:51:44
1,064,940,000
resolved fixed
de99c6e
1,083,790,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/GC.java
SWT
3,376
57,506
Bug 57506 Pressing TAB key creates junk in editor
1. Create a new build.xml file. 2. Enter the following contents, indenting the lines with tabs as shown: <project default="sleep"> <target name="sleep"> <sleep seconds="10"/> </target> </project> 3. Place the cursor in front of the <target tag and press TAB. The editor line will change to display: <tar<target name="sleep"> The junk is just a region that's not getting redrawn correctly. The characters aren't really there.
2004-04-05 16:33:30
1,081,200,000
resolved fixed
992a035
1,083,780,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
3,377
60,937
Bug 60937 Hitting Enter when a combobox is open can invoke default button
For example, I go to the Preferences dialog and go to the Keys section. Using the mouse, I click on the Category combobox, but I see that there are a lot of them, so I use the keyboard to navigate up and down the list. When the correct item is highlighted I hit Enter to select that item in the combobox, but instead, the dialog gets dismissed. In other Windows apps, the combobox will close but the dialog will remain open.
2004-05-04 13:45:05
1,083,690,000
resolved fixed
0a803e5
1,083,760,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java
SWT
3,378
59,352
Bug 59352 [browser] GTK crashes on attachments
A php script to crash the browser widget snippet128: <?php header('Content-Disposition: : attachment; filename="eclipse.txt"'); header('Content-Encoding: deflate'); header('Content-Length: 27429'); header('Content-Type: application/x-bittorrent; name="eclipse.txt"'); ?> (save as crash.php, and load it through a php enabled server in the browser snippet). On Mozilla this pops up the "Opening ... save to disk" popup. The snippet128 browser example crashes. SWT 3046 gtk: An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 11 occurred at PC=0x428C3355 Function=Java_org_eclipse_swt_internal_mozilla_XPCOM_VtblCall__II_3I+0xF Library=/home/dev/sancho/libswt-mozilla-gtk-3046.so Current Java thread: at org.eclipse.swt.internal.mozilla.XPCOM.VtblCall(Native Method) at org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome.GetWebBrowser (nsIWebBrowserChrome.java:55) at org.eclipse.swt.browser.WindowCreator.CreateChromeWindow (WindowCreator.java:92) at org.eclipse.swt.browser.WindowCreator$2.method3 (WindowCreator.java:42) at org.eclipse.swt.internal.mozilla.XPCOMObject.callback3 (XPCOMObject.java:259) at org.eclipse.swt.internal.gtk.OS.gtk_main_iteration(Native Method) - locked <0x49780df0> (a java.lang.Class) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1725) at WB.main(WB.java:107)
2004-04-20 17:17:24
1,082,500,000
resolved fixed
959ae55
1,083,710,000
bundles/org.eclipse.swt/Eclipse SWT Browser/mozilla/org/eclipse/swt/browser/WindowCreator.java
SWT
3,379
12,625
Bug 12625 Menu items still grab accelerators when disabled
If a menu item has an accelerator, it will contine to grab this accelerator even when it is disabled. We currently have a workaround in EditorMenuManager which removes the accelerator when an item is disabled. Steve is aware of this issue.
2002-04-02 11:21:37
1,017,760,000
resolved fixed
1413f7a
1,083,700,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/MenuItem.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/MenuItem.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MenuItem.java
SWT
3,380
46,824
Bug 46824 ControlExample: scrolling Canvas leaves screencheese
N20031114 - start ControlExample and open the canvas tab - scroll the canvas until the number is partially outside the view - scroll number number back into the view Observe: the number is redrawn incorrectly
2003-11-18 04:39:20
1,069,150,000
resolved fixed
40b1ad7
1,083,650,000
examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/CanvasTab.java
SWT
3,381
60,492
Bug 60492 [browser] safari - 2 browsers on different tab items in same tab folder overlap
null
2004-04-29 15:33:20
1,083,270,000
resolved fixed
657a35a
1,083,600,000
bundles/org.eclipse.swt/Eclipse SWT Browser/carbon/org/eclipse/swt/browser/Browser.java
SWT
3,382
58,272
Bug 58272 BIDI: The C/ C++ editor doesn't preserve the keyboard language after pressing sapce bar
Tested using Win 2003 Arabic locale, build M8. 1) Create a new C++ project 2) Insert a new C++ class 3) Change the keyboard language to Arabic and write an Arabic word, then a space The keyboard language switched back to English
2004-04-13 10:05:59
1,081,870,000
resolved fixed
3f164ca
1,083,360,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
3,383
60,334
Bug 60334 Can't force focus to a shell (BBAWT)
I have a situation where I have my own "lightweight" widgets that are drawn within a real SWT widget. Since in SWT, *something* must have focus, I set the real focus to the lightweight widget's parent. When that parent is a shell, and I call forceFocus() on the shell, the window manager (or someone) is being "helpful" by moving the focus to the first focusable child. In this case, I really wanted the shell to be the focus widget. Here's a testcase that illustrates what I'm trying to do. When the shell opens, the text widget is given focus. Then, when I force the focus to be the shell, I don't expect the button to then be given focus, especially since I have a traverse listener on the shell that sets the "doit" to false. Shouldn't the traverse listener allow me to prevent the button from receiving focus? If not, how can I do this? -- testcase -- import org.eclipse.swt.*; import org.eclipse.swt.widgets.*; import org.eclipse.swt.graphics.*; import org.eclipse.swt.layout.*; import org.eclipse.swt.events.*; //------------------------------------------------------------------- // //------------------------------------------------------------------- public class TestSwtForceFocus { private Display display; private Shell shell; //------------------------------------------------------------------- // //------------------------------------------------------------------- static public void main(String[] args) { new TestSwtForceFocus().runMain(args); } //------------------------------------------------------------------- // //------------------------------------------------------------------- private void runMain(String[] args) { display = new Display(); shell = new Shell(display); shell.setText(getClass().getName()); shell.setLayout(new GridLayout()); shell.addShellListener(new ShellAdapter() { public void shellActivated(ShellEvent e) { System.out.println("shell activated"); } }); Button push = new Button(shell, 0); push.setText("push"); Text text = new Text(shell, 0); shell.setSize(300, 300); shell.addTraverseListener(new TraverseListener() { public void keyTraversed(TraverseEvent e) { e.doit = false; } }); shell.open(); text.forceFocus(); shell.forceFocus(); System.out.println( "button is focus control = " + push.isFocusControl()); while (!shell.isDisposed()) { if (!display.readAndDispatch()) { display.sleep(); } } } }
2004-04-28 17:15:12
1,083,190,000
resolved fixed
d9eb413
1,083,190,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Decorations.java
SWT
3,384
59,941
Bug 59941 [Tree] Expanded state does not get set properly for an expanded/collapsed item in a tree
null
2004-04-26 10:19:10
1,082,990,000
resolved wontfix
1bff345
1,083,190,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/Tree.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/TreeItem.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java
SWT
3,385
25,629
Bug 25629 Need STATE_SYSTEM_LINKED mapped to one of the states in ACC.
I need to enable the F1 infopops for being readable by JAWS, and currently one cannot read the "hyperlinks" in the infopop without tabbing to each one of them. To enable the above I need to have STATE_SYSTEM_LINKED mapped to one of the states in ACC.
2002-11-01 09:52:20
1,036,160,000
resolved fixed
54340ef
1,083,190,000
bundles/org.eclipse.swt/Eclipse SWT Accessibility/common/org/eclipse/swt/accessibility/ACC.java bundles/org.eclipse.swt/Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/ole/win32/COM.java
SWT
3,386
59,524
Bug 59524 Evaluation pop-up keybindings are broken on GTK
Build 20040420 Linux-GTK 1. Debug to a breakpoint. 2. Highlight some text and choose "Display" 3. In the resulting pop-up, press ctrl+shit+D. Nothing happens.
2004-04-21 16:53:55
1,082,580,000
verified fixed
a21808a
1,083,080,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
SWT
3,387
57,380
Bug 57380 Excess clipping/dirty area for Table PaintListener's paintControl(PaintEvent)
This is new in M8 for Windows. Linux GTK has always had this bug. The code snippet below changes the text on one cell. Clicking the "Bug" button: On Windows 2000, SWT 3.0M7 returns the cell area gc.getClipping=Rectangle {50, 16, 50, 14} On Windows 2000, SWT 3.0M8 returns the TableItem area gc.getClipping=Rectangle {0, 16, 350, 14} On GTK, both 3.0M7 and 3.0M8 versions returns the whole table gc.getClipping=Rectangle {0, 0, 368, 113} This makes for really slow updates if one is continuously changing only one cell. Especially when the developer is drawing/refreshing his/her own objects based on the clipping area. e.x y width height are the same as clipping. Code snippet: public static void main(String[] args) { System.out.println(SWT.getVersion()); Display display = new Display(); Shell shell = new Shell(display, SWT.CLOSE | SWT.TITLE); shell.setLayout(new GridLayout()); final Table table = new Table(shell, SWT.BORDER); table.setLayoutData(new GridData(GridData.FILL_BOTH)); for (int i = 0; i < 7; i++) { TableColumn column = new TableColumn(table, SWT.BORDER); column.setResizable(false); column.setWidth(50); } for (int x = 0; x < 5; x++) { TableItem item = new TableItem(table, SWT.NONE); for (int i = 0; i < 7; i++) { item.setText(i, String.valueOf(i)); } } table.addPaintListener(new PaintListener() { public void paintControl(PaintEvent e) { System.out.println("gc.getClipping="+e.gc.getClipping()); System.out.println(""+e.x+":"+e.y+":"+e.width+":"+e.height); } }); Button btn = new Button(shell, SWT.PUSH); btn.setText("Bug"); btn.setFocus(); btn.addSelectionListener(new SelectionAdapter() { int x = 0; public void widgetSelected(SelectionEvent e) { table.getItem(1).setText(1, String.valueOf(++x)); } }); shell.pack(); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); }
2004-04-03 23:26:16
1,081,050,000
resolved fixed
fa200a7
1,083,020,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TableItem.java
SWT
3,388
58,638
Bug 58638 Permit to have synchronous display to help debugging
A method calling GdiSetBatchLimit (on Windows) or XSynchronize(on X/gtk/motif) would greatly help debugging custom painting on controls. Cheers -- Steve
2004-04-15 08:50:45
1,082,030,000
resolved fixed
436adf7
1,083,010,000
bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Device.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Device.java
SWT
3,389
56,376
Bug 56376 [EditorMgmt] Immortal editor tab tooltips
null
2004-03-26 11:42:37
1,080,320,000
resolved fixed
306bec7
1,083,000,000
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
3,390
59,872
Bug 59872 Documentation fix for RowLayout
The attached patch to RowLayout.java clarifies the meaning of the fill member for vertical layouts.
2004-04-24 17:40:31
1,082,840,000
resolved fixed
458753d
1,082,980,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/layout/RowLayout.java
SWT
3,391
59,424
Bug 59424 BIDI: level of the first directional run is never detected
GTK TextLayout#getLevel(int) starts the loop with while (OS.pango_layout_iter_next_run(iter)) - advancing the iter to the 2nd directional run (if any). Thus the 1st directional run is omitted.
2004-04-21 09:57:58
1,082,560,000
resolved fixed
7cb17ed
1,082,750,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/TextLayout.java
SWT
3,392
58,851
Bug 58851 When shell is created with SWT.NO_TRIM, windows does not show it on task bar
When shell is created with SWT.NO_TRIM, windows does not show it on the task bar. Thus we can t switch tasks to get to this shell. It works fine under Linux. It looks like a windows limitation ? The issue is that having no trim for windows is something nice, but still we don t want to 'lose' the application. Additionnaly, if the window has a non rectangular shape, when the shell is minimized, it is minimized as a window limited to a top bar, with the top bar being 'cut' to the region of the shell. It does not look clean.
2004-04-16 11:22:44
1,082,130,000
resolved fixed
7e606d9
1,082,740,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java
SWT
3,393
59,698
Bug 59698 [browser] investigate support for custom popup menu
The Browser widget for 3.0 has the following behaviour: 1. By default, expose the native popup menu if the embedded native browser exposes one (at the moment, this applies to IE only. Other browsers don't provide a 'free' default one). No custom menu can be set or modified on any platform. 2. allow apps to block the default popup menu by catching the SWT.MenuDetect event and setting the field event.doit to false. Scenario 1 is for people using the Browser to navigate HTML documents. Scenario 2 is for people using the Browser to render a portion of HTML and don't want the user to access the actions from the default popup menu. This behaviour is also consistent with the way the native Text widget provide a default popup menu. Post 3.0: Investigate support for custom popup menus.
2004-04-22 16:38:23
1,082,670,000
resolved fixed
ce2a897
1,082,740,000
bundles/org.eclipse.swt/Eclipse SWT Browser/mozilla/org/eclipse/swt/browser/Browser.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDOMEvent.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDOMMouseEvent.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDOMUIEvent.java
SWT
3,394
59,615
Bug 59615 Empty space before handle in a coolbar
CVS HEAD from yesterday If a toolbar has a shadow, there is a blank space visible after the toolbar and before the next gripper in a coolbar. Attached is a screenshot showing the problem, and a patch I made that fixes the problem, but only after I grab the adjacent gripper and move it.
2004-04-22 08:49:19
1,082,640,000
resolved fixed
e7be549
1,082,670,000
bundles/org.eclipse.swt/Eclipse SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolBar.java bundles/org.eclipse.swt/Eclipse SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolItem.java
SWT
3,395
57,562
Bug 57562 [Workbench] DBCS: Window resizing does not work properly
OS: <AIX 5.2> Language: <Japanese locale:Ja_JP.IBM-943> Build level: <3.0M8-aix-motif(200403311308)> JDK version: IBM JDK 1.4.2 Beta Test case #: Summary: DBCS: Window resizing does not work properly Steps to recreate problem: 1- select File->New->Project.., then create New Java Project. 2- add package and class to the project, then select Java Editor which shows newly created class. 3- resizing eclipse window. Error: Eclipse fails to resize window. When window is extended, blank area is appeared. When window is shrinked, some view is concealed. This problem is caused by selecting Editors, such as Java Editor, Text Editor and so on. But when selecting specific pages, such as Welcome pages and plugin.xml pages, window resizing works correctly. Expected Result: According to window size, each Views should be shrinked or extended to show all Views properly.
2004-04-06 08:31:39
1,081,250,000
closed fixed
a190846
1,082,590,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Control.java
SWT
3,396
57,079
Bug 57079 [interop] SWT_AWT causes JVM crash
My JVM crashes on occasion when closing a wizard that contains a SWT_AWT-based swing JPanel. Can reproduce, however the problem doesn't always occur -- usually 1 of 6 wizard invocations will show the problem. The stack trace displayed by the JVM is not always the same. I've pasted two of them below: java.lang.NullPointerException: null pData at sun.awt.windows.WComponentPeer.hide(Native Method) at java.awt.Component.hide(Unknown Source) at java.awt.Window.hide(Unknown Source) at java.awt.Component.show(Unknown Source) at java.awt.Component.setVisible(Unknown Source) at java.awt.Window$1DisposeAction.run(Unknown Source) at java.awt.Window.dispose(Unknown Source) at org.eclipse.swt.awt.SWT_AWT$8.run(SWT_AWT.java:145) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) An unexpected exception has been detected in native code outside the VM. Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x4886DF0 Function=Java_sun_awt_windows_WColor_getDefaultColor+0x7960 Library=C:\Program Files\Java\j2re1.4.2\bin\awt.dll Current Java thread: at sun.awt.windows.WComponentPeer.removeNativeDropTarget(Native Method) at sun.awt.windows.WComponentPeer.removeDropTarget(Unknown Source) - locked <0x11a42b70> (a sun.awt.windows.WEmbeddedFramePeer) at java.awt.dnd.DropTarget.removeNotify(Unknown Source) at java.awt.Component.removeNotify(Unknown Source) - locked <0x11943120> (a java.awt.Component$AWTTreeLock) at java.awt.Container.removeNotify(Unknown Source) - locked <0x11943120> (a java.awt.Component$AWTTreeLock) at javax.swing.JComponent.removeNotify(Unknown Source) at javax.swing.text.JTextComponent.removeNotify(Unknown Source) at java.awt.Container.removeNotify(Unknown Source) - locked <0x11943120> (a java.awt.Component$AWTTreeLock) at javax.swing.JComponent.removeNotify(Unknown Source) at java.awt.Container.removeNotify(Unknown Source) - locked <0x11943120> (a java.awt.Component$AWTTreeLock) at java.awt.Frame.removeNotify(Unknown Source) - locked <0x11943120> (a java.awt.Component$AWTTreeLock) at java.awt.Window$1DisposeAction.run(Unknown Source) at java.awt.Window.dispose(Unknown Source) at org.eclipse.swt.awt.SWT_AWT$8.run(SWT_AWT.java:145) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Dynamic libraries: 0x00400000 - 0x00407000 C:\Program Files\Java\j2re1.4.2\bin\javaw.exe 0x77F50000 - 0x77FF7000 C:\WINDOWS\System32\ntdll.dll 0x77E60000 - 0x77F46000 C:\WINDOWS\system32\kernel32.dll 0x77DD0000 - 0x77E5D000 C:\WINDOWS\system32\ADVAPI32.dll 0x78000000 - 0x78086000 C:\WINDOWS\system32\RPCRT4.dll 0x77D40000 - 0x77DCC000 C:\WINDOWS\system32\USER32.dll 0x77C70000 - 0x77CB0000 C:\WINDOWS\system32\GDI32.dll 0x77C10000 - 0x77C63000 C:\WINDOWS\system32\MSVCRT.dll 0x76390000 - 0x763AC000 C:\WINDOWS\System32\IMM32.DLL 0x629C0000 - 0x629C8000 C:\WINDOWS\System32\LPK.DLL 0x72FA0000 - 0x72FFA000 C:\WINDOWS\System32\USP10.dll 0x08000000 - 0x08136000 C:\Program Files\Java\j2re1.4.2 \bin\client\jvm.dll 0x76B40000 - 0x76B6C000 C:\WINDOWS\System32\WINMM.dll 0x10000000 - 0x10007000 C:\Program Files\Java\j2re1.4.2\bin\hpi.dll 0x00830000 - 0x0083E000 C:\Program Files\Java\j2re1.4.2\bin\verify.dll 0x00840000 - 0x00858000 C:\Program Files\Java\j2re1.4.2\bin\java.dll 0x00860000 - 0x0086D000 C:\Program Files\Java\j2re1.4.2\bin\zip.dll 0x02C50000 - 0x02C5F000 C:\Program Files\Java\j2re1.4.2\bin\net.dll 0x71AB0000 - 0x71AC4000 C:\WINDOWS\System32\WS2_32.dll 0x71AA0000 - 0x71AA8000 C:\WINDOWS\System32\WS2HELP.dll 0x02C60000 - 0x02C68000 C:\Program Files\Java\j2re1.4.2\bin\nio.dll 0x03320000 - 0x03368000 C:\Program Files\eclipse3.0M7 \plugins\org.eclipse.swt.win32_3.0.0\os\win32\x86\swt-win32-3038.dll 0x771B0000 - 0x772D1000 C:\WINDOWS\system32\ole32.dll 0x77340000 - 0x773CB000 C:\WINDOWS\system32\COMCTL32.dll 0x763B0000 - 0x763F5000 C:\WINDOWS\system32\comdlg32.dll 0x70A70000 - 0x70AD5000 C:\WINDOWS\system32\SHLWAPI.dll 0x773D0000 - 0x77BC2000 C:\WINDOWS\system32\SHELL32.dll 0x77120000 - 0x771AB000 C:\WINDOWS\system32\OLEAUT32.dll 0x71950000 - 0x71A34000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common- Controls_6595b64144ccf1df_6.0.10.0_x-ww_f7fb5805\comctl32.dll 0x5AD70000 - 0x5ADA4000 C:\WINDOWS\System32\uxtheme.dll 0x63000000 - 0x63014000 C:\WINDOWS\System32\SynTPFcs.dll 0x77C00000 - 0x77C07000 C:\WINDOWS\system32\VERSION.dll 0x03910000 - 0x0393B000 C:\WINDOWS\System32\msctfime.ime 0x03940000 - 0x03948000 C:\Program Files\eclipse3.0M7 \plugins\org.eclipse.core.resources.win32_3.0.0\os\win32\x86\core_2_1_0b.dll 0x74C80000 - 0x74CAC000 C:\WINDOWS\System32\oleacc.dll 0x55900000 - 0x55961000 C:\WINDOWS\System32\MSVCP60.dll 0x746F0000 - 0x74716000 C:\WINDOWS\System32\Msimtf.dll 0x74720000 - 0x74764000 C:\WINDOWS\System32\MSCTF.dll 0x76380000 - 0x76385000 C:\WINDOWS\System32\msimg32.dll 0x03E90000 - 0x03EB4000 C:\Program Files\Trillian\events.dll 0x04810000 - 0x0491A000 C:\Program Files\Java\j2re1.4.2\bin\awt.dll 0x73000000 - 0x73023000 C:\WINDOWS\System32\WINSPOOL.DRV 0x04A20000 - 0x04A70000 C:\Program Files\Java\j2re1.4.2 \bin\fontmanager.dll 0x51000000 - 0x51047000 C:\WINDOWS\System32\ddraw.dll 0x73BC0000 - 0x73BC6000 C:\WINDOWS\System32\DCIMAN32.dll 0x5C000000 - 0x5C0C8000 C:\WINDOWS\System32\D3DIM700.DLL 0x71A50000 - 0x71A8B000 C:\WINDOWS\System32\mswsock.dll 0x76F20000 - 0x76F45000 C:\WINDOWS\System32\DNSAPI.dll 0x76FB0000 - 0x76FB7000 C:\WINDOWS\System32\winrnr.dll 0x76F60000 - 0x76F8C000 C:\WINDOWS\system32\WLDAP32.dll 0x76FC0000 - 0x76FC5000 C:\WINDOWS\System32\rasadhlp.dll 0x76C90000 - 0x76CB2000 C:\WINDOWS\system32\imagehlp.dll 0x6D510000 - 0x6D58D000 C:\WINDOWS\system32\DBGHELP.dll 0x76BF0000 - 0x76BFB000 C:\WINDOWS\System32\PSAPI.DLL Heap at VM Abort: Heap def new generation total 2752K, used 566K [0x10010000, 0x10300000, 0x104f0000) eden space 2496K, 18% used [0x10010000, 0x10081120, 0x10280000) from space 256K, 44% used [0x10280000, 0x1029c9b0, 0x102c0000) to space 256K, 0% used [0x102c0000, 0x102c0000, 0x10300000) tenured generation total 35536K, used 22062K [0x104f0000, 0x127a4000, 0x14010000) the space 35536K, 62% used [0x104f0000, 0x11a7b808, 0x11a7ba00, 0x127a4000) compacting perm gen total 26368K, used 26352K [0x14010000, 0x159d0000, 0x18010000) the space 26368K, 99% used [0x14010000, 0x159cc220, 0x159cc400, 0x159d0000) Local Time = Thu Mar 25 14:15:31 2004 Elapsed Time = 42 # # The exception above was detected in native code outside the VM # # Java VM: Java HotSpot(TM) Client VM (1.4.2-beta-b19 mixed mode) # # An error report file has been saved as hs_err_pid2500.log. # Please refer to the file for further information. ------------------ java.lang.NullPointerException: null pData at sun.awt.windows.WComponentPeer.hide(Native Method) at java.awt.Component.hide(Unknown Source) at java.awt.Window.hide(Unknown Source) at java.awt.Component.show(Unknown Source) at java.awt.Component.setVisible(Unknown Source) at java.awt.Window$1DisposeAction.run(Unknown Source) at java.awt.Window.dispose(Unknown Source) at org.eclipse.swt.awt.SWT_AWT$8.run(SWT_AWT.java:145) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) java.lang.NullPointerException: null pData at sun.awt.windows.WComponentPeer._dispose(Native Method) at sun.awt.windows.WComponentPeer.disposeImpl(Unknown Source) at sun.awt.windows.WWindowPeer.disposeImpl(Unknown Source) at sun.awt.windows.WObjectPeer.dispose(Unknown Source) at java.awt.Component.removeNotify(Unknown Source) at java.awt.Container.removeNotify(Unknown Source) at java.awt.Frame.removeNotify(Unknown Source) at java.awt.Window$1DisposeAction.run(Unknown Source) at java.awt.Window.dispose(Unknown Source) at org.eclipse.swt.awt.SWT_AWT$8.run(SWT_AWT.java:145) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) An unexpected exception has been detected in native code outside the VM. Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x3E56DF0 Function=Java_sun_awt_windows_WColor_getDefaultColor+0x7960 Library=C:\Program Files\Java\j2re1.4.2\bin\awt.dll Current Java thread: at sun.awt.windows.WToolkit.eventLoop(Native Method) at sun.awt.windows.WToolkit.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Dynamic libraries: 0x00400000 - 0x00407000 C:\Program Files\Java\j2re1.4.2\bin\javaw.exe 0x77F50000 - 0x77FF7000 C:\WINDOWS\System32\ntdll.dll 0x77E60000 - 0x77F46000 C:\WINDOWS\system32\kernel32.dll 0x77DD0000 - 0x77E5D000 C:\WINDOWS\system32\ADVAPI32.dll 0x78000000 - 0x78086000 C:\WINDOWS\system32\RPCRT4.dll 0x77D40000 - 0x77DCC000 C:\WINDOWS\system32\USER32.dll 0x77C70000 - 0x77CB0000 C:\WINDOWS\system32\GDI32.dll 0x77C10000 - 0x77C63000 C:\WINDOWS\system32\MSVCRT.dll 0x76390000 - 0x763AC000 C:\WINDOWS\System32\IMM32.DLL 0x629C0000 - 0x629C8000 C:\WINDOWS\System32\LPK.DLL 0x72FA0000 - 0x72FFA000 C:\WINDOWS\System32\USP10.dll 0x08000000 - 0x08136000 C:\Program Files\Java\j2re1.4.2 \bin\client\jvm.dll 0x76B40000 - 0x76B6C000 C:\WINDOWS\System32\WINMM.dll 0x10000000 - 0x10007000 C:\Program Files\Java\j2re1.4.2\bin\hpi.dll 0x00830000 - 0x0083E000 C:\Program Files\Java\j2re1.4.2\bin\verify.dll 0x00840000 - 0x00858000 C:\Program Files\Java\j2re1.4.2\bin\java.dll 0x00860000 - 0x0086D000 C:\Program Files\Java\j2re1.4.2\bin\zip.dll 0x02C50000 - 0x02C5F000 C:\Program Files\Java\j2re1.4.2\bin\net.dll 0x71AB0000 - 0x71AC4000 C:\WINDOWS\System32\WS2_32.dll 0x71AA0000 - 0x71AA8000 C:\WINDOWS\System32\WS2HELP.dll 0x02C60000 - 0x02C68000 C:\Program Files\Java\j2re1.4.2\bin\nio.dll 0x03320000 - 0x03368000 C:\Program Files\eclipse3.0M7 \plugins\org.eclipse.swt.win32_3.0.0\os\win32\x86\swt-win32-3038.dll 0x771B0000 - 0x772D1000 C:\WINDOWS\system32\ole32.dll 0x77340000 - 0x773CB000 C:\WINDOWS\system32\COMCTL32.dll 0x763B0000 - 0x763F5000 C:\WINDOWS\system32\comdlg32.dll 0x70A70000 - 0x70AD5000 C:\WINDOWS\system32\SHLWAPI.dll 0x773D0000 - 0x77BC2000 C:\WINDOWS\system32\SHELL32.dll 0x77120000 - 0x771AB000 C:\WINDOWS\system32\OLEAUT32.dll 0x71950000 - 0x71A34000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common- Controls_6595b64144ccf1df_6.0.10.0_x-ww_f7fb5805\comctl32.dll 0x5AD70000 - 0x5ADA4000 C:\WINDOWS\System32\uxtheme.dll 0x63000000 - 0x63014000 C:\WINDOWS\System32\SynTPFcs.dll 0x77C00000 - 0x77C07000 C:\WINDOWS\system32\VERSION.dll 0x03910000 - 0x0393B000 C:\WINDOWS\System32\msctfime.ime 0x03940000 - 0x03948000 C:\Program Files\eclipse3.0M7 \plugins\org.eclipse.core.resources.win32_3.0.0\os\win32\x86\core_2_1_0b.dll 0x74C80000 - 0x74CAC000 C:\WINDOWS\System32\oleacc.dll 0x55900000 - 0x55961000 C:\WINDOWS\System32\MSVCP60.dll 0x746F0000 - 0x74716000 C:\WINDOWS\System32\Msimtf.dll 0x74720000 - 0x74764000 C:\WINDOWS\System32\MSCTF.dll 0x76380000 - 0x76385000 C:\WINDOWS\System32\msimg32.dll 0x03DE0000 - 0x03EEA000 C:\Program Files\Java\j2re1.4.2\bin\awt.dll 0x73000000 - 0x73023000 C:\WINDOWS\System32\WINSPOOL.DRV 0x04000000 - 0x04050000 C:\Program Files\Java\j2re1.4.2 \bin\fontmanager.dll 0x51000000 - 0x51047000 C:\WINDOWS\System32\ddraw.dll 0x73BC0000 - 0x73BC6000 C:\WINDOWS\System32\DCIMAN32.dll 0x5C000000 - 0x5C0C8000 C:\WINDOWS\System32\D3DIM700.DLL 0x76C90000 - 0x76CB2000 C:\WINDOWS\system32\imagehlp.dll 0x6D510000 - 0x6D58D000 C:\WINDOWS\system32\DBGHELP.dll 0x76BF0000 - 0x76BFB000 C:\WINDOWS\System32\PSAPI.DLL Heap at VM Abort: Heap def new generation total 2624K, used 737K [0x10010000, 0x102e0000, 0x104f0000) eden space 2368K, 26% used [0x10010000, 0x100ade58, 0x10260000) from space 256K, 41% used [0x10260000, 0x1027a7c0, 0x102a0000) to space 256K, 0% used [0x102a0000, 0x102a0000, 0x102e0000) tenured generation total 33580K, used 20146K [0x104f0000, 0x125bb000, 0x14010000) the space 33580K, 59% used [0x104f0000, 0x1189ca88, 0x1189cc00, 0x125bb000) compacting perm gen total 22784K, used 22717K [0x14010000, 0x15650000, 0x18010000) the space 22784K, 99% used [0x14010000, 0x1563f5d0, 0x1563f600, 0x15650000) Local Time = Wed Mar 24 16:04:03 2004 Elapsed Time = 83 # # The exception above was detected in native code outside the VM # # Java VM: Java HotSpot(TM) Client VM (1.4.2-beta-b19 mixed mode) # # An error report file has been saved as hs_err_pid3744.log. # Please refer to the file for further information. #
2004-04-01 14:29:49
1,080,850,000
resolved fixed
9e73942
1,082,580,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java
SWT
3,397
59,279
Bug 59279 Item.setText() impl. doesn't follow JavaDoc
According to the JavaDoc on Item.setText(String), the method should throw an IllegalArgumentException if the incomming text is null. Looking at the code from 04/20/2004 there doesn't seem to be a check in place to throw the proper exception.
2004-04-20 11:47:45
1,082,480,000
resolved fixed
b824a9b
1,082,490,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabItem.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTreeItem.java
SWT
3,398
53,506
Bug 53506 Program.getProgram() Does Not Get Default Command
On Windows XP: When a Program object for a certain extension is fetched with findProgram(), the private getProgram() method is called to load the Program instance. When it gets the command from the registry it gets the "open" command, which is located at \shell\open\command for a specific program. The problem is that open may not be the default command for that program. The default command seems to be specified in \shell. So when you use execute() for a file, the "open" command occurs instead of the default command like in Windows Explorer. In Windows Explorer, if you right click on a file the default command is in bold. I'll attach a screenshot of the registry entry for Winamp.File. There are three commands besides "open", Enqueue being the default command (set as \shell's default value) on my machine.
2004-03-02 12:27:00
1,078,250,000
resolved fixed
c3da03b
1,082,480,000
bundles/org.eclipse.swt/Eclipse SWT Program/win32/org/eclipse/swt/program/Program.java
SWT
3,399
59,051
Bug 59051 fillGradientRectangle doesn't work with XORMode on Windows
when you setXORMode(true), fillGradientRectangle ignores it on Windows. It works as expected on Linux/gtk. I'm using 3.0M8. I will attach some sample code, and screenshots of what the same code produces on Windows and on Linux/gtk. Another weird thing is the label.addPaintListener() statement is only neccesary on Windows, Linux/gtk works just fine without it.
2004-04-19 06:45:35
1,082,370,000
resolved fixed
1e2b244
1,082,420,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java
SWT
3,400
58,346
Bug 58346 [browser] IBM VM removes entries in the LD_LIBRARY_PATH causing Browser to fail
From Konrad: It looks like the browser installed with RHEL 3.0 does not meet requirements of SWT. I have RHEL3.0U1 with all RHN updates, and they upgraded Mozilla to 1.4.2, which I am afraid is not GTK version. If you would like to see the browser embedded, a different mozilla (GTK2 build) needs to be installed
2004-04-13 14:54:19
1,081,880,000
resolved fixed
1f6933a
1,082,390,000
bundles/org.eclipse.swt/Eclipse SWT Mozilla/gtk/org/eclipse/swt/internal/mozilla/GRE.java
SWT
3,401
58,756
Bug 58756 Tables & Images refresh problem
When setting an image on a table at a column >0 , every time the image is refreshed, the last bottom line of the image of the tableitem on the column>0 does not get refreshed properly. This ends up having messy lines below the images on columns > 0 . This issue only appears with Windows, under Linux it is fine. Is this a windows bug or SWT bug ?
2004-04-15 18:15:49
1,082,070,000
resolved fixed
627bed0
1,082,150,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
SWT
3,402
54,225
Bug 54225 Checkbox TableItems don't honor background color near checkbox
null
2004-03-09 19:30:32
1,078,880,000
resolved fixed
446392a
1,081,980,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java
SWT
3,403
57,627
Bug 57627 Can't click in Content Assist window of New Class wizard
Using build I20040406, while creating a new Java class, I used the Content Assist to choose a superclass (CTRL-Space in superclass field). When I did so, I could use the arrow keys to select a superclass but could not select one with the mouse. I am running RH 9.0.
2004-04-06 14:32:08
1,081,280,000
resolved fixed
5f21967
1,081,890,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/Display.java
SWT
3,404
58,156
Bug 58156 Unhandled event loop exception (Widget is disposed) when using "Open Type Hierarchy"
With Eclipse 3.0M8 on Solaris 9 and HP-UX11.11 plantform, "Open Type Hierarchy" for a Java interface may cause "Unhandle event loop exception". The following is the procedure to reproduce the problem: 1. Download the 3.0M8 SWT Examples zip file from the eclipse.org site and load it on to Eclipse workbench. 2. Create a Java project and call it "JUnit". 3. In the Packages Explorer view, select JUnit project and from its context menu "Import->Zip file". 4. Browse to junit37src.jar file in <eclipse>/plugins/org.eclipse.jdt.ui.examples.projects/archive/junit/ directory. Select file name and click "Ok". 5. Click the "Select All" button to make sure that all the files are selected in the folder. Ensure that the destination folder is "JUnit". Click "Finish" and click "Yes" on the question box concerning .classpath file. 6. In the Package Explorer view, expand the junit.framework package, and select the "TestCase.java" class. From the Workbench menu select 'Navigate > Open Type Hierarchy' menu option. 7. Stacked on top of Package Explorer the Hierarchy view now opens with the TestCase class displayed. The Hierarchy view has two panes, the top pane shows the inheritance structure, and the bottom pane shows the currently selected Type's members. 8. Make sure that in the Hierarchy view, "Show the Type Hierarchy" button is engaged in the local toolbar. 9. In the Package Explorer view, select the "Test.java" class. From the Workbench menu select 'Navigate > Open Type Hierarchy' menu option. 10. Stacked on top of Package Explorer the Hierarchy view now opens with the Test class displayed. The top pane shows the inheritance structure for the Test class. However the bottom pane shows the members for the TestCase class instead (which is incorrect). The "Unhandled event loop exception" is also occurred at this point. 11. Click the "Show the Supertype Hierarchy" button or the "Show the Subtype Hierarchy" button from the local toolbar will provide correct members display.
2004-04-12 11:42:00
1,081,780,000
resolved fixed
493da01
1,081,800,000
bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/SelectableItemWidget.java
SWT
3,405
54,922
Bug 54922 [implementation] Java editor disposes default StyledText caret's image
Build id: 200403040800 Java editor, according to the insert mode, sets a special Caret in the StyledText. I've two problem with that: 1- This caret is not bidi aware 2- At some point they dispose the image of the StyledText default Caret We (SWT Team) have some major changes (still to be release) in StyledText that will expose this UI bug. Here is the stack trace: java.lang.Exception: Stack trace at java.lang.Thread.dumpStack(Thread.java:1064) at org.eclipse.swt.graphics.Image.dispose(Image.java:825) at org.eclipse.ui.texteditor.AbstractTextEditor.disposeNonDefaultCaret (AbstractTextEditor.java:4378) at org.eclipse.ui.texteditor.AbstractTextEditor.updateCaret (AbstractTextEditor.java:4359) at org.eclipse.ui.texteditor.AbstractTextEditor.handleInsertModeChanged (AbstractTextEditor.java:4399) at org.eclipse.ui.texteditor.AbstractTextEditor.setInsertMode (AbstractTextEditor.java:4234) at org.eclipse.ui.texteditor.AbstractTextEditor.switchToNextInsertMode (AbstractTextEditor.java:4266) at org.eclipse.ui.texteditor.AbstractTextEditor.access$4 (AbstractTextEditor.java:4253) at org.eclipse.ui.texteditor.AbstractTextEditor$ToggleInsertModeAction.run (AbstractTextEditor.java:808) at org.eclipse.ui.texteditor.TextNavigationAction.runWithEvent (TextNavigationAction.java:106) at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:68) at org.eclipse.ui.internal.commands.Command.execute(Command.java:160) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand (WorkbenchKeyboard.java:475) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press (WorkbenchKeyboard.java:887) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent (WorkbenchKeyboard.java:931) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings (WorkbenchKeyboard.java:568) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$2 (WorkbenchKeyboard.java:500) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$1.handleEvent (WorkbenchKeyboard.java:256) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:705) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:809) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:834) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:819) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1720) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1716) at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:3487) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2971) at org.eclipse.swt.widgets.Display.windowProc(Display.java:2962) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:1362) at org.eclipse.swt.internal.BidiUtil.windowProc(BidiUtil.java:647) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1438) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2100) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1509) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1480) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:48) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:260) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:173) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:106) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:305) at org.eclipse.core.launcher.Main.run(Main.java:745) at org.eclipse.core.launcher.Main.main(Main.java:713)
2004-03-15 19:33:29
1,079,400,000
resolved fixed
4f5c07d
1,081,790,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
3,406
57,647
Bug 57647 errant ON_TOP | SYSTEM_MODAL Shell behaviour if tooltiptext is set on any control
Shell ON_TOP behaviour stops when a tooltiptext is set for any control on the shell. The window goes to the background and never regains ON_TOP state again. Tried it with 2.1.2 and v.3.0 I20040406. The recent version improved: shell loosing ON_TOP only when I hover for the tooltip. Plase see sample code and explanation. Thanks. package com.test; /* * Created on Mar 31, 2004 * ECLIPSE Version 2.1.2 - 3.0 * This small example was created using * SWT Designer Free edition from Instantiations * Issue: * errant ON_TOP | SYSTEM_MODAL Shell behaviour * How to test the flaw: * Run the app: * 1. click once to a list selection entry * 3. click once outside of the shell window (click on the app.behind) * 4. click once on the surface of the shell * 5. click again outside of the shell. * The last time click removes the shell window's ON_TOP behaviour. It will never regain * ON_TOP again. * What's causing it? * Close the shell. * Comment out the last line that sets the tooltip text. Compile. * Try the previous steps again. It doesn't matter how many times you click, * the shell keeps its ON_TOP habit as expected. * */ import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.layout.RowLayout; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.layout.RowData; import org.eclipse.swt.widgets.Label; import org.eclipse.swt.layout.GridLayout; import org.eclipse.swt.layout.GridData; import org.eclipse.swt.widgets.Group; import org.eclipse.swt.widgets.List; import org.eclipse.swt.widgets.Button; import org.eclipse.swt.graphics.Font; /** * Usage: Run it as any other SWT code under Eclipse: * Run.. -> New -> * VM arguments: -Djava.library.path=D:\eclipse\plugins\org.eclipse.swt.win32_2.1.2\os\win32\x86 * */ public class TestSWT3 { protected Shell shell; public List list ; public String tooltipStr = "When you see this, you'll loose ON_TOP..."; public String currentTip; public static void main(String[] args) { TestSWT3 window = new TestSWT3(); window.open(); } public void open() { final Display display = new Display(); createContents(); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } shell.dispose(); display.dispose(); } protected void createContents() { shell = new Shell(SWT.CLOSE | SWT.SYSTEM_MODAL | SWT.TITLE | SWT.ON_TOP); final RowLayout rowLayout_1 = new RowLayout(); rowLayout_1.spacing = 0; shell.setLayout(rowLayout_1); shell.setSize(500,240); shell.setText("SWT ToolTipText flaw..."); final Composite composite = new Composite(shell, SWT.BORDER); final GridLayout gridLayout = new GridLayout(); gridLayout.marginWidth = 2; gridLayout.marginHeight = 2; gridLayout.numColumns = 3; composite.setLayout(gridLayout); final RowData rowData = new RowData(); rowData.height = 25; rowData.width = 480; composite.setLayoutData(rowData); final Label label = new Label(composite, SWT.BORDER | SWT.SHADOW_IN); label.setBackground(Display.getCurrent().getSystemColor(SWT.COLOR_WHITE)); final GridData gridData = new GridData(GridData.GRAB_HORIZONTAL); gridData.widthHint = 150; label.setLayoutData(gridData); label.setText("label"); final Label label_1 = new Label(composite, SWT.BORDER | SWT.SHADOW_IN); final GridData gridData_1 = new GridData(GridData.GRAB_HORIZONTAL); gridData_1.widthHint = 150; label_1.setLayoutData(gridData_1); label_1.setBackground(Display.getCurrent().getSystemColor(SWT.COLOR_WHITE)); label_1.setText("label"); final Label label_2 = new Label(composite, SWT.BORDER | SWT.SHADOW_IN); final GridData gridData_2 = new GridData(GridData.GRAB_HORIZONTAL); gridData_2.widthHint = 150; label_2.setLayoutData(gridData_2); label_2.setBackground(Display.getCurrent().getSystemColor(SWT.COLOR_WHITE)); label_2.setText("label"); final Group group = new Group(shell, SWT.NONE); final RowData rowData_1 = new RowData(); rowData_1.height = 48; rowData_1.width = 480; group.setLayoutData(rowData_1); final RowLayout rowLayout = new RowLayout(); rowLayout.marginBottom = 1; rowLayout.spacing = 0; rowLayout.justify = true; rowLayout.marginTop = 1; group.setLayout(rowLayout); final Label label_3 = new Label(group, SWT.BORDER | SWT.CENTER | SWT.HORIZONTAL); final RowData rowData_2 = new RowData(); rowData_2.width = 470; label_3.setLayoutData(rowData_2); label_3.setFont(new Font(Display.getCurrent(),"Microsoft Sans Serif", 18, SWT.NONE)); label_3.setBackground(Display.getCurrent().getSystemColor(SWT.COLOR_INFO_BACKGROUND)); label_3.setForeground(Display.getCurrent().getSystemColor(SWT.COLOR_BLUE)); label_3.setText("label"); final Group group_1 = new Group(shell, SWT.NONE); final RowData rowData_4 = new RowData(); rowData_4.height = 76; group_1.setLayoutData(rowData_4); group_1.setLayout(new RowLayout()); final Composite composite_1 = new Composite(group_1, SWT.NONE); final RowData rowData_3 = new RowData(); rowData_3.width = 480; composite_1.setLayoutData(rowData_3); final GridLayout gridLayout_1 = new GridLayout(); gridLayout_1.numColumns = 2; composite_1.setLayout(gridLayout_1); final Button button = new Button(composite_1, SWT.NONE); button.setLayoutData(new GridData(GridData.GRAB_HORIZONTAL | GridData.HORIZONTAL_ALIGN_CENTER)); button.setText("button"); list = new List(composite_1, SWT.BORDER); list.setItems(new String[] { "one", "two", "three" }); list.setLayoutData(new GridData(GridData.GRAB_HORIZONTAL | GridData.HORIZONTAL_ALIGN_CENTER)); list.setToolTipText(tooltipStr); } }
2004-04-06 16:04:49
1,081,280,000
resolved fixed
74b793b
1,081,460,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Decorations.java
SWT
3,407
57,876
Bug 57876 Constructor for Font has wrong-named argument; doesn't appear to be used
In the source for 3.0M7 SWT, I came across the following Font constructor: public Font(Device display, String name, int height, int style) { if (device == null) device = Device.getDevice(); if (device == null) SWT.error(SWT.ERROR_NULL_ARGUMENT); init(device, name, height, style); } Firstly, the arg name 'display' corresponds to a 'Device' object (which confused me when I called it, since the pop-up control listed the argument as 'display'), and secondly, it doesn't appear to be used in the code snippet at all. I'm guessing that it should be 'device', as otherwise, it doesn't matter what arg you pass it, it's always going to find the instance field 'device' as null, then obtain the default one.
2004-04-08 06:44:33
1,081,420,000
verified fixed
e48813d
1,081,430,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/Font.java
SWT
3,408
57,884
Bug 57884 Javadoc on Text missing possible style
In the class comment for Text, the PASSWORD style is not listed as a possible style. I didn't realise that there was a password style was supported until I noticed the constanct in the Text.widgetStyle() method
2004-04-08 09:26:42
1,081,430,000
resolved fixed
c99cf7f
1,081,430,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java
SWT
3,409
50,657
Bug 50657 Can't input 2 bytes character To combo box
I'm Korean. (South) After 3.0 M3, I can't input 2 bytes characters to Find(Ctrl+F) popup window. At 3.0 M3, I can input Copy & Paste. (&#50504;&#45397; <-This Korean Char) After 3.0 M4, don't input by C&P at that. Also I don't write to Find window by keyboard at both version. Seach Popup Window(Ctrl+H) like above symptoms. ---- ps. perhaps, This bug maybe reported. I quess that, current version.
2004-01-26 21:24:56
1,075,170,000
resolved fixed
5760e69
1,081,370,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java
SWT
3,410
56,918
Bug 56918 Problems disposing TrayItem
Hi, I noticed problems disposing a TrayItem. In my application the user may chose to have the trayicon, or not. This is set in preferences without restart, so creation and disposal of TrayItems are handled during runtime. When first calling TrayItem.dispose() and afterwards creating a new TrayItem, the old one is still showing in the tray, but without an image or Menu set to it. If needed, I could write a sample snippet. Regards, Ben
2004-03-31 10:43:28
1,080,750,000
resolved fixed
c4a48ae
1,081,180,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TrayItem.java
SWT
3,411
57,395
Bug 57395 backspace in texteditors -> double backspace
n2004-04-04: steps to reproduce: - open a properties file - enter something - goto end of that line - press backspace -> 2 chars are deleted instead of one
2004-04-04 18:17:46
1,081,120,000
resolved fixed
611ed3b
1,081,180,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java
SWT
3,412
57,296
Bug 57296 BidiUtil static var retains references to runnables from StyledText
When a StyledText is created, a runnable is added to the BidiUtil (line 1619: BidiUtil.addLanguageListener(*)). On dispose of the StyledText, the listener is only removed if isBidi() returns true (line 4873) It would appear that the listener is never removed.
2004-04-02 14:37:27
1,080,930,000
resolved fixed
b10c697
1,081,180,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
3,413
55,541
Bug 55541 StyledText - Bidi segments Listener is broken
As build 20040319, when StyledText changes to work with TextLayout were released, Bidi segements listener stoped working. We need a new implementation.
2004-03-22 11:28:08
1,079,970,000
resolved fixed
bb20cc2
1,080,940,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledTextRenderer.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/TextLayout.java bundles/org.eclipse.swt/Eclipse SWT/emulated/textlayout/org/eclipse/swt/graphics/TextLayout.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/TextLayout.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/graphics/TextLayout.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java
SWT
3,414
56,795
Bug 56795 NPE opening quick outline/hierarchy
i20040330 Quick outline/hierarchy don't work in this build. They seem to open but close instantly. The following log entries are generated: !ENTRY org.eclipse.ui 4 4 Mar 30, 2004 13:55:52.22 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 Mar 30, 2004 13:55:52.22 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:782) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:774) at org.eclipse.swt.widgets.Decorations.setVisible(Decorations.java:1291) at org.eclipse.swt.widgets.Shell.setVisible(Shell.java:1166) at org.eclipse.jdt.internal.ui.text.AbstractInformationControl.setVisible(AbstractInformationControl.java:853) at org.eclipse.jface.text.AbstractInformationControlManager.hideInformationControl(AbstractInformationControlManager.java:827) at org.eclipse.jface.text.information.InformationPresenter.hideInformationControl(InformationPresenter.java:448) at org.eclipse.jface.text.information.InformationPresenter$Closer.stop(InformationPresenter.java:135) at org.eclipse.jface.text.information.InformationPresenter$Closer.keyPressed(InformationPresenter.java:209) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:121) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:793) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:778) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1720) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1716) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3041) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2944) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3154) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:1374) at org.eclipse.swt.internal.BidiUtil.windowProc(BidiUtil.java:647) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1450) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2262) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1558) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1532) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:277) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:241) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:267) at org.eclipse.core.launcher.Main.run(Main.java:692) at org.eclipse.core.launcher.Main.main(Main.java:676)
2004-03-30 14:03:32
1,080,670,000
resolved fixed
33ae800
1,080,740,000
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
SWT
3,415
56,667
Bug 56667 Minimization of top Shell widgets impossible (SWT.MIN & SWT.NONE) on PocketPC (BBAWT)
null
2004-03-29 17:54:19
1,080,600,000
verified fixed
077f91d
1,080,670,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java
SWT
3,416
37,052
Bug 37052 Shells assuming SWT.RESIZE on GTK and Motif (BBAWT)
On Windows, if you create a Shell without the SWT.RESIZE flag, the shell is *not* resizeable. However, on GTK *and* Motif, the shell is resizeable. SWT version 3.002 In the following testcase, click on the "open dialog" button. The child shell should not be resizeable since RESIZE was not used, but both Motif and GTK use a resizeable shell. === testcase === import org.eclipse.swt.SWT; import org.eclipse.swt.events.SelectionAdapter; import org.eclipse.swt.events.SelectionEvent; import org.eclipse.swt.layout.GridLayout; import org.eclipse.swt.widgets.*; public class TestSWTDialog { public static void main(String[] args) { Display disp = new Display(); final Shell sh = new Shell(disp); sh.setLayout(new GridLayout()); Button but = new Button(sh, SWT.BORDER); but.setText("open dialog"); but.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { final Shell dialogShell = new Shell(sh, SWT.BORDER | SWT.CLOSE | SWT.TITLE); dialogShell.setText("test"); dialogShell.setBounds(300, 300, 300, 150); Button b = new Button(dialogShell, SWT.BORDER); final Label label = new Label(dialogShell, SWT.CENTER); label.setText("this is a test label"); label.setBounds(10, 20, 280, 60); b.setText("button 1"); b.setBounds(80, 100, 60, 20); dialogShell.setVisible(true); dialogShell.pack(); dialogShell.open(); } }); sh.pack(); sh.open(); while (!sh.isDisposed()) { if (!disp.readAndDispatch()) { disp.sleep(); } } } }
2003-04-29 10:23:33
1,051,630,000
resolved fixed
6c34a17
1,080,660,000
bundles/org.eclipse.swt/Eclipse SWT PI/motif/org/eclipse/swt/internal/motif/OS.java bundles/org.eclipse.swt/Eclipse SWT PI/motif/org/eclipse/swt/internal/motif/XSizeHints.java 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
3,417
56,094
Bug 56094 tracker resize uses screen coordinates instead of control
null
2004-03-25 00:31:13
1,080,190,000
resolved fixed
51bd759
1,080,600,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Tracker.java
SWT
3,418
51,719
Bug 51719 Need to suppress "untitled window" on GTK
20040210 New Look and HEAD Any time that we create another window we get something in the system tray with the title "untitled window". We need a way to prevent this due to the following cases: 1) The detached windows in New Look 2) The Progress floating window 3) Floating toolbars in new look
2004-02-11 13:46:41
1,076,530,000
resolved fixed
e56031a
1,080,590,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java
SWT
3,419
56,366
Bug 56366 Tooltip for CTabFolder shows up on wrong monitor
I200403260800 Using a dual-monitor setup on Windows XP. Open Eclipse with at least one editor and let the mouse hover over the editor's tab. Notice that a tooltip opens showing the current filename. Now move Eclipse to another monitor and try the same thing. Notice that the tooltips will always open on the same monitor, regardless of which monitor contains Eclipse (that is, they will display correctly on one monitor but not the other). This seems to be an issue with CTabItem and CTabFolder. For your reference, the problematic widgets are created in org.eclipse.ui.internal.presentations.EditorPresentation.
2004-03-26 11:20:10
1,080,320,000
resolved fixed
87d2600
1,080,580,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java
SWT
3,420
56,245
Bug 56245 subtitle text does not fill available horizontal space
0325 integration build - do a search, note the subtitle
2004-03-25 16:24:26
1,080,250,000
resolved fixed
c1df1ba
1,080,340,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Label.java
SWT
3,421
55,849
Bug 55849 Keyboard shortcuts don't work in old workspace
I20040324 Mac OS X 10.3.3 Keyboard shortcuts no longer work in my (existing) development workspace. However, they do work in new workspaces. What piece of persistent state do I have to delete to get them working again?
2004-03-24 05:15:34
1,080,120,000
resolved fixed
32c90bc
1,080,320,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java
SWT
3,422
55,522
Bug 55522 Display.post - support/investigate mouse button 2 and 3
Can we emit system mouse button up and down for 2 and 3 on the mac.
2004-03-22 09:54:02
1,079,970,000
resolved fixed
494ab6f
1,080,260,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/Display.java
SWT
3,423
53,274
Bug 53274 [SWT Examples] Image Analyzer crashed when tried to save images as PNGs and ICOs
null
2004-02-27 08:58:19
1,077,890,000
resolved fixed
751399c
1,080,250,000
examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/imageanalyzer/ImageAnalyzer.java
SWT
3,424
55,920
Bug 55920 View presentation visual problems
200403240800, Linux, using square tabs, notice 3 problems in attached screen shot: 1. Status text and toolbar should be sharing the same line. 2. Tabs need more space to the right and left of the text. Notice the optical illusion caused by black text being too close to the line: It looks like the center of the vertical line is faded or broken 3. Space to left of text has more space than to right of text.
2004-03-24 11:23:43
1,080,150,000
resolved fixed
c6fd4be
1,080,230,000
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
3,425
55,913
Bug 55913 Styled Text draws on top of itself
20040324 Solaris 9 (in SWT lab) When you open a java editor in Solaris the StyledText draws on top of itself. STEPS 1) Open a java editor 2) All of the text is rendered at the beginning of the line so they are all on top of themselves
2004-03-24 10:52:35
1,080,140,000
resolved fixed
df4d6d1
1,080,150,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/graphics/TextLayout.java
SWT
3,426
40,420
Bug 40420 Shell with style NO_TRIM should not appear in the Window Manager task bar
When a shell with no parent is created with the style SWT.NO_TRIM, it should not be shown in the task bar of the window manager.
2003-07-17 15:15:14
1,058,470,000
resolved fixed
d265208
1,079,980,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java
SWT
3,427
54,264
Bug 54264 [EditorMgmt] Editor close button
I20040309 The multiple editor tab preference is diabled. In this build the editor tab is no longer presented as a tab which makes it look a bit nicer. Major issue: The close button is still a moving target and now even more difficult to spot as there is no tab border. -> The close button should always be at the same position.
2004-03-10 06:51:39
1,078,920,000
resolved fixed
76bd4c2
1,079,980,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java
SWT
3,428
47,638
Bug 47638 NPE in getParentBackground.
Exception in thread "main" java.lang.NullPointerException at org.eclipse.swt.widgets.Control.getParentBackground(Control.java:827) at org.eclipse.swt.widgets.Text.kEventControlSetFocusPart(Text.java:929) at org.eclipse.swt.widgets.Widget.controlProc(Widget.java:320) at org.eclipse.swt.widgets.Display.controlProc(Display.java:623) at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native Method) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1888) at part4.fileexplorer.FileExplorer.rename(FileExplorer.java:1194) at part4.fileexplorer.FileExplorer.rename(FileExplorer.java:1237) at part4.fileexplorer.FileExplorer$40.run(FileExplorer.java:906) at org.eclipse.swt.widgets.Display.runTimers(Display.java:2320) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1878) at part4.fileexplorer.FileExplorer.main(FileExplorer.java:68) Appears to be the old "widget disposed in focus lost" bug. Steve can recreate.
2003-11-27 10:09:29
1,069,950,000
resolved fixed
f86c3f4
1,079,970,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Button.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Canvas.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/Sash.java
SWT
3,429
54,386
Bug 54386 Stray pixel in SWT table
I20040310 - make some errors show up in problems viewer Observe: there are some stray pixels in the table's first column. See attached screenshot.
2004-03-10 16:14:17
1,078,950,000
resolved fixed
920ca0d
1,079,960,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Table.java
SWT
3,430
55,323
Bug 55323 [Workbench] Coolbar doesn't resize properly when perspective bar manually resized
build I20040318 Drag the big curve to the left until the toolbars disappear. Resize the window one pixel, and they reappear.
2004-03-18 20:51:14
1,079,660,000
resolved fixed
07868d3
1,079,710,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CBanner.java
SWT
3,431
55,307
Bug 55307 ViewForm's title area controls are off by one pixel
In the ViewForm, the controls topXXX are given a y pos that is off by one pixel. I believe the problem is in getClientArea(). There is magic number 1 when calculating y. patch to follow. -m@
2004-03-18 17:47:58
1,079,650,000
resolved fixed
bf095da
1,079,710,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ViewForm.java
SWT
3,432
54,990
Bug 54990 ALT+DOWN does not drop down CCombo list
In the property sheet, ALT+DOWN does not drop down the list of choices for a CCombo. (First press ENTER to realize the CellEditor's CCombo). I did no test CCombos in general, only in the property sheet.
2004-03-16 13:49:20
1,079,460,000
resolved fixed
7ae5658
1,079,650,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java
SWT
3,433
54,878
Bug 54878 Drop down coolbar/toolbar menus and combo boxes take too many clicks
Drop down menus: Open the SWT Controls example and select the Coolbar or Toolbar example. Press and hold the mouse down on one of the buttons that has a dropdown menu. What should happen is that the menu should come up, and as you move the mouse it should highlight menu items. When you release the mouse, it should select that menu item. However that's not what happens. SWT requires that you click and release the mouse button on the dropdown menu control, then click and release the mouse button on the item to select. Combo boxes: Same problem. Open the Combo box SWT example. Press and hold the mouse on the combo menu (the triangle button to the right of the combo value). You should be able to see the menu of values immediately, move the mouse down to the one you want, and release the mouse button. However that's not what happens. SWT requires that you click and release the mouse button on the combo drop-down menu, then click and release the mouse button on the item to select. Another example: Open the plug-in manifest editor on any plug-in, go to the extensions page, open up the properties view for any extension. Select some property that has a list of possible values. It takes about three clicks to select the value you want, when it should be a simple task of click-drag-let go. The example that annoys me the most that prompted me to write this is the dropdown toolbar menu for launching External Tools. I have to click on the arrow and let go (being careful not to click on the button next to the arrow which will just launch the last tool), then look down the list and click on the tool I want and let go. I alternate between two external tools, and do this operation dozens of times a day. The frustration finally built up into a bug report. :) This is on Windows XP. There is some inconsistency about how these controls work in native applications (for example I notice that in this web page on IE, the combo boxes require the mouse down/up,move,down/up sequence). However many applications that I'm used to (for example MS Outlook) work the way that I've described it should work above. Also combo boxes and dropdown menus that occur in toolbars / coolbars seem to universally NOT require the extra steps in all the apps I've tested. For them it's just click-drag-release, just like top level menus. Top level menus, even in Eclipse, support both ways of working. I think supporting the extra steps is important for accessibility, but supporting the quicker way too would be good.
2004-03-15 14:23:39
1,079,380,000
resolved fixed
e90bc52
1,079,650,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Menu.java
SWT
3,434
55,053
Bug 55053 Need access to highlight* fields in CTabFolder
build I20040316 In order to do their custom part presentation, LWP needs access to be able to set (and presumably get) the highlight_header and highlight_margin fields. Can you please provide accessors for these, soonest?
2004-03-16 19:52:46
1,079,480,000
resolved wontfix
1ab63d9
1,079,550,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java
SWT
3,435
43,893
Bug 43893 Scrolling copies wrong bits
I20030925 - open Java editor in Debug perspective (or any other layout where the editor is surrounded by other ViewParts) - move scrollbar thumb slowly up and down Observe: sometime the editors contents shows other parts of the workbench window. BTW: sometimes this happens when opening editors as well: before the editors contents is shown arbitrary other regions of the workbench window become visible for a brief moment.
2003-09-30 05:04:28
1,064,910,000
resolved fixed
ae02d4e
1,079,220,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/GC.java
SWT
3,436
49,778
Bug 49778 Images on MenuBar are not lining up with thier Hotstop
the hostspot is next to the 2nd menu item, and the image is on the right hand side. also need this to work on the Pocket PC. import org.eclipse.swt.*; import org.eclipse.swt.graphics.*; import org.eclipse.swt.widgets.*; public class ImageMenuBar { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display, SWT.APPLICATION_MODAL | SWT.CLOSE); Image image = new Image(display, 10, 10); GC gc = new GC(image); gc.setBackground(display.getSystemColor(SWT.COLOR_BLUE)); gc.fillPolygon(new int[] { 1, 1, 15, 1, 15, 15 }); gc.dispose(); Menu menu = new Menu(shell, SWT.BAR); MenuItem m1 = new MenuItem(menu, SWT.CASCADE); m1.setText("menu1"); MenuItem m2 = new MenuItem(menu, SWT.CASCADE); m2.setText("menu2"); MenuItem m3 = new MenuItem(menu, SWT.CASCADE); m3.setImage(image); shell.setMenuBar(menu); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } System.exit(0); } }
2004-01-09 13:26:39
1,073,670,000
resolved fixed
9a4b919
1,078,940,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MenuItem.java
SWT
3,437
50,151
Bug 50151 Using SWT.RIGHT on a ToolBar leaves blank space
build I20040113 - changed the RCP Browser example to create its ToolBar using SWT.FLAT | SWT.RIGHT - the ToolBar has 4 ToolItems: Back (image only), Forward (image only), Stop (text only) and Refresh (text only) - when it comes up, the Back and Forward items have a fair bit of blank space after the arrow images (see attached screen shot) From scanning MSDN, it seems like this is platform behaviour on Windows, but it's almost certainly not what an app wants. I think that many RCP apps will want this style, with tool items having mixed icons and text, with no extra blank spaces (compare with IE).
2004-01-16 13:35:53
1,074,280,000
resolved fixed
014ccfa
1,078,930,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/ToolBar.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolItem.java
SWT
3,438
53,141
Bug 53141 JVM crash at eclipse exit
The JVM crashes when eclipse 3.0M7-motif exits to the shell. The crash occured after I changed fonts. The crash is reproducible on my machine. Steps to reproduce: - start eclipse - open Window/Preferences/Workbench/Fonts - select Banner Font - click on Change - select a scalable font - click OK - click Apply - click OK - exit eclipse by clicking on 'close' button on the window - confirm with OK - wait for crash report on the terminal This is the "User preferences" part of the config: *** User Preferences: #Wed Feb 25 20:17:59 EST 2004 org.eclipse.ui.workbench/org.eclipse.jface.dialogfont=1|tahoma|17|0|MOTIF|1|-microsoft-tahoma-medium-r-normal--17-170-72-72-p-76-iso8859-1; org.eclipse.ui.ide/INTRO=false org.eclipse.ui.workbench=3.0.0 org.eclipse.ui.workbench/org.eclipse.jface.bannerfont=1|tahoma|14|0|MOTIF|1|-microsoft-tahoma-medium-r-normal--14-140-72-72-p-62-iso8859-1; org.eclipse.ui.ide/WELCOME_DIALOG=false org.eclipse.ui.ide=3.0.0 The error message from JVM: An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 11 occurred at PC=0xFF232C88 Function=strcmp+0x238 Library=/usr/lib/libc.so.1 Current Java thread: at org.eclipse.swt.internal.motif.OS.XtDestroyWidget(Native Method) - locked <0xf5827e78> (a java.lang.Class) at org.eclipse.swt.widgets.Display.destroyDisplay(Display.java:728) at org.eclipse.swt.widgets.Display.destroy(Display.java:707) at org.eclipse.swt.graphics.Device.dispose(Device.java:232) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1534) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:265) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:257) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:104) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:279) at org.eclipse.core.launcher.Main.run(Main.java:742) at org.eclipse.core.launcher.Main.main(Main.java:581) Dynamic libraries: 0x10000 /usr/bin/java 0xff360000 /usr/lib/libthread.so.1 0xff3a0000 /usr/lib/libdl.so.1 0xff200000 /usr/lib/libc.so.1 0xff330000 /usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1 0xfe000000 /usr/j2se/jre/lib/sparc/client/libjvm.so 0xff2e0000 /usr/lib/libCrun.so.1 0xff1e0000 /usr/lib/libsocket.so.1 0xff100000 /usr/lib/libnsl.so.1 0xff0d0000 /usr/lib/libm.so.1 0xff1c0000 /usr/lib/libsched.so.1 0xff310000 /usr/lib/libw.so.1 0xff0a0000 /usr/lib/libmp.so.2 0xff070000 /usr/j2se/jre/lib/sparc/native_threads/libhpi.so 0xfe7d0000 /usr/j2se/jre/lib/sparc/libverify.so 0xfe790000 /usr/j2se/jre/lib/sparc/libjava.so 0xff020000 /usr/j2se/jre/lib/sparc/libzip.so 0xfe500000 /usr/lib/locale/en_US.ISO8859-1/en_US.ISO8859-1.so.2 0xfe470000 /usr/j2se/jre/lib/sparc/libnet.so 0xfe440000 /usr/j2se/jre/lib/sparc/libnio.so 0xfdfe0000 /usr/lib/librt.so.1 0xfdfc0000 /usr/lib/libaio.so.1 0xfbb90000 /opt/local/eclipse/plugins/org.eclipse.swt.motif_3.0.0/os/solaris/sparc/libswt-motif-3038.so 0xf0a80000 /usr/lib/libXm.so.4 0xfba90000 /usr/openwin/lib/libXt.so.4 0xf1300000 /usr/openwin/lib/libX11.so.4 0xfc2b0000 /usr/openwin/lib/libXp.so.1 0xfb9e0000 /usr/openwin/lib/libSM.so.6 0xfb9b0000 /usr/openwin/lib/libICE.so.6 0xfb8d0000 /usr/openwin/lib/libXext.so.0 0xfc290000 /usr/openwin/lib/locale/common/xlibi18n.so.2 0xfb990000 /usr/openwin/lib/locale/iso8859-1/xomEuro.so.2 0xfb8b0000 /usr/lib//liblayout.so 0xfb860000 /usr/openwin/lib/locale/common/ximlocal.so.2 Heap at VM Abort: Heap def new generation total 2112K, used 1842K [0xf1400000, 0xf1620000, 0xf1b10000) eden space 2048K, 86% used [0xf1400000, 0xf15bcbf0, 0xf1600000) from space 64K, 100% used [0xf1610000, 0xf1620000, 0xf1620000) to space 64K, 0% used [0xf1600000, 0xf1600000, 0xf1610000) tenured generation total 9096K, used 7475K [0xf1b10000, 0xf23f2000, 0xf5400000) the space 9096K, 82% used [0xf1b10000, 0xf225cd38, 0xf225ce00, 0xf23f2000) compacting perm gen total 12032K, used 11874K [0xf5400000, 0xf5fc0000, 0xf9400000) the space 12032K, 98% used [0xf5400000, 0xf5f98a08, 0xf5f98c00, 0xf5fc0000) Local Time = Wed Feb 25 20:00:47 2004 Elapsed Time = 244 # # The exception above was detected in native code outside the VM # # Java VM: Java HotSpot(TM) Client VM (1.4.2_03-b02 mixed mode) # # An error report file has been saved as hs_err_pid11931.log. # Please refer to the file for further information. # bash-2.05b$ uname -a SunOS joanna 5.8 Generic_108528-16 sun4u sparc SUNW,Ultra-5_10 bash-2.05b$ java -version java version "1.4.2_03" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_03-b02) Java HotSpot(TM) Client VM (build 1.4.2_03-b02, mixed mode) Eclipse info: Version: 3.0.0 Build: 200402122000
2004-02-25 20:50:05
1,077,760,000
resolved fixed
e184d65
1,078,510,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Display.java
SWT
3,439
53,221
Bug 53221 [SWT Examples] Save As Dialog of Image Analyzer does not provide the correct file path
null
2004-02-26 15:50:47
1,077,830,000
resolved fixed
194092c
1,078,500,000
examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/imageanalyzer/ImageAnalyzer.java
SWT
3,440
52,935
Bug 52935 Emulated Coolbar does not support wrapping
The emulated coolbar does not support wrapping. In eclipse this results in bad resize behaviour in the top toolbar area on Mac, Motif, and GTK. Wrapping only occurs if the wrap indices are explicitely set through the API setWrapIndices. It should occur when there is not enough horizontal room to show all the coolitems but there is enough vertical room. Also, CoolBar.computeSize does not give a wrapped height if the width is less than the default width. See the following example: public static void main(String[] args) { Display display = new Display(); Image smallImage = new Image(display, EclipseLAF.class.getResourceAsStream("../images/monochrome16x16.bmp")); Shell shell = new Shell(display); final CoolBar coolbar1 = new CoolBar (shell, SWT.FLAT | SWT.WRAP); coolbar1.setBackground(display.getSystemColor(SWT.COLOR_RED)); ToolBar toolBar1 = new ToolBar (coolbar1, SWT.FLAT); for (int i = 0; i < 20; i++) { ToolItem coolToolItem = new ToolItem (toolBar1, SWT.PUSH); coolToolItem.setImage(smallImage); } CoolItem coolItem1 = new CoolItem (coolbar1, SWT.NONE); coolItem1.setControl (toolBar1); Point size = toolBar1.computeSize (SWT.DEFAULT, SWT.DEFAULT); coolItem1.setMinimumSize(toolBar1.computeSize (size.x, size.y)); coolItem1.setSize(coolItem1.computeSize (size.x, size.y)); toolBar1 = new ToolBar (coolbar1, SWT.FLAT); for (int i = 0; i < 20; i++) { ToolItem coolToolItem = new ToolItem (toolBar1, SWT.PUSH); coolToolItem.setImage(smallImage); } coolItem1 = new CoolItem (coolbar1, SWT.NONE); coolItem1.setControl (toolBar1); size = toolBar1.computeSize (SWT.DEFAULT, SWT.DEFAULT); coolItem1.setMinimumSize(toolBar1.computeSize (size.x, size.y)); coolItem1.setSize(coolItem1.computeSize (size.x, size.y)); toolBar1 = new ToolBar (coolbar1, SWT.FLAT); for (int i = 0; i < 20; i++) { ToolItem coolToolItem = new ToolItem (toolBar1, SWT.PUSH); coolToolItem.setImage(smallImage); } coolItem1 = new CoolItem (coolbar1, SWT.NONE); coolItem1.setControl (toolBar1); size = toolBar1.computeSize (SWT.DEFAULT, SWT.DEFAULT); coolItem1.setMinimumSize(toolBar1.computeSize (size.x, size.y)); coolItem1.setSize(coolItem1.computeSize (size.x, size.y)); System.out.println(coolbar1.computeSize(100, SWT.DEFAULT)); System.out.println(coolbar1.computeSize(400, SWT.DEFAULT)); coolbar1.setSize(150, 200); coolbar1.setLocation(10, 10); shell.setSize(500, 500); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); }
2004-02-24 09:42:21
1,077,630,000
resolved fixed
7a19591
1,078,440,000
bundles/org.eclipse.swt/Eclipse SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolBar.java bundles/org.eclipse.swt/Eclipse SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolItem.java
SWT
3,441
53,519
Bug 53519 CheckboxTableViewer does not receive selection events
null
2004-03-02 14:48:24
1,078,260,000
resolved fixed
6704764
1,078,430,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TableItem.java
SWT
3,442
52,899
Bug 52899 [misc] Unacceptably poor performance using Replace dialog under SWT/GTK
null
2004-02-24 01:48:16
1,077,610,000
resolved fixed
1f6c548
1,078,430,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Canvas.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Canvas.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Canvas.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Canvas.java
SWT
3,443
52,536
Bug 52536 [SWT Examples] Setting the style to SWT.FLAT has no effect on Buttons
null
2004-02-19 15:15:43
1,077,220,000
resolved fixed
d10d490
1,078,430,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Button.java
SWT
3,444
53,394
Bug 53394 ArrayIndexOutOfBoundsException in ColorDialog
I20040226 1. Go to preferences, Workbench->Appearance 2. Deselect "Use platform colors" and press the button for the view foreground color -> the color chooser dialog appears 3. Hover over the color chooser area with the mouse, keep the left mouse button pressed. 4. While keeping the mouse button pressed, leave the dialog with the cursor and move the cursor around the screen. -> I get tons of these (various out of bounds indices): !ENTRY org.eclipse.ui 4 4 Mar 01, 2004 16:01:43.99 !MESSAGE Unhandled event loop exception Unhandled event loop exception Reason: !ENTRY org.eclipse.ui 4 0 Mar 01, 2004 16:01:43.100 !MESSAGE -1 !STACK 0 java.lang.ArrayIndexOutOfBoundsException: -1 at org.eclipse.swt.widgets.ColorDialog.mouseMove(ColorDialog.java:333) at org.eclipse.swt.widgets.ColorDialog.handleEvents(ColorDialog.java:217) at org.eclipse.swt.widgets.ColorDialog$1.handleEvent(ColorDialog.java:314) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:731) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2400) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2157) at org.eclipse.jface.window.Window.runEventLoop(Window.java:643) at org.eclipse.jface.window.Window.open(Window.java:623) at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:72) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:550) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:502) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:435) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:731) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2400) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2157) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1566) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1542) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:263) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:256) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:279) at org.eclipse.core.launcher.Main.run(Main.java:742) at org.eclipse.core.launcher.Main.main(Main.java:581) -1
2004-03-01 10:03:58
1,078,150,000
resolved fixed
7d1c253
1,078,360,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/ColorDialog.java
SWT
3,445
53,556
Bug 53556 Index out of bounds resizing preference page
I20040302 JDK 1.4.2 Steps: Window>Preferences>Color and Fonts Changed the Category to "Uncategorized" Attempted to resize the preferences dialog I have not been able to reproduce. java.lang.IllegalArgumentException: Index out of bounds at org.eclipse.swt.SWT.error(SWT.java:2611) at org.eclipse.swt.SWT.error(SWT.java:2555) at org.eclipse.swt.widgets.Widget.error(Widget.java:377) at org.eclipse.swt.widgets.Table.getItem(Table.java:894) at org.eclipse.swt.widgets.Table.WM_ERASEBKGND(Table.java:2517) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2957) at org.eclipse.swt.widgets.Display.windowProc(Display.java:2880) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:1300) at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java:391) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3020) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1436) at org.eclipse.swt.widgets.Display.windowProc(Display.java:2880) at org.eclipse.swt.internal.win32.OS.PeekMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.PeekMessage(OS.java:1764) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2027) at org.eclipse.jface.window.Window.runEventLoop(Window.java:638) at org.eclipse.jface.window.Window.open(Window.java:618) at org.eclipse.ui.internal.OpenPreferencesAction.run (OpenPreferencesAction.java:72) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:550) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:502) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent (ActionContributionItem.java:435) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:833) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2352) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2033) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1509) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1480) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:48) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:260) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:173) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:106) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:305) at org.eclipse.core.launcher.Main.run(Main.java:745) at org.eclipse.core.launcher.Main.main(Main.java:713)
2004-03-02 18:53:23
1,078,270,000
resolved fixed
dbb1077
1,078,340,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
SWT
3,446
53,638
Bug 53638 eclipse startup problem
!SESSION Mar 03, 2004 11:48:33.138 -------------------------------------------- - java.version=1.4.2_03 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US Command-line arguments: - data /home/dpollock/Source/Eclipse/Workspaces/SelfHosted -dev bin - debug /home/dpollock/Source/Eclipse/eclipseDebuggingOptions.txt !ENTRY org.eclipse.core.resources 4 271 Mar 03, 2004 11:48:33.139 !MESSAGE File not found: /opt/eclipse/plugins/org.apache.ant_1.6.0/plugin.xml. !ENTRY org.eclipse.core.resources 4 271 Mar 03, 2004 11:48:33.461 !MESSAGE File not found: /opt/eclipse/plugins/org.eclipse.releng.tools_3.0.2/plugin.xml. !ENTRY org.eclipse.core.resources 4 271 Mar 03, 2004 11:48:33.554 !MESSAGE File not found: /opt/eclipse/plugins/org.eclipse.tomcat_4.1.29/META- INF/MANIFEST.MF. !ENTRY org.eclipse.core.resources 4 271 Mar 03, 2004 11:48:33.950 !MESSAGE File not found: /opt/eclipse/plugins/org.eclipse.update.configurator_3.0.0/META- INF/MANIFEST.MF. !ENTRY org.eclipse.core.runtime 4 2 Mar 03, 2004 11:48:35.631 !MESSAGE Problems occurred when invoking code from plug- in: "org.eclipse.core.runtime". !STACK 0 java.lang.NoSuchMethodError: DragGetData at org.eclipse.swt.internal.Callback.bind(Native Method) at org.eclipse.swt.internal.Callback.<init>(Callback.java:102) at org.eclipse.swt.internal.Callback.<init>(Callback.java:60) at org.eclipse.swt.dnd.DragSource.<clinit>(DragSource.java:113) at org.eclipse.jface.viewers.StructuredViewer.addDragSupport (StructuredViewer.java:177) at org.eclipse.jdt.internal.ui.typehierarchy.TypeHierarchyViewPart.addDragAdapters (TypeHierarchyViewPart.java:699) at org.eclipse.jdt.internal.ui.typehierarchy.TypeHierarchyViewPart.initDragAndDrop (TypeHierarchyViewPart.java:677) at org.eclipse.jdt.internal.ui.typehierarchy.TypeHierarchyViewPart.createPartContr ol(TypeHierarchyViewPart.java:737) at org.eclipse.ui.internal.PartPane$1.run(PartPane.java:119) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:638) at org.eclipse.core.runtime.Platform.run(Platform.java:497) at org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:115) at org.eclipse.ui.internal.ViewPane.createChildControl(ViewPane.java:323) at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:231) at org.eclipse.ui.internal.ViewPane.createControl(ViewPane.java:276) at org.eclipse.ui.internal.PartTabFolder.createPartTab(PartTabFolder.java:596) at org.eclipse.ui.internal.PartTabFolder.createControl(PartTabFolder.java:535) at org.eclipse.ui.internal.PartSashContainer.createControl (PartSashContainer.java:240) at org.eclipse.ui.internal.PerspectivePresentation.activate (PerspectivePresentation.java:117) at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:631) at org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:1958) at org.eclipse.ui.internal.WorkbenchWindow$6.run(WorkbenchWindow.java:1669) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.WorkbenchWindow.setActivePage (WorkbenchWindow.java:1656) at org.eclipse.ui.internal.WorkbenchWindow.restoreState (WorkbenchWindow.java:1249) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1321) at org.eclipse.ui.internal.Workbench.access$9(Workbench.java:1289) at org.eclipse.ui.internal.Workbench$14.run(Workbench.java:1211) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:638) at org.eclipse.core.runtime.Platform.run(Platform.java:497) at org.eclipse.ui.internal.Workbench.openPreviousWorkbenchState (Workbench.java:1167) at org.eclipse.ui.internal.Workbench.init(Workbench.java:901) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1457) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:48) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:260) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:173) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:106) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:305) at org.eclipse.core.launcher.Main.run(Main.java:745) at org.eclipse.core.launcher.Main.main(Main.java:713) !ENTRY org.eclipse.core.runtime 4 2 Mar 03, 2004 11:48:36.22 !MESSAGE Problems occurred when invoking code from plug- in: "org.eclipse.core.runtime". !STACK 0 java.lang.NoClassDefFoundError at org.eclipse.jface.viewers.StructuredViewer.addDragSupport (StructuredViewer.java:177) at org.eclipse.ui.views.markers.internal.MarkerView.initDragAndDrop (MarkerView.java:365) at org.eclipse.ui.views.markers.internal.MarkerView.createPartControl (MarkerView.java:267) at org.eclipse.ui.internal.PartPane$1.run(PartPane.java:119) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:638) at org.eclipse.core.runtime.Platform.run(Platform.java:497) at org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:115) at org.eclipse.ui.internal.ViewPane.createChildControl(ViewPane.java:323) at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:231) at org.eclipse.ui.internal.ViewPane.createControl(ViewPane.java:276) at org.eclipse.ui.internal.PartTabFolder.createPartTab(PartTabFolder.java:596) at org.eclipse.ui.internal.PartTabFolder.createControl(PartTabFolder.java:535) at org.eclipse.ui.internal.PartSashContainer.createControl (PartSashContainer.java:240) at org.eclipse.ui.internal.PerspectivePresentation.activate (PerspectivePresentation.java:117) at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:631) at org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:1958) at org.eclipse.ui.internal.WorkbenchWindow$6.run(WorkbenchWindow.java:1669) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.WorkbenchWindow.setActivePage (WorkbenchWindow.java:1656) at org.eclipse.ui.internal.WorkbenchWindow.restoreState (WorkbenchWindow.java:1249) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1321) at org.eclipse.ui.internal.Workbench.access$9(Workbench.java:1289) at org.eclipse.ui.internal.Workbench$14.run(Workbench.java:1211) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:638) at org.eclipse.core.runtime.Platform.run(Platform.java:497) at org.eclipse.ui.internal.Workbench.openPreviousWorkbenchState (Workbench.java:1167) at org.eclipse.ui.internal.Workbench.init(Workbench.java:901) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1457) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:48) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:260) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:173) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:106) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:305) at org.eclipse.core.launcher.Main.run(Main.java:745) at org.eclipse.core.launcher.Main.main(Main.java:713) !ENTRY org.eclipse.core.runtime 4 2 Mar 03, 2004 11:48:36.152 !MESSAGE Problems occurred when invoking code from plug- in: "org.eclipse.core.runtime". !STACK 0 org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:2625) at org.eclipse.swt.SWT.error(SWT.java:2555) at org.eclipse.swt.widgets.Widget.error(Widget.java:373) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:309) at org.eclipse.swt.widgets.Composite.setFocus(Composite.java:670) at org.eclipse.jdt.internal.ui.typehierarchy.TypeHierarchyViewPart.setFocus (TypeHierarchyViewPart.java:519) at org.eclipse.ui.internal.WorkbenchPage$2.run(WorkbenchPage.java:469) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:638) at org.eclipse.core.runtime.Platform.run(Platform.java:497) at org.eclipse.ui.internal.WorkbenchPage.activatePart(WorkbenchPage.java:466) at org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:1975) at org.eclipse.ui.internal.WorkbenchWindow$6.run(WorkbenchWindow.java:1669) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.WorkbenchWindow.setActivePage (WorkbenchWindow.java:1656) at org.eclipse.ui.internal.WorkbenchWindow.restoreState (WorkbenchWindow.java:1249) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1321) at org.eclipse.ui.internal.Workbench.access$9(Workbench.java:1289) at org.eclipse.ui.internal.Workbench$14.run(Workbench.java:1211) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:638) at org.eclipse.core.runtime.Platform.run(Platform.java:497) at org.eclipse.ui.internal.Workbench.openPreviousWorkbenchState (Workbench.java:1167) at org.eclipse.ui.internal.Workbench.init(Workbench.java:901) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1457) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:48) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:260) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:173) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:106) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:305) at org.eclipse.core.launcher.Main.run(Main.java:745) at org.eclipse.core.launcher.Main.main(Main.java:713) !ENTRY org.eclipse.jdt.core 4 -1 Mar 03, 2004 11:48:43.637 !MESSAGE I/O exception. !STACK 0 java.util.zip.ZipException: No such file or directory at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.<init>(ZipFile.java:112) at java.util.zip.ZipFile.<init>(ZipFile.java:72) at org.eclipse.jdt.internal.core.JavaModelManager.getZipFile (JavaModelManager.java:971) at org.eclipse.jdt.internal.core.JarPackageFragmentRoot.getJar (JarPackageFragmentRoot.java:210) at org.eclipse.jdt.internal.core.JarPackageFragmentRoot.computeChildren (JarPackageFragmentRoot.java:76) at org.eclipse.jdt.internal.core.PackageFragmentRoot.buildStructure (PackageFragmentRoot.java:173) at org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java:169) at org.eclipse.jdt.internal.core.JavaElement.openWhenClosed (JavaElement.java:543) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo (JavaElement.java:280) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo (JavaElement.java:266) at org.eclipse.jdt.internal.core.JavaElement.getChildren(JavaElement.java:221) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.locatePackageDeclara tions(MatchLocator.java:802) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.locatePackageDeclara tions(MatchLocator.java:766) at org.eclipse.jdt.internal.core.search.JavaSearchParticipant.locateMatches (JavaSearchParticipant.java:162) at org.eclipse.jdt.internal.core.search.pattern.InternalSearchPattern.findMatches (InternalSearchPattern.java:107) at org.eclipse.jdt.core.search.SearchEngine.search(SearchEngine.java:739) at org.eclipse.jdt.core.search.SearchEngine.search(SearchEngine.java:707) at org.eclipse.pde.internal.core.osgi.bundle.BundlePluginBase.findOwningPluginId (BundlePluginBase.java:338) at org.eclipse.pde.internal.core.osgi.bundle.BundlePluginBase.addImportsFromImport edPackages(BundlePluginBase.java:261) at org.eclipse.pde.internal.core.osgi.bundle.BundlePluginBase.getImports (BundlePluginBase.java:195) at org.eclipse.pde.internal.core.ClasspathUtilCore.computePluginEntries (ClasspathUtilCore.java:75) at org.eclipse.pde.internal.core.ClasspathUtilCore.computePluginEntries (ClasspathUtilCore.java:163) at org.eclipse.pde.internal.core.RequiredPluginsClasspathContainer.getClasspathEnt ries(RequiredPluginsClasspathContainer.java:46) at org.eclipse.jdt.internal.core.JavaModelManager.containerPut (JavaModelManager.java:193) at org.eclipse.jdt.core.JavaCore.setClasspathContainer(JavaCore.java:3324) at org.eclipse.pde.internal.core.ModelEntry.updateClasspathContainer (ModelEntry.java:107) at org.eclipse.pde.internal.core.RequiredPluginsInitializer.initialize (RequiredPluginsInitializer.java:40) at org.eclipse.jdt.core.JavaCore$1.run(JavaCore.java:1171) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:638) at org.eclipse.core.runtime.Platform.run(Platform.java:497) at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:1166) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1867) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1790) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1762) at org.eclipse.jdt.internal.core.search.JavaSearchScope.add (JavaSearchScope.java:78) at org.eclipse.jdt.core.search.SearchEngine.createJavaSearchScope (SearchEngine.java:299) at org.eclipse.jdt.core.search.SearchEngine.createJavaSearchScope (SearchEngine.java:257) at org.eclipse.pde.internal.core.osgi.bundle.BundlePluginBase.findOwningPluginId (BundlePluginBase.java:306) at org.eclipse.pde.internal.core.osgi.bundle.BundlePluginBase.addImportsFromImport edPackages(BundlePluginBase.java:261) at org.eclipse.pde.internal.core.osgi.bundle.BundlePluginBase.getImports (BundlePluginBase.java:195) at org.eclipse.pde.internal.core.ClasspathUtilCore.computePluginEntries (ClasspathUtilCore.java:75) at org.eclipse.pde.internal.core.ClasspathUtilCore.computePluginEntries (ClasspathUtilCore.java:163) at org.eclipse.pde.internal.core.RequiredPluginsClasspathContainer.getClasspathEnt ries(RequiredPluginsClasspathContainer.java:46) at org.eclipse.jdt.internal.core.JavaModelManager.containerPut (JavaModelManager.java:193) at org.eclipse.jdt.core.JavaCore.setClasspathContainer(JavaCore.java:3324) at org.eclipse.pde.internal.core.ModelEntry.updateClasspathContainer (ModelEntry.java:107) at org.eclipse.pde.internal.core.RequiredPluginsInitializer.initialize (RequiredPluginsInitializer.java:40) at org.eclipse.jdt.core.JavaCore$1.run(JavaCore.java:1171) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:638) at org.eclipse.core.runtime.Platform.run(Platform.java:497) at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:1166) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1867) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1790) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1762) at org.eclipse.jdt.internal.core.DeltaProcessingState.initializeRoots (DeltaProcessingState.java:147) at org.eclipse.jdt.internal.core.JavaModelOperation.run (JavaModelOperation.java:698) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1567) at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:3203) at org.eclipse.jdt.core.JavaCore.setClasspathContainer(JavaCore.java:3332) at org.eclipse.jdt.internal.launching.JREContainerInitializer.initialize (JREContainerInitializer.java:51) at org.eclipse.jdt.core.JavaCore$1.run(JavaCore.java:1171) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:638) at org.eclipse.core.runtime.Platform.run(Platform.java:497) at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:1166) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1867) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1790) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1762) at org.eclipse.jdt.core.JavaCore.setClasspathContainer(JavaCore.java:3323) at org.eclipse.pde.internal.core.ModelEntry.updateUnknownClasspathContainer (ModelEntry.java:146) at org.eclipse.pde.internal.core.RequiredPluginsInitializer.initialize (RequiredPluginsInitializer.java:38) at org.eclipse.jdt.core.JavaCore$1.run(JavaCore.java:1171) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:638) at org.eclipse.core.runtime.Platform.run(Platform.java:497) at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:1166) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1867) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1790) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1762) at org.eclipse.jdt.internal.core.search.JavaSearchScope.add (JavaSearchScope.java:78) at org.eclipse.jdt.internal.core.search.JavaWorkspaceScope.initialize (JavaWorkspaceScope.java:79) at org.eclipse.jdt.internal.core.search.JavaSearchScope.<init> (JavaSearchScope.java:52) at org.eclipse.jdt.internal.core.search.JavaWorkspaceScope.<init> (JavaWorkspaceScope.java:30) at org.eclipse.jdt.core.search.SearchEngine.createWorkspaceScope (SearchEngine.java:430) at org.eclipse.jdt.internal.corext.util.AllTypesCache.search (AllTypesCache.java:503) at org.eclipse.jdt.internal.corext.util.AllTypesCache$TypeCacher.doSearchTypes (AllTypesCache.java:180) at org.eclipse.jdt.internal.corext.util.AllTypesCache$TypeCacher.run (AllTypesCache.java:149) !ENTRY org.eclipse.jdt.core 4 -1 Mar 03, 2004 11:48:43.649 !MESSAGE I/O exception. !STACK 0 java.util.zip.ZipException: No such file or directory at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.<init>(ZipFile.java:112) at java.util.zip.ZipFile.<init>(ZipFile.java:72) at org.eclipse.jdt.internal.core.JavaModelManager.getZipFile (JavaModelManager.java:971) at org.eclipse.jdt.internal.core.JarPackageFragmentRoot.getJar (JarPackageFragmentRoot.java:210) at org.eclipse.jdt.internal.core.JarPackageFragmentRoot.computeChildren (JarPackageFragmentRoot.java:76) at org.eclipse.jdt.internal.core.PackageFragmentRoot.buildStructure (PackageFragmentRoot.java:173) at org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java:169) at org.eclipse.jdt.internal.core.JavaElement.openWhenClosed (JavaElement.java:543) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo (JavaElement.java:280) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo (JavaElement.java:266) at org.eclipse.jdt.internal.core.JavaElement.getChildren(JavaElement.java:221) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.locatePackageDeclara tions(MatchLocator.java:802) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.locatePackageDeclara tions(MatchLocator.java:766) at org.eclipse.jdt.internal.core.search.JavaSearchParticipant.locateMatches (JavaSearchParticipant.java:162) at org.eclipse.jdt.internal.core.search.pattern.InternalSearchPattern.findMatches (InternalSearchPattern.java:107) at org.eclipse.jdt.core.search.SearchEngine.search(SearchEngine.java:739) at org.eclipse.jdt.core.search.SearchEngine.search(SearchEngine.java:707) at org.eclipse.pde.internal.core.osgi.bundle.BundlePluginBase.findOwningPluginId (BundlePluginBase.java:338) at org.eclipse.pde.internal.core.osgi.bundle.BundlePluginBase.addImportsFromImport edPackages(BundlePluginBase.java:261) at org.eclipse.pde.internal.core.osgi.bundle.BundlePluginBase.getImports (BundlePluginBase.java:195) at org.eclipse.pde.internal.core.ClasspathUtilCore.computePluginEntries (ClasspathUtilCore.java:75) at org.eclipse.pde.internal.core.ClasspathUtilCore.computePluginEntries (ClasspathUtilCore.java:163) at org.eclipse.pde.internal.core.RequiredPluginsClasspathContainer.getClasspathEnt ries(RequiredPluginsClasspathContainer.java:46) at org.eclipse.jdt.internal.core.JavaModelManager.containerPut (JavaModelManager.java:193) at org.eclipse.jdt.core.JavaCore.setClasspathContainer(JavaCore.java:3324) at org.eclipse.pde.internal.core.ModelEntry.updateClasspathContainer (ModelEntry.java:107) at org.eclipse.pde.internal.core.RequiredPluginsInitializer.initialize (RequiredPluginsInitializer.java:40) at org.eclipse.jdt.core.JavaCore$1.run(JavaCore.java:1171) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:638) at org.eclipse.core.runtime.Platform.run(Platform.java:497) at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:1166) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1867) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1790) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1762) at org.eclipse.jdt.internal.core.DeltaProcessingState.initializeRoots (DeltaProcessingState.java:147) at org.eclipse.jdt.internal.core.JavaModelOperation.run (JavaModelOperation.java:698) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1567) at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:3203) at org.eclipse.jdt.core.JavaCore.setClasspathContainer(JavaCore.java:3332) at org.eclipse.jdt.internal.launching.JREContainerInitializer.initialize (JREContainerInitializer.java:51) at org.eclipse.jdt.core.JavaCore$1.run(JavaCore.java:1171) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:638) at org.eclipse.core.runtime.Platform.run(Platform.java:497) at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:1166) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1867) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1790) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1762) at org.eclipse.jdt.core.JavaCore.setClasspathContainer(JavaCore.java:3323) at org.eclipse.pde.internal.core.ModelEntry.updateUnknownClasspathContainer (ModelEntry.java:146) at org.eclipse.pde.internal.core.RequiredPluginsInitializer.initialize (RequiredPluginsInitializer.java:38) at org.eclipse.jdt.core.JavaCore$1.run(JavaCore.java:1171) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:638) at org.eclipse.core.runtime.Platform.run(Platform.java:497) at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:1166) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1867) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1790) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1762) at org.eclipse.jdt.internal.core.search.JavaSearchScope.add (JavaSearchScope.java:78) at org.eclipse.jdt.internal.core.search.JavaWorkspaceScope.initialize (JavaWorkspaceScope.java:79) at org.eclipse.jdt.internal.core.search.JavaSearchScope.<init> (JavaSearchScope.java:52) at org.eclipse.jdt.internal.core.search.JavaWorkspaceScope.<init> (JavaWorkspaceScope.java:30) at org.eclipse.jdt.core.search.SearchEngine.createWorkspaceScope (SearchEngine.java:430) at org.eclipse.jdt.internal.corext.util.AllTypesCache.search (AllTypesCache.java:503) at org.eclipse.jdt.internal.corext.util.AllTypesCache$TypeCacher.doSearchTypes (AllTypesCache.java:180) at org.eclipse.jdt.internal.corext.util.AllTypesCache$TypeCacher.run (AllTypesCache.java:149)
2004-03-03 11:56:24
1,078,330,000
resolved fixed
04dbb5b
1,078,330,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/gtk/org/eclipse/swt/dnd/DragSource.java
SWT
3,447
53,419
Bug 53419 viewing preference page makes preferences tree unresponsive
2.1.3 RC1 - open the preferences dialog - click around between preference pages, see that it seems fine - click on page Team > CVS > Label Decorations - now click around, note that the page pane on the right no longer updates to display the currently selected page
2004-03-01 12:40:14
1,078,160,000
resolved fixed
a016d09
1,078,260,000
bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/graphics/GC.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/graphics/GCData.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Composite.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Control.java
SWT
3,448
53,404
Bug 53404 Menu.getSize does not return the correct value
The method Menu.getSize returns a different value depending on where the parent widget is located when the API is called. Run the following example. Move the shell around the screen and click on the button. Note the menu size is reported for each click and it is different each time you move the window. public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); final Button b = new Button(shell, SWT.PUSH); b.setBounds(10, 10, 200, 200); b.setText("click to show menu"); b.addSelectionListener(new SelectionAdapter() { public void widgetSelected (org.eclipse.swt.events.SelectionEvent e) { Menu menu = new Menu(b); for (int i = 0; i < 10; i++) { MenuItem item = new MenuItem(menu, SWT.NONE); item.setText("item "+i); } System.out.println("Menu size is "+menu.getSize()); menu.dispose(); } }); shell.pack(); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); }
2004-03-01 11:13:43
1,078,160,000
resolved wontfix
889f93f
1,078,260,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Menu.java
SWT
3,449
21,234
Bug 21234 TableItem.setImageIndent does not indent items
Build 2.0, Linux/GTK Try running the following under GTK and you'll notice that the TableTreeItems are not indented. They are indented under Win2k and Linux/Motif, though: import org.eclipse.swt.SWT; import org.eclipse.swt.custom.TableTree; import org.eclipse.swt.custom.TableTreeItem; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; public class TableTreeTest { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); TableTree tree = new TableTree(shell, SWT.FULL_SELECTION); TableTreeItem item = new TableTreeItem(tree, SWT.NONE); item.setText("Foo"); TableTreeItem item2 = new TableTreeItem(item, SWT.NONE); item2.setText("Child 1 of Foo"); item2 = new TableTreeItem(item, SWT.NONE); item2.setText("Child 2 of Foo"); item = new TableTreeItem(item2, SWT.NONE); item.setText("Child 1 of Child 2 of Foo"); shell.open(); shell.setSize(400, 400); while (!shell.isDisposed()) if (!display.readAndDispatch()) display.sleep(); display.dispose(); } }
2002-07-04 10:25:24
1,025,790,000
resolved wontfix
9d3b6c9
1,078,250,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TableItem.java
SWT
3,450
53,440
Bug 53440 critical warnings when running jnigen tool
run jnigen tool tons of glib warnings come up
2004-03-01 16:13:27
1,078,180,000
resolved fixed
f18d742
1,078,180,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableColumn.java
SWT
3,451
39,892
Bug 39892 SWT error thrown when refreshing the properties page
An SWT error is thrown when the property sheet is populated when it is NOT currently visible. The problem appears to be that OS.gtk_tree_view_get_cell_area(int tree_view, int path, int column, GdkRectangle rect) does not update the supplied rectangle's height. A. org.eclipse.swt.custom.TableTreeItem constructor() A.1 parent.getItemHeight() # calculate the height of a table cell B. org.eclipse.swt.widgets.Table#getItemHeight() B.1 new GtkRectangle() # creates an empty [0,0,0,0] rectangle) B.2 OS.gtk_tree_view_get_cell_area(...) # does not update the rectangle; i.e., it is still [0,0,0,0] B.3 return GtkRectangle.height A.2 new Image( null, height, height ) #i.e., new Image( null, 0, 0 ) >> will cause an SWT error C. Image#init( Device device, int width, int height ) { if ( width <= 0 || height <=0 ) { SWT.error(...) }...}
2003-07-10 15:03:27
1,057,860,000
resolved fixed
89324c3
1,078,160,000
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
3,452
53,388
Bug 53388 [64] Crash in g_signal_lookup
From Juergen Kreileder : I've tried a few simple tests with N20040228 and our current J2SE 1.4.2&1.5.0 builds for AMD64: The tests crashed right at startup in about 50% of all tries. Ie. it looks like there are still some pointers stored in (or truncated to) 32-bit ints and SWT only works if the real pointer happens to point into the first 2G of mem. All crashes seem to happen in OS.g_signal_lookup() with broken pointers like 0xffffffffe28b9c70 (which should have been 0x2ae28b9c70), I'll take a closer look at it if I find some time.
2004-03-01 09:20:50
1,078,150,000
resolved fixed
e83057c
1,078,150,000
bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java
SWT
3,453
52,947
Bug 52947 Cheese with Toolbar on parent with SWT.NO_BACKGROUND
Run the following snippet on Windows XP with a manifest. The toolbar does not draw properly and appears as a black rectangle. If the ToolBar style is SWT.NONE (i.e. not SWT.FLAT) the problem goes away. public static void main(String[] args) { final Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); Composite c = new Composite(shell, SWT.NO_BACKGROUND); c.addPaintListener(new PaintListener() { public void paintControl(PaintEvent e) { Point size = ((Control)e.widget).getSize(); e.gc.setBackground(display.getSystemColor (SWT.COLOR_RED)); e.gc.fillRectangle(-10, -10, size.x+20, size.y + 20); } }); ToolBar tb = new ToolBar (c, SWT.FLAT); for (int i = 0; i < 20; i++) { ToolItem item = new ToolItem (tb, SWT.PUSH); item.setText("Item "+i); } tb.setBounds(10, 10, 300, 50); shell.setSize(500, 300); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); }
2004-02-24 11:08:42
1,077,640,000
resolved fixed
353e148
1,077,840,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java
SWT
3,454
53,128
Bug 53128 Shell.setRegion() should check if region is disposed...
...and throw InvalidArgumentException.
2004-02-25 16:44:48
1,077,750,000
resolved fixed
907c4dd
1,077,750,000
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 bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Shell.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java
SWT
3,455
52,733
Bug 52733 Deadlock expand of HEAD
- nightly build: eclipse-SDK-N20040221-macosx-carbon.tar - started first time - closed welcome - switched to CVS perspective - connected to eclipse.org - attempted to expand HEAD - eclipse became unresponsive (i.e. spinning ball cursor == no events being processed) !SESSION Feb 21, 2004 08:52:13.827 --------------------------------------------- java.version=1.4.2_03 java.vendor=Apple Computer, Inc. BootLoader constants: OS=macosx, ARCH=ppc, WS=carbon, NL=en_US Command-line arguments: -keyring /Users/mcq/.eclipse_keyring -showlocation -data workspace !ENTRY org.eclipse.team.cvs.ssh 1 0 Feb 21, 2004 08:52:13.830 !MESSAGE Host key for dev.eclipse.org was not found in the list of known hosts stored in /Users/mcq/ Desktop/eclipse/workspace/.metadata/.plugins/org.eclipse.team.cvs.ssh/known_hosts. The key is being automatically added to the known_hosts file for you. This key, which is like a personal signature, is used by Eclipse to guarantee that the host it is communicating with is the correct one. If the Eclipse client detects a change in this key you will be notified. Full thread dump Java HotSpot(TM) Client VM (1.4.2-34 mixed mode): "Worker-4" prio=5 tid=0x0055ac10 nid=0x1c9cc00 in Object.wait() [f080f000..f080fb20] at java.lang.Object.wait(Native Method) - waiting on <0x62dd4a58> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:185) - locked <0x62dd4a58> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:211) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) "Worker-0" prio=5 tid=0x0054d500 nid=0x1bd9600 waiting on condition [f0509000..f0509b20] at java.lang.Thread.sleep(Native Method) at org.eclipse.ui.internal.progress.AnimationManager.animateLoop(AnimationManager.java:239) at org.eclipse.ui.internal.progress.AnimationManager$3.run(AnimationManager.java:377) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:62) "Start Level Event Dispatcher" daemon prio=5 tid=0x005140e0 nid=0x1851400 in Object.wait() [f0488000..f0488b20] at java.lang.Object.wait(Native Method) - waiting on <0x62ae4470> (a org.eclipse.osgi.framework.eventmgr.EventThread) at java.lang.Object.wait(Object.java:429) at org.eclipse.osgi.framework.eventmgr.EventThread.getNextEvent(EventThread.java:167) - locked <0x62ae4470> (a org.eclipse.osgi.framework.eventmgr.EventThread) at org.eclipse.osgi.framework.eventmgr.EventThread.run(EventThread.java:118) "Framework Event Dispatcher" daemon prio=5 tid=0x00511740 nid=0x186c800 in Object.wait() [f0407000..f0407b20] at java.lang.Object.wait(Native Method) - waiting on <0x62aa0140> (a org.eclipse.osgi.framework.eventmgr.EventThread) at java.lang.Object.wait(Object.java:429) at org.eclipse.osgi.framework.eventmgr.EventThread.getNextEvent(EventThread.java:167) - locked <0x62aa0140> (a org.eclipse.osgi.framework.eventmgr.EventThread) at org.eclipse.osgi.framework.eventmgr.EventThread.run(EventThread.java:118) "Signal Dispatcher" daemon prio=10 tid=0x00507fc0 nid=0x1812600 waiting on condition [0..0] "Finalizer" daemon prio=8 tid=0x00506ad0 nid=0x180e000 in Object.wait() [f0203000..f0203b20] at java.lang.Object.wait(Native Method) - waiting on <0x62aa0268> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111) - locked <0x62aa0268> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159) "Reference Handler" daemon prio=10 tid=0x005067a0 nid=0x1802600 in Object.wait() [f0182000..f0182b20] at java.lang.Object.wait(Native Method) - waiting on <0x62aa0050> (a java.lang.ref.Reference$Lock) at java.lang.Object.wait(Object.java:429) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:115) - locked <0x62aa0050> (a java.lang.ref.Reference$Lock) "main" prio=6 tid=0x00500c30 nid=0xa000a1ec runnable [bfffc000..bffff648] at org.eclipse.swt.internal.carbon.OS.ReshapeCustomWindow(Native Method) at org.eclipse.swt.widgets.Shell.setRegion(Shell.java:1176) at org.eclipse.ui.internal.AssociatedWindow$2.getRegion(AssociatedWindow.java:270) at org.eclipse.ui.internal.AssociatedWindow$2.paintControl(AssociatedWindow.java:247) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:82) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1183) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1207) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1192) at org.eclipse.swt.widgets.Control.drawWidget(Control.java:538) at org.eclipse.swt.widgets.Shell.drawWidget(Shell.java:490) at org.eclipse.swt.widgets.Widget.kEventControlDraw(Widget.java:862) at org.eclipse.swt.widgets.Canvas.kEventControlDraw(Canvas.java:105) at org.eclipse.swt.widgets.Widget.controlProc(Widget.java:313) at org.eclipse.swt.widgets.Display.controlProc(Display.java:626) at org.eclipse.swt.internal.carbon.OS.ShowWindow(Native Method) at org.eclipse.swt.widgets.Shell.setWindowVisible(Shell.java:1241) at org.eclipse.swt.widgets.Shell.setVisible(Shell.java:1210) at org.eclipse.ui.internal.progress.ProgressFloatingWindow.open(ProgressFloatingWindow.java: 237) at org.eclipse.ui.internal.progress.AnimationItem$6.runInUIThread(AnimationItem.java:207) - locked <0x62faea20> (a java.lang.Object) at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:90) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:106) - locked <0x61d30a18> (a org.eclipse.swt.widgets.RunnableLock) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2094) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1917) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1546) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1522) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:256) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:279) at org.eclipse.core.launcher.Main.run(Main.java:742) at org.eclipse.core.launcher.Main.main(Main.java:581) "VM Thread" prio=5 tid=0x00506020 nid=0x1802e00 runnable "VM Periodic Task Thread" prio=10 tid=0x00507f30 nid=0x1809c00 waiting on condition "Exception Catcher Thread" prio=10 tid=0x00500e60 nid=0x1802a00 runnable
2004-02-21 09:11:02
1,077,370,000
resolved fixed
1397638
1,077,740,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Shell.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Widget.java
SWT
3,456
53,063
Bug 53063 Changing the style of a Label from SWT.SHADOW_IN to SWT.SHADOW_NONE does not make a difference in the appearance of the Label
null
2004-02-25 10:40:40
1,077,720,000
resolved fixed
20d86f3
1,077,730,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
3,457
52,862
Bug 52862 SPACE gets inserted into styledtext using system menu
public static void main(String[] args) { Display d = Display.getDefault(); Shell shell = new Shell(d); shell.setLayout(new FillLayout(SWT.VERTICAL)); new StyledText(shell, SWT.BORDER).setText("string"); Display.getCurrent().addFilter(SWT.KeyDown, new Listener() { public void handleEvent(Event event) {} }); shell.setSize(600,500); shell.open(); while (!shell.isDisposed()) while (!d.readAndDispatch()) d.sleep(); } Steps to reproduce: 1)Place the caret in the middle of a word. 2) Press ALT+SPACE 3) Press N (without ALT) 4) Restore the window and you'll see a space inserted. This is very annoying because users are constantly dirtying their text editor when they minimize the foreground workbenchwindow. Their may be 2 problems, a) ALT+SPACE should not get sent to the focused Control, and b) does styled text widget insert SPACE when it receives ALT+SPACE?
2004-02-23 15:36:41
1,077,570,000
resolved fixed
ea405f6
1,077,650,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java
SWT
3,458
52,541
Bug 52541 [SWT Examples] CoolBar Buttons with a dropdown menu do not behave correctly
null
2004-02-19 16:11:58
1,077,230,000
resolved fixed
d6602fa
1,077,560,000
examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/CoolBarTab.java
SWT
3,459
52,337
Bug 52337 LZWCodec#maskTable should be a static final field
3.0M7 This array is set in two different methods to always the same value. It should be a static final field.
2004-02-18 01:39:12
1,077,090,000
resolved fixed
ef593b1
1,077,120,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/image/LZWCodec.java
SWT
3,460
51,374
Bug 51374 Need MenuBar to support Images on PocketPC
display space is very limited, And being able to put a Button on the MenuBar can recover the space that is lost any ways, leave a larger space for user data
2004-02-09 13:28:43
1,076,350,000
resolved fixed
611c48b
1,076,970,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Menu.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MenuItem.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java
SWT