id
int64
1
6.5k
bug_id
int64
2.03k
426k
summary
stringlengths
9
251
description
stringlengths
1
32.8k
report_time
stringlengths
19
19
report_timestamp
int64
1B
1.39B
status
stringclasses
6 values
commit
stringlengths
7
9
commit_timestamp
int64
1B
1.39B
files
stringlengths
25
32.8k
project_name
stringclasses
6 values
2,061
182,906
Bug 182906 Table selection with CTRL+SHIFT does not send events
To reproduce the problem, have a table with the following items: item_1 item_2 item_3 item_4 item_4 - Click on item_1. Now item_1 is selected and the TableViewer notifies the SelectionListener - Hold CTRL and click on item_3. Now item_1 and item_3 is selected and the TableViewer notifies the SelectionListener - Hold CTRL and SHIFT and click on item_5. Now item_1, item_3, item_4 and item_5 is selected, but the TableViewer does NOT notify the selectionListener, neither does the table widget. I would expected, that the selectionListener of both the Table and the TableViewer are notified, because the visual selection has actually changed. I see, that this bug is similar to #19870, but meanwhile the behaviour has changed, because the SHIFT key is no more ignored. It would be nice, if you could fix this bug now.
2007-04-18 05:47:03
1,176,890,000
resolved fixed
d7f7505
1,177,450,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
SWT
2,062
175,259
Bug 175259 SWTException stacktrace misleading when in Display.syncExec
Build ID: M20060921-0945 Steps To Reproduce: 1. Run something outside the UI thread. 2. Issue a Display.syncExec(Runnable) 3. Throw an SWTException The resulting stack trace contains no information from where the Display.syncExec has been issued. This makes bug tracking quite difficult for a supporter. More information: Change Display.syncExec such that the original SWTException is caught in the issuer thread. Issue a new SWTException with the previous one as cause. As result the reported Exception contains sufficient information.
2007-02-23 07:22:34
1,172,230,000
resolved fixed
1fee8b5
1,177,450,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java
SWT
2,063
169,290
Bug 169290 [browser] Different behavor of opening a PDF file when setting URL and clicking the URL
[Env] * RedHat EL4 WS Update 4 * Eclipse 3.3 M4 build. * Firefox 1.5.0.8 [Reproducable steps] 1. Start Eclipse. Open view "Internet Web Browser". 2. Use "Internet Web Broser", navigate to a web page contains a PDF link. 3. Click that PDF link, a file pick dialog pops, and then it starts downloading of you press ok. 4. While, if you input the whole PDF URL in the URL inputbox, and press "GO", it can open the PDF inside the browser view(pre-req PDF plug-in is installed). Result: We got different behavior when clicking a PDF link, or directly visit PDF link. We cann't open PDF in the browser view when cliking it. Expected: 1. They should be the same behavior. 2. It should not trigger a download if the browser can handle its content if it has PDF plug-in installed.
2006-12-30 23:40:02
1,167,540,000
verified fixed
c490cd8
1,177,450,000
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/XPCOM.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIWebNavigationInfo.java
SWT
2,064
179,266
Bug 179266 [Presentations] DBCS3.3: tab label "..." isn't added in 3.0 presentation
It look like a local ecommon issue. The new look simply truncation tab label string if it's too small. But 3.0 presentation has the same behavior. Driver: M6 Platform: WindowsXP Japanese, IBM JVM 5.0 SR4 ifix steps to recreate. 1- select "3.0 Presentation" for Current Presentaion at Preferences > General > Appearance 2- re-launch the eclipse and see tab string Expexted result for a small tab, "..." should be added
2007-03-26 04:55:31
1,174,900,000
closed fixed
3b62eb4
1,177,440,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabItem.java
SWT
2,065
180,621
Bug 180621 overlap image transparency failure in 16bits color quality
Build ID: 3.2.2 Steps To Reproduce: 1. Open the Display's properties from Control Panel of Window XP; and confirm the Color quality is 32bits. 2. Copy the overlap.png to c:\, then run the snippet code from Eclipse PDE; 3. A window is open, and you will see the green circle block is shown on window. This is expect result as the code. 4. Open the Display's properties from Control Panel again, and change the Color quality to 16bits, then apply this change. 5. You will see the red rectangle block is shown overlap below the green circle. this is a wrong result. Actually, the Red rectangle block is the transparent background pixels overlap the green circle image. It should not shown as background either 16bits or 32 bits color quality. Code snippet is attached below. More information:
2007-04-03 03:08:14
1,175,580,000
closed fixed
666899c
1,177,430,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Image.java
SWT
2,066
176,491
Bug 176491 MessageBox consumes 100% CPU on Linux/GTK
Build ID: I20070209-1006 Steps To Reproduce: 1. Open a org.eclipse.swt.widgets.MessageBox 2. The CPU usage is 100% as long as the MessageBox is open More information: The messagebox was created like this: ... new MessageBox(shell, SWT.ICON_WARNING | SWT.YES | SWT.NO); Using SuSe 10, Gnome 2.12.2, GTK 2.8.10-39.22
2007-03-06 09:49:17
1,173,190,000
resolved fixed
61e93ff
1,177,370,000
bundles/org.eclipse.swt/Eclipse SWT Printing/gtk/org/eclipse/swt/printing/PrintDialog.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ColorDialog.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/DirectoryDialog.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/FileDialog.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/FontDialog.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/MessageBox.java
SWT
2,067
179,105
Bug 179105 Revert CTabItem unselected tab separator style for simple tabs
In M6 we introduced a change to the tab separator (vertical edge) style for both curvy and simple tabs, for the unselected tab case. Previously, unselected simple tabs just drew vertical lines for their separators. In discussing with Tod, we should revert to the 3.2 style for several reasons: 1) Those who pick simple tabs typically don't want their UI look to change 2) PDE uses simple tabs in their editors but because they don't use borders, the vertical separators with slight curve at the end looks like a bug.
2007-03-23 15:34:55
1,174,680,000
verified fixed
45bd688
1,177,360,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabItem.java
SWT
2,068
177,374
Bug 177374 SEGV in libswt-pi-gtk-3330
null
2007-03-14 13:08:27
1,173,890,000
resolved fixed
0da378d
1,177,360,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Menu.java
SWT
2,069
178,008
Bug 178008 Offsets when rendering text in a tree/table item
20070319 When I use owner draw on a TreeItem or TableItem and want to draw text at the same location as where the native painter would draw the text, I need to know a x and y offset relative to the items bound. I believe the offsets depend on the OS and on the font used.
2007-03-19 04:40:49
1,174,290,000
resolved fixed
a30a576
1,177,360,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/TableItem.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/TreeItem.java 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/TreeItem.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableItem.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeItem.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TableItem.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TreeItem.java bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/TableItem.java bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/TreeItem.java
SWT
2,070
178,388
Bug 178388 CTabItem gets clipped on right hand side
build I20070320 The right hand side of the tab sometimes gets clipped. To reproduce, rezise a view stack with a few views narrow/wide. I am running with high DPI but not sure if that's the only combination that will create this.
2007-03-20 15:28:06
1,174,420,000
verified fixed
5df9f0d
1,177,350,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabItem.java
SWT
2,071
182,748
Bug 182748 StyledText cheese when redrawing selection in FULL_SELECTION mode
I20070410-1043 - new workspace - set an empty file as user dictionary - new project P - open P/.project - Select All - hover over "ent" of the closing "</comment>" tag until tooltip appears - move mouse to top => white area remains after "<projects>" - with the same procedure, the tooltip for "<comment>" correctly restores the blue background under the tooltip
2007-04-17 09:40:00
1,176,820,000
resolved fixed
126e894
1,177,350,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java
SWT
2,072
179,204
Bug 179204 [OSX] Printer instance unusable after cancelJob()
null
2007-03-25 14:22:06
1,174,850,000
resolved fixed
7c39713
1,177,100,000
bundles/org.eclipse.swt/Eclipse SWT Printing/carbon/org/eclipse/swt/printing/Printer.java
SWT
2,073
182,777
Bug 182777 Image.getImageData crashes VM in win32.OS.MoveMemory
Build ID: M20070212-1330 Steps To Reproduce: 1. Create large image 2. Allocate a lot of C heap memory 3. call image.getImageData() I've reproduced the bug with this action. It may be easier by using OS.HeapAlloc to consume the C heap memory. public void run(IAction action) { // 1. Create a large image. Display display = Display.getDefault(); Image image = new Image(display,4096,4096); try { // 2. Allocate a lot of C heap memory List<ByteBuffer> buffers = new ArrayList<ByteBuffer>(); int meg = 1024*1024; for (int bufferSize=1024;bufferSize>0;bufferSize/=2) { int count=0; try { while (true) { buffers.add(ByteBuffer.allocateDirect(bufferSize*meg)); ++count; } } catch (OutOfMemoryError err) { System.out.println("allocated " + count + " " + bufferSize + "meg buffers"); } } // 3. call image.getImageData() ImageData d = image.getImageData(); } finally { image.dispose(); } } More information: Here's the stack from the hs crash log file: Current thread (0x003a6400): JavaThread "main" [_thread_in_native, id=2220] siginfo: ExceptionCode=0xc0000005, reading address 0x00000000 Registers: EAX=0x04000000, EBX=0x00000000, ECX=0x01000000, EDX=0x00000000 ESP=0x009df1f0, EBP=0x009df1f8, ESI=0x00000000, EDI=0x08f6c8d4 EIP=0x2f96fba3, EFLAGS=0x00010212 Top of Stack: (sp=0x009df1f0) 0x009df1f0: 003a64e8 08f6c8d4 009df218 2f9489d9 0x009df200: 08f6c8d4 00000000 04000000 003a6400 0x009df210: 29a15778 29a15778 009df258 009fa8ed 0x009df220: 003a64e8 009df260 009df270 00000000 0x009df230: 04000000 29a234b0 009df238 00000000 0x009df240: 009df270 29a234b0 00000000 29a15778 0x009df250: 00000000 009df268 009df294 009f2ca1 0x009df260: 29a219d8 009f8479 04000000 00000000 Instructions: (pc=0x2f96fba3) 0x2f96fb93: 00 00 00 75 14 c1 e9 02 83 e2 03 83 f9 08 72 29 0x2f96fba3: f3 a5 ff 24 95 b8 fc 96 2f 8b c7 ba 03 00 00 00 Stack: [0x00990000,0x009e0000), sp=0x009df1f0, free space=316k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [swt-win32-3236.dll+0x2fba3] C [swt-win32-3236.dll+0x89d9] j org.eclipse.swt.internal.win32.OS.MoveMemory([BII)V+0 j org.eclipse.swt.graphics.Image.getImageData()Lorg/eclipse/swt/graphics/ImageData;+1646 Presumably a null pointer is being passed to MoveMemory, probably because OS.HeapAlloc failed returning a null pointer that wasn't checked. (The isDib path checks that bm.bits!=0 earlier.) int lpvBits = OS.HeapAlloc(hHeap, OS.HEAP_ZERO_MEMORY, imageSize); if (OS.IsWinCE) SWT.error(SWT.ERROR_NOT_IMPLEMENTED); OS.GetDIBits(hBitmapDC, handle, 0, height, lpvBits, bmi, OS.DIB_RGB_COLORS); OS.MoveMemory(data, lpvBits, imageSize);
2007-04-17 11:55:01
1,176,830,000
resolved fixed
36d6fe1
1,177,100,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Image.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java
SWT
2,074
176,307
Bug 176307 [Browser] SWT Browser crashes Eclipse if page contents set by setText contains a named anchor
Build ID: I20070222-0951 Steps To Reproduce: 1.Populate the SWT Browser using setText(), with content that includes a link to a named anchor (<a name="foo") elsewhere in the page 2.Run up the app and click on the link 3.Wait for a few seconds, there will be an invalid memory access reported in the logs and eclipse will crash More information: This is the crash reporter info: Date/Time: 2007-03-04 12:50:06.433 +0000 OS Version: 10.4.8 (Build 8L2127) Report Version: 4 Command: java Path: /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home/bin/java Parent: eclipse [10484] Version: ??? (???) PID: 10510 Thread: 0 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000000 Thread 0 Crashed: 0 com.apple.WebCore 0x9536422b KWQKHTMLPart::khtmlMouseMoveEvent(khtml::MouseMoveEvent*) + 351 1 com.apple.WebCore 0x9550b5f8 KParts::Part::event(QEvent*) + 24 2 com.apple.WebCore 0x95361832 KHTMLView::viewportMouseMoveEvent(QMouseEvent*) + 2150 3 com.apple.WebCore 0x953dbd76 KWQKHTMLPart::mouseDragged(NSEvent*) + 198 4 com.apple.WebKit 0x9517baa6 -[WebHTMLView mouseDragged:] + 87 5 com.apple.AppKit 0x9f6a8be1 -[NSWindow sendEvent:] + 7377 6 com.apple.WebKit 0x951a591a MouseDragged + 173 7 com.apple.WebKit 0x951a6606 HIWebViewEventHandler + 1077 8 com.apple.HIToolbox 0x92dcc7eb DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1093 9 com.apple.HIToolbox 0x92dcbe90 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 304 10 com.apple.HIToolbox 0x92dcbd55 SendEventToEventTargetWithOptions + 55 11 com.apple.WebKit 0x951a5cec WindowHandler + 947 12 com.apple.HIToolbox 0x92dcc7eb DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1093 13 com.apple.HIToolbox 0x92dcbe90 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 304 14 com.apple.HIToolbox 0x92dd30f0 SendEventToEventTarget + 56 15 com.apple.HIToolbox 0x92dd3589 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1169 16 com.apple.HIToolbox 0x92dccba2 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2044 17 com.apple.HIToolbox 0x92dcbe90 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 304 18 com.apple.HIToolbox 0x92dd30f0 SendEventToEventTarget + 56 19 libswt-pi-carbon-3325.jnilib 0x2629b30c Java_org_eclipse_swt_internal_carbon_OS_SendEventToEventTarget + 31 20 <<00000000>> 0x045851d1 0 + 72896977 21 <<00000000>> 0x046eabc0 0 + 74361792 22 <<00000000>> 0x0457fa6b 0 + 72874603 23 <<00000000>> 0x0457f913 0 + 72874259 24 <<00000000>> 0x0457f9bf 0 + 72874431 25 <<00000000>> 0x0457f9bf 0 + 72874431 26 <<00000000>> 0x0457fc19 0 + 72875033 27 <<00000000>> 0x0457f913 0 + 72874259 28 <<00000000>> 0x0457f9bf 0 + 72874431 29 <<00000000>> 0x0457f9bf 0 + 72874431 30 <<00000000>> 0x0457fcf0 0 + 72875248 31 <<00000000>> 0x0457fcf0 0 + 72875248 32 <<00000000>> 0x0457f9ea 0 + 72874474 33 <<00000000>> 0x0457f9ea 0 + 72874474 34 <<00000000>> 0x0457f9ea 0 + 72874474 35 <<00000000>> 0x0457d15d 0 + 72864093 36 libclient.dylib 0x9eccfce2 jio_snprintf + 398024 37 libclient.dylib 0x9eccfa30 jio_snprintf + 397334 38 libclient.dylib 0x9ece93b3 JVM_NewInstanceFromConstructor + 2149 39 libclient.dylib 0x9ed8d609 JVM_InvokeMethod + 1191 40 libclient.dylib 0x9ed8d302 JVM_InvokeMethod + 416 41 <<00000000>> 0x045851d1 0 + 72896977 42 <<00000000>> 0x0457f9ea 0 + 72874474 43 <<00000000>> 0x0457f9ea 0 + 72874474 44 <<00000000>> 0x0457fcf0 0 + 72875248 45 <<00000000>> 0x0457f9ea 0 + 72874474 46 <<00000000>> 0x0457f913 0 + 72874259 47 <<00000000>> 0x0457f913 0 + 72874259 48 <<00000000>> 0x0457f9bf 0 + 72874431 49 <<00000000>> 0x0457d15d 0 + 72864093 50 libclient.dylib 0x9eccfce2 jio_snprintf + 398024 51 libclient.dylib 0x9eccfa30 jio_snprintf + 397334 52 libclient.dylib 0x9ecebd87 JVM_MaxMemory + 7311 53 libclient.dylib 0x9ed37b9e JVM_FindLoadedClass + 2312 54 java 0x00003720 0x1000 + 10016 55 java 0x0000513b 0x1000 + 16699 56 java 0x000054c8 0x1000 + 17608 57 java 0x00002612 0x1000 + 5650 58 java 0x0000252d 0x1000 + 5421 Thread 1: 0 libSystem.B.dylib 0x90009857 mach_msg_trap + 7 1 libclient.dylib 0x9ec66d83 JNI_CreateJavaVM_Impl + 53183 2 libclient.dylib 0x9ec66d18 JNI_CreateJavaVM_Impl + 53076 3 libclient.dylib 0x9ec66c31 JNI_CreateJavaVM_Impl + 52845 4 libSystem.B.dylib 0x90023d87 _pthread_body + 84 Thread 2: 0 libSystem.B.dylib 0x90009857 mach_msg_trap + 7 1 libclient.dylib 0x9ecce562 jio_snprintf + 392008 2 libclient.dylib 0x9ecce3ce jio_snprintf + 391604 3 libclient.dylib 0x9eccea78 jio_snprintf + 393310 4 libclient.dylib 0x9ecce0ae jio_snprintf + 390804 5 libclient.dylib 0x9ec66c31 JNI_CreateJavaVM_Impl + 52845 6 libSystem.B.dylib 0x90023d87 _pthread_body + 84 Thread 3: 0 libSystem.B.dylib 0x90009857 mach_msg_trap + 7 1 libclient.dylib 0x9ecce618 jio_snprintf + 392190 2 libclient.dylib 0x9ecdd153 JVM_MonitorWait + 3663 3 libclient.dylib 0x9ecdc784 JVM_MonitorWait + 1152 4 libclient.dylib 0x9ecdc4fd JVM_MonitorWait + 505 5 <<00000000>> 0x045851d1 0 + 72896977 6 <<00000000>> 0x0486b9c8 0 + 75938248 7 <<00000000>> 0x045f8680 0 + 73369216 8 <<00000000>> 0x0457d15d 0 + 72864093 9 libclient.dylib 0x9eccfce2 jio_snprintf + 398024 10 libclient.dylib 0x9ecdc2f3 JVM_StartThread + 2385 11 libclient.dylib 0x9ecdc205 JVM_StartThread + 2147 12 libclient.dylib 0x9ecdc151 JVM_StartThread + 1967 13 libclient.dylib 0x9ecdc083 JVM_StartThread + 1761 14 libclient.dylib 0x9ec66c31 JNI_CreateJavaVM_Impl + 52845 15 libSystem.B.dylib 0x90023d87 _pthread_body + 84 Thread 4: 0 libSystem.B.dylib 0x90009857 mach_msg_trap + 7 1 libclient.dylib 0x9ecce618 jio_snprintf + 392190 2 libclient.dylib 0x9ecdd153 JVM_MonitorWait + 3663 3 libclient.dylib 0x9ecdc784 JVM_MonitorWait + 1152 4 libclient.dylib 0x9ecdc4fd JVM_MonitorWait + 505 5 <<00000000>> 0x045851d1 0 + 72896977 6 <<00000000>> 0x046e0e04 0 + 74321412 7 <<00000000>> 0x046e0b8c 0 + 74320780 8 <<00000000>> 0x045f1cc0 0 + 73342144 9 <<00000000>> 0x0457f9ea 0 + 72874474 10 <<00000000>> 0x0457d15d 0 + 72864093 11 libclient.dylib 0x9eccfce2 jio_snprintf + 398024 12 libclient.dylib 0x9ecdc2f3 JVM_StartThread + 2385 13 libclient.dylib 0x9ecdc205 JVM_StartThread + 2147 14 libclient.dylib 0x9ecdc151 JVM_StartThread + 1967 15 libclient.dylib 0x9ecdc083 JVM_StartThread + 1761 16 libclient.dylib 0x9ec66c31 JNI_CreateJavaVM_Impl + 52845 17 libSystem.B.dylib 0x90023d87 _pthread_body + 84 Thread 5: 0 libSystem.B.dylib 0x9002449f semaphore_wait_trap + 7 1 libclient.dylib 0x9ecef3b9 JVM_RegisterSignal + 8741 2 libclient.dylib 0x9ecdc083 JVM_StartThread + 1761 3 libclient.dylib 0x9ec66c31 JNI_CreateJavaVM_Impl + 52845 4 libSystem.B.dylib 0x90023d87 _pthread_body + 84 Thread 6: 0 libSystem.B.dylib 0x90009857 mach_msg_trap + 7 1 libclient.dylib 0x9ecce618 jio_snprintf + 392190 2 libclient.dylib 0x9ecce28b jio_snprintf + 391281 3 libclient.dylib 0x9ecf09a7 JVM_RegisterSignal + 14355 4 libclient.dylib 0x9ecf069f JVM_RegisterSignal + 13579 5 libclient.dylib 0x9ecdc083 JVM_StartThread + 1761 6 libclient.dylib 0x9ec66c31 JNI_CreateJavaVM_Impl + 52845 7 libSystem.B.dylib 0x90023d87 _pthread_body + 84 Thread 7: 0 libSystem.B.dylib 0x90009857 mach_msg_trap + 7 1 libclient.dylib 0x9ecce618 jio_snprintf + 392190 2 libclient.dylib 0x9ecce3ce jio_snprintf + 391604 3 libclient.dylib 0x9ecf1032 JVM_RegisterSignal + 16030 4 libclient.dylib 0x9ecdc083 JVM_StartThread + 1761 5 libclient.dylib 0x9ec66c31 JNI_CreateJavaVM_Impl + 52845 6 libSystem.B.dylib 0x90023d87 _pthread_body + 84 Thread 8: 0 libSystem.B.dylib 0x90009857 mach_msg_trap + 7 1 libclient.dylib 0x9ecce562 jio_snprintf + 392008 2 libclient.dylib 0x9ed029f8 JVM_RegisterSignal + 88164 3 libclient.dylib 0x9ed02646 JVM_RegisterSignal + 87218 4 libclient.dylib 0x9ec66c31 JNI_CreateJavaVM_Impl + 52845 5 libSystem.B.dylib 0x90023d87 _pthread_body + 84 Thread 9: 0 libSystem.B.dylib 0x90009857 mach_msg_trap + 7 1 libclient.dylib 0x9ecce562 jio_snprintf + 392008 2 libclient.dylib 0x9ed02870 JVM_RegisterSignal + 87772 3 libclient.dylib 0x9ed82dbb JVM_Sleep + 481 4 <<00000000>> 0x045851d1 0 + 72896977 5 <<00000000>> 0x0457f913 0 + 72874259 6 <<00000000>> 0x0457fc19 0 + 72875033 7 <<00000000>> 0x0457d15d 0 + 72864093 8 libclient.dylib 0x9eccfce2 jio_snprintf + 398024 9 libclient.dylib 0x9ecdc2f3 JVM_StartThread + 2385 10 libclient.dylib 0x9ecdc205 JVM_StartThread + 2147 11 libclient.dylib 0x9ecdc151 JVM_StartThread + 1967 12 libclient.dylib 0x9ecdc083 JVM_StartThread + 1761 13 libclient.dylib 0x9ec66c31 JNI_CreateJavaVM_Impl + 52845 14 libSystem.B.dylib 0x90023d87 _pthread_body + 84 Thread 10: 0 libSystem.B.dylib 0x90009857 mach_msg_trap + 7 1 libclient.dylib 0x9ecce618 jio_snprintf + 392190 2 libclient.dylib 0x9ecdd153 JVM_MonitorWait + 3663 3 libclient.dylib 0x9ecdc784 JVM_MonitorWait + 1152 4 libclient.dylib 0x9ecdc4fd JVM_MonitorWait + 505 5 <<00000000>> 0x045851d1 0 + 72896977 6 <<00000000>> 0x0457f913 0 + 72874259 7 <<00000000>> 0x0457f913 0 + 72874259 8 <<00000000>> 0x0457f9ea 0 + 72874474 9 <<00000000>> 0x0457d15d 0 + 72864093 10 libclient.dylib 0x9eccfce2 jio_snprintf + 398024 11 libclient.dylib 0x9ecdc2f3 JVM_StartThread + 2385 12 libclient.dylib 0x9ecdc205 JVM_StartThread + 2147 13 libclient.dylib 0x9ecdc151 JVM_StartThread + 1967 14 libclient.dylib 0x9ecdc083 JVM_StartThread + 1761 15 libclient.dylib 0x9ec66c31 JNI_CreateJavaVM_Impl + 52845 16 libSystem.B.dylib 0x90023d87 _pthread_body + 84 Thread 11: 0 libSystem.B.dylib 0x90009857 mach_msg_trap + 7 1 libclient.dylib 0x9ecce618 jio_snprintf + 392190 2 libclient.dylib 0x9ecdd153 JVM_MonitorWait + 3663 3 libclient.dylib 0x9ecdc784 JVM_MonitorWait + 1152 4 libclient.dylib 0x9ecdc4fd JVM_MonitorWait + 505 5 <<00000000>> 0x045851d1 0 + 72896977 6 <<00000000>> 0x0457f913 0 + 72874259 7 <<00000000>> 0x0457f913 0 + 72874259 8 <<00000000>> 0x0457f9ea 0 + 72874474 9 <<00000000>> 0x0457d15d 0 + 72864093 10 libclient.dylib 0x9eccfce2 jio_snprintf + 398024 11 libclient.dylib 0x9ecdc2f3 JVM_StartThread + 2385 12 libclient.dylib 0x9ecdc205 JVM_StartThread + 2147 13 libclient.dylib 0x9ecdc151 JVM_StartThread + 1967 14 libclient.dylib 0x9ecdc083 JVM_StartThread + 1761 15 libclient.dylib 0x9ec66c31 JNI_CreateJavaVM_Impl + 52845 16 libSystem.B.dylib 0x90023d87 _pthread_body + 84 Thread 12: 0 libSystem.B.dylib 0x90009857 mach_msg_trap + 7 1 libclient.dylib 0x9ecce562 jio_snprintf + 392008 2 libclient.dylib 0x9ecdd153 JVM_MonitorWait + 3663 3 libclient.dylib 0x9ecdc784 JVM_MonitorWait + 1152 4 libclient.dylib 0x9ecdc4fd JVM_MonitorWait + 505 5 <<00000000>> 0x045851d1 0 + 72896977 6 <<00000000>> 0x0457f913 0 + 72874259 7 <<00000000>> 0x047e817c 0 + 75399548 8 <<00000000>> 0x045f1cc0 0 + 73342144 9 <<00000000>> 0x0457f9ea 0 + 72874474 10 <<00000000>> 0x0457d15d 0 + 72864093 11 libclient.dylib 0x9eccfce2 jio_snprintf + 398024 12 libclient.dylib 0x9ecdc2f3 JVM_StartThread + 2385 13 libclient.dylib 0x9ecdc205 JVM_StartThread + 2147 14 libclient.dylib 0x9ecdc151 JVM_StartThread + 1967 15 libclient.dylib 0x9ecdc083 JVM_StartThread + 1761 16 libclient.dylib 0x9ec66c31 JNI_CreateJavaVM_Impl + 52845 17 libSystem.B.dylib 0x90023d87 _pthread_body + 84 Thread 13: 0 libSystem.B.dylib 0x90009857 mach_msg_trap + 7 1 libclient.dylib 0x9ecce618 jio_snprintf + 392190 2 libclient.dylib 0x9ecdd153 JVM_MonitorWait + 3663 3 libclient.dylib 0x9ecdc784 JVM_MonitorWait + 1152 4 libclient.dylib 0x9ecdc4fd JVM_MonitorWait + 505 5 <<00000000>> 0x045851d1 0 + 72896977 6 <<00000000>> 0x0457f913 0 + 72874259 7 <<00000000>> 0x0457f913 0 + 72874259 8 <<00000000>> 0x0457fc19 0 + 72875033 9 <<00000000>> 0x0457d15d 0 + 72864093 10 libclient.dylib 0x9eccfce2 jio_snprintf + 398024 11 libclient.dylib 0x9ecdc2f3 JVM_StartThread + 2385 12 libclient.dylib 0x9ecdc205 JVM_StartThread + 2147 13 libclient.dylib 0x9ecdc151 JVM_StartThread + 1967 14 libclient.dylib 0x9ecdc083 JVM_StartThread + 1761 15 libclient.dylib 0x9ec66c31 JNI_CreateJavaVM_Impl + 52845 16 libSystem.B.dylib 0x90023d87 _pthread_body + 84 Thread 14: 0 libSystem.B.dylib 0x90009857 mach_msg_trap + 7 1 libclient.dylib 0x9ecce562 jio_snprintf + 392008 2 libclient.dylib 0x9ecdd153 JVM_MonitorWait + 3663 3 libclient.dylib 0x9ecdc784 JVM_MonitorWait + 1152 4 libclient.dylib 0x9ecdc4fd JVM_MonitorWait + 505 5 <<00000000>> 0x045851d1 0 + 72896977 6 <<00000000>> 0x0457f913 0 + 72874259 7 <<00000000>> 0x047e817c 0 + 75399548 8 <<00000000>> 0x045f1cc0 0 + 73342144 9 <<00000000>> 0x0457f9ea 0 + 72874474 10 <<00000000>> 0x0457d15d 0 + 72864093 11 libclient.dylib 0x9eccfce2 jio_snprintf + 398024 12 libclient.dylib 0x9ecdc2f3 JVM_StartThread + 2385 13 libclient.dylib 0x9ecdc205 JVM_StartThread + 2147 14 libclient.dylib 0x9ecdc151 JVM_StartThread + 1967 15 libclient.dylib 0x9ecdc083 JVM_StartThread + 1761 16 libclient.dylib 0x9ec66c31 JNI_CreateJavaVM_Impl + 52845 17 libSystem.B.dylib 0x90023d87 _pthread_body + 84 Thread 15: 0 libSystem.B.dylib 0x90009857 mach_msg_trap + 7 1 libclient.dylib 0x9ecce562 jio_snprintf + 392008 2 libclient.dylib 0x9ecdd153 JVM_MonitorWait + 3663 3 libclient.dylib 0x9ecdc784 JVM_MonitorWait + 1152 4 libclient.dylib 0x9ecdc4fd JVM_MonitorWait + 505 5 <<00000000>> 0x045851d1 0 + 72896977 6 <<00000000>> 0x0457f913 0 + 72874259 7 <<00000000>> 0x0457d15d 0 + 72864093 8 libclient.dylib 0x9eccfce2 jio_snprintf + 398024 9 libclient.dylib 0x9ecdc2f3 JVM_StartThread + 2385 10 libclient.dylib 0x9ecdc205 JVM_StartThread + 2147 11 libclient.dylib 0x9ecdc151 JVM_StartThread + 1967 12 libclient.dylib 0x9ecdc083 JVM_StartThread + 1761 13 libclient.dylib 0x9ec66c31 JNI_CreateJavaVM_Impl + 52845 14 libSystem.B.dylib 0x90023d87 _pthread_body + 84 Thread 16: 0 libSystem.B.dylib 0x90009857 mach_msg_trap + 7 1 com.apple.CoreFoundation 0x9082969a CFRunLoopRunSpecific + 2014 2 com.apple.CoreFoundation 0x90828eb5 CFRunLoopRunInMode + 61 3 com.apple.Foundation 0x9262aa9b +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 259 4 com.apple.Foundation 0x925f536c forkThreadForFunction + 123 5 libSystem.B.dylib 0x90023d87 _pthread_body + 84 Thread 17: 0 libSystem.B.dylib 0x90009857 mach_msg_trap + 7 1 com.apple.CoreFoundation 0x9082969a CFRunLoopRunSpecific + 2014 2 com.apple.CoreFoundation 0x90828eb5 CFRunLoopRunInMode + 61 3 com.apple.Foundation 0x92651c4e +[NSURLCache _diskCacheSyncLoop:] + 206 4 com.apple.Foundation 0x925f536c forkThreadForFunction + 123 5 libSystem.B.dylib 0x90023d87 _pthread_body + 84 Thread 18: 0 libSystem.B.dylib 0x90009857 mach_msg_trap + 7 1 com.apple.CoreFoundation 0x9082969a CFRunLoopRunSpecific + 2014 2 com.apple.CoreFoundation 0x90828eb5 CFRunLoopRunInMode + 61 3 com.apple.Foundation 0x9262adc6 -[NSRunLoop runMode:beforeDate:] + 182 4 com.apple.Foundation 0x9262acc2 -[NSRunLoop run] + 75 5 com.apple.WebKit 0x9514564d +[WebFileDatabase _syncLoop:] + 198 6 com.apple.Foundation 0x925f536c forkThreadForFunction + 123 7 libSystem.B.dylib 0x90023d87 _pthread_body + 84 Thread 0 crashed with X86 Thread State (32-bit): eax: 0x00000000 ebx: 0x953640dd ecx: 0xffffffff edx: 0x000002a0 edi: 0x00000044 esi: 0x01a4f7d4 ebp: 0xbfffca48 esp: 0xbfffc930 ss: 0x0000001f efl: 0x00010202 eip: 0x9536422b cs: 0x00000017 ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037 Binary Images Description: 0x1000 - 0x6fff java /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home/bin/java 0x16c9000 - 0x16e1fff CocoaSuite 66815 (1.04) /Users/channing/Library/InputManagers/CocoaSuite/CocoaSuite.bundle/Contents/MacOS/CocoaSuite 0x16f3000 - 0x16f3fff org.xlife.InquisitorLoader 3.0 (40) /Users/channing/Library/InputManagers/Inquisitor/Inquisitor.bundle/Contents/MacOS/Inquisitor 0x260c000 - 0x2612fff eclipse_1006.so /Users/channing/Code/eclipse3.3M5eh/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.0.v20070208a/eclipse_1006.so 0x2782000 - 0x279bfff com.apple.AppleIntermediateCodec 1.1 (141) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleIntermediateCodec 0x1e580000 - 0x1e5f1fff com.DivXInc.DivXDecoder 6.4.0 /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder 0x1ebb2000 - 0x1eda5fff net.telestream.wmv.import 2.1.0.33 /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import 0x1edd5000 - 0x1ee11fff com.apple.QuickTimeFireWireDV.component 7.1.3 /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTimeFireWireDV 0x1ee1d000 - 0x1ee36fff com.apple.applepixletvideo 1.2.9 (1.2d9) /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixletVideo 0x2622e000 - 0x26230fff libswt-carbon-3325.jnilib /Users/channing/Code/workspaces/workspace3.3/org.eclipse.swt.carbon.macosx/libswt-carbon-3325.jnilib 0x26284000 - 0x262b5fff libswt-pi-carbon-3325.jnilib /Users/channing/Code/workspaces/workspace3.3/org.eclipse.swt.carbon.macosx/libswt-pi-carbon-3325.jnilib 0x27390000 - 0x27390fff liblocalfile_1_0_0.jnilib /Users/channing/Code/workspaces/workspace3.3/.metadata/.plugins/org.eclipse.pde.core/Eclipse Application/org.eclipse.osgi/bundles/298/1/.cp/os/macosx/liblocalfile_1_0_0.jnilib 0x27439000 - 0x2743afff com.CircusPonies.CPNoteBook ??? (0.6) /Users/channing/Library/InputManagers/CPNoteBook/CPNoteBook.bundle/Contents/MacOS/CPNoteBook 0x29409000 - 0x2940afff com.apple.textencoding.unicode 2.1 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings 0x295d3000 - 0x295d6fff libswt-cocoa-carbon-3325.jnilib /Users/channing/Code/workspaces/workspace3.3/org.eclipse.swt.carbon.macosx/libswt-cocoa-carbon-3325.jnilib 0x29865000 - 0x2986cfff com.unsanity.smartcrashreports Smart Crash Reports version 1.2.1 (1.2.1) /Users/channing/Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports 0x29877000 - 0x298b5fff com.quixpace.safaritidy ??? (0.1.1) /Users/channing/Library/InputManagers/safaritidy/safaritidy.bundle/Contents/MacOS/safaritidy 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 - 0x901fffff com.apple.CoreText 1.1.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText 0x90226000 - 0x902fcfff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x903a3000 - 0x90649fff com.apple.CoreServices.CarbonCore 682.16 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x90807000 - 0x908cffff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x9090d000 - 0x9090dfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x9090f000 - 0x90a02fff libicucore.A.dylib /usr/lib/libicucore.A.dylib 0x90a52000 - 0x90ad1fff libobjc.A.dylib /usr/lib/libobjc.A.dylib 0x90afa000 - 0x90b5efff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib 0x90bcd000 - 0x90bd4fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib 0x90bd9000 - 0x90c4cfff com.apple.framework.IOKit 1.4.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x90c61000 - 0x90c73fff libauto.dylib /usr/lib/libauto.dylib 0x90d8c000 - 0x90da7fff libjava.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libjava.jnilib 0x90df7000 - 0x90dfffff libverify.dylib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libverify.dylib 0x90f62000 - 0x90fcafff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x91002000 - 0x91040fff com.apple.CFNetwork 129.19 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x91053000 - 0x91063fff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServicesCore.framework/Versions/A/WebServicesCore 0x9106e000 - 0x910ecfff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x91121000 - 0x9113ffff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x9114b000 - 0x91159fff libz.1.dylib /usr/lib/libz.1.dylib 0x9115c000 - 0x912fbfff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security 0x913f9000 - 0x91401fff com.apple.DiskArbitration 2.1.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x91408000 - 0x9142efff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x91440000 - 0x91447fff libbsm.dylib /usr/lib/libbsm.dylib 0x9144b000 - 0x914c4fff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x91512000 - 0x91512fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x91514000 - 0x9153ffff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x91559000 - 0x91562fff libframeembedding.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libframeembedding.jnilib 0x9156c000 - 0x91570fff com.apple.JavaVM 11.5.0 /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM 0x91609000 - 0x9160efff libjli.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries/libjli.jnilib 0x91661000 - 0x916defff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x9170b000 - 0x917b4fff com.apple.QD 3.10.21 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x917da000 - 0x91825fff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x91844000 - 0x9185afff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x91866000 - 0x91880fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/FindByContent.framework/Versions/A/FindByContent 0x9188a000 - 0x918c7fff com.apple.LaunchServices 181 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x918db000 - 0x918e7fff com.apple.speech.synthesis.framework 3.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x918ee000 - 0x91929fff com.apple.ImageIO.framework 1.5.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x9193b000 - 0x919edfff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib 0x91a33000 - 0x91a49fff libcups.2.dylib /usr/lib/libcups.2.dylib 0x91a4e000 - 0x91a6cfff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x91a71000 - 0x91acffff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x91ae1000 - 0x91ae5fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x91ae7000 - 0x91b64fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRaw.dylib 0x91b68000 - 0x91ba5fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x91bab000 - 0x91bc5fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x91bca000 - 0x91bccfff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x91bce000 - 0x91bcefff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x91bd0000 - 0x91c5efff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x91c65000 - 0x91c65fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x91c67000 - 0x91cc0fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x91cc9000 - 0x91cedfff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x91cf5000 - 0x920fefff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x92138000 - 0x924ecfff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x92519000 - 0x92597fff com.apple.DesktopServices 1.3.5 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x925d8000 - 0x92808fff com.apple.Foundation 6.4.7 (567.28) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x92914000 - 0x929f2fff libxml2.2.dylib /usr/lib/libxml2.2.dylib 0x92a0f000 - 0x92afcfff libiconv.2.dylib /usr/lib/libiconv.2.dylib 0x92b0c000 - 0x92b23fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x92b2e000 - 0x92b86fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x92b9a000 - 0x92b9afff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x92b9c000 - 0x92bacfff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x92bba000 - 0x92bc2fff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x92bc8000 - 0x92bcdfff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x92bd3000 - 0x92c64fff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x92c78000 - 0x92c7bfff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x92c7e000 - 0x92c9bfff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x92cab000 - 0x92cb1fff com.apple.print.framework.Print 5.1 (192.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x92cb7000 - 0x92d1afff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering 0x92d3e000 - 0x92d7ffff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices 0x92da6000 - 0x92db3fff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound 0x92dba000 - 0x92dbffff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x92dc4000 - 0x930b6fff com.apple.HIToolbox 1.4.8 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x931bb000 - 0x931c6fff com.apple.opengl 1.4.12 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x93256000 - 0x93256fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x93910000 - 0x93bc9fff com.apple.QuickTime 7.1.3 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime 0x93c8f000 - 0x93d09fff com.apple.CoreData 90 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x93d42000 - 0x93e03fff com.apple.audio.toolbox.AudioToolbox 1.4.3 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x93e43000 - 0x93e43fff com.apple.audio.units.AudioUnit 1.4.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x93e45000 - 0x94017fff com.apple.QuartzCore 1.4.9 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x94068000 - 0x940a9fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib 0x940b1000 - 0x940ebfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x94271000 - 0x94280fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib 0x94287000 - 0x94292fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x942de000 - 0x942f8fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x95143000 - 0x951d5fff com.apple.WebKit 418.9.1 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x9522f000 - 0x952b1fff com.apple.JavaScriptCore 418.3 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x952e4000 - 0x955c3fff com.apple.WebCore 418.21 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore 0x95742000 - 0x95765fff libxslt.1.dylib /usr/lib/libxslt.1.dylib 0x96a20000 - 0x96a20fff com.apple.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x97082000 - 0x97087fff com.apple.agl 2.5.9 (AGL-2.5.9) /System/Library/Frameworks/AGL.framework/Versions/A/AGL 0x98ac2000 - 0x995acfff com.apple.QuickTimeComponents.component 7.1.3 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents 0x997bb000 - 0x997bdfff com.apple.QuickTimeH264.component 7.1.3 /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264 0x997bf000 - 0x99967fff QuickTimeH264.scalar /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH264.scalar 0x999d7000 - 0x99a94fff com.apple.QuickTimeMPEG4.component 7.1.3 /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG4 0x9ea51000 - 0x9ebdefff libawt.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libawt.jnilib 0x9ec36000 - 0x9ec39fff libnio.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libnio.jnilib 0x9ec3c000 - 0x9ec46fff libnet.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libnet.jnilib 0x9ec4a000 - 0x9ec56fff libzip.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libzip.jnilib 0x9ec59000 - 0x9ef90fff libclient.dylib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libclient.dylib 0x9efba000 - 0x9f40efff com.apple.CoreGraphics 1.258.38 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x9f4a5000 - 0x9f579fff com.apple.ColorSync 4.4.8 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x9f5b4000 - 0x9fc6afff com.apple.AppKit 6.4.8 (824.42) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x9ffeb000 - 0x9fffafff com.apple.JavaApplicationLauncher 11.6.0 /System/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Versions/A/JavaApplicationLauncher Model: MacBookPro1,1, BootROM MBP11.0055.B08, 2 processors, Intel Core Duo, 2 GHz, 1 GB Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 256 MB Memory Module: BANK 1/DIMM1, 1 GB, DDR2 SDRAM, 667 MHz AirPort: spa
2007-03-04 08:01:30
1,173,010,000
resolved fixed
71956c5
1,177,100,000
bundles/org.eclipse.swt/Eclipse SWT Browser/carbon/org/eclipse/swt/browser/Safari.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java
SWT
2,075
183,254
Bug 183254 Mac: calling TreeItem.setText can cause a SetData callback
Here is a stack trace of what I'm seeing. I don't think calling setText() should generate a callback. at java.lang.Thread.dumpStack(Thread.java:1176) at foo.Snippet172640$ViewContentProvider.updateElement(Snippet172640.java:132) at org.eclipse.jface.viewers.TreeViewer.virtualLazyUpdateWidget(TreeViewer.java:917) at org.eclipse.jface.viewers.TreeViewer.access$2(TreeViewer.java:899) at org.eclipse.jface.viewers.TreeViewer$2.handleEvent(TreeViewer.java:268) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1463) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1487) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1472) at org.eclipse.swt.widgets.Tree.checkData(Tree.java:367) at org.eclipse.swt.widgets.TreeItem.getImage(TreeItem.java:610) at org.eclipse.swt.widgets.TreeItem.calculateWidth(TreeItem.java:219) at org.eclipse.swt.widgets.Tree.setScrollWidth(Tree.java:2908) at org.eclipse.swt.widgets.TreeItem.setText(TreeItem.java:1323) at org.eclipse.jface.viewers.TreeViewerRow.setText(TreeViewerRow.java:139) at org.eclipse.jface.viewers.ViewerCell.setText(ViewerCell.java:152) at org.eclipse.jface.viewers.TableColumnViewerLabelProvider.update(TableColumnViewerLabelProvider.java:70) at org.eclipse.jface.viewers.ViewerColumn.refresh(ViewerColumn.java:135) at org.eclipse.jface.viewers.AbstractTreeViewer.doUpdateItem(AbstractTreeViewer.java:888) at org.eclipse.jface.viewers.AbstractTreeViewer$UpdateItemSafeRunnable.run(AbstractTreeViewer.java:97) at org.eclipse.jface.util.SafeRunnable$2.run(SafeRunnable.java:148) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:187) at org.eclipse.jface.viewers.AbstractTreeViewer.doUpdateItem(AbstractTreeViewer.java:963) at org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.run(StructuredViewer.java:466) at org.eclipse.jface.util.SafeRunnable$2.run(SafeRunnable.java:148) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:187) at org.eclipse.jface.viewers.StructuredViewer.updateItem(StructuredViewer.java:2014) at org.eclipse.jface.viewers.TreeViewer$4.run(TreeViewer.java:482) at org.eclipse.jface.viewers.TreeViewer.preservingSelection(TreeViewer.java:372) at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1325) at org.eclipse.jface.viewers.TreeViewer.replace(TreeViewer.java:437) at foo.Snippet172640$ViewContentProvider.updateElement(Snippet172640.java:138) at org.eclipse.jface.viewers.TreeViewer.virtualLazyUpdateWidget(TreeViewer.java:917) at org.eclipse.jface.viewers.TreeViewer.createChildren(TreeViewer.java:542) at org.eclipse.jface.viewers.AbstractTreeViewer.internalExpand(AbstractTreeViewer.java:1508) at org.eclipse.jface.viewers.AbstractTreeViewer.setSelectionToWidget(AbstractTreeViewer.java:2339)
2007-04-19 14:50:05
1,177,010,000
resolved fixed
88aa582
1,177,100,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/TableItem.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/TreeItem.java
SWT
2,076
183,253
Bug 183253 protected methods in wpf version of TextTransfer are public in others
I notice there are methods in the wpf version of TextTransfer that are protected where they are public in the other versions (i.e. javaToNative, nativeToJava). Is this intentional?
2007-04-19 14:47:59
1,177,010,000
resolved fixed
c3885ab
1,177,080,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/wpf/org/eclipse/swt/dnd/RTFTransfer.java bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/wpf/org/eclipse/swt/dnd/TextTransfer.java
SWT
2,077
183,280
Bug 183280 TableCursor.paint() uses string != "", should be string.length() > 0
Build ID: N20070405-0010 Steps To Reproduce: In browsing the code, I happened to notice that in class org.eclipse.swt.custom.TableCursor, function paint(Event) includes this code: String text = row.getText(columnIndex); if (text != "") { //$NON-NLS-1$ Of course it is not correct to use "!=" when comparing Java strings. Probably just a simple mistake -- the author probably intended: if (text.length() > 0) { or, if (!text.equals("")) { //$NON-NLS-1$
2007-04-19 16:40:51
1,177,020,000
resolved fixed
aa0f46e
1,177,020,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableCursor.java
SWT
2,078
133,597
Bug 133597 column resize cursor shows at wrong position
- run the snippet below - hover over the column separator in the header and note that the cursor does not change to the resize image (it should change), though if you now mouse down here and drag the column will resize properly - now if you slowly move the mouse to the left within the header you'll find a spot where the cursor does change to the resize image, but this is of course the wrong place, and mousing down and dragging here will not do a resize public static void main(String[] args) { final Display display = new Display(); final Shell shell = new Shell(display); shell.setBounds(10, 10, 200, 200); final Table table = new Table(shell, SWT.NONE); table.setBounds(10,10,150,150); new TableColumn(table, SWT.NONE).setWidth(80); table.setHeaderVisible(true); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); }
2006-03-28 11:53:19
1,143,560,000
resolved fixed
5accd1c
1,176,950,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java
SWT
2,079
182,990
Bug 182990 NullPointerException in monitorEnumProc() in Class Display
Description: The method getMonitors is not reentrant if multiple user interface threads are used. The variable 'monitors' is static and could be set to null by an other thread while one thread still executes getMonitors. This will result in a NullPointerException. StackTrace: java.lang.NullPointerException at org.eclipse.swt.widgets.Display.monitorEnumProc(Display.java:2731) at org.eclipse.swt.internal.win32.OS.EnumDisplayMonitors(Native Method) at org.eclipse.swt.widgets.Display.getMonitors(Display.java:1710)
2007-04-18 11:33:55
1,176,910,000
resolved fixed
b85033d
1,176,940,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java
SWT
2,080
182,991
Bug 182991 widget is disposed exception when disposing TableEditor
null
2007-04-18 11:34:19
1,176,910,000
resolved fixed
f1a7f0c
1,176,940,000
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
2,081
119,109
Bug 119109 KeyEvent.doit does not work for a CCombo
I want to perform an action for a specific key sequence (Ctrl+Space). I do not want the space character to appear in the CCombo. Using the following code in a KeyListener does not work: public void keyPressed(KeyEvent event) { if (event.stateMask == SWT.CTRL && event.keyCode == ' ') { event.doit = false; // rest of code... } } It does however work as expected for Combo, Text and StyledText.
2005-12-02 15:44:34
1,133,560,000
resolved fixed
37a4190
1,176,880,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java
SWT
2,082
182,810
Bug 182810 [OpenGL] GLCanvas.isCurrent() always returns false on Windows
On Windows, the following bit of code is an infinite loop. On Linux, it is not. while (!myGLCanvas.isCurrent()) myGLCanvas.setCurrent(); In other words, GLCanvas.isCurrent() always returns false on Windows, even if GLCanvas.setCurrent() has just been called. This is a big problem for us because GLCanvas.setCurrent() does some time consuming things and we need to minimize the number of times we have to call it. Poking into isCurrent and setCurrent, I see that both actually perform the same check: WGL.wglGetCurrentContext () == handle It is this native method that doesn't seem to work on Windows. For what it's worth, calling wglGetCurrentContext() on Windows returns 65536 (yes, precisely 2^16) when the GLCanvas that is created first is active. It returns 65537 when the GLCanvas that is created second is active, and so on. These are certainly suspicious looking numbers. Meanwhile, the values of handle are more random looking things like 1771094, 1901578, 657418. On Linux, wlGetCurrentContext() returns random looking values that match the value of handle. Again, just to be abundantly clear - this problem exists on Windows but not on Linux. We haven't checked yet, but I suspect that it also does not exist on Mac since the symptom that alerted us to this issue is relatively poor GL performance on Windows compared to Linux and Mac.
2007-04-17 15:05:43
1,176,840,000
resolved fixed
0894512
1,176,880,000
bundles/org.eclipse.swt/Eclipse SWT OpenGL/win32/org/eclipse/swt/opengl/GLCanvas.java
SWT
2,083
169,291
Bug 169291 [DnD] Combo: Incorrect DragStart when mouse hover still inside combo region
[Env] Win XP SP2 Eclipse 3.2.1 [Step to reproduce] 1. Create a Combo, set to DragSource object. 2. Add DragListener to a combo. 3. Run it. Input some text in the combo. 4. Use mouse to select some typed text chars. [Result:] * A dragstart is triggered, no matter the mouse hover is inside the combo region of out of combo region. [Expected:] * It should select text chars when the mouse focus is still inside the combo * The dragstart should be started after the mouse is out of combo region. [Problem] If we enable Drag on a Combo, the user cannot select text by mouse.
2006-12-30 23:50:03
1,167,540,000
resolved fixed
65c6efa
1,176,850,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java
SWT
2,084
82,500
Bug 82500 TabFolder should not use PtCalcCanvas in getClientArea
Due to the nature of the widget PtPanelGroup, you cannot use PtCalcCanvas to get the widgets drawing area. There is a limitation in photon where you cannot draw a surface outside of a widgets canvas. The tabs are control surfaces. Therefore if you use PtCalcCanvas to determine the drawing area, you will overwrite the tabs. I will attach a patch to fix this.
2005-01-10 14:34:46
1,105,390,000
resolved fixed
a3530e1
1,176,840,000
bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/TabFolder.java
SWT
2,085
180,674
Bug 180674 [Presentations] Many colors allocated over and over again when opening same editor
Build 3.3M6 This is not a leak. Using SWT sleak tool, I noticed some colour allocations which I was wondering whether they were intentional. - Basically, I have an editor open already (any unit will do) which has focus. - Use 'ctrl-shift-T' to open OpenType dialog - Type in the same unit name to re-open on the same file. The sleak tool shows that even though no new editor, still 23 color objects are being allocated (not a leak). Looking at the trace below, they seem to be created to refresh the CTab (due to editor focus change between editor and openType dialog). Is this intentional ? Feels like much ado for nothing. ---------------------- java.lang.Error at org.eclipse.swt.graphics.Device.new_Object(Device.java:786) at org.eclipse.swt.graphics.Color.<init>(Color.java:80) at org.eclipse.swt.custom.CTabFolder.allocSelectionHighlightGradientColors(CTabFolder.java:3447) at org.eclipse.swt.custom.CTabFolder.setSelectionBackground(CTabFolder.java:3353) at org.eclipse.ui.internal.presentations.r33.PaneFolder.setSelectionBackground(PaneFolder.java:740) at org.eclipse.ui.internal.presentations.r33.DefaultTabFolder.updateColors(DefaultTabFolder.java:490) at org.eclipse.ui.internal.presentations.r33.DefaultTabFolder.setActive(DefaultTabFolder.java:437) at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.setActive(TabbedStackPresentation.java:299) at org.eclipse.ui.internal.DefaultStackPresentationSite.setActive(DefaultStackPresentationSite.java:55) at org.eclipse.ui.internal.PartStack.setActive(PartStack.java:1137) at org.eclipse.ui.internal.ViewPane.setActive(ViewPane.java:380) at org.eclipse.ui.internal.ViewPane.showFocus(ViewPane.java:389) at org.eclipse.ui.internal.WorkbenchPage$3.run(WorkbenchPage.java:598) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:850) at org.eclipse.ui.internal.WorkbenchPage.activatePart(WorkbenchPage.java:591) at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:3263) at org.eclipse.ui.internal.WorkbenchPage.requestActivation(WorkbenchPage.java:2810) at org.eclipse.ui.internal.PartPane.requestActivation(PartPane.java:265) at org.eclipse.ui.internal.PartPane.handleEvent(PartPane.java:229) 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:943) at org.eclipse.swt.widgets.Shell.setActiveControl(Shell.java:1272) at org.eclipse.swt.widgets.Shell.WM_MOUSEACTIVATE(Shell.java:2014) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3711) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1554) at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:1752) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4355) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2221) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3758) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4355) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2221) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3758) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4355) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2221) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3758) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4355) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2221) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3758) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4355) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2221) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3758) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4355) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:2140) at org.eclipse.swt.widgets.Button.callWindowProc(Button.java:327) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3758) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4355) at org.eclipse.swt.internal.win32.OS.PeekMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.PeekMessage(OS.java:2730) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3279) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2337) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2301) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2176) 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(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) 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)
2007-04-03 06:40:57
1,175,600,000
verified fixed
7f6898e
1,176,820,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabItem.java
SWT
2,086
182,498
Bug 182498 org.eclipse.swt.widgets.Text is not editable and set a _foreground_ color, the background color changes to default.
Build ID: S-3.3M6-200703231616 Steps To Reproduce: 1. text.setEditable(false); -> background will turn gray 2. text.setForeground(display.getSystemColor(SWT.COLOR_YELLOW)); -> background will be default
2007-04-16 02:55:18
1,176,710,000
resolved fixed
ca61164
1,176,760,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java
SWT
2,087
178,766
Bug 178766 ToolTip jumps around
When I move my mouse across my editor tabs, the tooltips that show up there also flicker along the tabs/toolbars in the view stack that hols the Problems view. PW
2007-03-22 07:28:28
1,174,560,000
resolved fixed
e3526c0
1,176,750,000
bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Widget.java
SWT
2,088
81,467
Bug 81467 Draw2D fails to print on Mac OSX 10.3
I am trying to print out a figure using Draw2D. I have the code working under Windows XP. It is a standalone application using SWT (3062) and the Draw2D jar (3.0.0). The code is below (it's sloppy, but this is just a prototyping application to make sure everything works). The interesting part is: PrintDialog dialog = new PrintDialog(this.getShell(), SWT.NULL); Printer printer = new Printer(dialog.open()); PrintFigureOperation pfo = new PrintFigureOperation(printer, c); pfo.run("TEST PRINT JOB"); This run method "hangs" the application. I've tried debugging it and it looks like it's just printing really slowly down int the JNI code, but I'm not sure about that. Anyway, I haven't gotten it to print anything yet on Mac OS X even after wait for about 10 minutes (on a really simple figure) so I know something is wrong there. Let me know if I'm doing something wrong with the code ... File NewSWTApp.java import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.graphics.Rectangle; import org.eclipse.swt.events.DisposeEvent; import org.eclipse.swt.events.DisposeListener; import org.eclipse.swt.widgets.MenuItem; import org.eclipse.swt.widgets.Menu; import org.eclipse.swt.layout.GridLayout; import org.eclipse.swt.graphics.Color; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.layout.FormLayout; import org.eclipse.swt.SWT; import org.eclipse.swt.printing.*; import org.eclipse.swt.widgets.Canvas; import org.eclipse.swt.layout.FormData; import org.eclipse.swt.layout.FormAttachment; import org.eclipse.draw2d.*; import org.eclipse.swt.widgets.Combo; import org.eclipse.swt.events.SelectionAdapter; import org.eclipse.swt.events.SelectionEvent; import org.eclipse.swt.widgets.Button; import org.eclipse.swt.widgets.Scale; import org.eclipse.swt.events.MouseMoveListener; import org.eclipse.swt.events.MouseEvent; import org.eclipse.swt.custom.SashForm; import org.eclipse.swt.layout.RowLayout; import org.eclipse.swt.layout.RowData; import org.eclipse.draw2d.parts.*; import org.eclipse.draw2d.geometry.*; /**import org. * This code was generated using CloudGarden's Jigloo * SWT/Swing GUI Builder, which is free for non-commercial * use. If Jigloo is being used commercially (ie, by a * for-profit company or business) then you should purchase * a license - please visit www.cloudgarden.com for details. */ public class NewSWTApp extends org.eclipse.swt.widgets.Composite { private Scale scale1; private Button button1; private Canvas thumbnailCanvas; private Combo scaleCombo; private Canvas canvas; private Composite composite1; private SashForm sashForm1; private MenuItem aboutMenuItem; private MenuItem contentsMenuItem; private Menu helpMenu; private MenuItem helpMenuItem; private MenuItem exitMenuItem; private MenuItem closeFileMenuItem; private MenuItem saveFileMenuItem; private MenuItem newFileMenuItem; private MenuItem openFileMenuItem; private Menu fileMenu; private MenuItem fileMenuItem; private Menu menu1; private ScalableLayeredPane p = null; private ScrollableThumbnail t = null; private IFigure c = null; public NewSWTApp(Composite parent, int style) { super(parent, style); initGUI(); } /** * Initializes the GUI. * Auto-generated code - any changes you make will disappear. */ public void initGUI(){ try { preInitGUI(); sashForm1 = new SashForm(this,SWT.NULL); canvas = new Canvas(sashForm1,SWT.NULL); composite1 = new Composite(sashForm1,SWT.NULL); scaleCombo = new Combo(composite1,SWT.NULL); thumbnailCanvas = new Canvas(composite1,SWT.NULL); button1 = new Button(composite1,SWT.PUSH| SWT.CENTER); scale1 = new Scale(composite1,SWT.NULL); this.setSize(new org.eclipse.swt.graphics.Point(605,335)); final Color NewSWTAppbackground = new Color(Display.getDefault(),128,128,128); this.setBackground(NewSWTAppbackground); FormData sashForm1LData = new FormData(); sashForm1LData.height = 315; sashForm1LData.width = 605; sashForm1LData.left = new FormAttachment(0, 1000, 0); sashForm1LData.right = new FormAttachment(1000, 1000, 0); sashForm1LData.top = new FormAttachment(0, 1000, 0); sashForm1LData.bottom = new FormAttachment(1000, 1000, -20); sashForm1.setLayoutData(sashForm1LData); sashForm1.setSize(new org.eclipse.swt.graphics.Point(605,295)); canvas.setSize(new org.eclipse.swt.graphics.Point(298,295)); final Color canvasbackground = new Color(Display.getDefault(),255,255,255); canvas.setBackground(canvasbackground); composite1.setSize(new org.eclipse.swt.graphics.Point(304,295)); FormData scaleComboLData = new FormData(); scaleComboLData.height = 20; scaleComboLData.width = 290; scaleComboLData.left = new FormAttachment(0, 1000, 5); scaleComboLData.right = new FormAttachment(1000, 1000, -9); scaleComboLData.top = new FormAttachment(0, 1000, 5); scaleComboLData.bottom = new FormAttachment(0, 1000, 25); scaleCombo.setLayoutData(scaleComboLData); scaleCombo.setSize(new org.eclipse.swt.graphics.Point(290,20)); scaleCombo.addSelectionListener( new SelectionAdapter() { public void widgetSelected(SelectionEvent evt) { scaleComboWidgetSelected(evt); } }); FormData thumbnailCanvasLData = new FormData(); thumbnailCanvasLData.height = 115; thumbnailCanvasLData.width = 290; thumbnailCanvasLData.left = new FormAttachment(0, 1000, 5); thumbnailCanvasLData.right = new FormAttachment(1000, 1000, -9); thumbnailCanvasLData.top = new FormAttachment(0, 1000, 35); thumbnailCanvasLData.bottom = new FormAttachment(0, 1000, 150); thumbnailCanvas.setLayoutData(thumbnailCanvasLData); thumbnailCanvas.setSize(new org.eclipse.swt.graphics.Point(290,115)); FormData button1LData = new FormData(); button1LData.height = 36; button1LData.width = 286; button1LData.left = new FormAttachment(0, 1000, 5); button1LData.right = new FormAttachment(1000, 1000, -9); button1LData.top = new FormAttachment(0, 1000, 155); button1LData.bottom = new FormAttachment(0, 1000, 195); button1.setLayoutData(button1LData); button1.setText("button1"); button1.setSize(new org.eclipse.swt.graphics.Point(286,36)); button1.addSelectionListener( new SelectionAdapter() { public void widgetSelected(SelectionEvent evt) { button1WidgetSelected(evt); } }); FormData scale1LData = new FormData(); scale1LData.height = 20; scale1LData.width = 290; scale1LData.left = new FormAttachment(0, 1000, 5); scale1LData.right = new FormAttachment(1000, 1000, -9); scale1LData.top = new FormAttachment(0, 1000, 205); scale1LData.bottom = new FormAttachment(0, 1000, 225); scale1.setLayoutData(scale1LData); scale1.setMaximum(800); scale1.setMinimum(25); scale1.setSize(new org.eclipse.swt.graphics.Point(290,20)); scale1.addSelectionListener( new SelectionAdapter() { public void widgetSelected(SelectionEvent evt) { scale1WidgetSelected(evt); } }); scale1.addMouseMoveListener( new MouseMoveListener() { public void mouseMove(MouseEvent evt) { scale1MouseMove(evt); } }); FormLayout composite1Layout = new FormLayout(); composite1.setLayout(composite1Layout); composite1Layout.marginWidth = 0; composite1Layout.marginHeight = 0; composite1Layout.spacing = 0; composite1.layout(); FormLayout thisLayout = new FormLayout(); this.setLayout(thisLayout); thisLayout.marginWidth = 0; thisLayout.marginHeight = 0; thisLayout.spacing = 0; this.layout(); menu1 = new Menu(getShell(),SWT.BAR); fileMenuItem = new MenuItem(menu1,SWT.CASCADE); fileMenu = new Menu(fileMenuItem); openFileMenuItem = new MenuItem(fileMenu,SWT.CASCADE); newFileMenuItem = new MenuItem(fileMenu,SWT.CASCADE); saveFileMenuItem = new MenuItem(fileMenu,SWT.CASCADE); closeFileMenuItem = new MenuItem(fileMenu,SWT.CASCADE); exitMenuItem = new MenuItem(fileMenu,SWT.CASCADE); helpMenuItem = new MenuItem(menu1,SWT.CASCADE); helpMenu = new Menu(helpMenuItem); contentsMenuItem = new MenuItem(helpMenu,SWT.CASCADE); aboutMenuItem = new MenuItem(helpMenu,SWT.CASCADE); getShell().setMenuBar(menu1); fileMenuItem.setText("File"); fileMenuItem.setMenu(fileMenu); openFileMenuItem.setText("Open"); newFileMenuItem.setText("New"); saveFileMenuItem.setText("Save"); closeFileMenuItem.setText("Close"); exitMenuItem.setText("Exit"); helpMenuItem.setText("Help"); helpMenuItem.setMenu(helpMenu); contentsMenuItem.setText("Contents"); aboutMenuItem.setText("About"); addDisposeListener(new DisposeListener() { public void widgetDisposed(DisposeEvent e) { NewSWTAppbackground.dispose(); canvasbackground.dispose(); } }); postInitGUI(); } catch (Exception e) { e.printStackTrace(); } } /** Add your pre-init code in here */ public void preInitGUI(){ } /** Add your post-init code in here */ public void postInitGUI(){ scaleCombo.add("0.2"); scaleCombo.add("0.4"); scaleCombo.add("0.6"); scaleCombo.add("0.8"); scaleCombo.add("1.0"); scaleCombo.add("1.5"); scaleCombo.add("2.0"); scaleCombo.add("4.0"); scaleCombo.add("8.0"); LightweightSystem lws = new LightweightSystem(canvas); final Layer contents = new Layer(); final ScalableLayeredPane pane = new ScalableLayeredPane(); final ScrollPane scroll = new ScrollPane(); pane.add(contents, "1", 0); scroll.setContents(pane); final XYLayout layout = new XYLayout(); contents.setLayoutManager(layout); c = contents; p = pane; IFigure old = null; int row = 0; int col = 0; for (int i = 0; i < 100; i++) { if (i % 10 == 0) System.out.println(i); IFigure btn = new WindowFrame(); /* final IFigure btn = new Button("TEST" + i); btn.setBorder(new FrameBorder("WINDOW" + i)); btn.addMouseMotionListener(new MouseMotionListener() { public void mouseDragged(MouseEvent arg0) { // System.out.println(arg0.x + " " + arg0.y); // btn.setBounds(new org.eclipse.draw2d.geometry.Rectangle( // arg0.x, arg0.y, btn.getBounds().width, btn.getBounds().height)); contents.setConstraint(btn, new org.eclipse.draw2d.geometry.Rectangle( arg0.x - 10, arg0.y - 10, btn.getBounds().width, btn.getBounds().height)); // btn.invalidate(); // contents.invalidate(); } public void mouseEntered(MouseEvent arg0) { // TODO Auto-generated method stub } public void mouseExited(MouseEvent arg0) { // TODO Auto-generated method stub } public void mouseHover(MouseEvent arg0) { // TODO Auto-generated method stub } public void mouseMoved(MouseEvent arg0) { //System.out.println("MOVED: " + arg0.x + " " + arg0.y); } }); */ btn.setOpaque(true); layout.setConstraint(btn, new org.eclipse.draw2d.geometry.Rectangle(200 * row, 200 * col,-1,-1)); contents.add(btn); if (old != null) { PolylineConnection conn = new PolylineConnection(); ChopboxAnchor srcAnchor = new ChopboxAnchor(btn); ChopboxAnchor dstAnchor = new ChopboxAnchor(old); conn.setSourceAnchor(srcAnchor); conn.setTargetAnchor(dstAnchor); contents.add(conn); } old = btn; row++; if (row > 10) { row = 0; col++; } } LightweightSystem tlws = new LightweightSystem(thumbnailCanvas); ScrollableThumbnail thumb = new ScrollableThumbnail(); thumb.setViewport(scroll.getViewport()); thumb.setSource(contents); tlws.setContents(thumb); t = thumb; lws.setContents(scroll); } /** Auto-generated mainForm method */ public static void main(String[] args){ showGUI(); } /** * This static method creates a new instance of this class and shows * it inside a new Shell. * * It is a convenience method for showing the GUI, but it can be * copied and used as a basis for your own code. * * It is auto-generated code - the body of this method will be * re-generated after any changes are made to the GUI. * However, if you delete this method it will not be re-created. */ public static void showGUI(){ try { Display display = Display.getDefault(); Shell shell = new Shell(display); NewSWTApp inst = new NewSWTApp(shell, SWT.NULL); shell.setLayout(new org.eclipse.swt.layout.FillLayout()); Rectangle shellBounds = shell.computeTrim(0,0,605,315); shell.setSize(shellBounds.width, shellBounds.height); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } } catch (Exception e) { e.printStackTrace(); } } /** Auto-generated event handler method */ protected void scaleComboWidgetSelected(SelectionEvent evt){ try { System.out.println("TEST"); double scale = Double.parseDouble(scaleCombo.getText()); p.setScale(scale); p.invalidate(); } catch (Exception e) { e.printStackTrace(); } } /** Auto-generated event handler method */ protected void button1WidgetSelected(SelectionEvent evt){ PrintDialog dialog = new PrintDialog(this.getShell(), SWT.NULL); Printer printer = new Printer(dialog.open()); PrintFigureOperation pfo = new PrintFigureOperation(printer, c); pfo.run("TEST PRINT JOB"); } /** Auto-generated event handler method */ protected void scale1WidgetSelected(SelectionEvent evt){ double s = scale1.getSelection() / 100f; p.setScale(s); t.setDirty(true); t.invalidate(); //t.setDirty(true); scaleCombo.setText(String.valueOf(s)); } /** Auto-generated event handler method */ protected void scale1MouseMove(MouseEvent evt){ double s = scale1.getSelection() / 100f; scaleCombo.setText(String.valueOf(s)); } } File WindowFrame.java import org.eclipse.draw2d.Clickable; import org.eclipse.draw2d.Figure; import org.eclipse.draw2d.FrameBorder; import org.eclipse.draw2d.Label; import org.eclipse.draw2d.MouseEvent; import org.eclipse.draw2d.MouseMotionListener; import org.eclipse.draw2d.*; /* * Created on Dec 15, 2004 * * TODO To change the template for this generated file go to * Window - Preferences - Java - Code Style - Code Templates */ /** * @author ncallender * * TODO To change the template for this generated type comment go to * Window - Preferences - Java - Code Style - Code Templates */ public class WindowFrame extends Clickable { public WindowFrame() { super(); ToolbarLayout layout = new ToolbarLayout(false); Label label1 = new Label("Line 1"); Label label2 = new Label("Line 2"); Label label3 = new Label("Line 3"); Label label4 = new Label("Line 4"); setLayoutManager(layout); add(label1); add(label2); add(label3); add(label4); label1.setBorder(new LineBorder(1)); label2.setBorder(new LineBorder(1)); label3.setBorder(new LineBorder(1)); label4.setBorder(new LineBorder(1)); FrameBorder border = new FrameBorder("ASF"); setBorder(border); final Figure me = this; addMouseMotionListener(new MouseMotionListener() { public void mouseDragged(MouseEvent arg0) { getParent().setConstraint(me, new org.eclipse.draw2d.geometry.Rectangle( arg0.x - 10, arg0.y - 10, me.getBounds().width, me.getBounds().height)); } public void mouseEntered(MouseEvent arg0) { // TODO Auto-generated method stub } public void mouseExited(MouseEvent arg0) { // TODO Auto-generated method stub } public void mouseHover(MouseEvent arg0) { // TODO Auto-generated method stub } public void mouseMoved(MouseEvent arg0) { // TODO Auto-generated method stub } }); } }
2004-12-16 15:41:14
1,103,230,000
resolved fixed
00abb15
1,176,750,000
bundles/org.eclipse.swt/Eclipse SWT Printing/carbon/org/eclipse/swt/printing/Printer.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/GC.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java
SWT
2,089
96,244
Bug 96244 [Program] Program.findProgram does not pick up customized applications for file extensions
Program.findProgram always seems to use the Open action for a file extension, even if the user has selected a different program using "Open With->Choose Program" in Windows Explorer and saying "Always use the selected program to open this kind of file". It isn't obvious to me where this customization is stored in the registry so that findProgram could check for it. The customization is apparent in Folder Options:File Types accessible from the Windows Explorer Tools menu. If you look at an extension that has been customized, you'll see a "Restore" button rather than the "Advanced" button. Is there a workaround?
2005-05-22 12:55:11
1,116,780,000
resolved fixed
4c43528
1,176,740,000
bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java bundles/org.eclipse.swt/Eclipse SWT Program/win32/org/eclipse/swt/program/Program.java
SWT
2,090
181,931
Bug 181931 double-click after opening brace does not select all block
Version: 3.3.0 Build id: I20070410-1043 J2RE 5.0 IBM J9 2.3 Windows XP x86-32 build j9vmwi3223-2007020 test scenario: - open a Java file - at the beginning of a method, or try block, place the cursor after the opening brace { - double click --> only the current line gets selected, whereas I expect the whole block to be selected. this works OK with an M6 build
2007-04-11 08:58:24
1,176,300,000
resolved fixed
d4f955a
1,176,500,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
2,091
143,707
Bug 143707 sorted Table column background overrides TableItem background
3.2RC5 - run the snippet below, which sets the first column to be the sort column, and the second item's background to red - note that the red background does not appear in the second item's first column, as a result of the column's special "I'm being sorted" background - it seems like a custom set background should override a Table-provided one public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setBounds(10,10,200,200); Table table = new Table(shell, SWT.NONE); table.setBounds(10,10,150,150); table.setHeaderVisible(true); TableColumn column2 = new TableColumn(table, SWT.NONE); column2.setWidth(50); new TableColumn(table, SWT.NONE).setWidth(50); new TableItem(table, SWT.NONE).setText(new String[] {"one", "two"}); TableItem item2 = new TableItem(table, SWT.NONE); item2.setText(new String[] {"one", "two"}); new TableItem(table, SWT.NONE).setText(new String[] {"one", "two"}); shell.open(); item2.setBackground(display.getSystemColor(SWT.COLOR_RED)); table.setSortColumn(column2); table.setSortDirection(SWT.DOWN); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); }
2006-05-25 09:59:43
1,148,570,000
resolved fixed
4bf9ead
1,176,490,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
SWT
2,092
156,817
Bug 156817 Background-Color of TreeItem should override Sort-Column-Color
Eclipse 3.2 This Snippet demonstrates the problem: public class Main { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); Tree t = new Tree(shell, SWT.FULL_SELECTION); t.setHeaderVisible(true); TreeColumn col1 = new TreeColumn(t, SWT.NONE); col1.setWidth(200); TreeColumn col2 = new TreeColumn(t, SWT.NONE); col2.setWidth(200); TreeColumn col3 = new TreeColumn(t, SWT.NONE); col3.setWidth(200); t.setSortColumn(col2); t.setSortDirection(SWT.UP); for (int i = 0; i < 10; i++) { TreeItem tr = new TreeItem(t, SWT.NONE); tr.setText("Hello World"); tr.setBackground(display.getSystemColor(SWT.COLOR_RED)); } shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) { display.sleep(); } } } } I would expect the background color to always override the color of the sort-column. Ben
2006-09-10 16:59:16
1,157,920,000
resolved fixed
81b80aa
1,176,490,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java
SWT
2,093
181,302
Bug 181302 [Linux] SWT Deactivate event no longer fired when a Shell is deactivated
This is blocking TPTP's Automated GUI Recorder form recording on Shells in Linux. Eclipse SDK Build ID: I20070323-1616 Please see attached test case. To reproduce: 1) Import this plugin into Eclipse 2) Launch an eclipse application (to show example test case) 3) Select the Run Test Case Menu > Run Example option 4) You will see an empty shell. 5) The way this works is the SWT Activate and Deactivate events and their corresponding widgets will be printed to the console in your primary workbench. 6) Select File > New> Project and notice the activate events produced by the shell. Now switch back to the open shell. No Deactivate event is fired from the {New Project}shell. 7) Repeat the above with SDK build ID: I20070209-1006 and notice that Deactivate events are fired.
2007-04-05 15:57:16
1,175,800,000
resolved fixed
54e437b
1,176,410,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java
SWT
2,094
182,001
Bug 182001 Whacky behaviour in the update manager with WPF drop of Eclipse on Windows Vista
Eclipse SDK Version: 3.3.0 Build id: I20070410-1043 (I first noticed this with 3.3M6) Windows Vista I've accessed the Europa update site. When I get to the tree of features, some are already selected. As I select/deselect features, other features are selected (i.e., their checkboxes get checked). It's basically unusable (and seemingly unpredicable). When I eventually dismiss the wizard, a dialog box remains, titled "Update Manager" with "Operation in progress..." and the name of one of the features in it's content area. I can post an image if required/desired. Eclipse is usable under the dialog. The win32 version (same I-build) running on Vista works as expected.
2007-04-11 14:56:26
1,176,320,000
resolved fixed
ed214cb
1,176,400,000
bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/Tree.java bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/TreeItem.java
SWT
2,095
181,405
Bug 181405 [Browser] Opening web page with applet causes Eclipse to hang
Build ID: I20061214-1445 Steps To Reproduce: 1. Open the attached html file in the Eclipse with the embedded web browser 2. Eclipse should hang with CPU at 100% More information: If you open the attached html file with IE or Firefox you do not get the hang.
2007-04-06 09:17:54
1,175,870,000
resolved fixed
89d7787
1,176,320,000
bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/WebSite.java
SWT
2,096
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.)
2007-03-02 07:06:32
1,172,840,000
resolved fixed
ac97e9d
1,175,800,000
bundles/org.eclipse.swt/Eclipse SWT PI/cairo/org/eclipse/swt/internal/cairo/Cairo.java
SWT
2,097
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.
2006-12-08 17:19:28
1,165,620,000
resolved fixed
a2be781
1,175,790,000
bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Device.java
SWT
2,098
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.
2006-10-27 12:03:29
1,161,970,000
resolved fixed
3d9c2cb
1,175,770,000
bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java
SWT
2,099
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.
2007-04-04 11:42:04
1,175,700,000
resolved wontfix
bc23efb
1,175,730,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java
SWT
2,100
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.
2007-03-22 06:58:08
1,174,560,000
resolved fixed
466dc17
1,175,720,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableColumn.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeColumn.java
SWT
2,101
151,891
Bug 151891 Table.computeSize returns wrong value on GTK
null
2006-07-26 14:33:59
1,153,940,000
resolved fixed
ca532f8
1,175,720,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java
SWT
2,102
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)
2007-04-03 18:35:03
1,175,640,000
resolved fixed
59c942d
1,175,710,000
bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/graphics/FontData.java
SWT
2,103
180,376
Bug 180376 Eclipse/SWT crashes the JVM
null
2007-04-01 10:07:54
1,175,440,000
resolved fixed
cdbd1ce
1,175,700,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Menu.java
SWT
2,104
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.
2007-04-03 14:46:10
1,175,630,000
resolved fixed
53107e2
1,175,630,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java
SWT
2,105
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(); } }
2007-04-03 01:09:01
1,175,580,000
verified fixed
b8d6fab
1,175,620,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java
SWT
2,106
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.
2007-04-02 15:39:24
1,175,540,000
resolved fixed
67fc3a6
1,175,610,000
bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/FileDialog.java
SWT
2,107
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
2007-03-13 07:07:07
1,173,780,000
resolved fixed
25905b4
1,175,350,000
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
2,108
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.
2007-03-30 10:25:30
1,175,260,000
verified fixed
04e0144
1,175,290,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TreeItem.java
SWT
2,109
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.
2007-03-30 11:52:52
1,175,270,000
resolved fixed
275c013
1,175,270,000
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
2,110
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
2007-03-30 08:33:45
1,175,260,000
resolved fixed
815d8a0
1,175,260,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java
SWT
2,111
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
2007-03-28 13:33:48
1,175,100,000
resolved fixed
8cdddf7
1,175,110,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
SWT
2,112
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 }
2007-03-09 03:25:55
1,173,430,000
resolved fixed
fed4205
1,175,030,000
bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/internal/ole/win32/COMObject.java
SWT
2,113
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.
2007-03-25 01:52:42
1,174,800,000
resolved fixed
59a77a7
1,175,030,000
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
2,114
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.
2007-03-27 04:19:27
1,174,980,000
resolved fixed
bd7e3d9
1,175,020,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/TextLayout.java
SWT
2,115
169,293
Bug 169293 [browser] AD pop-up doesn't show if flash plug-in not installed.(No OpenWindow listener)
null
2006-12-31 00:53:00
1,167,540,000
verified fixed
2af93db
1,175,010,000
bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java
SWT
2,116
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.
2002-04-25 13:35:40
1,019,760,000
verified fixed
56d7d44
1,174,940,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
2,117
178,134
Bug 178134 [browser] Mozilla: reimplement hooking of DOM listeners
null
2007-03-19 16:03:40
1,174,330,000
resolved fixed
0b913a5
1,174,940,000
bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java
SWT
2,118
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
2007-03-22 04:00:40
1,174,550,000
resolved fixed
d166183
1,174,940,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java
SWT
2,119
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)
2007-03-24 15:25:41
1,174,760,000
resolved fixed
1852959
1,174,920,000
bundles/org.eclipse.swt/Eclipse SWT Program/wpf/org/eclipse/swt/program/Program.java
SWT
2,120
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
2007-03-14 13:57:48
1,173,900,000
verified fixed
3ee0e96
1,174,590,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabItem.java
SWT
2,121
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.
2007-02-05 03:32:14
1,170,660,000
resolved fixed
beac15d
1,174,590,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/GC.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/graphics/GC.java
SWT
2,122
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
2007-03-21 21:21:24
1,174,530,000
resolved fixed
fdde1d5
1,174,580,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/MovementListener.java
SWT
2,123
178,326
Bug 178326 Last tab on the right of CTabFolder draws badly.
null
2007-03-20 12:11:00
1,174,410,000
verified fixed
1cbe75f
1,174,580,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabItem.java
SWT
2,124
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)
2007-03-13 16:55:42
1,173,820,000
resolved fixed
adfaa52
1,174,510,000
bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/graphics/TextLayout.java
SWT
2,125
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
2007-03-21 12:50:54
1,174,500,000
resolved fixed
da3475d
1,174,500,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java
SWT
2,126
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
2007-03-20 12:07:23
1,174,410,000
resolved fixed
5d03846
1,174,490,000
examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/TreeTab.java
SWT
2,127
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(); } }
2007-02-14 10:56:07
1,171,470,000
resolved fixed
521690c
1,174,490,000
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
2,128
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:
2007-03-20 17:01:56
1,174,420,000
resolved fixed
30a7780
1,174,430,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/DragSource.java
SWT
2,129
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:
2007-03-20 01:53:46
1,174,370,000
resolved fixed
309b926
1,174,420,000
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
2,130
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());
2007-03-20 14:02:47
1,174,410,000
verified fixed
e170e2b
1,174,410,000
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
2,131
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.
2007-03-17 04:47:28
1,174,120,000
closed fixed
dd68755
1,174,410,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java
SWT
2,132
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)
2007-03-20 03:05:23
1,174,370,000
resolved fixed
b04c6be
1,174,400,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabItem.java
SWT
2,133
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
2007-03-19 14:32:42
1,174,330,000
resolved fixed
4d16ce5
1,174,340,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/MovementListener.java
SWT
2,134
177,858
Bug 177858 Contributions to CTabFolder, CTabItem: add highlight, remove ellipses, icon always showing, right edge of tab rounded
null
2007-03-16 19:31:30
1,174,090,000
verified fixed
945c1cc
1,174,330,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabItem.java
SWT
2,135
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:
2007-03-08 11:04:19
1,173,370,000
resolved fixed
e761358
1,174,080,000
bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java
SWT
2,136
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.
2007-03-13 17:49:03
1,173,820,000
resolved fixed
346d32d
1,174,080,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/common/org/eclipse/swt/dnd/DropTargetEffect.java
SWT
2,137
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(); }
2007-01-13 16:28:05
1,168,720,000
resolved fixed
23cd446
1,174,070,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java
SWT
2,138
177,531
Bug 177531 Custom draw problems with focus item in Tree and Table
null
2007-03-15 07:31:58
1,173,960,000
resolved fixed
2cba2e6
1,174,060,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java
SWT
2,139
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.
2007-03-01 17:58:45
1,172,790,000
verified fixed
1c870e8
1,174,000,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java
SWT
2,140
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:
2007-03-07 09:24:39
1,173,280,000
resolved fixed
401f04d
1,173,810,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
SWT
2,141
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).
2007-03-12 16:55:31
1,173,730,000
resolved fixed
159be9a
1,173,800,000
bundles/org.eclipse.swt/Eclipse SWT PI/carbon/org/eclipse/swt/internal/carbon/OS.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/ToolItem.java
SWT
2,142
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.
2007-03-05 16:07:01
1,173,130,000
resolved fixed
c49c0b0
1,173,800,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Tree.java
SWT
2,143
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?
2007-03-06 12:15:49
1,173,200,000
resolved fixed
f3b46c5
1,173,800,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/ScrollBar.java
SWT
2,144
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(); }
2007-02-27 10:11:46
1,172,590,000
resolved fixed
0b1980a
1,173,730,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
SWT
2,145
176,594
Bug 176594 Crash with an SWT program
null
2007-03-07 07:06:16
1,173,270,000
resolved fixed
16d9334
1,173,480,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java
SWT
2,146
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.
2006-05-03 11:43:17
1,146,670,000
resolved fixed
f35602d
1,173,130,000
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
2,147
175,870
Bug 175870 Eclipse gets SIGSEGV
null
2007-02-28 13:10:51
1,172,690,000
resolved fixed
cf0ef48
1,172,870,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/List.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java
SWT
2,148
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(); }
2006-07-21 15:14:15
1,153,510,000
resolved fixed
d01e396
1,172,790,000
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
2,149
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
2007-03-01 10:28:51
1,172,760,000
resolved fixed
b765c2d
1,172,770,000
bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java
SWT
2,150
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.
2007-02-15 20:06:57
1,171,590,000
closed fixed
96d4c6f
1,172,260,000
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
2,151
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.
2007-02-11 08:19:19
1,171,200,000
resolved fixed
2e01816
1,172,180,000
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
2,152
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.
2007-02-07 18:57:01
1,170,890,000
resolved fixed
13409fc
1,172,090,000
bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java
SWT
2,153
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); } }
2006-10-23 17:28:10
1,161,640,000
resolved fixed
8afcdcd
1,172,010,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java
SWT
2,154
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...
2006-11-19 19:03:11
1,163,980,000
resolved fixed
f989671
1,172,010,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Combo.java
SWT
2,155
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)
2007-01-24 11:23:53
1,169,660,000
resolved fixed
60f5828
1,172,000,000
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
2,156
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:
2007-02-17 23:43:58
1,171,770,000
resolved fixed
4baec44
1,171,990,000
bundles/org.eclipse.swt/Eclipse SWT PI/carbon/org/eclipse/swt/internal/carbon/OS.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Text.java
SWT
2,157
77,174
Bug 77174 Reparenting support on MacOS X
Currenly reparenting is not supported on MacOS X/Carbon implementation.
2004-10-28 06:06:16
1,098,960,000
resolved fixed
cea7ad4
1,171,990,000
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
2,158
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
2007-02-08 19:35:25
1,170,980,000
resolved fixed
09a07ac
1,171,910,000
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
2,159
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).
2007-02-17 20:31:59
1,171,760,000
resolved fixed
14236e8
1,171,910,000
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
2,160
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.
2007-02-14 03:35:12
1,171,440,000
resolved fixed
c774e3f
1,171,670,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Image.java
SWT