issue_id
int64
2.03k
426k
title
stringlengths
9
251
body
stringlengths
1
32.8k
status
stringclasses
6 values
after_fix_sha
stringlengths
7
7
updated_files
stringlengths
29
34.1k
project_name
stringclasses
6 values
repo_url
stringclasses
6 values
repo_name
stringclasses
6 values
language
stringclasses
1 value
issue_url
null
before_fix_sha
null
pull_url
null
commit_datetime
unknown
report_datetime
unknown
176,167
Bug 176167 Form's BusyIndicator hangs workbench on GTK
3.3M5 Using the form editor's BusyIndicator hangs the workbench on GTK. Not using busy indication made the problem go away, the following was in the log: Xlib: unexpected async reply (sequence 0x83d9)! Xlib: unexpected async reply (sequence 0x83da)! Xlib: unexpected async reply (sequence 0x8e58)! Xlib: unexpected async reply (sequence 0x901d)! Xlib: unexpected async reply (sequence 0x9819)! Xlib: unexpected async reply (sequence 0x98dd)! Xlib: unexpected async reply (sequence 0x98de)! Xlib: unexpected async reply (sequence 0x98df)! Xlib: unexpected async reply (sequence 0x98e0)! Xlib: unexpected async reply (sequence 0x9911)! The program 'Eclipse' received an X Window System error. This probably reflects a bug in the program. The error was 'BadWindow (invalid Window parameter)'. (Details: serial 39186 error_code 3 request_code 38 minor_code 0) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.)
resolved fixed
ac97e9d
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cairo/org/eclipse/swt/internal/cairo/Cairo.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-04-05T20:04:53Z"
"2007-03-02T12:53:20Z"
167,301
Bug 167301 AddFontResourceEx missing for ANSI in OS
According to MSDN, AddFontResourceEx is implemented as both Unicode and ANSI. However, it is unsupported in Windows 95/98/Me, only included in Windows 2000 and later. The older AddFontResource is implemented as both Unicode and ANSI. We currently implement AddFontResourceExW. Also, RemoveFontResourceExA is not implemented.
resolved fixed
a2be781
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/win32/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/Device.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-04-05T15:33:41Z"
"2006-12-08T23:20:00Z"
162,578
Bug 162578 [Browser] Changing status message in Ubuntu's built-in Firefox browser doesn't work
Hi, I used to use SWT browser on Linux with Mozilla 1.7.3 GTK2, and everything was OK, but when I switched to Firefox (the version which is available with Ububtu Dapper 6.06), a problem occurs: Either the JavaScript in my page (loaded in the Browser widget), cannot change the status text, or SWT does not handle the event. I believe that this is the first problem, so changed my Firefox setting to allow JavaScript to change status bar message, but the problem still remains. I don't know where is the default configuration loaded for a SWT browser, but probably this is a security issue for Firefox. I used Ubuntu 6.06's default Firefox (1.5.0.5 I think). I'll soon make an attachment to reproduce the bug.
resolved fixed
3d9c2cb
["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-04-05T10:02:51Z"
"2006-10-27T17:26:40Z"
180,977
Bug 180977 Cannot get font foreground colors
On Windows at least the font selection dialog will allow us to select a font colour but the API does not allow us to access this colour. As a result we need to use seperate preferences for font style and colour which can be confusing to the user when they see the color in the selection dialog.
resolved wontfix
bc23efb
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-04-04T23:59:22Z"
"2007-04-04T15:20:00Z"
178,757
Bug 178757 [consistency] TableColum/TreeColumns last resize listener called when control is resized
If you add an resize listener to a Table/TreeColumn on Linux Gtk it is called when the control is resized. On MacOSX and WinXP this is not happening.
resolved fixed
466dc17
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TableColumn.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TreeColumn.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-04-04T21:26:47Z"
"2007-03-22T10:40:00Z"
151,891
Bug 151891 Table.computeSize returns wrong value on GTK
null
resolved fixed
ca532f8
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-04-04T21:20:40Z"
"2006-07-26T18:53:20Z"
180,821
Bug 180821 Eclipse won't start due to error in System.Windows.FontStretch.FromOpenTypeStretch
Build: I20070403 This WPF build fails to start the workbench. There are hundreds of errors on stdout/stderr, and a number of errors in the log. Here is a sample of the errors that appear on stderr: LEAK -> 99=#FF5F3F5F type=System.Windows.Media.Color java.lang.Exception at org.eclipse.swt.internal.wpf.OS.Color_FromArgb(Native Method) at org.eclipse.swt.graphics.Color.init(Color.java:234) at org.eclipse.swt.graphics.Color.<init>(Color.java:79) at org.eclipse.ui.internal.WorkbenchColors.initWorkbenchColors(Workbench Colors.java:61) at org.eclipse.ui.internal.WorkbenchColors.startup(WorkbenchColors.java: 101) at org.eclipse.ui.internal.Workbench$28.runWithException(Workbench.java: 1467) at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupT hreading.java:31) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.ja va:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2390) at org.eclipse.swt.widgets.Display.HandleDispatcherInactive(Display.java :1698) at org.eclipse.swt.internal.wpf.OS.Dispatcher_PushFrame(Native Method) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2162) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2284) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.ja va:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.jav a:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEAppli cation.java:101) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandl e.java:152) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runAppli cation(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ec lipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:359) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:174) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:64)
resolved fixed
59c942d
["bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/graphics/FontData.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-04-04T18:26:53Z"
"2007-04-03T22:40:00Z"
180,376
Bug 180376 Eclipse/SWT crashes the JVM
null
resolved fixed
cdbd1ce
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Menu.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-04-04T16:13:14Z"
"2007-04-01T15:06:40Z"
180,773
Bug 180773 CTabFolder's getSelection() javadocs is incorrect
The current javadocs says that an empty array will be returned if nothing has been selected. In reality, the return type is a CTabItem (so returning an array is impossible to begin with), and the actual return value for a CTabFolder with no selection is null.
resolved fixed
53107e2
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-04-03T20:10:39Z"
"2007-04-03T19:53:20Z"
180,615
Bug 180615 too many paint events have been sent out when key down in Canvas
Build ID: I20070306-1200 Steps To Reproduce: 1. Write a simple example using Canvas 2. Listen to key down and paint event 3. Holding down the arrow down key, you will find too many paint events have been sent out, key down event and paint event are alternate. 4. If you run this in build I20070222-0951, it only sends out key down event, which is correct. 5. I have tried this in 3.2, it only sends out key down event too. 6. Too many paint events have blocked UI main thread, so that it can not get time to do other UI job. More information: Code to test: import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Event; import org.eclipse.swt.widgets.Listener; import org.eclipse.swt.widgets.Shell; public class TestPaint { public static void main(String [] args){ Display display = new Display(); Shell shell = new Shell(display, SWT.SHELL_TRIM | SWT.V_SCROLL); Listener listener = new Listener() { public void handleEvent(Event e) { switch (e.type) { case SWT.Paint: System.out.println(" paint event"); break; case SWT.KeyDown: System.out.println(" key down event"); break; } } }; shell.addListener(SWT.Paint, listener); shell.addListener(SWT.KeyDown, listener); shell.pack(); shell.open(); while(!shell.isDisposed()){ if(!display.readAndDispatch()) display.sleep(); } display.dispose(); } }
verified fixed
b8d6fab
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Composite.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-04-03T18:07:05Z"
"2007-04-03T06:00:00Z"
180,540
Bug 180540 Default behaviour for FileDialog different on Vista
I'm using Windows Vista with Eclipse 3.3M6 WPF running. When you try to import a team project set and click the "browse" button to locate the psf file, it shows a "Save As" Dialog. I dug into the implementation org.eclipse.team.internal.ui.wizards.ImportProjectSetMainPage and discovered that they are using the single-argument constructor for FileDialog, i.e. new FileDialog(shell). I modified Snippet72 to use the single-argument constructor and ran the results on Windows XP and Windows Vista. On XP, I'm presented with an "Open File" dialog. On Windows Vista, I'm presented with a "Save As" dialog. The JavaDoc doesn't specify what the behaviour should be, but I imagine that it should be consistent from platform to platform. This constructor is used around 20 different places in the SDK.
resolved fixed
67fc3a6
["bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/FileDialog.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-04-03T14:22:35Z"
"2007-04-02T18:53:20Z"
177,123
Bug 177123 Disposed TableEditor recieves resize event and crashes
TableEditor.ControlMoved is called for disposed editor. It calls TableEditor._resize()(in the last version "_resize" is renamed to "layout"). void _resize () { if (table.isDisposed()) return; if (item == null || item.isDisposed()) return; int columnCount = table.getColumnCount(); if (columnCount == 0 && column != 0) return; if (columnCount > 0 && (column < 0 || column >= columnCount)) return; super._resize(); } But table is null, so we have a crash. If u look at TableEditor.dispose() code u see that sometimes removeControlListener is NOT removed for the disposed editor. public void dispose () { if (this.column > -1 && this.column < table.getColumnCount()){ TableColumn tableColumn = table.getColumn(this.column); tableColumn.removeControlListener(columnListener); } columnListener = null; table = null; item = null; column = -1; super.dispose(); } This happens in our application. I could not reproduce this in a separate snippet. It happened when columns were added and removed from the table a lot, editors are disposed and a resize event is fired for the table for any reason. I know for sure that this editor was disposed. If u can not reproduce the problem, and can not prevent from _resize to be fired on disposed editor, at least move the line: "if (item == null || item.isDisposed()) return;" to be first in the _resize() method. So, that it would not crash on table.isDisposed() line. I attach a print screen with call stack of a problem. Thanks
resolved fixed
25905b4
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/ControlEditor.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/TableEditor.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/TableTreeEditor.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/TreeEditor.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-31T15:13:49Z"
"2007-03-13T10:00:00Z"
180,204
Bug 180204 Tree with style SWT.VIRTUAL | SWT.CHECK doesn't correctly check nodes without children
Build ID: M20070212-1330 Steps To Reproduce: 1. see attached code sample 2. run code sample 3. you should see a tree where every node which ends with "2" has no children. 4. the nodes without children have no checkmark, even though the code explicitely does item.setChecked(true) for every node 5. minimize/maximize the window, and suddenly the checkmarks appear More information: I'm using a tree like this: new Tree(shell, SWT.VIRTUAL | SWT.BORDER | SWT.CHECK). I noticed during development a problem where sometimes the Checkmark infront of the nodes is not correctly refreshed, while for example the node Label refreshes correctly. This problem can occur not only when the node is a leaf node, but I found the bug to be very easy reproduce for nodes without children (see the attached code). It obviously is somekind of refresh problem, but I could not find a way to properly refresh a node. Then I noticed that when I simply forced every node to always be checked that only nodes without children didn't refresh properly. The work-around I use therefore simply sets the TreeItem to have 10 children, and in the next line it sets it to the real amount of children.
verified fixed
04e0144
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TreeItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-30T20:17:31Z"
"2007-03-30T13:06:40Z"
180,221
Bug 180221 Combo sends out multiple MouseEnter/MouseExit events
If you add a Listener for MouseEnter and MouseExit events to a Combo, you will get an Enter/Exit when you go over the box and another one when you go over the drop down arrow button.
resolved fixed
275c013
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ExpandItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Scrollable.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Spinner.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TabItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ToolBar.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ToolItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-30T15:59:09Z"
"2007-03-30T15:53:20Z"
180,181
Bug 180181 Javadoc warnings in N20070330-0010
/builds/N200703300010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java:2581: warning - Tag @see: Class or Package not found: FULL_SELECTION /builds/N200703300010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java:2581: warning - Tag @see: Class or Package not found: LAST_LINE_SELECTION /builds/N200703300010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java:2597: warning - Tag @see: Class or Package not found: DELIMITER_SELECTION /builds/N200703300010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java:2597: warning - Tag @see: Class or Package not found: FULL_SELECTION
resolved fixed
815d8a0
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/SWT.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-30T13:25:08Z"
"2007-03-30T13:06:40Z"
179,794
Bug 179794 Screen cheese in ControlExample when resizing Table with PaintItem listener
I20070327-0800 - ControlExample > Table - enable PaintItem listener - click Size > 50 X 50 => original table area is not redrawn
resolved fixed
8cdddf7
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-28T19:54:05Z"
"2007-03-28T16:40:00Z"
176,792
Bug 176792 [OLE] org.eclipse.swt.internal.ole.win32.ComObject misbehavior in multithreaded application
org.eclipse.swt.internal.ole.win32.ComObject constructor accesses to Callbacks and ObjectMap static fields. In multithreaded applications this sometimes leads to org.eclipse.swt.SWTError exceptions with message "No more callbacks". Solution Enclose constructor code in synchronized block public COMObject(int[] argCounts) { int[] callbackAddresses = new int[argCounts.length]; synchronized (Callbacks) { //!!! added line for (int i = 0, length = argCounts.length; i < length; i++){ if ((Callbacks[i][argCounts[i]]) == null) { Callbacks[i][argCounts[i]] = new Callback(this.getClass(), "callback"+i, argCounts[i] + 1, true, COM.E_FAIL); //$NON-NLS-1$ if (Callbacks[i][argCounts[i]].getAddress() == 0) SWT.error(SWT.ERROR_NO_MORE_CALLBACKS); } callbackAddresses[i] = Callbacks[i][argCounts[i]].getAddress(); } int pVtable = OS.GlobalAlloc(COM.GMEM_FIXED | COM.GMEM_ZEROINIT, 4 * argCounts.length); COM.MoveMemory(pVtable, callbackAddresses, 4 * argCounts.length); ppVtable = OS.GlobalAlloc(COM.GMEM_FIXED | COM.GMEM_ZEROINIT, 4); COM.MoveMemory(ppVtable, new int[] {pVtable}, 4); ObjectMap.put(new Integer(ppVtable), this); } //!!! added line }
resolved fixed
fed4205
["bundles/org.eclipse.swt/Eclipse", "SWT", "OLE", "Win32/win32/org/eclipse/swt/internal/ole/win32/COMObject.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-27T21:41:08Z"
"2007-03-09T08:46:40Z"
179,177
Bug 179177 List.setTopIndex() should not leave excess space at bottom
On OS X, when CCombo calls list.setTopIndex and the number of items in the drop down is smaller than visibleItemCount, the list turns on its scrollbars and ends up in a strange looking state. There is an easy fix for this -- specifically, checking to make sure that top index <= (list.getItemCount() - visibleItemCount). I'm attaching the one line fix for this.
resolved fixed
59a77a7
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Table.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-27T21:28:51Z"
"2007-03-25T05:20:00Z"
179,448
Bug 179448 Japanese monospace/fixed witdth fonts such as Osaka-Mono are not shown properly.
Environment: Mac OSX 10.4.9/ Eclipse 3.3M6 on Japanse Mac OSX. Java editor does not display Japanese fonts properly while scrolling editor window or editing source code text. Procedure to reproduce: 1. Launch Eclipse 2. Go to Preferences>General>Appearance>Colors and Fonts, and see 'Basic' category in the right pane. 3. Change 'Text Font' to Osaka regular-mono font 4. Open a java source file containing Japanese letters (encoded either UTF-8 or Windows-31J) 5. Scroll up and down the editor window and you can see dot garbages and phantoms. I guess this issue is related to the issue #172215 since the phenomenon I saw is similar to the screenshot.
resolved fixed
bd7e3d9
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/TextLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-27T19:14:46Z"
"2007-03-27T07:20:00Z"
169,293
Bug 169293 [browser] AD pop-up doesn't show if flash plug-in not installed.(No OpenWindow listener)
null
verified fixed
2af93db
["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-27T16:37:48Z"
"2006-12-31T04:40:00Z"
14,654
Bug 14654 [typing] Single line selection on triple-click
This is a common and convenient behavior for text editors/IDEs which is missing. Would be nice to have it. Switching to keyboard and doing "shift+arrow down" seems like a lot more effort for achieving the same effect.
verified fixed
56d7d44
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-26T21:09:57Z"
"2002-04-25T18:40:00Z"
178,134
Bug 178134 [browser] Mozilla: reimplement hooking of DOM listeners
null
resolved fixed
0b913a5
["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-26T20:42:24Z"
"2007-03-19T18:46:40Z"
178,735
Bug 178735 [DND] Stops working by simply adding an EraseItem Listener in Tree
Tested with 3.3 M5 and I20070321-0010 (seems to fail on Vista too). Consider this snippet: import org.eclipse.swt.SWT; import org.eclipse.swt.dnd.DND; import org.eclipse.swt.dnd.DragSource; import org.eclipse.swt.dnd.DragSourceEvent; import org.eclipse.swt.dnd.DragSourceListener; import org.eclipse.swt.dnd.DropTarget; import org.eclipse.swt.dnd.DropTargetAdapter; import org.eclipse.swt.dnd.DropTargetEvent; import org.eclipse.swt.dnd.TextTransfer; import org.eclipse.swt.dnd.Transfer; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Event; import org.eclipse.swt.widgets.Listener; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Tree; import org.eclipse.swt.widgets.TreeColumn; import org.eclipse.swt.widgets.TreeItem; public class Main { public static void main(String[] args) { final Display display = new Display(); final Shell shell = new Shell(display); shell.setLayout(new FillLayout()); final Tree tree = new Tree(shell, SWT.FULL_SELECTION); tree.setHeaderVisible(true); TreeColumn col1 = new TreeColumn(tree, SWT.None); col1.setWidth(100); TreeColumn col2 = new TreeColumn(tree, SWT.None); col2.setWidth(100); for (int k = 0; k < 3; k++) { TreeItem subsubItem = new TreeItem(tree, SWT.NONE); subsubItem.setText(1, "item " + " " + k); } tree.addListener(SWT.EraseItem, new Listener() { public void handleEvent(Event event) { } }); Transfer[] types = new Transfer[] { TextTransfer.getInstance() }; int operations = DND.DROP_MOVE | DND.DROP_COPY | DND.DROP_LINK; final DragSource source = new DragSource(tree, operations); source.setTransfer(types); final TreeItem[] dragSourceItem = new TreeItem[1]; source.addDragListener(new DragSourceListener() { public void dragStart(DragSourceEvent event) { TreeItem[] selection = tree.getSelection(); if (selection.length > 0 && selection[0].getItemCount() == 0) { event.doit = true; dragSourceItem[0] = selection[0]; } else { event.doit = false; } }; public void dragSetData(DragSourceEvent event) { event.data = dragSourceItem[0].getText(1); } public void dragFinished(DragSourceEvent event) { if (event.detail == DND.DROP_MOVE) dragSourceItem[0].dispose(); dragSourceItem[0] = null; } }); DropTarget target = new DropTarget(tree, operations); target.setTransfer(types); target.addDropListener(new DropTargetAdapter() { public void dragOver(DropTargetEvent event) { event.feedback = DND.FEEDBACK_EXPAND | DND.FEEDBACK_SCROLL | DND.FEEDBACK_SELECT; } public void drop(DropTargetEvent event) {} }); shell.setSize(400, 400); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } } Change the listener being set in line 38 to SWT.Selection and notice the DND working now. Tested with Table too and seems to work (though the selection feedback looks weird then). Ben
resolved fixed
d166183
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-26T18:57:39Z"
"2007-03-22T07:53:20Z"
179,161
Bug 179161 Program.findProgram(String extension) should gracefully handle long input
The RegistryKey .net class does some pre-validation before actually hitting the registry. It would be nice to do something similar in the java layer before calling OS.RegistryKey_OpenSubKey - ideally not only in Program.findProgram but as a common sanity check. I believe the non-wpf win32 version returns null. e.g. String reallyLongExtension = "xxxxxx....."; Program.findProgram(reallyLongExtension); will currently (3.3 M6) throw something like: System.ArgumentException: Registry subkeys should not be greater than 255 characters. at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at Microsoft.Win32.RegistryKey.ValidateKeyName(String name) at Microsoft.Win32.RegistryKey.OpenSubKey(String name, Boolean writable) at Microsoft.Win32.RegistryKey.OpenSubKey(String name) at Java_org_eclipse_swt_internal_wpf_OS_RegistryKey_1OpenSubKey(JNIEnv_* env, _jclass* that, Int32 arg0, Int32 arg1) Java: java.lang.Exception: Stack trace at java.lang.Thread.dumpStack(Unknown Source) at org.eclipse.swt.internal.wpf.OS.RegistryKey_OpenSubKey(Native Method) at org.eclipse.swt.program.Program.findProgram(Program.java:69)
resolved fixed
1852959
["bundles/org.eclipse.swt/Eclipse", "SWT", "Program/wpf/org/eclipse/swt/program/Program.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-26T14:37:37Z"
"2007-03-24T18:13:20Z"
177,389
Bug 177389 CTabItem: Tabs on bottom draw with a diagonal line
We are always assuming tabs on top in the 3.3 presentation. Screenshot to follow
verified fixed
3ee0e96
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-22T20:01:42Z"
"2007-03-14T19:20:00Z"
172,832
Bug 172832 GC.getClipping( ) difference GTK / Windows
Build ID: M20060629-1905 Steps To Reproduce: 1. Launch snippet48 (image scrolling) on a Windows platform and observe gc.getClipping() value each time a paint event occurs. 2. Launch snippet48 (image scrolling) on a Linux Gnome platform and observe gc.getClipping() value each time a paint event occurs. 3. On the Linux, the gc is never clipped. More information: My SWT version is : 3.2.0v3232m.
resolved fixed
beac15d
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/GC.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-22T18:25:56Z"
"2007-02-05T07:20:00Z"
178,705
Bug 178705 Javadoc warnings in I20070321-1800
/builds/I/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/MovementListener.java:27: warning - Tag @see: Class or Package not found: SWT#MOVEMENT_WORD /builds/I/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/MovementListener.java:27: warning - Tag @see: Class or Package not found: SWT#MOVEMENT_WORD_END /builds/I/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/MovementListener.java:27: warning - Tag @see: Class or Package not found: SWT#MOVEMENT_WORD_START /builds/I/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/MovementListener.java:27: warning - Tag @see: Class or Package not found: SWT#MOVEMENT_CHAR /builds/I/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/MovementListener.java:27: warning - Tag @see: Class or Package not found: SWT#MOVEMENT_CLUSTER
resolved fixed
fdde1d5
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/MovementListener.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-22T16:17:29Z"
"2007-03-22T02:20:00Z"
178,326
Bug 178326 Last tab on the right of CTabFolder draws badly.
null
verified fixed
1cbe75f
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-22T16:12:23Z"
"2007-03-20T17:00:00Z"
177,210
Bug 177210 Stack overflow in StyledTextRenderer
change the Java Editor Font to 11pt Segoe UI font and Eclipse crashes with a stack overflow Here's the stack: java.lang.Exception: Stack trace at java.lang.Thread.dumpStack(Thread.java:1158) at org.eclipse.swt.graphics.TextLayout.computeRuns(TextLayout.java:105) at org.eclipse.swt.graphics.TextLayout.getLineCount(TextLayout.java:667) at org.eclipse.swt.custom.StyledTextRenderer.getTextLayout(StyledTextRenderer.java:868) at org.eclipse.swt.custom.StyledTextRenderer.getTextLayout(StyledTextRenderer.java:675) at org.eclipse.swt.custom.StyledText.getPointAtOffset(StyledText.java:4739) at org.eclipse.swt.custom.StyledText.setCaretLocation(StyledText.java:6620) at org.eclipse.swt.custom.StyledTextRenderer.getTextLayout(StyledTextRenderer.java:902) at org.eclipse.swt.custom.StyledTextRenderer.getTextLayout(StyledTextRenderer.java:675) at org.eclipse.swt.custom.StyledText.getPointAtOffset(StyledText.java:4739) at org.eclipse.swt.custom.StyledText.setCaretLocation(StyledText.java:6620) at org.eclipse.swt.custom.StyledTextRenderer.getTextLayout(StyledTextRenderer.java:902) at org.eclipse.swt.custom.StyledTextRenderer.getTextLayout(StyledTextRenderer.java:675) at org.eclipse.swt.custom.StyledText.getPointAtOffset(StyledText.java:4739) at org.eclipse.swt.custom.StyledText.setCaretLocation(StyledText.java:6620) at org.eclipse.swt.custom.StyledTextRenderer.getTextLayout(StyledTextRenderer.java:902) at org.eclipse.swt.custom.StyledTextRenderer.getTextLayout(StyledTextRenderer.java:675) at org.eclipse.swt.custom.StyledText.getPointAtOffset(StyledText.java:4739) at org.eclipse.swt.custom.StyledText.setCaretLocation(StyledText.java:6620) at org.eclipse.swt.custom.StyledTextRenderer.getTextLayout(StyledTextRenderer.java:902) at org.eclipse.swt.custom.StyledTextRenderer.getTextLayout(StyledTextRenderer.java:675) at org.eclipse.swt.custom.StyledText.getPointAtOffset(StyledText.java:4739) at org.eclipse.swt.custom.StyledText.setCaretLocation(StyledText.java:6620) at org.eclipse.swt.custom.StyledTextRenderer.getTextLayout(StyledTextRenderer.java:902) at org.eclipse.swt.custom.StyledTextRenderer.getTextLayout(StyledTextRenderer.java:675) at org.eclipse.swt.custom.StyledText.getPointAtOffset(StyledText.java:4739) at org.eclipse.swt.custom.StyledText.setCaretLocation(StyledText.java:6620) at org.eclipse.swt.custom.StyledTextRenderer.getTextLayout(StyledTextRenderer.java:902) at org.eclipse.swt.custom.StyledTextRenderer.getTextLayout(StyledTextRenderer.java:675) at org.eclipse.swt.custom.StyledText.getPointAtOffset(StyledText.java:4739) at org.eclipse.swt.custom.StyledText.setCaretLocation(StyledText.java:6620) at org.eclipse.swt.custom.StyledTextRenderer.getTextLayout(StyledTextRenderer.java:902) at org.eclipse.swt.custom.StyledTextRenderer.getTextLayout(StyledTextRenderer.java:675) at org.eclipse.swt.custom.StyledText.getPointAtOffset(StyledText.java:4739) at org.eclipse.swt.custom.StyledText.setCaretLocation(StyledText.java:6620) at org.eclipse.swt.custom.StyledTextRenderer.getTextLayout(StyledTextRenderer.java:902) at org.eclipse.swt.custom.StyledTextRenderer.getTextLayout(StyledTextRenderer.java:675) at org.eclipse.swt.custom.StyledTextRenderer.calculate(StyledTextRenderer.java:202) at org.eclipse.swt.custom.StyledTextRenderer.calculateClientArea(StyledTextRenderer.java:220) at org.eclipse.swt.custom.StyledText.resetCache(StyledText.java:6314) at org.eclipse.swt.custom.StyledText.setFont(StyledText.java:6831) at org.eclipse.ui.texteditor.AbstractTextEditor.setFont(AbstractTextEditor.java:3302) at org.eclipse.ui.texteditor.AbstractTextEditor.initializeViewerFont(AbstractTextEditor.java:3269) at org.eclipse.ui.texteditor.AbstractTextEditor.access$1(AbstractTextEditor.java:3247) at org.eclipse.ui.texteditor.AbstractTextEditor$FontPropertyChangeListener.propertyChange(AbstractTextEditor.java:652) at org.eclipse.jface.resource.ResourceRegistry.fireMappingChanged(ResourceRegistry.java:70) at org.eclipse.jface.resource.FontRegistry.put(FontRegistry.java:767) at org.eclipse.jface.resource.FontRegistry.put(FontRegistry.java:735) at org.eclipse.ui.internal.themes.WorkbenchThemeManager$1.propertyChange(WorkbenchThemeManager.java:62) at org.eclipse.ui.internal.themes.Theme.firePropertyChange(Theme.java:293) at org.eclipse.ui.internal.themes.Theme.access$2(Theme.java:290) at org.eclipse.ui.internal.themes.Theme$2.propertyChange(Theme.java:230) at org.eclipse.jface.resource.ResourceRegistry.fireMappingChanged(ResourceRegistry.java:70) at org.eclipse.jface.resource.FontRegistry.put(FontRegistry.java:767) at org.eclipse.jface.resource.FontRegistry.put(FontRegistry.java:735) at org.eclipse.ui.internal.themes.Theme$1.propertyChange(Theme.java:157) at org.eclipse.ui.preferences.ScopedPreferenceStore$3.run(ScopedPreferenceStore.java:371) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.ui.preferences.ScopedPreferenceStore.firePropertyChangeEvent(ScopedPreferenceStore.java:368) at org.eclipse.ui.preferences.ScopedPreferenceStore$2.preferenceChange(ScopedPreferenceStore.java:192) at org.eclipse.core.internal.preferences.EclipsePreferences$2.run(EclipsePreferences.java:746) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.internal.preferences.EclipsePreferences.firePreferenceEvent(EclipsePreferences.java:749) at org.eclipse.core.internal.preferences.EclipsePreferences.put(EclipsePreferences.java:762) at org.eclipse.ui.preferences.ScopedPreferenceStore.setValue(ScopedPreferenceStore.java:782) at org.eclipse.ui.internal.themes.ColorsAndFontsPreferencePage.performFontOk(ColorsAndFontsPreferencePage.java:1534) at org.eclipse.ui.internal.themes.ColorsAndFontsPreferencePage.performOk(ColorsAndFontsPreferencePage.java:1549) at org.eclipse.jface.preference.PreferencePage.performApply(PreferencePage.java:431) at org.eclipse.ui.internal.themes.ColorsAndFontsPreferencePage.performApply(ColorsAndFontsPreferencePage.java:1420) at org.eclipse.jface.preference.PreferencePage$2.widgetSelected(PreferencePage.java:282) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:215) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1004) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2414) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2165) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:65) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1004) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2414) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2165) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2306) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2270) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2145) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:460) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:455) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:101) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:146) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) 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:585) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:476) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:416) at org.eclipse.equinox.launcher.Main.run(Main.java:1124) at org.eclipse.equinox.launcher.Main.main(Main.java:1099)
resolved fixed
adfaa52
["bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/graphics/TextLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-21T20:04:15Z"
"2007-03-13T21:06:40Z"
178,597
Bug 178597 Error Message in Console (gtkcellview.c)
I20070320-0010 I get the following message when starting up the ControlExample: (SWT:9891): Gtk-CRITICAL **: file gtkcellview.c: line 707: assertion `info != NULL` failed
resolved fixed
da3475d
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-21T19:02:24Z"
"2007-03-21T18:00:00Z"
178,325
Bug 178325 ControlExample Tree tab forgets "Moveable Columns" attribute
3.3M6 test build - run the control example, go to the Tree tab - select all of the checkboxes in the "Other" group - change the Tree's style to SWT.MULTI - note that all of the checkboxes in the "Other" group except for "Moveable Columns" stay checked - on the Table tab this item stays checked with these steps
resolved fixed
5d03846
["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/TreeTab.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-21T15:45:54Z"
"2007-03-20T17:00:00Z"
174,180
Bug 174180 Table.getItem(Point) always returns null when first column is 0 pixels wide
Build ID: M20060921-0945 Steps To Reproduce: This snippet shows the bug. It should print out the item to stdout when hovering, but when the width is 0, it always gets null. This snippet works properly on Windows and GTK. import org.eclipse.swt.SWT; import org.eclipse.swt.events.MouseEvent; import org.eclipse.swt.events.MouseMoveListener; import org.eclipse.swt.graphics.Point; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Table; import org.eclipse.swt.widgets.TableColumn; import org.eclipse.swt.widgets.TableItem; public class Test { static boolean works = false; public static void main(String[] args) { Display display = new Display(); Shell s = new Shell(display); s.setLayout(new FillLayout()); s.setSize(300,400); final Table t = new Table(s, SWT.MULTI | SWT.FULL_SELECTION | SWT.BORDER); TableColumn col = new TableColumn(t, SWT.LEFT, 0); if (works) col.setWidth(1); else col.setWidth(0); TableColumn col2 = new TableColumn(t, SWT.LEFT, 1); col2.setWidth(250); for (int i = 0; i < 10; i++) { new TableItem(t, SWT.NONE).setText(1, "FOobarrrr " + i); } t.addMouseMoveListener(new MouseMoveListener() { public void mouseMove(MouseEvent arg0) { TableItem item = t.getItem(new Point(arg0.x, arg0.y)); if (item == null) System.out.println("No item??"); else System.out.println("Hovering on " + item.getText(1)); } }); s.open(); while (!s.isDisposed()) if (!display.readAndDispatch()) display.sleep(); } }
resolved fixed
521690c
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-21T15:07:58Z"
"2007-02-14T16:20:00Z"
178,426
Bug 178426 [DND] DragSourceEffect creates cheese
Build ID: I20070222-0951 Steps To Reproduce: 1. Run the attached snippet. 2. Open another window (ie. a cmd shell) and place it just to the right of the button in the snippet. 3. Start dragging the button while the cmd shell is still on top of the swt snippet shell Bug: notice there is cheese left behind where the image set for the drag source overlapped the cmd shell. More information:
resolved fixed
30a7780
["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/win32/org/eclipse/swt/dnd/DragSource.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-20T22:59:07Z"
"2007-03-20T19:46:40Z"
178,180
Bug 178180 SWT browser in linux should load plugins under MOZ_PLUGIN_PATH
Build ID: 3.3.0.v3329 Steps To Reproduce: Can not config where to put plugins. Need a system variable to customize it. More information:
resolved fixed
309b926
["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/AppFileLocProvider.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/SimpleEnumerator.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/SingletonEnumerator.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOM.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-20T20:07:49Z"
"2007-03-20T05:53:20Z"
178,364
Bug 178364 Type-o in Snippet260
Snippet 260 has a type-o: System.out.println("Count not instantiate Browser: " + e.getMessage()); should read: System.out.println("Could not instantiate Browser: " + e.getMessage());
verified fixed
e170e2b
["examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet128.java", "examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet136.java", "examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet137.java", "examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet159.java", "examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet160.java", "examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet161.java", "examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet173.java", "examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet260.java", "examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet267.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-20T18:11:59Z"
"2007-03-20T17:00:00Z"
177,885
Bug 177885 DBCS3.3: corruptions in editor on WindowsVista
If "Show whitespace characters" is turned on, editor display corruption by scrolling or double clicking. Driver: eclipse-SDK-3.3-I20070313-1051, Sun JVM 1.5.0_11. WindowsVista Business Japanese (Windows Aero is turned on) steps to recreate 1- turn on "Show whitespace characters" at Preferences > General > Editors > Text Editors 2- open a file and scroll or double click on the editor Expected result No corruption.
closed fixed
dd68755
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Composite.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-20T18:10:14Z"
"2007-03-17T08:26:40Z"
178,185
Bug 178185 Tabs in Debug configurations are messed up
Run > Open Run Dialog... from the top menu. The tabs in launch configurations look messed up. I get the following exception below upon opening: eclipse.buildId=I20070320-0010 java.version=1.5.0_03 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Framework arguments: -startup D:\Eclipse\eclipse\plugins\org.eclipse.equinox.launcher_1.0.0.v20070318.jar Command-line arguments: -os win32 -ws win32 -arch x86 -startup D:\Eclipse\eclipse\plugins\org.eclipse.equinox.launcher_1.0.0.v20070318.jar -data D:\Eclipse\UpdatedSource\plugins Error Tue Mar 20 02:02:02 EST 2007 Unhandled event loop exception java.lang.ArrayIndexOutOfBoundsException: 17 at org.eclipse.swt.custom.CTabItem.drawHighlight(CTabItem.java:483) at org.eclipse.swt.custom.CTabItem.drawSelected(CTabItem.java:327) at org.eclipse.swt.custom.CTabItem.onPaint(CTabItem.java:813) at org.eclipse.swt.custom.CTabFolder.drawTabArea(CTabFolder.java:1104) at org.eclipse.swt.custom.CTabFolder.onPaint(CTabFolder.java:2250) at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:313) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:962) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:947) at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:1233) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3718) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4355) at org.eclipse.swt.internal.win32.OS.UpdateWindow(Native Method) at org.eclipse.swt.widgets.Decorations.setVisible(Decorations.java:1363) at org.eclipse.swt.widgets.Shell.setVisible(Shell.java:1598) at org.eclipse.swt.widgets.Shell.open(Shell.java:1080) at org.eclipse.jface.window.Window.open(Window.java:792) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.open(LaunchConfigurationsDialog.java:1133) at org.eclipse.debug.ui.DebugUITools$1.run(DebugUITools.java:387) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup(DebugUITools.java:391) at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup(DebugUITools.java:333) at org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run(OpenLaunchDialogAction.java:81) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3673) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3284) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2331) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2295) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2170) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:463) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:458) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:101) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:146) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:356) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:171) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:476) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:416) at org.eclipse.equinox.launcher.Main.run(Main.java:1141) at org.eclipse.equinox.launcher.Main.main(Main.java:1116)
resolved fixed
b04c6be
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-20T14:57:17Z"
"2007-03-20T05:53:20Z"
178,115
Bug 178115 Javadoc warnings in I20070319-1005
/builds/I200703191005/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/MovementListener.java:27: warning - Tag @see: Class or Package not found: SWT#MOVEMENT_WORD /builds/I200703191005/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/MovementListener.java:27: warning - Tag @see: Class or Package not found: SWT#MOVEMENT_WORD_END /builds/I200703191005/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/MovementListener.java:27: warning - Tag @see: Class or Package not found: SWT#MOVEMENT_WORD_START /builds/I200703191005/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/MovementListener.java:27: warning - Tag @see: Class or Package not found: SWT#MOVEMENT_CHAR /builds/I200703191005/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/MovementListener.java:27: warning - Tag @see: Class or Package not found: SWT#MOVEMENT_CLUSTER
resolved fixed
4d16ce5
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/MovementListener.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-19T20:55:32Z"
"2007-03-19T18:46:40Z"
177,858
Bug 177858 Contributions to CTabFolder, CTabItem: add highlight, remove ellipses, icon always showing, right edge of tab rounded
null
verified fixed
945c1cc
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-19T18:06:29Z"
"2007-03-17T00:06:40Z"
176,719
Bug 176719 Display.getActiveShell() returns different results on Windows compared to Linux
Build ID: M20060921-0945 Steps To Reproduce: I'm using a combo box control and have implemented the modifyText() method of a ModifyListener. In that method I get the active shell by calling PlatformUI.getWorkbench().getDisplay().getActiveShell(). On Windows XP this returns a Shell, but on Linux gtk it returns null. Shouldn't it return a Shell on Linux too? I've attached a small plug-in based on the Hello World template that shows the issue. It adds a button to the main toolbar. Press the button, make a change in the combo box and then look at the console. On windows it reports that the shell is not null. On Linux the console shows that it was null. More information:
resolved fixed
e761358
["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", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-16T21:46:53Z"
"2007-03-08T16:06:40Z"
177,223
Bug 177223 [DND] DropTargetEffect API
Build ID: I20070209-1006 In the DropTargetEffect class method Item #getItem(int x, int y) has package level access. Can the access modifier be changed to either protected or public level access so extending class may override the behavior and provide their own handling. #getItem() is called by the framework to populate the item field of a DropTargetEvent. As a result custom widgets with DND will always have NULL for the item field of a DropTargetEvent.
resolved fixed
346d32d
["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/common/org/eclipse/swt/dnd/DropTargetEffect.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-16T20:21:14Z"
"2007-03-13T21:06:40Z"
170,393
Bug 170393 CTabFolder display bugs
Some display bugs in CTabFolder: 1. When resizing this window to be thinner, and then thicker, the upper right pixel (the "rounding-corner-pixel" in CtabFolder #1 in snippet) creates pixel cheese. 2. There is no "rounding-corner-pixel" in the bottom right corner when the CTabFolder position is set to SWT.BOTTOM which seems inconsistent. (CTabFolder #3 in snippet) 3. When setting TabHeight to 0 to get rid of the tabs completely, there doesn't seem to be a way to get rid of the mysterious white line that serves no purpose in both CTabFolder #2 and #4 in snippet (TOP and BOTTOM). Snippet: public static void createCTF(Shell shell, int pos, boolean b) { Composite c = new Composite(shell, SWT.NONE); c.setBackground(shell.getDisplay().getSystemColor(SWT.COLOR_BLUE)); c.setLayout(new FillLayout()); CTabFolder cf = new CTabFolder(c, SWT.FLAT); cf.setBackground(shell.getDisplay().getSystemColor(SWT.COLOR_GREEN)); cf.setTabPosition(pos); cf.setBorderVisible(false); if (b) cf.setTabHeight(0); CTabItem ci = new CTabItem(cf, SWT.NONE); ci.setText("XXX"); cf.setSelection(ci); Composite o = new Composite(cf, SWT.NONE); o.setBackground(shell.getDisplay().getSystemColor(SWT.COLOR_RED)); ci.setControl(o); } public static void main(String[] a) { Display display = new Display(); Shell shell = new Shell(display); shell.setBackground(display.getSystemColor(SWT.COLOR_BLACK)); FillLayout f = new FillLayout(); f.marginHeight = 20; f.marginWidth = 20; f.spacing = 20; shell.setLayout(f); createCTF(shell, SWT.TOP, false); createCTF(shell, SWT.TOP, true); createCTF(shell, SWT.BOTTOM, false); createCTF(shell, SWT.BOTTOM, true); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); }
resolved fixed
23cd446
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-16T19:39:19Z"
"2007-01-13T20:26:40Z"
177,531
Bug 177531 Custom draw problems with focus item in Tree and Table
null
resolved fixed
2cba2e6
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-16T14:47:48Z"
"2007-03-15T12:00:00Z"
176,115
Bug 176115 Combo with SWT.READ_ONLY does not trigger ModifyEvent
Build ID: 3.3 M5 Steps To Reproduce: 1. Create a combo box with SWT.READ_ONLY property and prepopulate it with some data 2. Call addModifyListener on it. Do something in modifyText(). 3. Run your sample and pick an element in the combo box. modifyText() never gets called. More information: This used to work on XP and SLED 10 with 3.2.2. It continues to work on XP in 3.3 however it does not work on SLED10.
verified fixed
1c870e8
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-15T22:30:56Z"
"2007-03-01T23:00:00Z"
176,609
Bug 176609 custom drawn Table with SWT.Virtual items performs to much paint-events
Build ID: M20060911-0945 Steps To Reproduce: custom drawn Table with SWT.Virtual items performs to much paint-events NOTE: TESTED ONLY ON WIN32 PLATTFORM 1. Create display - shell - and a Table widget with SWT.VIRTUAL style 1.1 add 2 columns and some items to the table 2. add listeners for customdrawing: table.addListener(SWT.EraseItem, ... implement the drawing of an alternative background color table.addListener(SWT.PaintItem, ... implement the drawing of an alternative foreground output that differs from default-drawing 3. output the paint-events to console - print index and cell content 1. bug : when you move with your mouse over the table-widget a paint-event is signaled but curiosly no erase-event. All paint events here are dispensable. The effect is, that the first cell of the first column becomes repainted but not erased -> flicker. Note: this happens only if the table has been created with the SWT.VIRTUAL style. 2. bug : when you are changing the selection of the table the whole table content will be drawn. this needs a long time. Normally only the selected and unselected items should be repainted. More information:
resolved fixed
401f04d
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-13T17:13:11Z"
"2007-03-07T15:06:40Z"
177,065
Bug 177065 ToolItem Image not painted disabled on Mac OS X (when the ToolItem is set to be disabled)
Build ID: I20070222-0951 Steps To Reproduce: 1. Create a ToolItem. 2. Set its image to an existing Image using ToolItem#setImage(Image). 3. Disable the ToolItem using ToolItem#setEnabled(boolean) (e.g. toolItem.setEnabled(false)). More information: The visual appearance of the Image of the ToolItem always suggests that the item is enabled even when the item in question has been disabled (and thus has started acting as a disabled widget). I'm running Mac OS X 10.4.8 on MacBook Pro 17" with Intel Core Duo (if any part of the information is related).
resolved fixed
159be9a
["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/ToolItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-13T15:39:25Z"
"2007-03-12T20:06:40Z"
176,417
Bug 176417 SWT Tree#setTopItem(TreeItem) on Mac OS X doesn't take the header height into account
Build ID: I20070222-0951 Steps To Reproduce: 1. Initialize a Tree instance. 2. Make sure the Tree instance from step 1. is configured to have its header visible using Tree#setHeaderVisible(boolean) 3. Initialize a TreeColumn instance parented by the Tree instance from step 1. 4. Populate the Tree instance from step 1 with enough TreeItem instances so that they do NOT fit vertically in the Tree client area i.e. the vertical scroll bar is visible, enabled and its thumb can be used to scroll through the items of the Tree. 5. Scroll vertically to the bottom of the Tree so that the first item in the Tree i.e. the one at index 0 (zero) in the array returned by by Tree#getItems() is not visible. 6. Instruct the Tree using Tree#setTopItem(TreeItem) to set the first item i.e the one at index 0 (zero) in the array returned by Tree#getItems() to the top. 7. Note that the TreeItem in question is not made fully visible and it appears under the header of the Tree. More information: The problem is only observed and reported for Mac OS X SWT (macosx-carbon). While Tree#getTopItem() seems to take the values of both getBorder() and getHeaderHeight() in account when calculating the rectangle of a TreeItem, Tree#setTopItem() only considers the value of getBorder(). I think Tree#setTopItem() should also subtract the value of Tree#getHeaderHeight() in the expression in which it subtracts the value of Tree#getBorder(). My local modification that does just that seems to fix the problem and Tree#setTopItem(Tree#getItems()[0]) no longer causes the TreeItem in question to appear under the header. I don't know if it's important but just for the sake of clarity, I'm running Mac OS X 10.4.8 on a MacBook Pro with Intel Core Duo.
resolved fixed
c49c0b0
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-13T15:00:43Z"
"2007-03-05T21:26:40Z"
176,510
Bug 176510 SWT (vertical) ScrollBar of Tree on Mac OS X will not fire SWT.Selection on mouse-wheel movements
Build ID: I20070222-0951 Steps To Reproduce: 1. Initialize a Tree instance and configure it so that its vertical scroll bar is visible, enabled and actually scrolls through the contents of the Tree (i.e. there should be more TreeItems than fitting the visible/client area of the Tree). 2. Setup listening for SWT.Selection from the ScrollBar returned by Tree#getVerticalBar(). 3. Place the mouse pointer in the area of the ScrollBar specified in step 2 and use the mouse wheel. 4. Notice how the contents of the Tree actually gets scrolled and the thumb of the ScrollBar in question moves but it reports no SWT.Selection event. More information: I think the problem is that the native widget of the Tree (Data Browser?) will scroll its contents in response to the mouse wheel but the SWT ScrollBar that wraps the native handle of the vertical scroll bar of the Tree doesn't account for the change. As far as I understand the code of ScrollBar, it accounts for selection changes on MouseDown. Doesn't ScrollBar have to special-case MouseWheel as well and fire a SWT.Selection event if its selection has changed during the processing of the mouse-wheel movement event?
resolved fixed
f3b46c5
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/ScrollBar.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-13T14:52:51Z"
"2007-03-06T16:53:20Z"
175,707
Bug 175707 removing MeasureItem listener and clearing items inverts table
- run the snippet below and push the button public static void main(String[] args) { Display display = new Display(); final Shell shell = new Shell(display); shell.setBounds(10, 10, 220, 290); shell.setLayout(new GridLayout()); final Table table = new Table(shell, SWT.NONE); table.setLinesVisible(true); final Listener listener = new Listener() { public void handleEvent(Event event) {} // I do nothing }; table.addListener(SWT.MeasureItem, listener); Button button = new Button(shell, SWT.PUSH); button.setText("Push"); button.addListener(SWT.Selection, new Listener() { public void handleEvent(Event event) { table.removeListener(SWT.MeasureItem, listener); table.removeAll(); } }); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); }
resolved fixed
0b1980a
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-12T19:25:19Z"
"2007-02-27T15:26:40Z"
176,594
Bug 176594 Crash with an SWT program
null
resolved fixed
16d9334
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/GC.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-09T22:41:52Z"
"2007-03-07T12:20:00Z"
139,987
Bug 139987 [browser] unable to copy&paste text in browser widget
It isnt possible to copy&paste text from / to browser widget. E.g. you can't select text from the shown website and copy it to another application or paste existing clipboard content into <input type="text"... or <textarea>. You can't select text from the shown website at all. I've tried both command-c (apple-c) and the context-menu. The context-menu only gives me 2 options: back and reload but no copy or paste. I've tested this with both 3.1.2 and 3.2M5.
resolved fixed
f35602d
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/carbon/org/eclipse/swt/browser/Safari.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/carbon/org/eclipse/swt/internal/cocoa/Cocoa.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-05T22:18:43Z"
"2006-05-03T15:26:40Z"
175,870
Bug 175870 Eclipse gets SIGSEGV
null
resolved fixed
cf0ef48
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-02T20:59:11Z"
"2007-02-28T19:13:20Z"
151,454
Bug 151454 custom draw resulting from checkbox click does not appear (motif)
- run the snippet below - click the item's checkbox, which changes how the item custom draws itself - the MeasureItem and PaintItem callbacks in the snippet do get invoked as expected, but the 'X' image that is painted in PaintItem does not appear until the item is damaged public static void main(String[] args) { Display display = new Display(); final Image image = new Image(display, 16, 16); GC gc = new GC (image); gc.drawLine(0, 0, 16, 16); gc.drawLine(16, 0, 0, 16); gc.dispose(); Shell shell = new Shell(display); shell.setBounds(10, 10, 350, 200); final Tree tree = new Tree(shell, SWT.CHECK); tree.setBounds(10, 10, 300, 150); new TreeItem(tree, SWT.NONE).setText("root item"); tree.addListener(SWT.MeasureItem, new Listener() { public void handleEvent(Event event) { TreeItem item = (TreeItem) event.item; if (item.getChecked()) { event.width += 18; } } }); tree.addListener(SWT.PaintItem, new Listener() { public void handleEvent(Event event) { TreeItem item = (TreeItem) event.item; if (item.getChecked()) { event.gc.drawImage(image, event.x, event.y); } } }); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } image.dispose(); display.dispose(); }
resolved fixed
d01e396
["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/TableItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/Tree.java", "bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/TreeItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-01T22:06:45Z"
"2006-07-21T19:26:40Z"
176,032
Bug 176032 NPE in Mozilla create
I am using last night's nightly build and I received an NPE. I had just un-maximized the editor area and had my cursor over a java file. eclipse.buildId=N20070301-0010 java.fullversion=J2RE 1.5.0 IBM J9 2.3 Linux x86-32 j9vmxi3223-20061001 (JIT enabled) J9VM - 20060915_08260_lHdSMR JIT - 20060908_1811_r8 GC - 20060906_AA BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US Framework arguments: -startup /opt/local/eclipse/N0301/eclipse/plugins/org.eclipse.equinox.launcher_1.0.0.N20070301-0010.jar Command-line arguments: -os linux -ws gtk -arch x86 -startup /opt/local/eclipse/N0301/eclipse/plugins/org.eclipse.equinox.launcher_1.0.0.N20070301-0010.jar -data /opt/pwebster/workspaces/general330 Error Thu Mar 01 10:13:55 EST 2007 Unhandled event loop exception org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException) at org.eclipse.swt.SWT.error(SWT.java:3478) at org.eclipse.swt.SWT.error(SWT.java:3401) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:126) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3232) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2925) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2306) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2270) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2145) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:460) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:455) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:101) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:146) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:615) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:476) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:416) at org.eclipse.equinox.launcher.Main.run(Main.java:1124) Caused by: java.lang.NullPointerException at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:51) at org.eclipse.swt.browser.MozillaDelegate.wcsToMbcs(MozillaDelegate.java:65) at org.eclipse.swt.browser.Mozilla.create(Mozilla.java:218) at org.eclipse.swt.browser.Browser.<init>(Browser.java:109) at org.eclipse.jface.internal.text.html.BrowserInformationControl.isAvailable(BrowserInformationControl.java:83) at org.eclipse.jdt.internal.ui.text.java.hover.JavadocHover$HoverControlCreator.doCreateInformationControl(JavadocHover.java:81) at org.eclipse.jdt.internal.ui.text.java.hover.AbstractReusableInformationControlCreator.createInformationControl(AbstractReusableInformationControlCreator.java:45) at org.eclipse.jface.text.AbstractInformationControlManager.getInformationControl(AbstractInformationControlManager.java:636) at org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:978) at org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:964) at org.eclipse.jface.text.AbstractHoverInformationControlManager.presentInformation(AbstractHoverInformationControlManager.java:504) at org.eclipse.jface.text.TextViewerHoverManager.doPresentInformation(TextViewerHoverManager.java:240) at org.eclipse.jface.text.TextViewerHoverManager$5.run(TextViewerHoverManager.java:230) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) ... 22 more
resolved fixed
b765c2d
["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-03-01T17:09:16Z"
"2007-03-01T14:40:00Z"
174,395
Bug 174395 [Browser] SWTError (XPCOM error -2147467259) when using the SWT 3.3 Broswer widget on Linux with Mozilla 1.7.8
SWTError (XPCOM error -2147467259) when using the SWT 3.3 Broswer widget on Linux with Mozilla 1.7.8 When using the eclipse-SDK-I20070123-1715 driver, creaating a SWT Browser widget causes the following exception: org.eclipse.swt.SWTError: XPCOM error -2147467259 at org.eclipse.swt.browser.Mozilla.error(Mozilla.java:1308) at org.eclipse.swt.browser.Mozilla.create(Mozilla.java:262) at org.eclipse.swt.browser.Browser.<init>(Browser.java:99) JRE: java version "1.5.0" Java(TM) 2 Runtime Environment, Standard Edition (build pxi32dev-20061002a (SR3) ) IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Linux x86-32 j9vmxi3223-20061001 (JIT enabled) J9VM - 20060915_08260_lHdSMR JIT - 20060908_1811_r8 GC - 20060906_AA) JCL - 20061002 OS: Linux paules 2.6.16.21-0.8-smp #1 SMP Mon Jul 3 18:25:39 UTC 2006 x86_64 x86_64 x86_64 GNU/Linux Mozilla: Mozilla 1.7.8 Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.8) Gecko/20050511 According to the SWT FAQ, this configuration is supported.
closed fixed
96d4c6f
["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOMInit.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-02-23T18:55:37Z"
"2007-02-16T01:40:00Z"
173,782
Bug 173782 [Browser] Excessive memory from Browser widget on GTK
Build ID: I20070209-1006 (3.3M5) Steps To Reproduce: 1. Open a system monitor application (I used System Monitor on Gnome). 2. Open a Task editor from the Task List (the Bug tracker is Bugzilla). 3. Notice that resident memory usage increases by 100+ MB. 4. Repeat 2 and 3 a few times. Each added Task editor increases memory usage by 100MB. 5. Close all task editors. No memory is reclaimed. 6. Open a few more and the same memory increase happens. More information: Using Mylar 1.0.1, JDK 6, GTK 2.10.8, Fedora Core 6. Tested with firefox 2.0.0.1 and xulrunner 1.8.0.9. I intend to test with the M5 Mylar build once that's out, but I thought I'd mention the problem before because it seems quite severe. I think this only happens on GTK, but I haven't tested on Windows. I think this may be related to the browser as I see some similar behaviour in an eclipse RCP app that uses a browser. So, it's possible that this is a SWT issue, but without knowing enough about how Mylar uses the browser, it's difficult to know for sure. If there's any other information I can provide, just let me know. Thanks.
resolved fixed
2e01816
["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/AppFileLocProvider.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/SingletonEnumerator.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOM.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDirectoryServiceProvider2.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-02-22T21:50:28Z"
"2007-02-11T13:20:00Z"
173,371
Bug 173371 [OLE] OleClientSite fails open document if Microsoft Word is not installed
The OleClientSite constructor which takes a File, in one particular code path, attempts to look up a CLSID for "Word.Document" (the Microsoft Word ProgID). It's doing this to determine whether to use the default CONTENTS stream in an OLE storage, or to use "WordDocument", which is where Word puts it's own stuff. The code is: GUID wordGUID = getClassID(WORDPROGID); if (COM.IsEqualGUID(appClsid, wordGUID)) streamName = "WordDocument"; If the document being opened isn't a Word document, then the code should do nothing, but the getClassID call includes this code: if (COM.CLSIDFromProgID(buffer, guid) != COM.S_OK){ int result = COM.CLSIDFromString(buffer, guid); if (result != COM.S_OK) OLE.error(OLE.ERROR_INVALID_CLASSID, result); } If looking up the GUID fails for any reason, an exception is thrown, which aborts the whole operation. Looking up the "Word.Document" GUID fails when Microsoft Word isn't installed. This code path is used when you're opening a file using an editor other than the default editor that's registered - this is a supported operation, and should work. The fix should be simple - catch and suppress the exception thrown by getClassID(WORDPROGID), since this call can be expected to fail when Word isn't installed.
resolved fixed
13409fc
["bundles/org.eclipse.swt/Eclipse", "SWT", "OLE", "Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-02-21T20:42:46Z"
"2007-02-07T23:13:20Z"
162,015
Bug 162015 infinite loop of repaint events on canvas view in plugin
setting up a view with a canvas, I get a infinite loop of repaint events, if I set the background color of the canvas in the paint adapter. The problem does not occur on WinXp. I created a minimal example plugin, but I dont know how to attach it to the report. However, the following lines of code in the paint adapter cause the problem: public class PaintAdapter implements PaintListener { private Canvas canvas; public PaintAdapter(Canvas canvas) { this.canvas = canvas; } public void paintControl(PaintEvent e) { System.out.println("redraw according to event"+e); GC gc = e.gc; Display display = e.display; Color bgColor = display.getSystemColor(SWT.COLOR_WHITE); Color fgColor = display.getSystemColor(SWT.COLOR_DARK_RED); // this causes the trouble creating infinite number of // repaint events canvas.setBackground(bgColor); gc.setForeground(fgColor); gc.drawOval(100, 100, 100, 50); } }
resolved fixed
8afcdcd
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-02-20T21:22:24Z"
"2006-10-23T21:46:40Z"
165,106
Bug 165106 [consistency] Combo.setItems(...)
On OS X when Combo.setItems(...) is invoked the text is not removed. On GTK when Combo.setItems(...) is invoked the text is removed. I haven't tested ths on XP. This was tested on the Eclipse integration build for 20061114. Attaching test case...
resolved fixed
f989671
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Combo.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-02-20T21:02:29Z"
"2006-11-19T23:46:40Z"
171,562
Bug 171562 IllegalArgumentException when resizing a sashform with a table within
3.3M2 This has been reported by a user of SWT on OSX after resizing a SashForm with a Table within it. java.lang.IllegalArgumentException: Argument not valid at org.eclipse.swt.SWT.error(SWT.java:3391) at org.eclipse.swt.SWT.error(SWT.java:3330) at org.eclipse.swt.SWT.error(SWT.java:3301) at org.eclipse.swt.graphics.Region.add(Region.java:132) at org.eclipse.swt.widgets.Table.drawItemProc(Table.java:968) at org.eclipse.swt.widgets.Display.drawItemProc(Display.java:1086) at org.eclipse.swt.internal.carbon.OS.CallNextEventHandler(Native Method) at org.eclipse.swt.widgets.Widget.callPaintEventHandler(Widget.java:170) at org.eclipse.swt.widgets.Table.callPaintEventHandler(Table.java:184) at org.eclipse.swt.widgets.Widget.kEventControlDraw(Widget.java:1000) at org.eclipse.swt.widgets.Widget.controlProc(Widget.java:352) at org.eclipse.swt.widgets.Display.controlProc(Display.java:839) at org.eclipse.swt.internal.carbon.OS.TrackMouseLocationWithOptions(Native Method) at org.eclipse.swt.widgets.Sash.kEventMouseDown(Sash.java:227) at org.eclipse.swt.widgets.Widget.mouseProc(Widget.java:1246) at org.eclipse.swt.widgets.Display.mouseProc(Display.java:2811) at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native Method) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2950)
resolved fixed
60f5828
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-02-20T20:35:10Z"
"2007-01-24T17:33:20Z"
174,569
Bug 174569 Baseline for new Search field text doesn't match Mac platform
Build ID: I20070209-1006 Steps To Reproduce: Just compare to a native Cocoa search field More information:
resolved fixed
4baec44
["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", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Text.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-02-20T17:50:27Z"
"2007-02-18T03:40:00Z"
77,174
Bug 77174 Reparenting support on MacOS X
Currenly reparenting is not supported on MacOS X/Carbon implementation.
resolved fixed
cea7ad4
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/carbon/org/eclipse/swt/browser/Safari.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Decorations.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Menu.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-02-20T16:58:05Z"
"2004-10-28T10:40:00Z"
173,573
Bug 173573 Disposing image during printing crashes SWT on MacOS
Build ID: 3.2.1 build v 3235 Steps To Reproduce: Run this program - you can just hit Preview to make it die, don't actually have to use a real printer. import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.*; import org.eclipse.swt.printing.*; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; public class Test { public static void main(String[] args) { Display display = new Display(); ImageData data = new ImageData(1600,1200, 24, new PaletteData(0xFF, 0xFF00, 0xFF0000)); Image img = new Image(display, data); PrintDialog printDialog = new PrintDialog(new Shell(display), SWT.NULL); PrinterData printerData = printDialog.open(); if (printerData == null) { System.out.println("Could not create printer"); return; } if (printerData.printToFile) printerData.fileName = "print.out"; final Printer p = new Printer(printerData); p.startJob("foo"); GC gc = new GC(p); gc.drawImage(img, 50, 50); gc.dispose(); img.dispose(); p.endPage(); p.endJob(); p.dispose(); } } More information: The size of the image appears to matter - if I make it a 20x20, it doesn't crash. Also, if I wait until I dispose the printer, it also doesn't crash. Here's the crash reporter output: Date/Time: 2007-02-08 19:32:01.132 -0500 OS Version: 10.4.8 (Build 8N1051) Report Version: 4 Command: java Path: /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/java Parent: java [380] Version: ??? (???) PID: 2897 Thread: 0 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_INVALID_ADDRESS (0x0001) at 0x1acf5000 Thread 0 Crashed: 0 <<00000000>> 0xffff08a0 __memcpy + 256 (cpu_capabilities.h:228) 1 com.apple.CoreGraphics 0x903d4e53 CGAccessSessionGetBytes + 100 2 libPDFRIP.A.dylib 0x942bfa26 PDFImageEmitData + 3241 3 libPDFRIP.A.dylib 0x942c0856 emitImage + 1398 4 libPDFRIP.A.dylib 0x942c136d imageRefEmitDefinition + 2817 5 libPDFRIP.A.dylib 0x942beb28 PDFImageEmitDefinition + 28 6 libPDFRIP.A.dylib 0x942c16d1 emitImageDefinition + 17 7 com.apple.CoreFoundation 0x9082972b CFSetApplyFunction + 180 8 libPDFRIP.A.dylib 0x942ac094 PDFImageSetEmitDefinitions + 59 9 libPDFRIP.A.dylib 0x942aad53 PDFDocumentEndPage + 215 10 libPDFRIP.A.dylib 0x942aac75 pdf_EndPage + 25 11 com.apple.CoreGraphics 0x904b8827 CGContextEndPage + 120 12 libConverter.dylib 0xeab03d74 Notify(CVBackEnd const*, CVSessionInfo const*, void*, CVEvent) + 484 13 ...e.print.framework.PrintCore 0x91684fa0 PJCEndPage(OpaquePMPrintSession*) + 56 14 ...e.print.framework.PrintCore 0x91684f2e PMSessionEndPageNoDialog + 64 15 ...eAo39yNiHShJQT+WMQ==.jnilib 0x0733de28 Java_org_eclipse_swt_internal_carbon_OS_PMSessionEndPageNoDialog + 24 16 <<00000000>> 0x0457a1d1 0 + 72851921 17 <<00000000>> 0x045749bf 0 + 72829375 18 <<00000000>> 0x04574913 0 + 72829203 19 <<00000000>> 0x0457215d 0 + 72819037 20 libclient.dylib 0x9b32a2a6 jio_snprintf + 397048 21 libclient.dylib 0x9b329ff4 jio_snprintf + 396358 22 libclient.dylib 0x9b34648b JVM_MaxMemory + 7279 23 libclient.dylib 0x9b3921d2 JVM_FindLoadedClass + 2292 24 java 0x00003d30 0x1000 + 11568 25 java 0x000045e9 0x1000 + 13801 26 java 0x00001f06 0x1000 + 3846 27 java 0x00001e2d 0x1000 + 3629 Thread 1: 0 libSystem.B.dylib 0x90009857 mach_msg_trap + 7 1 libclient.dylib 0x9b2c171d JNI_CreateJavaVM_Impl + 53253 2 libclient.dylib 0x9b2c16b6 JNI_CreateJavaVM_Impl + 53150 3 libclient.dylib 0x9b2c15cb JNI_CreateJavaVM_Impl + 52915 4 libSystem.B.dylib 0x90023d87 _pthread_body + 84 Thread 2: 0 libSystem.B.dylib 0x90009857 mach_msg_trap + 7 1 libclient.dylib 0x9b328b1c jio_snprintf + 391022 2 libclient.dylib 0x9b328986 jio_snprintf + 390616 3 libclient.dylib 0x9b329030 jio_snprintf + 392322 4 libclient.dylib 0x9b328676 jio_snprintf + 389832 5 libclient.dylib 0x9b2c15cb JNI_CreateJavaVM_Impl + 52915 6 libSystem.B.dylib 0x90023d87 _pthread_body + 84 Thread 3: 0 libSystem.B.dylib 0x90009857 mach_msg_trap + 7 1 libclient.dylib 0x9b328bd2 jio_snprintf + 391204 2 libclient.dylib 0x9b3376cd JVM_MonitorWait + 3669 3 libclient.dylib 0x9b336cf2 JVM_MonitorWait + 1146 4 libclient.dylib 0x9b336a71 JVM_MonitorWait + 505 5 <<00000000>> 0x0457a1d1 0 + 72851921 6 <<00000000>> 0x04574913 0 + 72829203 7 <<00000000>> 0x04574913 0 + 72829203 8 <<00000000>> 0x0457215d 0 + 72819037 9 libclient.dylib 0x9b32a2a6 jio_snprintf + 397048 10 libclient.dylib 0x9b336867 JVM_StartThread + 2397 11 libclient.dylib 0x9b336779 JVM_StartThread + 2159 12 libclient.dylib 0x9b3366c5 JVM_StartThread + 1979 13 libclient.dylib 0x9b3365ed JVM_StartThread + 1763 14 libclient.dylib 0x9b2c15cb JNI_CreateJavaVM_Impl + 52915 15 libSystem.B.dylib 0x90023d87 _pthread_body + 84 Thread 4: 0 libSystem.B.dylib 0x90009857 mach_msg_trap + 7 1 libclient.dylib 0x9b328bd2 jio_snprintf + 391204 2 libclient.dylib 0x9b3376cd JVM_MonitorWait + 3669 3 libclient.dylib 0x9b336cf2 JVM_MonitorWait + 1146 4 libclient.dylib 0x9b336a71 JVM_MonitorWait + 505 5 <<00000000>> 0x0457a1d1 0 + 72851921 6 <<00000000>> 0x04574913 0 + 72829203 7 <<00000000>> 0x045749ea 0 + 72829418 8 <<00000000>> 0x045749ea 0 + 72829418 9 <<00000000>> 0x0457215d 0 + 72819037 10 libclient.dylib 0x9b32a2a6 jio_snprintf + 397048 11 libclient.dylib 0x9b336867 JVM_StartThread + 2397 12 libclient.dylib 0x9b336779 JVM_StartThread + 2159 13 libclient.dylib 0x9b3366c5 JVM_StartThread + 1979 14 libclient.dylib 0x9b3365ed JVM_StartThread + 1763 15 libclient.dylib 0x9b2c15cb JNI_CreateJavaVM_Impl + 52915 16 libSystem.B.dylib 0x90023d87 _pthread_body + 84 Thread 5: 0 libSystem.B.dylib 0x9002449f semaphore_wait_trap + 7 1 libclient.dylib 0x9b349aa9 JVM_RegisterSignal + 8717 2 libclient.dylib 0x9b3365ed JVM_StartThread + 1763 3 libclient.dylib 0x9b2c15cb JNI_CreateJavaVM_Impl + 52915 4 libSystem.B.dylib 0x90023d87 _pthread_body + 84 Thread 6: 0 libSystem.B.dylib 0x90009857 mach_msg_trap + 7 1 libclient.dylib 0x9b328bd2 jio_snprintf + 391204 2 libclient.dylib 0x9b328843 jio_snprintf + 390293 3 libclient.dylib 0x9b34b091 JVM_RegisterSignal + 14325 4 libclient.dylib 0x9b34ad89 JVM_RegisterSignal + 13549 5 libclient.dylib 0x9b3365ed JVM_StartThread + 1763 6 libclient.dylib 0x9b2c15cb JNI_CreateJavaVM_Impl + 52915 7 libSystem.B.dylib 0x90023d87 _pthread_body + 84 Thread 7: 0 libSystem.B.dylib 0x90009857 mach_msg_trap + 7 1 libclient.dylib 0x9b328bd2 jio_snprintf + 391204 2 libclient.dylib 0x9b328986 jio_snprintf + 390616 3 libclient.dylib 0x9b34b716 JVM_RegisterSignal + 15994 4 libclient.dylib 0x9b3365ed JVM_StartThread + 1763 5 libclient.dylib 0x9b2c15cb JNI_CreateJavaVM_Impl + 52915 6 libSystem.B.dylib 0x90023d87 _pthread_body + 84 Thread 8: 0 libSystem.B.dylib 0x90009857 mach_msg_trap + 7 1 libclient.dylib 0x9b328b1c jio_snprintf + 391022 2 libclient.dylib 0x9b35d0b2 JVM_RegisterSignal + 88086 3 libclient.dylib 0x9b35ccfe JVM_RegisterSignal + 87138 4 libclient.dylib 0x9b2c15cb JNI_CreateJavaVM_Impl + 52915 5 libSystem.B.dylib 0x90023d87 _pthread_body + 84 Thread 9: 0 libSystem.B.dylib 0x90019d3c select + 12 1 libSystem.B.dylib 0x90023d87 _pthread_body + 84 Thread 0 crashed with X86 Thread State (32-bit): eax: 0xffff088b ebx: 0x942bed8e ecx: 0x00000000 edx: 0xffffe700 edi: 0x0195d100 esi: 0x1acf6900 ebp: 0xbfffd5a8 esp: 0xbfffd5a0 ss: 0x0000001f efl: 0x00010212 eip: 0xffff08a0 cs: 0x00000017 ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037 Binary Images Description: 0x1000 - 0x9fff java /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/java 0x7d2000 - 0x7d3fff com.apple.print.converter.plugin 4.6 (163.10) /System/Library/Printers/CVs/Converter.plugin/Contents/MacOS/Converter 0x7329000 - 0x7358fff libswt-pi-carbon-3235-go5GeAo39yNiHShJQT+WMQ==.jnilib /tmp/libswt-pi-carbon-3235-go5GeAo39yNiHShJQT+WMQ==.jnilib 0x1a3c8000 - 0x1a3e2fff libswt-carbon-3235-jT7rS73daRG99RUdWOuK6g==.jnilib /tmp/libswt-carbon-3235-jT7rS73daRG99RUdWOuK6g==.jnilib 0x1b449000 - 0x1b46cfff com.apple.print.framework.Print.Private 4.6 (163.10) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/Current/Plugins/PrintCocoaUI.bundle/Contents/MacOS/PrintCocoaUI 0x1be01000 - 0x1be01fff com.ksuther.chaxloader ??? (1.4.7) /Users/dwatson/Library/InputManagers/Chax/Chax.bundle/Contents/MacOS/Chax 0x1bf3a000 - 0x1bf53fff com.apple.print.PrintingCocoaPDEs 4.6 (163.10) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Plugins/PrintingCocoaPDEs.bundle/Contents/MacOS/PrintingCocoaPDEs 0x1c2af000 - 0x1c2b5fff com.apple.DictionaryServiceComponent 1.0.1 /System/Library/Components/DictionaryService.component/Contents/MacOS/DictionaryService 0x1c2c3000 - 0x1c2d4fff com.apple.print.PrintingTiogaPDEs 4.6 (163.10) /System/Library/Frameworks/Carbon.framework/Frameworks/Print.framework/Versions/A/Plugins/PrintingTiogaPDEs.bundle/Contents/MacOS/PrintingTiogaPDEs 0x78e00000 - 0x78e06fff libLW8Utils.dylib /System/Library/Printers/Libraries/libLW8Utils.dylib 0x79200000 - 0x7923dfff libLW8Converter.dylib /System/Library/Printers/Libraries/libLW8Converter.dylib 0x8fe00000 - 0x8fe49fff dyld 46.9 /usr/lib/dyld 0x90000000 - 0x9016ffff libSystem.B.dylib /usr/lib/libSystem.B.dylib 0x901bf000 - 0x901c1fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib 0x901c3000 - 0x90200fff com.apple.CoreText 1.1.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText 0x90227000 - 0x902fdfff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x9031d000 - 0x90772fff com.apple.CoreGraphics 1.258.51 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x90809000 - 0x908d1fff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x9090f000 - 0x9090ffff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x90911000 - 0x90a04fff libicucore.A.dylib /usr/lib/libicucore.A.dylib 0x90a54000 - 0x90ad3fff libobjc.A.dylib /usr/lib/libobjc.A.dylib 0x90afc000 - 0x90b60fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib 0x90bcf000 - 0x90bd6fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib 0x90bdb000 - 0x90c4efff com.apple.framework.IOKit 1.4.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x90c63000 - 0x90c75fff libauto.dylib /usr/lib/libauto.dylib 0x90c7b000 - 0x90f21fff com.apple.CoreServices.CarbonCore 682.15 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x90f64000 - 0x90fccfff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x91005000 - 0x91043fff com.apple.CFNetwork 129.19 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x91056000 - 0x91066fff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServicesCore.framework/Versions/A/WebServicesCore 0x91071000 - 0x910f0fff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x9112a000 - 0x91148fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x91154000 - 0x91162fff libz.1.dylib /usr/lib/libz.1.dylib 0x91165000 - 0x91304fff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security 0x91402000 - 0x9140afff com.apple.DiskArbitration 2.1.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x91411000 - 0x91437fff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x91449000 - 0x91450fff libbsm.dylib /usr/lib/libbsm.dylib 0x91454000 - 0x914cafff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x9151b000 - 0x9151bfff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x9151d000 - 0x91549fff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x9155c000 - 0x91630fff com.apple.ColorSync 4.4.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x9166b000 - 0x916defff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x9170c000 - 0x917b5fff com.apple.QD 3.10.21 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x917db000 - 0x91826fff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x91845000 - 0x9185bfff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x91867000 - 0x91882fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/FindByContent.framework/Versions/A/FindByContent 0x9188d000 - 0x918cafff com.apple.LaunchServices 181 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x918de000 - 0x918eafff com.apple.speech.synthesis.framework 3.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x918f1000 - 0x9192cfff com.apple.ImageIO.framework 1.5.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x9193e000 - 0x919f0fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib 0x91a36000 - 0x91a4cfff libcups.2.dylib /usr/lib/libcups.2.dylib 0x91a51000 - 0x91a6ffff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x91a74000 - 0x91ad2fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x91ae4000 - 0x91ae8fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x91aea000 - 0x91b67fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRaw.dylib 0x91b6b000 - 0x91ba8fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x91bae000 - 0x91bc8fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x91bcd000 - 0x91bcffff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x91bd1000 - 0x91bd1fff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x91bd3000 - 0x91c61fff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x91c68000 - 0x91c68fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x91c6a000 - 0x91cc3fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x91ccc000 - 0x91cf0fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x91cf8000 - 0x92101fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x9213b000 - 0x924effff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x9251c000 - 0x9259afff com.apple.DesktopServices 1.3.5 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x925db000 - 0x9280bfff com.apple.Foundation 6.4.7 (567.28) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x92917000 - 0x929f5fff libxml2.2.dylib /usr/lib/libxml2.2.dylib 0x92a12000 - 0x92afffff libiconv.2.dylib /usr/lib/libiconv.2.dylib 0x92b0f000 - 0x92b26fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x92b31000 - 0x92b89fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x92b9d000 - 0x92b9dfff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x92b9f000 - 0x92baffff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x92bbe000 - 0x92bc6fff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x92bcc000 - 0x92bd2fff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x92bd8000 - 0x92c69fff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x92c7d000 - 0x92c81fff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x92c84000 - 0x92ca2fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x92cb4000 - 0x92cbafff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x92cc0000 - 0x92d23fff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering 0x92d4a000 - 0x92d8bfff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices 0x92db2000 - 0x92dc0fff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound 0x92dc7000 - 0x92dccfff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x92dd1000 - 0x930c5fff com.apple.HIToolbox 1.4.8 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x931cb000 - 0x931d6fff com.apple.opengl 1.4.13 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x931db000 - 0x931f6fff com.apple.DirectoryService.Framework 3.2 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x931ff000 - 0x93203fff com.apple.JavaVM 11.4.2 /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM 0x93266000 - 0x93266fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x93268000 - 0x9391efff com.apple.AppKit 6.4.8 (824.42) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x93c9f000 - 0x93d18fff com.apple.CoreData 90 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x93d51000 - 0x93e09fff com.apple.audio.toolbox.AudioToolbox 1.4.3 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x93e4b000 - 0x93e4bfff com.apple.audio.units.AudioUnit 1.4.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x93e4d000 - 0x9401ffff com.apple.QuartzCore 1.4.10 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x94070000 - 0x940b1fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib 0x940b9000 - 0x940f3fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x9427c000 - 0x9428bfff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib 0x94292000 - 0x9429dfff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x942a2000 - 0x942c6fff libPDFRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib 0x942e9000 - 0x94303fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x94726000 - 0x9486cfff com.apple.AddressBook.framework 4.0.4 (485.1) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook 0x948f8000 - 0x94907fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers 0x9490e000 - 0x94937fff com.apple.LDAPFramework 1.4.2 (69.1.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x9493d000 - 0x9494cfff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib 0x94950000 - 0x94975fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib 0x94981000 - 0x9499efff libresolv.9.dylib /usr/lib/libresolv.9.dylib 0x9a681000 - 0x9a697fff libCFilter.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCFilter.A.dylib 0x9b2b3000 - 0x9b5e6fff libclient.dylib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libclient.dylib 0x9b610000 - 0x9b62bfff libjava.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libjava.jnilib 0x9b636000 - 0x9b63efff libverify.dylib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libverify.dylib 0x9b9b6000 - 0x9b9c2fff libzip.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libzip.jnilib 0xeab00000 - 0xeab1cfff libConverter.dylib /System/Library/Printers/Libraries/libConverter.dylib Model: MacBookPro2,2, BootROM MBP22.00A5.B01, 2 processors, Intel Core 2 Duo, 2.33 GHz, 3 GB Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 256 MB Memory Module: BANK 0/DIMM0, 2 GB, DDR2 SDRAM, 667 MHz Memory Module: BANK 1/DIMM1, 1 GB, DDR2 SDRAM, 667 MHz AirPort: AirPort Extreme, 1.0.46 Bluetooth: Version 1.7.11f14, 2 service, 0 devices, 1 incoming serial ports Network Service: AirPort, AirPort, en1 Network Service: Parallels Host-Guest, Ethernet, en2 Network Service: Parallels NAT, Ethernet, en3 Serial ATA Device: Hitachi HTS541612J9SA00, 111.79 GB Parallel ATA Device: MATSHITADVD-R UJ-857D USB Device: Built-in iSight, Micron, Up to 480 Mb/sec, 500 mA USB Device: Apple Internal Keyboard / Trackpad, Apple Computer, Up to 12 Mb/sec, 500 mA USB Device: IR Receiver, Apple Computer, Inc., Up to 12 Mb/sec, 500 mA USB Device: Bluetooth HCI, Up to 12 Mb/sec, 500 mA
resolved fixed
09a07ac
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/Device.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/Image.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-02-19T19:11:24Z"
"2007-02-09T00:13:20Z"
174,565
Bug 174565 [Patch] SWT Javadoc: Some typos/minor errors (Part 3)
Several more typos/minor errors in the public SWT Javadoc. Please see the attached patch (win32 and common only).
resolved fixed
14236e8
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/common/org/eclipse/swt/browser/VisibilityWindowListener.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/common/org/eclipse/swt/browser/WindowEvent.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/win32/org/eclipse/swt/dnd/TableDragSourceEffect.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/win32/org/eclipse/swt/dnd/TreeDragSourceEffect.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/win32/org/eclipse/swt/dnd/TreeDropTargetEffect.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/layout/GridLayout.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Menu.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/MessageBox.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/ProgressBar.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TabFolder.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Text.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TreeItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-02-19T18:07:05Z"
"2007-02-18T00:53:20Z"
174,130
Bug 174130 Transparent PNG corruption with SWT 3.2
When upgrading from SWT 3.1 to SWT 3.2 we have a problem with displaying PNG images that contain transparent regions. The transparent pixels often become corrupt and at times we see a "shadow" of previously displayed images in the background.
resolved fixed
c774e3f
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/Image.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-02-16T22:39:27Z"
"2007-02-14T08:00:00Z"
174,467
Bug 174467 Drag source image effect does not appear on OSX
null
resolved fixed
3ab56b5
["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/carbon/org/eclipse/swt/dnd/DragSource.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-02-16T22:10:31Z"
"2007-02-16T18:20:00Z"
112,724
Bug 112724 [OLE] OleClientSite.doVerb cause JVM crash
null
resolved fixed
4cee151
["bundles/org.eclipse.swt/Eclipse", "SWT", "OLE", "Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-02-16T21:51:05Z"
"2005-10-15T01:33:20Z"
133,161
Bug 133161 Table/Tree inconsistency with sorted column bg color when adding PaintItem listeners
The Tree has the sorted column background colour, but the Table does not, when adding PaintItem/MeasureItem/EraseItem listeners. public static void main(String[] args) { final Display display = new Display(); final Shell shell = new Shell(display); shell.setLayout(new FillLayout()); final int columns = 3; final int itemCount = 10; final int colWidth = 175; // -- final Tree tree = new Tree(shell, SWT.BORDER | SWT.VIRTUAL | SWT.FULL_SELECTION | SWT.MULTI); tree.setHeaderVisible(true); tree.setLinesVisible(true); for (int i = 0; i < columns; i++) { TreeColumn tc = new TreeColumn(tree, SWT.LEFT); tc.setText(i + " " + tc.toString()); tc.setWidth(colWidth); tc.setMoveable(true); } tree.setSortDirection(SWT.DOWN); tree.setSortColumn(tree.getColumn(0)); tree.setItemCount(itemCount); tree.addListener(SWT.SetData, new Listener() { public void handleEvent(Event event) { System.err.println("SetData:\tIndex: " + event.index + " Item: " + event.item + " Event: " + event); TreeItem item = (TreeItem) event.item; String text = String.valueOf(event.index); for (int i = 0; i <= columns; i++) { item.setText(i, text + " " + item.toString()); } } }); // -- final Table table = new Table(shell, SWT.BORDER | SWT.VIRTUAL | SWT.FULL_SELECTION | SWT.MULTI); table.setHeaderVisible(true); table.setLinesVisible(true); for (int i = 0; i < columns; i++) { TableColumn tc = new TableColumn(table, SWT.LEFT); tc.setText(i + " " + tc.toString()); tc.setWidth(colWidth); tc.setMoveable(true); } table.setSortDirection(SWT.DOWN); table.setSortColumn(table.getColumn(0)); table.setItemCount(itemCount); table.addListener(SWT.SetData, new Listener() { public void handleEvent(Event event) { System.err.println("SetData:\tIndex: " + event.index + " Item: " + event.item + " Event: " + event); TableItem item = (TableItem) event.item; String text = String.valueOf(event.index); for (int i = 0; i <= columns; i++) { item.setText(i, text + " " + item.toString()); } } }); // -- Listener l = new Listener() { public void handleEvent(Event event) { String eventName = ""; switch (event.type) { case SWT.MeasureItem : eventName = "MeasureItem"; break; case SWT.EraseItem : eventName = "EraseItem"; break; case SWT.PaintItem : eventName = "PaintItem"; break; } System.err.println(eventName + "\tIndex: " + event.index + " Item: " + event.item + " Event: " + event); } }; tree.addListener(SWT.MeasureItem, l); tree.addListener(SWT.EraseItem, l); tree.addListener(SWT.PaintItem, l); table.addListener(SWT.MeasureItem, l); table.addListener(SWT.EraseItem, l); table.addListener(SWT.PaintItem, l); final int timerDelay = 500; final Runnable r = new Runnable() { public void run() { int col = tree.indexOf(tree.getSortColumn()); if (++col == tree.getColumnCount()) col = 0; tree.setSortColumn(tree.getColumn(col)); table.setSortColumn(table.getColumn(col)); display.timerExec(timerDelay, this); } }; display.timerExec(timerDelay, r); shell.setSize(800, 600); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); }
resolved fixed
7c6a6a5
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-02-14T01:18:06Z"
"2006-03-24T17:06:40Z"
173,666
Bug 173666 Expandbar treats any mouse click as a left click
Build id: I20070208-2030 Steps: 1. Open Control example 2. Choose 'ExpandBar' tab 3. Enable 'Popup Menu' 4. Right click on a title bar, such as "What is your favorite button?" Notice that the right click is understood and a popup menu appears, but the click is also treated as a left click and causes the bar to expand/collapse. On other platforms (e.g. windows, linux), only left clicking causes the bar to expand/collapse.
resolved fixed
f69868f
["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/expand/org/eclipse/swt/widgets/ExpandBar.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-02-13T17:01:42Z"
"2007-02-09T16:53:20Z"
172,843
Bug 172843 [Program] Notes bookmark URL cannot be launched by swt for Linux-GTK
On Linux, swt for gtk assumes all the file names and urls contain a '.'. So org.eclipse.swt.program.Program.launch will check if fileName contains '.' first. For the filenames with '.', swt will call gnome's native function to launch this file. Or else, this fileName is considered as a program and executed by Compatibility.exec. But for Notes, its bookmark URL is like "notes:///ClientBookmark?OpenWorkspace" without a '.'. So even Notes URL protocol is registered by gconf on Linux, Notes cannot be launched using Program.launch. But it can be launched by firefox. This problem blocks the program I'm working on so much. So is there any way to solve it? Thanks.
verified fixed
425813d
["bundles/org.eclipse.swt/Eclipse", "SWT", "Program/gtk/org/eclipse/swt/program/Program.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Program/motif/org/eclipse/swt/program/Program.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-02-12T20:00:40Z"
"2007-02-05T10:06:40Z"
170,907
Bug 170907 Right click a shell of SWT.NO_FOCUS and ON_TOP to bring up a context menu will trigger a shell deactivated event
Build ID: M20070112-1200 Steps To Reproduce: 1. New a shell with SWT.NO_FOCUS|ON_TOP from the workbench 2. Add shell listener to this shell to listen shellDeactivated event 3. Add a context menu to this shell 4. On right click the shell, while showing the context menu, a shellDeactivated event is triggered. More information: ONLY occurs in Linux eclipse, window Eclipse has no shellDeactivated event on the click bringing up the context menu. More information will be provided later.
resolved fixed
13c959d
["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/Menu.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-02-12T19:57:36Z"
"2007-01-18T14:20:00Z"
173,089
Bug 173089 SWT Toggle Buttons on CoolBar keep pressed.
It isn't a critical bug. Even in Eclipse 3.2.1 Build id: M20060921-0945 you can reproduce it. Move your mouse over any coolbar with toogle buttons. Now press your second mouse button (suddenly, the right button) and, without release it, you can see that only that CoolBar buttons will be affected. Now, without release it, press the first mouse button (suddenly, the left button), and release them both when you want. The toolbar toogle button keeps pressed. And I felt impressed. Anyway, the best comes now. You can press now another toogle button with first mouse button of the same coolbar and, without release it, move away of it. When you release the mouse button, it still is pressed. And, for example, if you change a document and Save toogle button become active, you can do the same and when become inactive because you use ctrl+'S' or change the document to another previously saved, it still looks-like pressed.
resolved fixed
e058e63
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/ToolBar.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-02-12T18:21:04Z"
"2007-02-06T16:40:00Z"
173,846
Bug 173846 Table's FULL_SELECTION does not work correctly on custom draw table with background color
Clicking on area that is not on first column does NOT select the row. This happens for custom-draw table, with FULL_SELECTION style and background color. Run this example. Click on a table row on any column, except first. See that row is NOT selected. Only when click is on item's text itself, the row is selected. Now, move line "table.setBackground(display.getSystemColor(SWT.COLOR_WHITE));" before the listener definition. See, that now snippet works correctly, pressing anywhere selects the row. import org.eclipse.swt.*; import org.eclipse.swt.layout.*; import org.eclipse.swt.widgets.*; public class ProblemExample { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setText("Multiple lines in a TableItem"); shell.setLayout(new FillLayout()); Table table = new Table(shell, SWT.FULL_SELECTION); table.setHeaderVisible(true); table.setLinesVisible(true); for (int i = 0; i < 4; i++) { TableColumn column = new TableColumn(table, SWT.NONE); column.setText("Column " + i); column.setWidth(50); } for (int i = 0; i < 20; i++) new TableItem(table, SWT.NONE).setText("item " + i); //When table.setBackground moved here works fine !!! table.addListener(SWT.MeasureItem, new Listener() { public void handleEvent(Event event) { } }); table.setBackground(display.getSystemColor(SWT.COLOR_WHITE)); shell.pack(); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } }
resolved fixed
0065087
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-02-12T15:51:49Z"
"2007-02-12T11:33:20Z"
132,304
Bug 132304 Table: FULL_SELECTION focus outline too short when background image set
SWT-win32, v3228 The focus rectangle is not wide enough when a background image is set on a FULL_SELECTION table. See snippet and screenshot. --- import org.eclipse.swt.*; import org.eclipse.swt.graphics.*; import org.eclipse.swt.layout.*; import org.eclipse.swt.widgets.*; public class TableFocusTest { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); Image img = new Image(display, 64, 64); GC gc = new GC(img); gc.setBackground(display.getSystemColor(SWT.COLOR_MAGENTA)); gc.fillRectangle(img.getBounds()); gc.dispose(); Table tbl = new Table(shell, SWT.FULL_SELECTION); tbl.setHeaderVisible(true); tbl.setBackgroundImage(img); new TableColumn(tbl, SWT.LEFT).setWidth(100); new TableColumn(tbl, SWT.LEFT).setWidth(75); TableItem item = new TableItem(tbl, SWT.NONE); item.setText(0, "12345"); item.setText(1, "ABCDEF"); tbl.select(0); shell.setSize(350, 100); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } img.dispose(); display.dispose(); } }
resolved fixed
4dfb9b2
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-02-09T22:22:11Z"
"2006-03-17T10:06:40Z"
173,670
Bug 173670 Disabling Controls does not prevent popup menu from functioning
Build id: I20070208-2030 Steps: 1. On a mac, open a control such as Group 2. Check "Popup Menu" and uncheck "Enabled" 3. Right click in the Group area. Notice that a popup menu appears. On other platforms (Windows, Linux) disabling a control also prevents the popup menu from appearing. On the mac, this is apparent with all controls that have a popup menu option with exception to: Canvas, CoolBar, ExpandBar, and ToolBar, which work properly.
resolved fixed
bd612a2
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-02-09T19:16:33Z"
"2007-02-09T16:53:20Z"
172,918
Bug 172918 Drag not working in I20070205-0009
Dragging views doesn't work in this build. Occasionally you'll get the ability to drag a view to a new place but what happens is that a different view is dragged. After this you cannot drag at all - you get the drag rectangle with the X cursor. It is sometimes the case that you're in this state right from the get-go.
resolved fixed
038b9c7
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-02-07T19:51:11Z"
"2007-02-05T21:13:20Z"
172,888
Bug 172888 Caret disapears on 'Go to Line...'
null
verified fixed
c067849
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-02-05T23:48:06Z"
"2007-02-05T18:26:40Z"
144,709
Bug 144709 toolkit.createText for SWT.MULTI widgets don't draw a border as they should on OS X
FormToolkit created multi-line text fields don't draw a border
verified fixed
32ca2a3
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Text.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-02-02T22:37:10Z"
"2006-05-31T15:40:00Z"
154,944
Bug 154944 Holding mouse down on Table blocks Display.asyncExec and syncExec
Hold the mouse down on a table so that a MouseDown event isn't triggered (don't move the mouse or release the button). All runnables submitted with Display.asyncExec and/or Display.syncExec pile up in the queue until the MouseDown is triggered. This only appears to be an issue with Table. Here's a sample: ---------------------------- import org.eclipse.swt.SWT; import org.eclipse.swt.layout.GridData; import org.eclipse.swt.layout.GridLayout; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Label; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Table; import org.eclipse.swt.widgets.TableItem; public class TableMouseDownAsyncExecBlocker { public static void main (String [] args) { Display display = new Display (); Shell shell = new Shell (display); shell.setLayout(new GridLayout()); final Table table = new Table (shell, SWT.BORDER | SWT.MULTI | SWT.FULL_SELECTION); table.setSize (200, 200); for (int i=0; i<12; i++) { TableItem item = new TableItem (table, SWT.NONE); item.setText(0, "Item " + i); } final Label label = new Label(shell, SWT.NONE); label.setText("#"); label.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); Thread t = new Thread("Runner") { Runnable runner = new Runnable() { int i; public void run() { if(!label.isDisposed() && label.getDisplay() != null) { String s = "#" + i++; label.setText(s); System.err.println(s); } } }; public void run() { while(!table.isDisposed() && table.getDisplay() != null) { try { Thread.sleep(1000); Display.getDefault().asyncExec(runner); } catch(Exception x) {} } } }; t.setDaemon(true); t.start(); shell.pack (); shell.open (); while (!shell.isDisposed ()) { if (!display.readAndDispatch ()) display.sleep (); } display.dispose (); } }
resolved fixed
cabce7a
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-02-02T22:20:56Z"
"2006-08-23T21:53:20Z"
169,048
Bug 169048 NullPointerException in Scrollable when parent=null
SWT 3230 GTK (no NPE on win32): Move the scrollbar in this snippet: public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(SWT.H_SCROLL); ScrollBar hscroll = shell.getHorizontalBar(); hscroll.setMinimum(0); hscroll.setMaximum(500); shell.setBounds(50, 50, 300, 200); shell.open (); while (!shell.isDisposed ()) { if (!display.readAndDispatch ()) display.sleep (); } display.dispose (); } Exception in thread "main" java.lang.NullPointerException at org.eclipse.swt.widgets.Scrollable.updateScrollBarValue(Scrollable.java:360) at org.eclipse.swt.widgets.ScrollBar.gtk_value_changed(ScrollBar.java:370) at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1400) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3790) at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method) at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:5242) at org.eclipse.swt.widgets.Display.eventProc(Display.java:1133) at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method) at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1424) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2838) More information: Your bugzilla bug wizard is very annoying.
resolved fixed
291191e
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Scrollable.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-02-01T22:26:04Z"
"2006-12-25T18:06:40Z"
166,483
Bug 166483 [Progress] Random shells come to the front when compare editor shows progress dialog
[I20061128-0800] Sometimes, when opening a compare editor from the sync view, other random shells (e.g. Firefox, Notes...) come to the front. This seems to be related to showing progress in a dialog. It does not happen if the compare results are displayed fast enough.
resolved fixed
7fcc91e
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-02-01T20:08:54Z"
"2006-12-01T13:33:20Z"
172,537
Bug 172537 No coloured cursor on GTK
null
resolved fixed
3c08b85
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/Cursor.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-02-01T18:32:28Z"
"2007-02-01T17:13:20Z"
172,175
Bug 172175 [DND] StyledText.getSelection() not valid during DnD?
null
verified fixed
6898cc9
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledTextDropTargetEffect.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-01-31T21:47:13Z"
"2007-01-30T15:13:20Z"
167,744
Bug 167744 Vista Tracker incredibly slow
Using the Vista Aero theme try dragging a view with its own stack (for the best effect use the bottom stack in the Java perspective or anyother one with a few tabs). You should see an XOR rect as the insertion feedback. On my dual 3Ghz processor / 3GB box it's about 1/2 a sec per rectangle draw. This drawing is done by the set.custom.Tracker... My best guess is that it's getting hosed by the transparency handling (it works better if you switch to the 'Windows Classic' setup).
resolved fixed
20653c6
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tracker.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-01-31T16:53:36Z"
"2006-12-12T21:46:40Z"
172,179
Bug 172179 Display.post(Event) with SWT.MouseMove moves to wrong location
Build ID: M20060921-0945 Steps To Reproduce: Create a simple SWT application (one is attached) that uses Display.post(Event) with Event type SWT.MouseMove to move the mouse to each x and/or y display coordinate. After each move, use Display.getCursorLocation() to find out where the cursor actually ended up. You will find that in some cases, especially for the lowest values of x or y, the cursor location ends up being different than it should have been. More information: When I run the attached SWT application on my system (Windows XP SP2 with a 1600x1200 screen) I get the following: Checking x dimension. Error: expected 1,600, got 0,600 Error: expected 2,600, got 1,600 Error: expected 3,600, got 2,600 Error: expected 4,600, got 3,600 Error: expected 5,600, got 4,600 Error: expected 6,600, got 5,600 Error: expected 7,600, got 6,600 Error: expected 8,600, got 7,600 Error: expected 9,600, got 8,600 Error: expected 10,600, got 9,600 Error: expected 11,600, got 10,600 Error: expected 12,600, got 11,600 Error: expected 13,600, got 12,600 Error: expected 14,600, got 13,600 Error: expected 15,600, got 14,600 Error: expected 16,600, got 15,600 Error: expected 17,600, got 16,600 Error: expected 18,600, got 17,600 Error: expected 19,600, got 18,600 Error: expected 20,600, got 19,600 Error: expected 21,600, got 20,600 Error: expected 22,600, got 21,600 Error: expected 23,600, got 22,600 Error: expected 24,600, got 23,600 Found 24 errors Checking y dimension. Error: expected 800,1, got 800,0 Error: expected 800,2, got 800,1 Error: expected 800,3, got 800,2 Error: expected 800,4, got 800,3 Error: expected 800,5, got 800,4 Error: expected 800,6, got 800,5 Error: expected 800,7, got 800,6 Error: expected 800,9, got 800,8 Error: expected 800,10, got 800,9 Error: expected 800,12, got 800,11 Error: expected 800,15, got 800,14 Error: expected 800,18, got 800,17 Found 12 errors The problem seems to be that the conversion from screen to "normalized" coordinates (for x or y) that is done by Display.post(Event) is such that it sometimes ends up below the bottom of the range of normalized values that map to that screen coordinate. So, the cursor location sometimes ends up 1 off in one dimension or the other. Specifically, it is these two calculations (on Windows, at least) that aren't quite adequate: inputs.dx = event.x * 65535 / (OS.GetSystemMetrics (OS.SM_CXSCREEN) - 1); inputs.dy = event.y * 65535 / (OS.GetSystemMetrics (OS.SM_CYSCREEN) - 1); I have found that something like the following calculation will result in normalized values in the middle of each range and works correctly (again, on Windows, at least): int width = OS.GetSystemMetrics(OS.SM_CXSCREEN); int height = OS.GetSystemMetrics(OS.SM_CYSCREEN); int rx = 65536 / width; int ry = 65536 / height; int inputs.dx = ((event.x * (65536 - rx)) / (width - 1)) + (rx / 2); int inputs.dy = ((event.y * (65536 - ry)) / (height - 1)) + (ry / 2);
closed fixed
15e21f2
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Display.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-01-30T23:47:22Z"
"2007-01-30T15:13:20Z"
158,746
Bug 158746 Canvas#scroll forces an update - any way around this besides setRedraw(false)
null
resolved fixed
3588f4a
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-01-30T21:56:43Z"
"2006-09-26T14:13:20Z"
172,001
Bug 172001 Javadoc warnings in N20070129-0010
/builds/N200701290010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java:1567: warning - @param argument "string" is not a parameter name.
resolved fixed
3327002
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Text.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-01-29T17:08:27Z"
"2007-01-29T14:13:20Z"
171,358
Bug 171358 [browser] exception thrown when JS call "confirm" in a frameset structure
Build ID: Eclipse 3.3 M4 Steps To Reproduce: Env: - Suse Linus ED10 - XULRUnner 1.8.0.1 shipped with sled10 - Eclipse 3.3M4/Eclipse 3.2.2 1. Open Eclipse, show view "Intenet Web Browser". 2. Visit a web page with frameset structure.(See attached sample html files) 3. Click the "confirm" button. 4. An exception is thown: rg.eclipse.swt.SWTError: XPCOM error -2147467262 at org.eclipse.swt.browser.Browser.error(Browser.java:1328) at org.eclipse.swt.browser.PromptService.getBrowser(PromptService.java:117) at org.eclipse.swt.browser.PromptService.Confirm(PromptService.java:183) at org.eclipse.swt.browser.PromptService$2.method5(PromptService.java:46) at org.eclipse.swt.internal.mozilla.XPCOMObject.callback5(XPCOMObject.java:456) at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method) at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:5273) More information: - It is fine with the "confirm" call if no frameset
verified fixed
6d236d6
["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/PromptService.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-01-26T22:33:21Z"
"2007-01-23T08:13:20Z"
168,384
Bug 168384 Problem with grayed disabled button image
SWT 3.3M4 seems to have problems with making button images gray when button is disabled. I attach here two images, one with SWT 3.3M4 and one with 3.2.1.
resolved fixed
b0714f0
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/Image.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-01-25T16:01:12Z"
"2006-12-18T05:33:20Z"
170,571
Bug 170571 Warnings in SWT launcher sample
There are two warnings in org.eclipse.swt.examples.launcher in HEAD. I will provide a patch.
resolved fixed
7d60199
["examples/org.eclipse.swt.examples.launcher/src/org/eclipse/swt/examples/launcher/LauncherPlugin.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-01-24T18:52:26Z"
"2007-01-16T01:13:20Z"
150,751
Bug 150751 In GTK, setBackgroundImage and setBackgroundMode failed when children setForeground
gtk version: 2.4.9 I want a label with colored foreground and a background image that inherit from its parent, but failed. public class TestLabelBackground { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setBackgroundImage(new Image(null, TestLabelBackground.class .getResourceAsStream("b.gif"))); shell.setBackgroundMode(SWT.INHERIT_DEFAULT); shell.setLayout(new GridLayout()); Label label = new Label(shell,SWT.NONE); // this disables background inherit label.setForeground(new Color(null, 255,220, 200)); label.setText("asdfasdgasdfa"); shell.setSize(300,200); shell.open(); while(!shell.isDisposed()) { if (!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } } It seems if parent's backgroundImage and mode are set after label's setForeground, things will be ok. But this approach is unreliable when UI is complex, i.e. in some cases, a control inherit an image not from it's own parent. In windows, setBackgroundImage and setBackgroundMode work fine when children setForeground.
resolved fixed
7898e50
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-01-23T22:55:55Z"
"2006-07-16T14:26:40Z"
170,973
Bug 170973 [Program] Error when opening word and excel documents
To reproduce using Word: - Set external editor for .doc files to "Microsoft Word Document" in file association preferences - Select a word document in Navigator (file can be linked or directly contained within the project) and open - Word will open but displays an error "Word experienced an error trying to open the file" and file file is not loaded Looking at Program.execute (String fileName) the above steps result in the following command being executed: "C:\Program Files\Microsoft Office\OFFICE11\WINWORD.EXE" /n /ddeC: \Documents and Settings\Robert Elves\My Documents\mydocument.doc Aside from the missing space which appears to be causing this error, lack of quotes around the file path may also be problematic. Note that the document does open externally without error if Open With...System Editor is used.
resolved fixed
9169eab
["bundles/org.eclipse.swt/Eclipse", "SWT", "Program/win32/org/eclipse/swt/program/Program.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-01-23T16:27:59Z"
"2007-01-18T19:53:20Z"
171,278
Bug 171278 patch for org.eclipse.swt.win32.wce_ppc.arm/build_custom.xml
to address compile error Sonia and I looked at the custom build script and it is missing some elements that exist in the generated build scripts. Please release the patch and I will start a test build to ensure that the build doesn't fail tonight.
resolved fixed
cd3e82e
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/common_j2me/org/eclipse/swt/internal/Library.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-01-23T04:41:12Z"
"2007-01-22T18:20:00Z"
155,817
Bug 155817 [Viewers] Treeview expand/collapse ignores somewhat quick + and - clicks (doubleclicks)
- eclipse-SDK-3.2-win32.zip - Windows XP - Sun JDK 1.5.0 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-b64) Java HotSpot(TM) Client VM (build 1.5.0-b64, mixed mode) Clicking on + then - in a tree view ignores successive clicks if they are less than about half a second apart. This is not a problem in native Windows (Windows explorer, for example). Fixing this makes applications seem more responsive and improves the user experience. One example scenario would be missing with the mouse and expanding the wrong tree, then collapsing it immediately to expand the right one. To reproduce: - Start Eclipse 3.2 - Create a Java project, or go to Window->Show View->Other... - Rapidly click on the +/- to expand and collapse a tree. Notice how rapid successive clicks are ignored.
verified fixed
3759191
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-01-22T17:33:29Z"
"2006-08-31T13:13:20Z"
170,813
Bug 170813 getSelection() method for VIRTUAL Tree returns max. eight items
null
resolved fixed
958ee7a
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-01-18T13:52:56Z"
"2007-01-17T18:53:20Z"
170,900
Bug 170900 javadoc warnings in N200701180010
/builds/N200701180010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/TreeDragSourceEffect.java:43: warning - @param argument "table" is not a parameter name. /builds/N200701180010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/DragDetectEvent.java:24: warning - Tag @see: Class or Package not found: DragListener
resolved fixed
faa9501
["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/win32/org/eclipse/swt/dnd/TreeDragSourceEffect.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/events/DragDetectEvent.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-01-18T13:19:20Z"
"2007-01-18T14:20:00Z"
170,785
Bug 170785 Table Headers getting random images on Vista when cycling through sort indicator
null
resolved fixed
f47b3e2
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TableColumn.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-01-17T20:09:42Z"
"2007-01-17T16:06:40Z"
167,748
Bug 167748 Program class incorrectly escapes already-escaped characters on Mac
I20061212-0010 If I open help from a welcome link for a specific topic, for example, everything shows up fine except for the images in the topic. I get the placeholder image icons. If I sync with toc and click on the topic in the toc, the images show up.
resolved fixed
0b2d32b
["bundles/org.eclipse.swt/Eclipse", "SWT", "Program/carbon/org/eclipse/swt/program/Program.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-01-16T19:49:08Z"
"2006-12-12T21:46:40Z"
167,656
Bug 167656 Text widget has inconsistent font sizes on the mac
Some of the section descriptions in the plugin editor are cut off. The fonts used in these sections also seem to be a bit large and may be contributing to the problem. I'm not sure if this should be logged against UA or PDE... screencap of one such section forthcoming.
resolved fixed
08808ec
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Text.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-01-16T17:17:33Z"
"2006-12-12T16:13:20Z"
170,463
Bug 170463 javadoc warning in N20070115-0010
null
resolved fixed
1aebb88
["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/common/org/eclipse/swt/dnd/DropTargetEvent.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/win32/org/eclipse/swt/dnd/DropTarget.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2007-01-15T22:15:13Z"
"2007-01-15T14:06:40Z"