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 |
---|---|---|---|---|---|---|---|---|---|---|
1,261 | 253,227 |
Bug 253227 Implement default button
| null |
2008-11-03 10:55:48
| 1,225,730,000 |
resolved fixed
|
f28821f
| 1,231,530,000 |
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSWindow.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Button.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Canvas.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Combo.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Composite.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/List.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Sash.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Text.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/ToolItem.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Tree.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Widget.java
|
SWT
|
1,262 | 258,992 |
Bug 258992 Cocoa: Cmd-A to select all doesn't work in initial "Select a workspace" dialog
|
Build ID: I20081211-1908 Steps To Reproduce: 1. Install Eclipse Cocoa version 2. Launch 3. When the "Select a workspace" dialog comes up, if the entire text is selected, click somewhere so there is just an insertion point 4. Type Cmd-A to try to select all the text in the edit box Actual result: Beep, and selection doesn't change Expected result: No beep, and the entire contents of the edit box are selected
|
2008-12-16 13:43:56
| 1,229,450,000 |
resolved fixed
|
fd8fce7
| 1,231,530,000 |
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSTextField.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Combo.java
|
SWT
|
1,263 | 260,364 |
Bug 260364 Document that SWT.SEARCH and SWT.CANCEL are HINTs for Text
|
I20090106-1323 Document that SWT.SEARCH and SWT.CANCEL are HINTs for the Text widget.
|
2009-01-08 05:11:55
| 1,231,410,000 |
verified fixed
|
c7b40ce
| 1,231,450,000 |
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java
|
SWT
|
1,264 | 242,838 |
Bug 242838 Scroling in an ExpandBar
|
The mousewheel seems not to recognized for scrolling in an ExpandBar. The Flag SWT.V_SCROLL was set, and by grabbing the scrollbar, scrolling works.
|
2008-08-01 05:06:51
| 1,217,580,000 |
resolved fixed
|
78de6a7
| 1,231,450,000 |
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandBar.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Scrollable.java
|
SWT
|
1,265 | 260,460 |
Bug 260460 scroll wheel scrolls per pixels instead of line in StyledText
|
the title says it all, specially bad if don't have a free-spin mouse such as apple mighty mouse. makes wheel scrolling really slow on my machine.
|
2009-01-08 16:39:09
| 1,231,450,000 |
resolved fixed
|
f54e3a4
| 1,231,450,000 |
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Composite.java
|
SWT
|
1,266 | 253,745 |
Bug 253745 Click to open submenu actually dismisses menu
|
Build id: I20081104-0916 Drop down the File menu and click on New > The File menu disappears. This seems to be a regression? It may have become broken when "menu on mouse down" was implemented.
|
2008-11-04 12:22:12
| 1,225,820,000 |
resolved fixed
|
c80d1a4
| 1,231,440,000 |
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Menu.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/MenuItem.java
|
SWT
|
1,267 | 256,173 |
Bug 256173 GC#setTransform() loses antialias setting
|
try this in cocoa gc.setAntialias(SWT.OFF); Transform t = new Transform(e.display); gc.setTransform(t); gc.drawOval(1, 10, 20, 20); // this oval will be antialias If I setAntialias(SWT.OFF) after calling setTransform(t) it all works fine. SSQ said to check setClipping can have the same problem. And maybe it loses alpha too.
|
2008-11-21 16:22:33
| 1,227,300,000 |
resolved fixed
|
c011f4c
| 1,231,440,000 |
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSGraphicsContext.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/GC.java
|
SWT
|
1,268 | 245,590 |
Bug 245590 Browser sends 2 completed events on first navigate with XULRunner 1.9
|
only one event is sent for xulrunner < 1.9
|
2008-08-28 16:47:10
| 1,219,960,000 |
resolved fixed
|
9fee840
| 1,231,440,000 |
bundles/org.eclipse.swt/Eclipse SWT Mozilla/carbon/org/eclipse/swt/browser/MozillaDelegate.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/cocoa/org/eclipse/swt/browser/MozillaDelegate.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/gtk/org/eclipse/swt/browser/MozillaDelegate.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/motif/org/eclipse/swt/browser/MozillaDelegate.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/win32/org/eclipse/swt/browser/MozillaDelegate.java
|
SWT
|
1,269 | 258,305 |
Bug 258305 [DND] Drag from multiple sources in heirarchy does not show proper drag image.
|
When dragging multiple items of the same type from at least two different projects in the Package Explorer, the mouse drag-over image only displays whatever items are in the first package instead of everything that is selected. Note that dragging multiple objects from different hierarchical sources within a project works fine.
|
2008-12-10 11:41:03
| 1,228,930,000 |
resolved fixed
|
d0a0e48
| 1,231,430,000 |
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java
|
SWT
|
1,270 | 260,273 |
Bug 260273 Weird line duplication in text editor
| null |
2009-01-07 11:43:31
| 1,231,350,000 |
resolved fixed
|
eb8aab6
| 1,231,360,000 |
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/TextLayout.java
|
SWT
|
1,271 | 260,291 |
Bug 260291 ControlExample does not offer set/getMessage for Text widget
|
HEAD ControlExample does not offer the "Message" property in the Set/Get API dialog for the Text widget.
|
2009-01-07 13:27:52
| 1,231,350,000 |
resolved fixed
|
f4d3ae9
| 1,231,360,000 |
examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/TextTab.java
|
SWT
|
1,272 | 199,964 |
Bug 199964 On Linux, SWT dialog with Text control does not resize according to the text
| null |
2007-08-14 17:53:18
| 1,187,130,000 |
resolved fixed
|
59c3629
| 1,231,350,000 |
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Text.java
|
SWT
|
1,273 | 260,277 |
Bug 260277 disposing last TableColumn can cause crash at shutdown
|
- run the snippet below, close its shell, and the error at the bottom will be spewed public static void main(String[] args) { final Display display = new Display(); Shell shell = new Shell(display); shell.setBounds(10,10,200,100); shell.setLayout(new FillLayout()); Table table = new Table(shell, SWT.NONE); shell.open(); TableColumn c0 = new TableColumn(table, SWT.NONE); TableColumn c1 = new TableColumn(table, SWT.NONE); c0.dispose(); c1.dispose(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } Process: java [5474] Path: /System/Library/Frameworks/JavaVM.framework/Versions/1.4/Home/bin/java Identifier: java Version: ??? (???) Code Type: PPC (Native) Parent Process: eclipse [321] Date/Time: 2009-01-07 12:02:29.694 -0500 OS Version: Mac OS X 10.5.6 (9G55) Report Version: 6 Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: 0x0000000000000001, 0x0000000091751af4 Crashed Thread: 0 Application Specific Information: objc[5474]: FREED(id): message release sent to freed object=0x15dbb0 Thread 0 Crashed: 0 libobjc.A.dylib 0x91751af4 _objc_error + 96 1 libobjc.A.dylib 0x91751b4c __objc_error + 84 2 com.apple.Foundation 0x90a817bc NSPopAutoreleasePool + 516 3 libswt-pi-cocoa-3526.jnilib 0x052cb40c Java_org_eclipse_swt_internal_cocoa_OS_objc_1msgSend__II + 268 4 ??? 0x0273a5bc 0 + 41133500 5 ??? 0x02733ecc 0 + 41107148 6 ??? 0x02733f8c 0 + 41107340 7 ??? 0x02733e0c 0 + 41106956 8 ??? 0x02733f8c 0 + 41107340 9 ??? 0x02733f8c 0 + 41107340 10 ??? 0x02731168 0 + 41095528 11 libhotspot.dylib 0x91528254 pss + 284020 12 libhotspot.dylib 0x915282f4 pss + 284180 13 libhotspot.dylib 0x9152fc78 JNI_GetCreatedJavaVMs_Impl + 4024 14 libhotspot.dylib 0x91544e54 JNI_CreateJavaVM_Impl + 84100 15 java 0x00003aa8 0x1000 + 10920 16 java 0x000041cc 0x1000 + 12748 17 java 0x00001c2c 0x1000 + 3116 18 ??? 0xbffff8d0 0 + 3221223632 Thread 1: 0 libSystem.B.dylib 0x92aa4158 mach_msg_trap + 8 1 libSystem.B.dylib 0x92aa526c malloc_zone_malloc + 112 2 libhotspot.dylib 0x915c60f8 JVM_RaiseSignal + 308056 3 libhotspot.dylib 0x91616770 JVM_RaiseSignal + 637392 4 libhotspot.dylib 0x915c80d0 JVM_RaiseSignal + 316208 5 libSystem.B.dylib 0x92b35178 _pthread_body + 36 Thread 2: 0 libSystem.B.dylib 0x92aa4158 mach_msg_trap + 8 1 libSystem.B.dylib 0x92aab07c mach_msg + 56 2 libhotspot.dylib 0x915c78a0 JVM_RaiseSignal + 314112 3 libhotspot.dylib 0x915b2620 JVM_RaiseSignal + 227456 4 libhotspot.dylib 0x91636548 JVM_RaiseSignal + 767912 5 libhotspot.dylib 0x916367a0 JVM_RaiseSignal + 768512 6 libhotspot.dylib 0x915c80d0 JVM_RaiseSignal + 316208 7 libSystem.B.dylib 0x92b35178 _pthread_body + 36 Thread 3: 0 libSystem.B.dylib 0x92aa4158 mach_msg_trap + 8 1 ??? 0x027421e0 0 + 41165280 2 libhotspot.dylib 0x915c77cc JVM_RaiseSignal + 313900 3 libhotspot.dylib 0x915be4a0 JVM_RaiseSignal + 276224 4 libhotspot.dylib 0x91566aa0 JVM_MonitorWait + 272 5 ??? 0x0273a5bc 0 + 41133500 6 ??? 0x02733f8c 0 + 41107340 7 ??? 0x02733f8c 0 + 41107340 8 ??? 0x02731168 0 + 41095528 9 libhotspot.dylib 0x91528254 pss + 284020 10 libhotspot.dylib 0x91528530 pss + 284752 11 libhotspot.dylib 0x9152869c pss + 285116 12 libhotspot.dylib 0x9156480c jio_printf + 444 13 libhotspot.dylib 0x91618518 JVM_RaiseSignal + 644984 14 libhotspot.dylib 0x915c80d0 JVM_RaiseSignal + 316208 15 libSystem.B.dylib 0x92b35178 _pthread_body + 36 Thread 4: 0 libSystem.B.dylib 0x92aa4158 mach_msg_trap + 8 1 libSystem.B.dylib 0x92aab07c mach_msg + 56 2 libhotspot.dylib 0x915c77cc JVM_RaiseSignal + 313900 3 libhotspot.dylib 0x915be4a0 JVM_RaiseSignal + 276224 4 libhotspot.dylib 0x91566aa0 JVM_MonitorWait + 272 5 ??? 0x0273a5bc 0 + 41133500 6 ??? 0x02733f8c 0 + 41107340 7 ??? 0x02733e9c 0 + 41107100 8 ??? 0x02733e9c 0 + 41107100 9 ??? 0x02731168 0 + 41095528 10 libhotspot.dylib 0x91528254 pss + 284020 11 libhotspot.dylib 0x91528530 pss + 284752 12 libhotspot.dylib 0x9152869c pss + 285116 13 libhotspot.dylib 0x9156480c jio_printf + 444 14 libhotspot.dylib 0x91618518 JVM_RaiseSignal + 644984 15 libhotspot.dylib 0x915c80d0 JVM_RaiseSignal + 316208 16 libSystem.B.dylib 0x92b35178 _pthread_body + 36 Thread 5: 0 libSystem.B.dylib 0x92aa4158 mach_msg_trap + 8 1 libSystem.B.dylib 0x92aab07c mach_msg + 56 2 libhotspot.dylib 0x915c78a0 JVM_RaiseSignal + 314112 3 libhotspot.dylib 0x915c7b50 JVM_RaiseSignal + 314800 4 libhotspot.dylib 0x916172a0 JVM_RaiseSignal + 640256 5 libhotspot.dylib 0x915c80d0 JVM_RaiseSignal + 316208 6 libSystem.B.dylib 0x92b35178 _pthread_body + 36 Thread 6: 0 libSystem.B.dylib 0x92aa41a8 semaphore_wait_trap + 8 1 libhotspot.dylib 0x915c6c08 JVM_RaiseSignal + 310888 2 libhotspot.dylib 0x915c409c JVM_RaiseSignal + 299772 3 libhotspot.dylib 0x91618518 JVM_RaiseSignal + 644984 4 libhotspot.dylib 0x915c80d0 JVM_RaiseSignal + 316208 5 libSystem.B.dylib 0x92b35178 _pthread_body + 36 Thread 7: 0 libSystem.B.dylib 0x92aa4158 mach_msg_trap + 8 1 libhotspot.dylib 0x913f9328 0x913f6000 + 13096 2 libhotspot.dylib 0x915c77cc JVM_RaiseSignal + 313900 3 libhotspot.dylib 0x915b2694 JVM_RaiseSignal + 227572 4 libhotspot.dylib 0x914d073c 0x913f6000 + 894780 5 libhotspot.dylib 0x914d2e40 0x913f6000 + 904768 6 libhotspot.dylib 0x91618518 JVM_RaiseSignal + 644984 7 libhotspot.dylib 0x915c80d0 JVM_RaiseSignal + 316208 8 libSystem.B.dylib 0x92b35178 _pthread_body + 36 Thread 0 crashed with PPC Thread State 32: srr0: 0x91751af4 srr1: 0x0202f030 dar: 0x34350000 dsisr: 0x42000000 r0: 0x91751af4 r1: 0xbfffd530 r2: 0xa044520c r3: 0x00000000 r4: 0x00800000 r5: 0x00077d80 r6: 0x80808080 r7: 0x00000001 r8: 0x0a000efb r9: 0x00184a24 r10: 0xfffff87f r11: 0xa0310844 r12: 0x92aac8a0 r13: 0x00200f10 r14: 0x0020cae0 r15: 0x052cb300 r16: 0xbfffe380 r17: 0x6909fcb0 r18: 0xbfffe3d4 r19: 0xbfffe368 r20: 0x690a58b8 r21: 0x6909fcac r22: 0x000000b8 r23: 0x00000000 r24: 0x0000000a r25: 0xbfffe9f0 r26: 0xbfffe7f0 r27: 0xbfffe90c r28: 0x0015dbb0 r29: 0x00001562 r30: 0xbfffdfb0 r31: 0x91751aa4 cr: 0x42000242 xer: 0x00000000 lr: 0x91751af4 ctr: 0x92aac8a0 vrsave: 0x00000000 Binary Images: 0x1000 - 0x9fff java ??? (???) <29095591077f7c4ac04627892f0aad1f> /System/Library/Frameworks/JavaVM.framework/Versions/1.4/Home/bin/java 0xe000 - 0x15fff com.apple.JavaVM 12.2.0 (12.2.0) <66f0b4a638cd0a2c2ab76c8b13382b51> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM 0x31000 - 0x3cffc libverify.dylib ??? (???) <1eaca33916bae04ea1a1339912fd0b53> /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Libraries/libverify.dylib 0x41000 - 0x5bfff libjava.jnilib ??? (???) <ae46a1b1556b605b9a3c0e8a6a49490b> /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Libraries/libjava.jnilib 0x69000 - 0x75fff libzip.jnilib ??? (???) <8e44481454585c4dda4553726b505ebb> /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Libraries/libzip.jnilib 0x522f000 - 0x525dffc +libswt-cocoa-3526.jnilib ??? (???) /Users/grant/Documents/workspaceCocoa/org.eclipse.swt.cocoa.macosx/libswt-cocoa-3526.jnilib 0x52b4000 - 0x52dcfff +libswt-pi-cocoa-3526.jnilib ??? (???) /Users/grant/Documents/workspaceCocoa/org.eclipse.swt.cocoa.macosx/libswt-pi-cocoa-3526.jnilib 0x8637000 - 0x87e9ff7 com.apple.RawCamera.bundle 2.0.10 (2.0.10) <385afe576f8fd60530711a5eab4ed182> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x8899000 - 0x889ffff com.apple.DictionaryServiceComponent 1.1 (1.1) <497d9f0ead14e782b36e32f74baa003e> /System/Library/Components/DictionaryService.component/Contents/MacOS/DictionaryService 0x8fe00000 - 0x8fe30c23 dyld 97.1 (???) <8dc1fc6c74fe1f055be16980dd45001e> /usr/lib/dyld 0x90003000 - 0x90099fff com.apple.LaunchServices 290.3 (290.3) <a8a738aede278909ff721ce9a754142f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x9009a000 - 0x901bfffb com.apple.CoreFoundation 6.5.5 (476.17) <d13dc71c870a82b7d2f721731e584287> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x90204000 - 0x90298ff7 com.apple.framework.IOKit 1.5.1 (???) <498f2ba1b47432ee4deebca2655ff932> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x9029a000 - 0x906c8ffa libGLProgrammability.dylib ??? (???) <2c52a11697da6ede976b56d54e3815ef> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x906c9000 - 0x90751fff com.apple.ink.framework 101.3 (86) <66a99ad6bc695390a66dd24789e23dcc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x90752000 - 0x9075affb libCGATS.A.dylib ??? (???) <0c83819d2d428a8df27c8cc0f13ba1dc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib 0x907a0000 - 0x9085afff libcrypto.0.9.7.dylib ??? (???) <335916b82e302fec637432caf7c9e8e5> /usr/lib/libcrypto.0.9.7.dylib 0x909b9000 - 0x90a7bfff com.apple.WebKit 5525.27 (5525.27.1) <7de8ed23795391f9d81127e9b639a3c3> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x90a7c000 - 0x90cc1ffb com.apple.Foundation 6.5.7 (677.22) <dab423bf20d5c2d78c4536e4e3da9300> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x90cc9000 - 0x90d79fff edu.mit.Kerberos 6.0.12 (6.0.12) <17b514ffed29c890fc8ba8eac9dce56e> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x90dbc000 - 0x90e23ffb libstdc++.6.dylib ??? (???) <a4e9b10268b3ffac26d0296499b24e8e> /usr/lib/libstdc++.6.dylib 0x90e24000 - 0x90e86ffb com.apple.htmlrendering 68 (1.1.3) <e852db1c007de975fae2f0c2769c88ef> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering 0x90f59000 - 0x90f60fff com.apple.CommonPanels 1.2.4 (85) <0d1256175c5512c911ede094d767acfe> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x90f61000 - 0x91147ffb com.apple.security 5.0.4 (34102) <93e74504c60b38418e708caf47342cf5> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x91148000 - 0x911f1ffc com.apple.CFNetwork 422.11 (422.11) <189498280742bb4579e91b165301d331> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x911f2000 - 0x912b7ffb com.apple.CoreData 100.1 (186) <9cf54cb19b18e53ee22edb7ababa6e6c> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x912b8000 - 0x913a0fff com.apple.JavaScriptCore 5525.26 (5525.26.2) <3a03d36ac807322bc73ed78c515e32be> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x913ad000 - 0x913f4fff com.apple.NavigationServices 3.5.2 (163) <cb063c95a55ba12994a64c7e47f5706a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices 0x913f5000 - 0x913f5ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer 0x913f6000 - 0x91672fff libhotspot.dylib ??? (???) <25e810eca34a7068098098f534434a27> /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Libraries/libhotspot.dylib 0x91673000 - 0x916a0fff libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x91718000 - 0x91737fff com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x91738000 - 0x91743ffb libgcc_s.1.dylib ??? (???) <ea47fd375407f162c76d14d64ba246cd> /usr/lib/libgcc_s.1.dylib 0x91744000 - 0x9174bffb com.apple.print.framework.Print 218.0.2 (220.1) <c7e0e618d5867ae227403ae385aacd82> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x9174c000 - 0x9182ffff libobjc.A.dylib ??? (???) <39035ba996e55c617e20595dcd89c063> /usr/lib/libobjc.A.dylib 0x91830000 - 0x9183bfff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <ae3dc890a43a9269388301f6b59d3091> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x9183c000 - 0x91db8ff7 com.apple.CoreGraphics 1.407.2 (???) <6a101d8218dc8d12ca0b901c57aa44b7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x91db9000 - 0x92373fff libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x92374000 - 0x923b1fff libRIP.A.dylib ??? (???) <662becbd3173fd67eec7ad523d2d9c56> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x926d9000 - 0x92823ffb com.apple.ImageIO.framework 2.0.4 (2.0.4) <cbe744146e1f0e77cca0edce92bea0f7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x92824000 - 0x9296cffb libicucore.A.dylib ??? (???) <f49319412f5ee8b5f06fef2baa72916b> /usr/lib/libicucore.A.dylib 0x9296d000 - 0x92985ffb com.apple.DictionaryServices 1.0.0 (1.0.0) <fe37191e732eeb66189185cd000a210b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x92a7e000 - 0x92a82ffe libGIF.dylib ??? (???) <491b205a6b8bb0c0c6ee6aaeea19a671> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x92a83000 - 0x92aa2fff libresolv.9.dylib ??? (???) <d4538f370cadea5d74d3ac86c610e570> /usr/lib/libresolv.9.dylib 0x92aa3000 - 0x92c43fe3 libSystem.B.dylib ??? (???) <3260ab8c558e938c8180b3ba1036aec1> /usr/lib/libSystem.B.dylib 0x92c44000 - 0x933b9fff com.apple.AppKit 6.5.6 (949.43) <3afcaa243535d0817efeb978448ef3dc> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x933ba000 - 0x933bdfff com.apple.help 1.1 (36) <7106d6e074a3b9835ebf1e6cc6c822ce> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x933c3000 - 0x933c4fff libffi.dylib ??? (???) <11b77dbce4aa0f0b66d40014230abd1d> /usr/lib/libffi.dylib 0x93423000 - 0x9349efff com.apple.SearchKit 1.2.1 (1.2.1) <23c2c93a7ec832505d5c7b67fee89a6d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x9349f000 - 0x934a4ff6 libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib 0x935e6000 - 0x93617fff com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x93618000 - 0x9361affd libRadiance.dylib ??? (???) <34cc3c24f4be3a4372275400b6e05b85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x9361b000 - 0x936a3ffb com.apple.audio.CoreAudio 3.1.1 (3.1.1) <f88caa828a4b54ed1932e1578bf9236a> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x9396b000 - 0x93973fff libbsm.dylib ??? (???) <c1fca3cbe3b1c21e9b31bc89b920f34c> /usr/lib/libbsm.dylib 0x93974000 - 0x93974fff com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x93975000 - 0x93976ff8 com.apple.ApplicationServices 34 (34) <6aa5ee485bb2e656531b3505932b845f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x93a8d000 - 0x93db6fe7 libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x93df7000 - 0x93e1ffff libxslt.1.dylib ??? (???) <a628a1484428ce3c87c56cf663faeb54> /usr/lib/libxslt.1.dylib 0x93ecc000 - 0x93f01fff com.apple.AE 402.2 (402.2) <0b15a08da8ec38b74fb9dd6e579ed25f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x93f02000 - 0x93f02ffa com.apple.CoreServices 32 (32) <42b6dda539f7411606187335d9eae0c5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x93f03000 - 0x93f3cfff com.apple.SystemConfiguration 1.9.2 (1.9.2) <1a39075165bf7447fe8be1e93db49346> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x93f3d000 - 0x93f49ff3 com.apple.audio.SoundManager 3.9.2 (3.9.2) <79588842bcaf6c747a95b2120304397a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound 0x93f60000 - 0x94033fff com.apple.CoreServices.OSServices 226.5 (226.5) <e50f547a3d8d316885b424e282bd80fe> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x94034000 - 0x94399ffe com.apple.QuartzCore 1.5.7 (1.5.7) <75a8ef92c54d1ce016dfe662a6626f04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x943fd000 - 0x9448cffb com.apple.DesktopServices 1.4.7 (1.4.7) <5792e9dc03f76544c71dedd802a1fa36> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x9448d000 - 0x9448dfff com.apple.Carbon 136 (136) <6a6a209ec9179368db7ead8382b8ee63> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x9448e000 - 0x944a9ffb libPng.dylib ??? (???) <248297ff5b022c274d5dcfa0de3b37b2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x944aa000 - 0x944caff7 libJPEG.dylib ??? (???) <f92878fdf02ffb1474b8bc60c47bb72d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x944cb000 - 0x944d9fff libz.1.dylib ??? (???) <1a70dd3594a8c5ad39d785af5da23237> /usr/lib/libz.1.dylib 0x944da000 - 0x944e3fff com.apple.DiskArbitration 2.2.1 (2.2.1) <a389b4c2badce39540f24402f7df35e7> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x944e4000 - 0x94500ffb com.apple.openscripting 1.2.8 (???) <eb961ce3c1b1e564c2eefe3682ee0555> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x94501000 - 0x9452cff7 libauto.dylib ??? (???) <b3a3a4b0f09653bd6d58f1847922b533> /usr/lib/libauto.dylib 0x9452d000 - 0x9458affb com.apple.HIServices 1.7.0 (???) <5f468086ca01158e12cd07f829132edf> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x9458b000 - 0x94624fc3 libvDSP.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x94625000 - 0x94628ffb com.apple.securityhi 3.0 (30817) <e50c0cac9048f8923b95797753d50b5c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x94629000 - 0x94634ff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 0x94810000 - 0x94891fff com.apple.print.framework.PrintCore 5.5.3 (245.3) <032f772f8169945c1d1b524d96edcef6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x94892000 - 0x948a9ffb com.apple.ImageCapture 5.0.1 (5.0.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x948aa000 - 0x948bdfff com.apple.LangAnalysis 1.6.4 (1.6.4) <f12db38b92cbf96b024206698434d14d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x948be000 - 0x94bf7ffb com.apple.HIToolbox 1.5.4 (???) <9624d2ffaf16019b6301517339df88c9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x94bff000 - 0x94c0dff3 com.apple.opengl 1.5.9 (1.5.9) <c3d74d9bd2fa60d9c346db5658e52815> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x94c0e000 - 0x94ca8ff7 com.apple.ApplicationServices.ATS 3.4 (???) <06af1441f632e171a7f61dca809462ba> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x94ca9000 - 0x94dbdffa com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x94dbe000 - 0x94f05ffb com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x94f06000 - 0x94f1ffff com.apple.CoreVideo 1.5.0 (1.5.0) <f1e561d4ba585d5740e3d4990729b8de> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x94f20000 - 0x94fd0fff com.apple.QD 3.11.54 (???) <cd7bef6f156b82851cfb164ccd9f3986> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x94fd1000 - 0x95031fff com.apple.CoreText 2.0.3 (???) <4ce8460abbfca7c9bd655ae0173976df> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText 0x95d8a000 - 0x9608cffb com.apple.CoreServices.CarbonCore 786.10 (786.10) <3861a1af8d647c75688761d7ef4b5bf3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x9608d000 - 0x960acfff com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x960ad000 - 0x960fcfff com.apple.Metadata 10.5.2 (398.25) <fdad4bda89efd0e2e9ca37493e10ca4c> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x96111000 - 0x961fafff libxml2.2.dylib ??? (???) <dedfda117e78db04f0b86c59923b3794> /usr/lib/libxml2.2.dylib 0x961fb000 - 0x96221fff libcups.2.dylib ??? (???) <c340096dadbdc8edd534e5aec33a8e85> /usr/lib/libcups.2.dylib 0x9623f000 - 0x962c4fff libsqlite3.0.dylib ??? (???) <f2a33fe2663eab9c7f4806d2cf05b4ee> /usr/lib/libsqlite3.0.dylib 0x962c8000 - 0x96397fff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x96398000 - 0x963abffb com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <dc8dac074f4d19175c5613b35aa529b3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x963ac000 - 0x96a8eff3 com.apple.WebCore 5525.26 (5525.26.6) <77f5e6579cb4a8496df8d644ca7fa12d> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore 0x96a8f000 - 0x96a8ffff com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x96bfd000 - 0x96bfdff8 com.apple.Cocoa 6.5 (???) <e9a4f1c636d00893db0494c4040176ba> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x96bfe000 - 0x96c3fffb libTIFF.dylib ??? (???) <4c1422124af245485d6ceee207f4d735> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x96ca6000 - 0x96cfcfff libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x96cfd000 - 0x96d4cfff libGLImage.dylib ??? (???) <1df480344fb6e09ff32ac97bfdda7e50> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x96d4d000 - 0x96d5afff libCSync.A.dylib ??? (???) <bc19f19cfa6c23f9ca4e4419ea18f43e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x96e87000 - 0x96eb0ffb com.apple.shortcut 1 (1.0) <032016a45147a2f3f191ce70187587c9> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x96eb1000 - 0x96f3bfff libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0xfffec000 - 0xfffeffff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib 0xffff8000 - 0xffff9703 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
|
2009-01-07 12:09:07
| 1,231,350,000 |
resolved fixed
|
f685395
| 1,231,350,000 |
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Tree.java
|
SWT
|
1,274 | 240,142 |
Bug 240142 Combo.setFocus() sets selection
|
I20080702-0939 Using the export wizard for "Runnable Jar File". I want to type the export path myself instead of browsing. As I'm on Linux my first letter is a "/" which causes jdt to show an error message for an invalid path and selecting the text of the textbox. Changing selection while typing makes it impossible to enter a real path. I think the wizard should not touch the selection of the text field.
|
2008-07-09 07:43:56
| 1,215,600,000 |
resolved fixed
|
25a15f6
| 1,231,340,000 |
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
|
SWT
|
1,275 | 257,584 |
Bug 257584 Table column is not zero sized initially
|
Run the test case. Note that the item is visible, but the table column should have zero size (other platfoms). Also the horizontal scroll is not showing. It does not show if you press the button to pack either. public static void main(String[] args) { final Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); final Table table = new Table(shell, SWT.MULTI | SWT.BORDER); final TableColumn column = new TableColumn(table, SWT.NONE); table.setFont(new Font(display, "Monaco", 40, SWT.NORMAL)); for (int i = 0; i < 10; i++) { TableItem item = new TableItem(table, SWT.NONE); item.setText("Itemxxxxxxxxxxxxxxxxxxxxx" + table.indexOf(item)); } table.addListener(SWT.MeasureItem, new Listener() { public void handleEvent(Event event) { TableItem item = (TableItem)event.item; String text = item.getText(); event.gc.setFont(display.getSystemFont()); event.width = event.gc.stringExtent(text).x; } }); table.addListener(SWT.EraseItem, new Listener() { public void handleEvent(Event event) { event.detail &= ~SWT.FOREGROUND; } }); table.addListener(SWT.PaintItem, new Listener() { public void handleEvent(Event event) { TableItem item = (TableItem)event.item; String text = item.getText(); event.gc.setFont(display.getSystemFont()); event.gc.drawString(text, event.x, event.y); } }); Button button = new Button(shell, SWT.PUSH); button.setText("Pack column"); button.addListener(SWT.Selection, new Listener() { public void handleEvent(Event event) { column.pack(); } }); shell.setBounds(50, 50, 300, 300); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); }
|
2008-12-04 12:07:12
| 1,228,410,000 |
resolved fixed
|
5bc5086
| 1,231,340,000 |
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSTableView.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Tree.java
|
SWT
|
1,276 | 260,123 |
Bug 260123 NPE in Label.setBackground
|
Choosing 'Show in Breadcrumb' triggers an NPE at Label.java:408. This leads to general instability in drawing, eventually forcing you to restart Eclipse.
|
2009-01-06 18:38:04
| 1,231,290,000 |
resolved fixed
|
4deb44c
| 1,231,290,000 |
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Label.java
|
SWT
|
1,277 | 257,442 |
Bug 257442 Clicking on a SWT.CASCADE MenuItem dismisses the menu
|
I20081202-1812, Cocoa When I click on a menu item with a submenu, the whole menu (menu bar and context menu) closes. Hovering over it opens the submenu as expected. In other apps (how can I tell the difference between Carbon and Cocoa apps?), clicking on a menu item with a submenu keeps the menu open.
|
2008-12-03 17:28:35
| 1,228,340,000 |
resolved fixed
|
e72ce1f
| 1,231,280,000 |
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/MenuItem.java
|
SWT
|
1,278 | 257,088 |
Bug 257088 Consider converting all images to 32 bit ARGB when loaded.
|
On other platforms when loading images with the native loaders, we've used to loaded image to create a 32 bit ARGB copy, and used the copy. This simplifies the rest of our code in image because we know the format of the image is always the same.
|
2008-12-01 11:09:14
| 1,228,150,000 |
resolved fixed
|
ffcd121
| 1,231,270,000 |
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/Image.java
|
SWT
|
1,279 | 257,237 |
Bug 257237 BlockSelection: copy/paste in block selection does not work if beyond line areas are inside
| null |
2008-12-02 12:46:34
| 1,228,240,000 |
resolved fixed
|
e1e9551
| 1,231,270,000 |
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
|
SWT
|
1,280 | 260,076 |
Bug 260076 Infinite loop in Tree.clearCustomWidths()
| null |
2009-01-06 12:37:17
| 1,231,260,000 |
resolved fixed
|
cae0768
| 1,231,260,000 |
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Tree.java
|
SWT
|
1,281 | 259,910 |
Bug 259910 Unprecise Javadoc for ImageData constructor
|
* @exception IllegalArgumentException <ul> * <li>ERROR_INVALID_ARGUMENT - if the width or height is negative, or if the depth is not * one of 1, 2, 4, 8, 16, 24 or 32</li> should read "if the width or height is *zero or negative*"
|
2009-01-04 06:04:15
| 1,231,070,000 |
resolved fixed
|
ea6529e
| 1,231,170,000 |
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/ImageData.java
|
SWT
|
1,282 | 259,295 |
Bug 259295 Background color not set Label with image
| null |
2008-12-18 14:14:17
| 1,229,630,000 |
resolved fixed
|
5a5976a
| 1,229,630,000 |
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSBox.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Label.java
|
SWT
|
1,283 | 256,719 |
Bug 256719 Label control: alignment settings not applied to text labels
|
Builds: Eclipse SDK Mac OSX Cocoa N20081120-2000 (compared to Carbon N20081120-2000) In the context of the SWT Controls Example, re the Label control: Setting Alignment (to Left, Center, or Right) has no effect on Text labels (with or without Wrap style selected). (By contrast, Image labels are aligned as specified).
|
2008-11-26 20:25:16
| 1,227,750,000 |
resolved fixed
|
1b61512
| 1,229,630,000 |
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Label.java
|
SWT
|
1,284 | 251,012 |
Bug 251012 GC drawText draws back ground incorrectly
|
run this: shell.addListener(SWT.Paint, new Listener() { public void handleEvent(Event event) { event.gc.setBackground(display.getSystemColor(SWT.COLOR_YELLOW)); event.gc.drawText("Hello\nWorld", 10, 50, 0|SWT.DRAW_DELIMITER); } }); notice that the background extends the full width of the shell for the first line of text instead of just being the background of the text itself.
|
2008-10-15 16:52:21
| 1,224,100,000 |
resolved fixed
|
81e54d3
| 1,229,630,000 |
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/GC.java
|
SWT
|
1,285 | 257,582 |
Bug 257582 Table item background is green when selected
|
public static void main(String[] args) { final Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); final Table table = new Table(shell, SWT.MULTI | SWT.BORDER); table.setFont(new Font(display, "Monaco", 40, SWT.NORMAL)); for (int i = 0; i < 1; i++) { TableItem item = new TableItem(table, SWT.NONE); item.setText("Itemxxxxxxxxxxxxxxxxxxxxx" + table.indexOf(item)); } table.addListener(SWT.MeasureItem, new Listener() { public void handleEvent(Event event) { TableItem item = (TableItem)event.item; String text = item.getText(); event.gc.setFont(display.getSystemFont()); event.width = event.gc.stringExtent(text).x; } }); table.addListener(SWT.EraseItem, new Listener() { public void handleEvent(Event event) { event.detail &= ~SWT.FOREGROUND; } }); table.addListener(SWT.PaintItem, new Listener() { public void handleEvent(Event event) { TableItem item = (TableItem)event.item; String text = item.getText(); event.gc.setFont(display.getSystemFont()); event.gc.drawString(text, event.x, event.y); } }); table.setSelection(0); shell.pack(); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); }
|
2008-12-04 12:03:08
| 1,228,410,000 |
resolved fixed
|
4501e8f
| 1,229,610,000 |
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Tree.java
|
SWT
|
1,286 | 245,783 |
Bug 245783 [swt] DateTime gets confused on Aug 31st 2008
|
SWT version: 3.3 and 3.4 Steps To Reproduce: Set the system date to 31st aug 2008, run the following test, then set the date time to any other date and run the test, the test fails on 31st august, and passes on any other day. This happens because DateTime internally uses java.util.Calendar, which has this in it's documentation: <quote> set(f, value) changes calendar field f to value. In addition, it sets an internal member variable to indicate that calendar field f has been changed. Although calendar field f is changed immediately, the calendar's time value in milliseconds is not recomputed until the next call to get(), getTime(), getTimeInMillis(), add(), or roll() is made. Thus, multiple calls to set() do not trigger multiple, unnecessary computations. As a result of changing a calendar field using set(), other calendar fields may also change, depending on the calendar field, the calendar field value, and the calendar system. In addition, get(f) will not necessarily return value set by the call to the set method after the calendar fields have been recomputed. The specifics are determined by the concrete calendar class. Example: Consider a GregorianCalendar originally set to August 31, 1999. Calling set(Calendar.MONTH, Calendar.SEPTEMBER) sets the date to September 31, 1999. This is a temporary internal representation that resolves to October 1, 1999 if getTime()is then called. However, a call to set(Calendar.DAY_OF_MONTH, 30) before the call to getTime() sets the date to September 30, 1999, since no recomputation occurs after set() itself. </quote> The resolution seems to be to call DateTime#setDay() before DateTime#setMonth(), and swapping the two lines in code seems to be a workaround to the issue. Would it make sense for DateTime#setMonth() to be implemented as follows: --- begin fix (macosx) --- public void setMonth (int month) { checkWidget (); if (!isValid(Calendar.MONTH, month)) return; if ((style & SWT.CALENDAR) != 0) { calendar.set(Calendar.DAY, calendar.get(Calendar.DAY_OF_MONTH)); // additional line. calendar.set(Calendar.MONTH, month); } else { dateRec.month = (short)(month + 1); OS.SetControlData (handle, (short)OS.kControlEntireControl, OS.kControlClockLongDateTag, LongDateRec.sizeof, dateRec); OS.GetControlData (handle, (short)OS.kControlEntireControl, OS.kControlClockLongDateTag, LongDateRec.sizeof, dateRec, null); } redraw(); } --- end fix (macosx) --- --- begin test --- public class DateTimeTest extends TestCase { private DateTime dateTime; protected void setUp() throws Exception { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new GridLayout(1, false)); dateTime = new DateTime(shell, SWT.DATE | SWT.LONG); dateTime.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true)); } public void testDateTime() throws Exception { assertAugust31Year2008(); int NOV = 10; dateTime.setYear(2012); dateTime.setMonth(NOV); // Nov is 10 dateTime.setDay(20); // interchange with above to fix test. dateTime.setHours(0); dateTime.setMinutes(0); dateTime.setSeconds(0); assertEquals(NOV, dateTime.getMonth()); } private void assertAugust31Year2008() { Date today = new Date(); assertEquals(07, today.getMonth()); assertEquals(2008 - 1900, today.getYear()); assertEquals(31, today.getDate()); } } --- end test --- More information:
|
2008-08-31 05:14:44
| 1,220,170,000 |
resolved fixed
|
fe0443d
| 1,229,550,000 |
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java
|
SWT
|
1,287 | 257,007 |
Bug 257007 SWT controls: Foreground Color not applied correctly
|
Builds: Eclipse SDK Mac OSX Cocoa N20081126-2000 (compared to Carbon N20081126-2000) In the context of the SWT Controls Example, re the Foreground Color parameter: Foreground Color is not being applied (as for Carbon) for these controls: Link, Group (for Title Text)
|
2008-11-30 20:35:00
| 1,228,100,000 |
resolved fixed
|
ec64981
| 1,229,540,000 |
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Group.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Link.java
|
SWT
|
1,288 | 258,978 |
Bug 258978 Deprecated method being used in Tree, List, and Table
|
According to the Cocoa documentation, the method [NSTableView selectRow:byExtendingSelection:] is deprecated, and that - (void)selectRowIndexes:(NSIndexSet *)indexes byExtendingSelection:(BOOL)extend should be used instead. The deprecated version is used in the following methods: List dragDetect(int, int, boolean, boolean[]) menuForEvent(int, int, int) Table dragDetect(int, int, boolean, boolean[]) menuForEvent(int, int, int) Tree dragDetect(int, int, boolean, boolean[]) menuForEvent(int, int, int) select(TreeItem) This could be a problem in the future, as it was documented as deprecated as of 10.3.
|
2008-12-16 12:45:06
| 1,229,450,000 |
resolved fixed
|
aa77816
| 1,229,530,000 |
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSIndexSet.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSMutableIndexSet.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSTableView.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/List.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Tree.java
|
SWT
|
1,289 | 258,975 |
Bug 258975 Menu createItem leaks NSMenuItem
|
In createItem, we do the following: NSMenu emptyMenu = item.createEmptyMenu (); if (emptyMenu != null) { nsItem.setSubmenu (emptyMenu); } createEmptyMenu alloc the NSMenuItem, but we don't autorelease it and we don't keep a reference so we can't release it later.
|
2008-12-16 12:30:04
| 1,229,450,000 |
resolved fixed
|
8b7f95f
| 1,229,450,000 |
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Menu.java
|
SWT
|
1,290 | 258,970 |
Bug 258970 GC textExtent leaks NSAttributedString
| null |
2008-12-16 12:03:58
| 1,229,450,000 |
resolved fixed
|
a54cccb
| 1,229,450,000 |
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/GC.java
|
SWT
|
1,291 | 248,762 |
Bug 248762 [DND] No dragStart event when dragging from Combo
|
When you drag some text from a Combo widget, there are no drag source events. It appears that the native dnd is initiating the drag and not SWT. STEPS: - Run the DNDExample - select Combo as the dragSource - drag some text from the dragSource into the target (eg. Label) Result: - the text appears to be dragged and dropped properly - there are no dragSourceEvents (eg. dragStart, dragSetData) Expected Result: - dragSourceEvents to be sent so that the user can control the drag
|
2008-09-26 14:27:21
| 1,222,450,000 |
resolved fixed
|
68e8eb2
| 1,229,380,000 |
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Combo.java
|
SWT
|
1,292 | 256,169 |
Bug 256169 [Cocoa] Image radio and check buttons don't display state
|
Build id: I20081030-1917 You may be aware of this one, but Image buttons don't display their selection state. They do correctly set state and appear to function properly otherwise. 1. Show the SWT Examples Control Example view. 2. Go to button parameters / styles. 3. Select an image button. Toggle button does reflect state (perhaps this needs but it is not so pretty. :) Note there is a shimmer when state is selected; assume that has something to do with forcing the buttons to stay selected. I'm not sure what the best solution for this is or if Apple even has guidance. My feeling is that all of these should not use Aqua style buttons, but should be displayed unadorned when not selected and indented when selected ala the tool bar buttons. Ideal would be something like the ITunes view selection or perhaps Inspector Tabs in Apple Apps, but not sure how that fits with JFace API.
|
2008-11-21 15:45:10
| 1,227,300,000 |
resolved fixed
|
c7c21d3
| 1,229,380,000 |
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSAttributedString.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSFileWrapper.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSMutableAttributedString.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSTextAttachment.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSTextStorage.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Button.java
|
SWT
|
1,293 | 250,579 |
Bug 250579 Form titles do not draw correctly
|
See attached screenshot
|
2008-10-12 11:32:28
| 1,223,830,000 |
resolved fixed
|
6fb5d34
| 1,229,360,000 |
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Button.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Composite.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Group.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Label.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Link.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Sash.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Scale.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Text.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/ToolBar.java
|
SWT
|
1,294 | 258,309 |
Bug 258309 [64][Browser] Browser crashes on Snippet307
|
Happens on 64-bit gtk only. The problem is that nsIMemory's return value is being cast as an int. This is correct for most xpcom interfaces, but because nsIMemory is not scriptable, this value represents a pointer, not just a return code, so it is being truncated. The dump is: # # An unexpected error has been detected by HotSpot Virtual Machine: # # SIGSEGV (0xb) at pc=0x0000003f8b67262a, pid=9151, tid=182894172512 # # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0_09-b02 mixed mode) # Problematic frame: # C [libc.so.6+0x7262a] # --------------- T H R E A D --------------- Current thread (0x0000000040115d50): JavaThread "main" [_thread_in_native, id=9151] ...<snip>... Stack: [0x0000007fbfe00000,0x0000007fc0000000), sp=0x0000007fbfff8a98, free space=2018k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [libc.so.6+0x7262a] [error occurred during error reporting, step 120, id 0xb] Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j org.eclipse.swt.internal.mozilla.XPCOM.memmove(JLorg/eclipse/swt/internal/mozilla/nsID;I)V+0 j org.eclipse.swt.browser.External.getInterfaces(JJ)I+146 j org.eclipse.swt.browser.External$2.method3([J)J+10 j org.eclipse.swt.internal.mozilla.XPCOMObject.callback3([J)J+52 v ~StubRoutines::call_stub j org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(J)V+0 j org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(J)V+8 j org.eclipse.swt.widgets.Display.eventProc(JJ)J+132 v ~StubRoutines::call_stub j org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(JZ)Z+0 j org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(JZ)Z+9 j org.eclipse.swt.widgets.Display.readAndDispatch()Z+23 j org.eclipse.swt.snippets.Snippet307.main([Ljava/lang/String;)V+126 v ~StubRoutines::call_stub ...<snip>... VM Arguments: jvm_args: -Dfile.encoding=UTF-8 java_command: org.eclipse.swt.snippets.Snippet307 Launcher Type: SUN_STANDARD Environment Variables: PATH=/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin LD_LIBRARY_PATH=/bluebird/teamswt/ggayed/jre150-64/jre/lib/amd64/server:/bluebird/teamswt/ggayed/jre150-64/jre/lib/amd64:/bluebird/teamswt/ggayed/jre150-64/jre/../lib/amd64:/usr/lib64/mozilla-seamonkey-1.0.9 SHELL=/bin/sh DISPLAY=wsggayedlnx:0 Signal Handlers: SIGSEGV: [libjvm.so+0x656380], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004 SIGBUS: [libjvm.so+0x656380], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004 SIGFPE: [libjvm.so+0x55dd50], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004 SIGPIPE: SIG_IGN, sa_mask[0]=0x00001000, sa_flags=0x14000000 SIGILL: [libjvm.so+0x55dd50], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004 SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000 SIGUSR2: [libjvm.so+0x55fc00], sa_mask[0]=0x00000004, sa_flags=0x14000004 SIGHUP: [libjvm.so+0x55f6d0], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004 SIGINT: [libjvm.so+0x55f6d0], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004 SIGQUIT: [libjvm.so+0x55f6d0], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004 SIGTERM: [libjvm.so+0x55f6d0], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004 --------------- S Y S T E M --------------- OS:Red Hat Enterprise Linux WS release 4 (Nahant Update 7) uname:Linux 2.6.9-42.EL #1 Wed Jul 12 23:15:20 EDT 2006 x86_64 libc:glibc 2.3.4 NPTL 2.3.4 rlimit: STACK 10240k, CORE 0k, NPROC 16297, NOFILE 1024, AS infinity load average:0.45 0.14 0.08 CPU:total 1 em64t ht Memory: 4k page, physical 2048368k(323656k free), swap 2048276k(2048276k free) vm_info: Java HotSpot(TM) 64-Bit Server VM (1.5.0_09-b02) for linux-amd64, built on Sep 30 2006 00:41:02 by java_re with gcc 3.2.2 (SuSE Linux)
|
2008-12-10 11:57:01
| 1,228,930,000 |
resolved fixed
|
4188b1b
| 1,229,350,000 |
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/nsIMemory.java
|
SWT
|
1,295 | 258,159 |
Bug 258159 [64] MessageBox Crashes
|
Run control example with 64 bit swt. Open the browser tab, click Mozilla check box. ControlExample crashes.
|
2008-12-09 14:25:32
| 1,228,850,000 |
resolved fixed
|
cde3186
| 1,228,930,000 |
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSAlert.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/MessageBox.java
|
SWT
|
1,296 | 258,134 |
Bug 258134 [64] eclipse does not start due to missing pango callback
| null |
2008-12-09 12:18:20
| 1,228,840,000 |
resolved fixed
|
d07d00f
| 1,228,840,000 |
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Display.java
|
SWT
|
1,297 | 250,179 |
Bug 250179 Consider drawing the block selection on characters
| null |
2008-10-08 16:24:56
| 1,223,500,000 |
verified fixed
|
8f2124b
| 1,228,780,000 |
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledTextRenderer.java
|
SWT
|
1,298 | 257,967 |
Bug 257967 BlockSelection: paste on wrong place when Styledtext is scrolled
|
run TextEditor open a file (a few lines, a few long lines too) switch to block selection mode resize so that the h scroll bar shows scroll to the left put some text in the clipboard selection some text in the editor paste Bug: the insertion location of the past is offset by the scroll offset.
|
2008-12-08 13:59:35
| 1,228,760,000 |
resolved fixed
|
38f50a7
| 1,228,760,000 |
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
|
SWT
|
1,299 | 257,534 |
Bug 257534 Javadoc of MouseEvent.stateMask should mention mouse masks
|
HEAD Javadoc of MouseEvent.stateMask should tell that it also includes mouse masks (like Event.stateMask, from where this value is copied in the constructor).
|
2008-12-04 09:49:48
| 1,228,400,000 |
resolved fixed
|
03c93f2
| 1,228,510,000 |
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/MouseEvent.java
|
SWT
|
1,300 | 117,934 |
Bug 117934 Mnemonic collision in Show view menu
|
Build id: I20051122-0800 To open views, I frequently use the key sequence "Alt+W,V,O" For Window > Show View > Other... Recently (I'm not sure when), this began instead selecting the Outline view when that is available in the menu. There shouldn't be two menu entries with the "O" mnemonic.
|
2005-11-24 12:58:21
| 1,132,860,000 |
resolved wontfix
|
1adf0b2
| 1,228,510,000 |
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSMenu.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSObject.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java
|
SWT
|
1,301 | 256,476 |
Bug 256476 DefaultSelection not being sent from Spinner
|
In Control Example, add a default selection listener to Spinner, hit return while the spinner has focus. No event is sent. Other widgets use NSEvent.keyCode(), but Spinner is using NSEvent.charactersIgnoringModifiers(). We should be consistent if possible. Not sure which approach is better.
|
2008-11-25 13:25:39
| 1,227,640,000 |
resolved fixed
|
af47b10
| 1,228,510,000 |
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Spinner.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Widget.java
|
SWT
|
1,302 | 254,956 |
Bug 254956 [DND] Drag and drop maintaining a grab too long.
|
In the Java Perspective, close all editors. Grab the .classpath file in Package Explorer and drag it to the editor area. The file is not opened. While still in the editor area, mouse down and move the mouse up and down. Notice the selection changing in the package explorer. When you release the mouse again, the .classpath file is opened.
|
2008-11-11 16:45:43
| 1,226,440,000 |
resolved fixed
|
cec8745
| 1,228,430,000 |
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/List.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Tree.java
|
SWT
|
1,303 | 257,614 |
Bug 257614 [Browser] add API to evaluate JS expression
|
- it's similar to execute(), but returns the expression's return value (if any) instead of a success boolean, and propogates JS errors to the Java side in the form of SWTException
|
2008-12-04 15:32:48
| 1,228,420,000 |
resolved fixed
|
828bb59
| 1,228,420,000 |
bundles/org.eclipse.swt/Eclipse SWT Browser/common/org/eclipse/swt/browser/Browser.java bundles/org.eclipse.swt/Eclipse SWT Browser/common/org/eclipse/swt/browser/BrowserFunction.java bundles/org.eclipse.swt/Eclipse SWT Browser/common/org/eclipse/swt/browser/WebBrowser.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java
|
SWT
|
1,304 | 257,278 |
Bug 257278 Ctrl-Shift-R does not update correctly on Mac Carbon
|
N20081201-2011, screenshot attached
|
2008-12-02 17:38:58
| 1,228,260,000 |
resolved fixed
|
a4a1f70
| 1,228,410,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
|
SWT
|
1,305 | 257,238 |
Bug 257238 StyledText: block selection mode: trouble with caret and newline
|
I20081202-0800. The block selection mode has troubles when I put the caret into a line and start typing: the small non-blinking caret stays (instead of the usual caret) - even after typing - and return does not working/is blocked. Can be reproduced in SWT's TextEditor example.
|
2008-12-02 12:50:20
| 1,228,240,000 |
resolved fixed
|
e035e22
| 1,228,340,000 |
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
|
SWT
|
1,306 | 256,685 |
Bug 256685 CoolBar control: for Vertical style, Horizontal Fill also applies Vertical Fill
|
Builds: Eclipse SDK Mac OSX Cocoa N20081120-2000 (compared to Carbon N20081120-2000) In the context of the SWT Controls Example, re the CoolBar control: For the Vertical style, when Horizontal Fill is specified, both horizontal fill and vertical fill are applied. (This occurs for both Cocoa and Carbon)
|
2008-11-26 14:12:46
| 1,227,730,000 |
resolved fixed
|
3419da6
| 1,228,250,000 |
bundles/org.eclipse.swt/Eclipse SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolBar.java
|
SWT
|
1,307 | 256,870 |
Bug 256870 The logic for drawing Vertical gradient of Bottom tabs is incorrect
|
Build ID: I20081030-1917 Steps To Reproduce: The vertical gradient is not drawn proper when the following options are used - CTabFolder tabs = new CTabFolder(shell, SWT.BUTTON); tabs.setTabHeight(500); //just for clear visibility. tabs.setSelectionBackground(new Color[]{display.getSystemColor(SWT.COLOR_DARK_BLUE), display.getSystemColor(SWT.COLOR_RED), display.getSystemColor(SWT.COLOR_GREEN), display.getSystemColor(SWT.COLOR_CYAN)}, new int[] {5, 20, 99},true); More information: The logic in the method - CTabFolder.drawBackground(GC gc, int[] shape, int x, int y, int width, int height, Color defaultBackground, Image image, Color[] colors, int[] percents, boolean vertical) has to be modified as - AT ---------> if (vertical) { if (onBottom) { TO -----------> //********************************************************* if (onBottom) { if (percents[percents.length - 1] <= 100) { int position = percents[percents.length - 1] * height / 100; gc.setBackground(defaultBackground); gc.fillRectangle(x, y, width, position); } int pos = 0; Color lastColor = colors[colors.length-1]; if (lastColor == null) lastColor = defaultBackground; for (int i = percents.length-1; i >= 0; i--) { gc.setForeground(lastColor); lastColor = colors[i]; if (lastColor == null) lastColor = defaultBackground; gc.setBackground(lastColor); int nextPercent; if(i>0) nextPercent = percents[i-1]; else nextPercent=0; int gradientHeight = ((percents[i]-nextPercent) * height / 100); gc.fillGradientRectangle(x, y+pos, width, gradientHeight, true); pos += gradientHeight; } } //*********************************************************
|
2008-11-28 05:31:58
| 1,227,870,000 |
resolved fixed
|
88aa482
| 1,228,240,000 |
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java
|
SWT
|
1,308 | 256,770 |
Bug 256770 [StyledText] setBackground() conflicts with LineStyleListener
|
Build ID: M20080911-1700 Steps To Reproduce: If you have a LineStyleListener installed and you call setBackground(), the result can look odd if you use getBackground() in the LineStyleListener to make some text background "transparent". The cause of the problem is that setBackgrund() doesn't reset the line styles. My fix was to move the reset code from addLineStyleListener(LineStyleListener) to a new method: public void addLineStyleListener(LineStyleListener listener) { checkWidget(); if (listener == null) SWT.error(SWT.ERROR_NULL_ARGUMENT); if (!isListening(LineGetStyle)) { resetLineStyles (); // <-- Replaced this code } addListener(LineGetStyle, new StyledTextListener(listener)); } private void resetLineStyles () { setStyleRanges(0, 0, null, null, true); renderer.clearLineStyle(0, content.getLineCount()); } And I call this method in setBackground(): public void setBackground(Color color) { checkWidget(); background = color; super.setBackground(color); resetLineStyles(); // <-- insert call here super.redraw(); } I'm not submitting a patch because I couldn't find a way to create one with Eclipse. I'll open an extra bug for that. That said, the change is trivial to make (one "Extract to method" and one line inserted), so whoever takes on this bug should have no problem to fix it.
|
2008-11-27 08:03:09
| 1,227,790,000 |
resolved fixed
|
ae2fbf2
| 1,228,160,000 |
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
|
SWT
|
1,309 | 256,845 |
Bug 256845 Shell control: "remain on top" property is voided when one goes to another application
|
Builds: Eclipse SDK Mac OSX Cocoa N20081126-2000 (compared to Carbon N20081126-2000) In the context of the SWT Controls Example, re the Shell control: When a Shell control is set to be On Top, the "on topness" applies correctly so long as one remains within the context of the application. As soon as one selects another application on the desktop, the Shell appears to "lose" the "On Top" property. When one returns to the original application (in this case the Eclipse workbench), the Shell is no longer on top. This can cause quite a headache when the Shell is also set to be Modal: one cannot act on the original application until one has taken care of the modal Shell, but on returning to the original application, the "on-top" Shell is now lurking underneath all the other stuff on the desktop, and oftentimes one has no clue what is causing the ensuing system beep.
|
2008-11-27 22:12:48
| 1,227,840,000 |
resolved fixed
|
773b117
| 1,228,160,000 |
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java
|
SWT
|
1,310 | 257,056 |
Bug 257056 [TestStyle] border missing in toString()
|
Build ID: M20080911-1700 Steps To Reproduce: The Method org.eclipse.swt.graphics.TextStyle.toString() doesn't include the border fields in the output. Please add this before "buffer.append("}");": if (borderStyle != SWT.NONE) { if (buffer.length() > startLength) buffer.append(", "); buffer.append("border="); switch(borderStyle) { case SWT.BORDER_SOLID: buffer.append("BORDER_SOLID"); break; case SWT.BORDER_DASH: buffer.append("BORDER_DASH"); break; case SWT.BORDER_DOT: buffer.append("BORDER_DOT"); break; default: buffer.append("Other("); buffer.append(borderStyle); buffer.append(")"); break; } if (borderColor != null) { buffer.append(", borderColor="); buffer.append(borderColor); } }
|
2008-12-01 06:59:30
| 1,228,130,000 |
resolved fixed
|
d29d21c
| 1,228,150,000 |
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/TextStyle.java
|
SWT
|
1,311 | 223,590 |
Bug 223590 Browser.print(GC) should not use ancestor clip
| null |
2008-03-23 17:13:56
| 1,206,310,000 |
resolved fixed
|
08ad5fb
| 1,227,830,000 |
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java
|
SWT
|
1,312 | 233,303 |
Bug 233303 [Contributions] Menuitem has incorrect letter underlined
|
I put the & in the properties files. But when I select f10, the underlined letter is off by one character. I can use the correct letter (not the one underlined) just fine. And when I arrow over to the menuitem, the underline changes to the correct one... <preference name="label.en"> <base:value value="Screen &Lock" readOnly="false" xsi:type="base:String" required="false"/> </preference> <preference name="label.en"> <base:value value="Log &off system" readOnly="false" xsi:type="base:String" required="false"/> </preference> <preference name="label.en"> <base:value value="&Shutdown system" readOnly="false" xsi:type="base:String" required="false"/> </preference>
|
2008-05-21 14:29:13
| 1,211,390,000 |
resolved fixed
|
f6abf83
| 1,227,820,000 |
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MenuItem.java
|
SWT
|
1,313 | 255,730 |
Bug 255730 NPE in Tree
|
I got a few of these exceptions when I ended a debug session. java.lang.NullPointerException at org.eclipse.swt.widgets.Tree.getSelection(Tree.java:1416) at org.eclipse.jface.viewers.TreeViewer.getSelection(TreeViewer.java:250) at org.eclipse.jface.viewers.AbstractTreeViewer.getSelection(AbstractTreeViewer.java:2848) at org.eclipse.ui.internal.AbstractSelectionService.getSelection(AbstractSelectionService.java:220) at org.eclipse.ui.internal.ide.actions.BuildUtilities.findSelectedProjects(BuildUtilities.java:78) at org.eclipse.ui.actions.BuildAction.isEnabled(BuildAction.java:231) at org.eclipse.ui.actions.RetargetAction.setActionHandler(RetargetAction.java:273) at org.eclipse.ui.internal.ide.actions.RetargetActionWithDefault.setActionHandler(RetargetActionWithDefault.java:47) at org.eclipse.ui.actions.RetargetAction.partActivated(RetargetAction.java:155) at org.eclipse.ui.internal.PartListenerList$1.run(PartListenerList.java:72) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:874) at org.eclipse.ui.internal.PartListenerList.fireEvent(PartListenerList.java:57) at org.eclipse.ui.internal.PartListenerList.firePartActivated(PartListenerList.java:70) at org.eclipse.ui.internal.PartService.firePartActivated(PartService.java:187) at org.eclipse.ui.internal.PartService.setActivePart(PartService.java:306) at org.eclipse.ui.internal.WWinPartService.updateActivePart(WWinPartService.java:131) at org.eclipse.ui.internal.WWinPartService.access$0(WWinPartService.java:122) at org.eclipse.ui.internal.WWinPartService$WWinListener.partDeactivated(WWinPartService.java:50) at org.eclipse.ui.internal.PartListenerList2$4.run(PartListenerList2.java:115) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:874) at org.eclipse.ui.internal.PartListenerList2.fireEvent(PartListenerList2.java:55) at org.eclipse.ui.internal.PartListenerList2.firePartDeactivated(PartListenerList2.java:113) at org.eclipse.ui.internal.PartService.firePartDeactivated(PartService.java:242) at org.eclipse.ui.internal.PartService.setActivePart(PartService.java:300) at org.eclipse.ui.internal.WorkbenchPagePartList.fireActivePartChanged(WorkbenchPagePartList.java:57) at org.eclipse.ui.internal.PartList.setActivePart(PartList.java:136) at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:3492) at org.eclipse.ui.internal.WorkbenchPage.activate(WorkbenchPage.java:611) at org.eclipse.ui.internal.WorkbenchPage.makeActive(WorkbenchPage.java:1229) at org.eclipse.ui.internal.WorkbenchPage.updateActivePart(WorkbenchPage.java:1209) at org.eclipse.ui.internal.WorkbenchPage.updateVisibility(WorkbenchPage.java:3635) at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:3575) at org.eclipse.ui.internal.WorkbenchPage.busySetPerspective(WorkbenchPage.java:1033) at org.eclipse.ui.internal.WorkbenchPage.access$16(WorkbenchPage.java:1017) at org.eclipse.ui.internal.WorkbenchPage$18.run(WorkbenchPage.java:3668) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:3666) at org.eclipse.ui.internal.PerspectiveBarContributionItem.select(PerspectiveBarContributionItem.java:124) at org.eclipse.ui.internal.PerspectiveBarContributionItem$1.widgetSelected(PerspectiveBarContributionItem.java:93) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1097) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1121) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1106) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:933) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2927) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2660) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:333) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:370) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 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:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
2008-11-18 17:26:04
| 1,227,050,000 |
resolved fixed
|
9c075ef
| 1,227,800,000 |
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Tree.java
|
SWT
|
1,314 | 256,688 |
Bug 256688 IndexOutOfBoundsException in TreeItem
|
calling setText(-1, "foo"), or setImage(-1, img) causes an exception. It should just do nothing.
|
2008-11-26 14:23:36
| 1,227,730,000 |
resolved fixed
|
d15e2d9
| 1,227,730,000 |
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/TreeItem.java
|
SWT
|
1,315 | 256,687 |
Bug 256687 NPE in Tree setSelection
|
calling setSelection(new TreeItem[] {null}) causes an NPE.
|
2008-11-26 14:15:35
| 1,227,730,000 |
resolved fixed
|
741b87a
| 1,227,730,000 |
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Tree.java
|
SWT
|
1,316 | 256,350 |
Bug 256350 hitTest wrong on controls with Region
| null |
2008-11-24 17:44:13
| 1,227,570,000 |
resolved fixed
|
c245286
| 1,227,570,000 |
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java
|
SWT
|
1,317 | 256,261 |
Bug 256261 Hand cursor stays when releasing Ctrl after hovering a link
|
HEAD - open a text editor with linkable content - press and hold Ctrl - move mouse cursor over a link => mouse cursor turns into a hand - release Ctrl => expected (like in 3.4.1): mouse cursor reverts to I-beam => was: stays hand until I move the mouse
|
2008-11-24 06:33:01
| 1,227,530,000 |
verified fixed
|
564c1c0
| 1,227,550,000 |
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledTextRenderer.java
|
SWT
|
1,318 | 256,170 |
Bug 256170 Image loses alpha information and crashes on 64 bit
|
Here is the testcase: import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.GC; import org.eclipse.swt.graphics.Image; import org.eclipse.swt.widgets.*; public class PR { public static void main(String[] args) { try { Display display = new Display(); Shell shell = new Shell(display); final Image image = new Image(display, "worker.png"); GC gc = new GC(image); gc.dispose(); shell.addListener(SWT.Paint, new Listener() { public void handleEvent(Event event) { event.gc.drawImage(image, 10, 10); } }); shell.pack(); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } catch (Throwable e) { e.printStackTrace(); } } }
|
2008-11-21 15:46:41
| 1,227,300,000 |
resolved fixed
|
2fd74ee
| 1,227,300,000 |
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/Image.java
|
SWT
|
1,319 | 255,282 |
Bug 255282 SWTException thrown from CCombo
|
The ingredients are: 1. A CCombo widget. 2. This CCombo widget added to an Eclipse View. 3. The View has to be detached (this is important as it triggers the exception). The steps to reproduce are: 1. Open the View (detached) containing the CCombo widget. 2. Activite the CCombo by selecting an item from it. 3. Close the (detached) View ensuring that the focus is still on the CCombo widget. 4. Repeat steps 1-2 but this time selecting an item from the CCombo throws an exception: !MESSAGE Unhandled event loop exception !STACK 0 org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:3777) at org.eclipse.swt.SWT.error(SWT.java:3695) at org.eclipse.swt.SWT.error(SWT.java:3666) at org.eclipse.swt.widgets.Widget.error(Widget.java:463) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:336) at org.eclipse.swt.widgets.Control.getShell(Control.java:1398) at org.eclipse.swt.custom.CCombo$1.handleEvent(CCombo.java:121) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1008) at org.eclipse.swt.widgets.Decorations.WM_ACTIVATE(Decorations.java:1625) at org.eclipse.swt.widgets.Shell.WM_ACTIVATE(Shell.java:2013) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3784) at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:337) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1576) at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:1937) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4528) at org.eclipse.swt.internal.win32.OS.SetFocus(Native Method) at org.eclipse.swt.widgets.Control.forceFocus(Control.java:974) at org.eclipse.swt.widgets.Control.setFocus(Control.java:2811) at org.eclipse.swt.custom.CCombo.dropDown(CCombo.java:538) at org.eclipse.swt.custom.CCombo.arrowEvent(CCombo.java:317) at org.eclipse.swt.custom.CCombo$1.handleEvent(CCombo.java:114) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.tencompetence.ldauthor.LDAuthorApp.start(LDAuthorApp.java:80) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 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:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236) at org.eclipse.equinox.launcher.Main.main(Main.java:1212) My theory - it seems that the CCombo is not unregistering itself and still handling events from the Shell here: if (getShell () == event.widget) { getDisplay().asyncExec(new Runnable() { public void run() { if (isDisposed()) return; handleFocus (SWT.FocusOut); } }); } } But this only happens if: a). The Parent View is in a detached state AND b). The CCombo widget has the focus when closing the View.
|
2008-11-13 17:29:01
| 1,226,620,000 |
resolved fixed
|
dc61c27
| 1,227,290,000 |
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java
|
SWT
|
1,320 | 255,403 |
Bug 255403 Some images in eclipse are not transparent
| null |
2008-11-14 15:55:24
| 1,226,700,000 |
resolved fixed
|
35d4101
| 1,227,210,000 |
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/Image.java
|
SWT
|
1,321 | 253,673 |
Bug 253673 Snippet207 doesn't rotate 45
|
The snippet says it is rotating 45 but this is not the case because Math.cos() and Math.sin() use radians and not degrees. The snippet has to look like this to really rotate 45 one needs to pass "45 * Math.PI / 180" to the 2 functions.
|
2008-11-04 06:24:49
| 1,225,800,000 |
resolved fixed
|
6b31c0e
| 1,227,200,000 |
examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet207.java
|
SWT
|
1,322 | 248,921 |
Bug 248921 Getting immediately setting back a Region on a GC once setAdvanced is set to true causes the region to change provided the repaint region is offset
| null |
2008-09-29 06:36:10
| 1,222,680,000 |
resolved fixed
|
bb1e385
| 1,227,200,000 |
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java
|
SWT
|
1,323 | 245,523 |
Bug 245523 GC stops drawing after setting transform with dy=-1
|
Build ID: Build id: I20080617-2000 Steps To Reproduce: 1. Set a transform with dy=-1 on a GC 2. Try to draw a line. Nothing will appear, and further drawing operations will silently fail too Example code: Transform transform = new Transform(gc.getDevice(), 1, 0, 0, 1, 0, -1); gc.setTransform(transform); gc.drawLine(0, 0, 100, 100); //==> line will not appear! If I change dy=-1 to -1.5f, everything works correctly. With values near -1.0 (like -1.0001), the drawing is grossly inaccurate. The bug seems to be in GC.checkGC(): it contains a line data.gdipYOffset = 0.5f / scaling; That line gets executed with scaling==-0.0. Then data.gdipYOffset becomes -Inf ==> GC is toast!
|
2008-08-28 07:46:44
| 1,219,920,000 |
resolved fixed
|
dda8615
| 1,227,130,000 |
bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/gdip/Gdip.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java
|
SWT
|
1,324 | 255,658 |
Bug 255658 SWT.UNDERLINE_LINK needs more doc
|
I20081118-0800. Either SWT.UNDERLINE_LINK and/or TextStyle.underlineStyle need more doc: it should mention the important side effect of changing the cursor.
|
2008-11-18 10:26:21
| 1,227,020,000 |
resolved fixed
|
81189a2
| 1,227,120,000 |
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java
|
SWT
|
1,325 | 255,821 |
Bug 255821 Image size incorrect when using native loader.
|
Some images that are loaded with the native loader are not getting the correct size. They're smaller than they should be. The size is getting set on the NSBitmapImageRep, but not on the NSImage itself.
|
2008-11-19 11:08:32
| 1,227,110,000 |
resolved fixed
|
a47c3ef
| 1,227,110,000 |
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/Image.java
|
SWT
|
1,326 | 249,210 |
Bug 249210 Crash in Tree.setItemCount
|
Process: eclipse [16632] Path: /Users/krbarnes/Desktop/eclipse/Eclipse.app/Contents/MacOS/eclipse Identifier: org.eclipse.eclipse Version: 3.4 (3.4) Code Type: X86 (Native) Parent Process: launchd [103] Date/Time: 2008-09-30 16:16:42.179 -0400 OS Version: Mac OS X 10.5.5 (9F33) Report Version: 6 I get this occasionally while debugging. Usually happens when I terminate a launch, but I don't have a reproducible test case yet. Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x00000000c0000023 Crashed Thread: 0 Application Specific Information: Java information: Version: Java HotSpot(TM) Client VM (1.5.0_13-119 mixed mode) Virtual Machine version: Java HotSpot(TM) Client VM (1.5.0_13-119) for macosx-x86, built on Sep 28 2007 23:59:21 by root with gcc 4.0.1 (Apple Inc. build 5465) Exception type: Bus Error (0xa) at pc=0x90889688 Current thread (0x09a01500): JavaThread "main" [_thread_in_native, id=-1602011232] Stack: [0xbf800000,0xc0000000) Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j org.eclipse.swt.internal.cocoa.OS.objc_msgSend(IIIZ)I+0 j org.eclipse.swt.internal.cocoa.NSOutlineView.reloadItem(Lorg/eclipse/swt/internal/cocoa/id;Z)V+20 j org.eclipse.swt.widgets.Tree.setItemCount(Lorg/eclipse/swt/widgets/TreeItem;I)V+214 j org.eclipse.swt.widgets.TreeItem.setItemCount(I)V+16 j org.eclipse.jface.viewers.TreeViewer$6.run()V+99 j org.eclipse.jface.viewers.StructuredViewer.preservingSelection(Ljava/lang/Runnable;Z)V+18 j org.eclipse.jface.viewers.TreeViewer.preservingSelection(Ljava/lang/Runnable;Z)V+22 j org.eclipse.jface.viewers.StructuredViewer.preservingSelection(Ljava/lang/Runnable;)V+3 j org.eclipse.jface.viewers.TreeViewer.setHasChildren(Ljava/lang/Object;Z)V+19 j org.eclipse.debug.internal.ui.viewers.model.HasChildrenUpdate.performUpdate()V+77 j org.eclipse.debug.internal.ui.viewers.model.ViewerUpdateMonitor$1.runInUIThread(Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/core/runtime/IStatus;+48 j org.eclipse.ui.progress.UIJob$1.run()V+51 J org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Z)Z v ~RuntimeStub::alignment_frame_return Runtime1 stub j org.eclipse.swt.widgets.Display.runAsyncMessages(Z)Z+5 j org.eclipse.swt.widgets.Display.readAndDispatch()Z+89 j org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V+9 j org.eclipse.ui.internal.Workbench.runUI()I+393 j org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1 j org.eclipse.ui.internal.Workbench$5.run()V+23 j org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12 j org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+18 j org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2 j org.eclipse.ui.internal.ide.application.IDEApplication.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+84 j org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Object;+135 j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+103 j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+29 j org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+149 j org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+183 v ~StubRoutines::call_stub j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0 j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87 j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6 j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+111 j org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+211 j org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+114 j org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4 v ~StubRoutines::call_stub Java Threads: ( => current thread ) 0x09afb4a0 JavaThread "Worker-24" [_thread_blocked, id=12308992] 0x09a35130 JavaThread "Worker-23" [_thread_blocked, id=10165760] 0x09af4290 JavaThread "Worker-22" [_thread_blocked, id=11589632] 0x09a2a390 JavaThread "Worker-21" [_thread_blocked, id=11649536] 0x09ae2910 JavaThread "Connect thread ottcvs1 session" [_thread_in_native, id=9937920] 0x09acdba0 JavaThread "Connect thread dev.eclipse.org session" [_thread_in_native, id=11775488] 0x09abb340 JavaThread "Worker-18" [_thread_blocked, id=11141632] 0x09aa98a0 JavaThread "Worker-16" [_thread_blocked, id=11329024] 0x09a9e740 JavaThread "org.eclipse.jdt.internal.ui.text.JavaReconciler" daemon [_thread_blocked, id=11700736] 0x09a8e250 JavaThread "Worker-8" [_thread_blocked, id=10965504] 0x09a84680 JavaThread "Worker-5" [_thread_blocked, id=10932736] 0x09a4d2a0 JavaThread "Java indexing" daemon [_thread_blocked, id=9016320] 0x09a1d650 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=10679296] 0x09a14d50 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=8828416] 0x09a13770 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=8899072] 0x09a12ab0 JavaThread "State Data Manager" daemon [_thread_blocked, id=8887296] 0x09a08fc0 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=8524288] 0x09a08590 JavaThread "CompilerThread0" daemon [_thread_blocked, id=8520192] 0x09a080e0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=8516608] 0x09a07790 JavaThread "Finalizer" daemon [_thread_blocked, id=8510464] 0x09a07390 JavaThread "Reference Handler" daemon [_thread_blocked, id=8506880] =>0x09a01500 JavaThread "main" [_thread_in_native, id=-1602011232] Other Threads: 0x09a06ae0 VMThread [id=8448512] 0x09a09bc0 WatcherThread [id=8527872] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap def new generation total 12992K, used 9653K [0x0e1f0000, 0x0f000000, 0x0f5a0000) eden space 11584K, 82% used [0x0e1f0000, 0x0eb482c8, 0x0ed40000) from space 1408K, 6% used [0x0ed40000, 0x0ed55520, 0x0eea0000) to space 1408K, 0% used [0x0eea0000, 0x0eea0000, 0x0f000000) tenured generation total 171532K, used 139761K [0x0f5a0000, 0x19d23000, 0x1e1f0000) the space 171532K, 81% used [0x0f5a0000, 0x17e1c508, 0x17e1c600, 0x19d23000) compacting perm gen total 52992K, used 52752K [0x1e1f0000, 0x215b0000, 0x2e1f0000) the space 52992K, 99% used [0x1e1f0000, 0x215741b0, 0x21574200, 0x215b0000) No shared spaces configured. Virtual Machine arguments: JVM args: -Xdock:icon=../Resources/Eclipse.icns -XstartOnFirstThread -Xms40m -Xmx256m -XX:MaxPermSize=256m -Dorg.eclipse.swt.internal.carbon.smallFonts Java command: <unknown> launcher type: generic Thread 0 Crashed: 0 libobjc.A.dylib 0x90889688 objc_msgSend + 24 1 com.apple.CoreFoundation 0x928b47fb __CFSetFindBuckets1b + 91 2 com.apple.CoreFoundation 0x928b4c89 CFSetRemoveValue + 697 3 com.apple.AppKit 0x93936928 removeChildRowEntries + 386 4 com.apple.AppKit 0x939345a0 -[NSOutlineView reloadItem:reloadChildren:] + 1359 5 libswt-pi-cocoa-3509.jnilib 0x357f8285 Java_org_eclipse_swt_internal_cocoa_OS_objc_1msgSend__IIIZ + 366 6 ??? 0x0c1f09b1 0 + 203360689 7 ??? 0x0c1eaa7f 0 + 203336319 8 ??? 0x0c1ea9d3 0 + 203336147 9 ??? 0x0c1ea9d3 0 + 203336147 10 ??? 0x0c1ea9d3 0 + 203336147 11 ??? 0x0c1eacd9 0 + 203336921 12 ??? 0x0c1ea9d3 0 + 203336147 13 ??? 0x0c1ea9d3 0 + 203336147 14 ??? 0x0c1ea9d3 0 + 203336147 15 ??? 0x0c1ea9d3 0 + 203336147 16 ??? 0x0c1ea9d3 0 + 203336147 17 ??? 0x0c1eaaaa 0 + 203336362 18 ??? 0x0ce8b820 0 + 216578080 19 ??? 0x0c25cdc0 0 + 203804096 20 ??? 0x0c1eab2b 0 + 203336491 21 ??? 0x0c1eab2b 0 + 203336491 22 ??? 0x0c1eab2b 0 + 203336491 23 ??? 0x0c1ea9d3 0 + 203336147 24 ??? 0x0c1eaa7f 0 + 203336319 25 ??? 0x0c1eaa7f 0 + 203336319 26 ??? 0x0c1eacd9 0 + 203336921 27 ??? 0x0c1ea9d3 0 + 203336147 28 ??? 0x0c1eaa7f 0 + 203336319 29 ??? 0x0c1eaa7f 0 + 203336319 30 ??? 0x0c1eadb0 0 + 203337136 31 ??? 0x0c1eadb0 0 + 203337136 32 ??? 0x0c1eaaaa 0 + 203336362 33 ??? 0x0c1eaaaa 0 + 203336362 34 ??? 0x0c1eaaaa 0 + 203336362 35 ??? 0x0c1e8227 0 + 203325991 36 libjvm.dylib 0x004d263a 0x3b9000 + 1152570 37 libjvm.dylib 0x004d2356 0x3b9000 + 1151830 38 libjvm.dylib 0x004744b1 0x3b9000 + 767153 39 libjvm.dylib 0x00490e4f 0x3b9000 + 884303 40 libjvm.dylib 0x0060f78b JVM_InvokeMethod + 411 41 ??? 0x0c1f09b1 0 + 203360689 42 ??? 0x0c1eaaaa 0 + 203336362 43 ??? 0x0c1eaaaa 0 + 203336362 44 ??? 0x0c1eadb0 0 + 203337136 45 ??? 0x0c1eaaaa 0 + 203336362 46 ??? 0x0c1ea9d3 0 + 203336147 47 ??? 0x0c1ea9d3 0 + 203336147 48 ??? 0x0c1e8227 0 + 203325991 49 libjvm.dylib 0x004d263a 0x3b9000 + 1152570 50 libjvm.dylib 0x004d2356 0x3b9000 + 1151830 51 libjvm.dylib 0x0045c68c 0x3b9000 + 669324 52 libjvm.dylib 0x005c824a JNI_CreateJavaVM_Impl + 101386 53 eclipse_1200.so 0x0001ef67 startJavaJNI + 1795 54 eclipse_1200.so 0x0001de11 startJavaVM + 120 55 eclipse_1200.so 0x0001ce01 run + 4756 56 org.eclipse.eclipse 0x0000234d original_main + 1773 57 org.eclipse.eclipse 0x00002a39 main + 1517 58 org.eclipse.eclipse 0x00001aaa start + 54 Thread 1: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libSystem.B.dylib 0x96f71f67 mach_msg_server + 491 3 libjvm.dylib 0x003c7ed5 0x3b9000 + 61141 4 libjvm.dylib 0x003c7c95 0x3b9000 + 60565 5 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 6 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 2: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libjvm.dylib 0x004d1563 0x3b9000 + 1148259 3 libjvm.dylib 0x004d13fc 0x3b9000 + 1147900 4 libjvm.dylib 0x004161ed 0x3b9000 + 381421 5 libjvm.dylib 0x00415d57 0x3b9000 + 380247 6 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 7 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 3: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libjvm.dylib 0x004d161a 0x3b9000 + 1148442 3 libjvm.dylib 0x0041728a 0x3b9000 + 385674 4 libjvm.dylib 0x00416875 0x3b9000 + 383093 5 libjvm.dylib 0x005f8201 JVM_MonitorWait + 465 6 ??? 0x0c913359 0 + 210842457 7 ??? 0x0c92b108 0 + 210940168 8 ??? 0x0c263980 0 + 203831680 9 ??? 0x0c1e8227 0 + 203325991 10 libjvm.dylib 0x004d263a 0x3b9000 + 1152570 11 libjvm.dylib 0x00416763 0x3b9000 + 382819 12 libjvm.dylib 0x00416655 0x3b9000 + 382549 13 libjvm.dylib 0x00416595 0x3b9000 + 382357 14 libjvm.dylib 0x004164b8 0x3b9000 + 382136 15 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 16 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 4: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libjvm.dylib 0x004d161a 0x3b9000 + 1148442 3 libjvm.dylib 0x0041728a 0x3b9000 + 385674 4 libjvm.dylib 0x00416875 0x3b9000 + 383093 5 libjvm.dylib 0x005f8201 JVM_MonitorWait + 465 6 ??? 0x0c913359 0 + 210842457 7 ??? 0x0c3d5444 0 + 205345860 8 ??? 0x0c97cdb0 0 + 211275184 9 ??? 0x0c263e00 0 + 203832832 10 ??? 0x0c1e8227 0 + 203325991 11 libjvm.dylib 0x004d263a 0x3b9000 + 1152570 12 libjvm.dylib 0x00416763 0x3b9000 + 382819 13 libjvm.dylib 0x00416655 0x3b9000 + 382549 14 libjvm.dylib 0x00416595 0x3b9000 + 382357 15 libjvm.dylib 0x004164b8 0x3b9000 + 382136 16 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 17 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 5: 0 libSystem.B.dylib 0x96efc4e2 semaphore_wait_trap + 10 1 libjvm.dylib 0x004179ae 0x3b9000 + 387502 2 libjvm.dylib 0x00417695 0x3b9000 + 386709 3 libjvm.dylib 0x004164b8 0x3b9000 + 382136 4 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 5 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 6: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libjvm.dylib 0x004d161a 0x3b9000 + 1148442 3 libjvm.dylib 0x004d12b9 0x3b9000 + 1147577 4 libjvm.dylib 0x00417fdb 0x3b9000 + 389083 5 libjvm.dylib 0x00417cb8 0x3b9000 + 388280 6 libjvm.dylib 0x004164b8 0x3b9000 + 382136 7 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 8 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 7: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libjvm.dylib 0x004d161a 0x3b9000 + 1148442 3 libjvm.dylib 0x004d13fc 0x3b9000 + 1147900 4 libjvm.dylib 0x004180f0 0x3b9000 + 389360 5 libjvm.dylib 0x004164b8 0x3b9000 + 382136 6 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 7 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 8: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libjvm.dylib 0x004d1563 0x3b9000 + 1148259 3 libjvm.dylib 0x0041890f 0x3b9000 + 391439 4 libjvm.dylib 0x0041845a 0x3b9000 + 390234 5 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 6 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 9: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libjvm.dylib 0x004d1563 0x3b9000 + 1148259 3 libjvm.dylib 0x00418769 0x3b9000 + 391017 4 libjvm.dylib 0x006076c1 JVM_Sleep + 481 5 ??? 0x0c1f09b1 0 + 203360689 6 ??? 0x0c1ea9d3 0 + 203336147 7 ??? 0x0c1eacd9 0 + 203336921 8 ??? 0x0c1e8227 0 + 203325991 9 libjvm.dylib 0x004d263a 0x3b9000 + 1152570 10 libjvm.dylib 0x00416763 0x3b9000 + 382819 11 libjvm.dylib 0x00416655 0x3b9000 + 382549 12 libjvm.dylib 0x00416595 0x3b9000 + 382357 13 libjvm.dylib 0x004164b8 0x3b9000 + 382136 14 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 15 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 10: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libjvm.dylib 0x004d161a 0x3b9000 + 1148442 3 libjvm.dylib 0x0041728a 0x3b9000 + 385674 4 libjvm.dylib 0x00416875 0x3b9000 + 383093 5 libjvm.dylib 0x005f8201 JVM_MonitorWait + 465 6 ??? 0x0c1f09b1 0 + 203360689 7 ??? 0x0c1ea9d3 0 + 203336147 8 ??? 0x0c1ea9d3 0 + 203336147 9 ??? 0x0c1eaaaa 0 + 203336362 10 ??? 0x0c1e8227 0 + 203325991 11 libjvm.dylib 0x004d263a 0x3b9000 + 1152570 12 libjvm.dylib 0x00416763 0x3b9000 + 382819 13 libjvm.dylib 0x00416655 0x3b9000 + 382549 14 libjvm.dylib 0x00416595 0x3b9000 + 382357 15 libjvm.dylib 0x004164b8 0x3b9000 + 382136 16 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 17 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 11: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libjvm.dylib 0x004d161a 0x3b9000 + 1148442 3 libjvm.dylib 0x0041728a 0x3b9000 + 385674 4 libjvm.dylib 0x00416875 0x3b9000 + 383093 5 libjvm.dylib 0x005f8201 JVM_MonitorWait + 465 6 ??? 0x0c1f09b1 0 + 203360689 7 ??? 0x0c1ea9d3 0 + 203336147 8 ??? 0x0c1ea9d3 0 + 203336147 9 ??? 0x0c1eaaaa 0 + 203336362 10 ??? 0x0c1e8227 0 + 203325991 11 libjvm.dylib 0x004d263a 0x3b9000 + 1152570 12 libjvm.dylib 0x00416763 0x3b9000 + 382819 13 libjvm.dylib 0x00416655 0x3b9000 + 382549 14 libjvm.dylib 0x00416595 0x3b9000 + 382357 15 libjvm.dylib 0x004164b8 0x3b9000 + 382136 16 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 17 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 12: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libjvm.dylib 0x004d161a 0x3b9000 + 1148442 3 libjvm.dylib 0x0041728a 0x3b9000 + 385674 4 libjvm.dylib 0x00416875 0x3b9000 + 383093 5 libjvm.dylib 0x005f8201 JVM_MonitorWait + 465 6 ??? 0x0c1f09b1 0 + 203360689 7 ??? 0x0c1ea9d3 0 + 203336147 8 ??? 0x0c1ea9d3 0 + 203336147 9 ??? 0x0c1eaaaa 0 + 203336362 10 ??? 0x0c1e8227 0 + 203325991 11 libjvm.dylib 0x004d263a 0x3b9000 + 1152570 12 libjvm.dylib 0x00416763 0x3b9000 + 382819 13 libjvm.dylib 0x00416655 0x3b9000 + 382549 14 libjvm.dylib 0x00416595 0x3b9000 + 382357 15 libjvm.dylib 0x004164b8 0x3b9000 + 382136 16 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 17 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 13: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libjvm.dylib 0x004d161a 0x3b9000 + 1148442 3 libjvm.dylib 0x0041728a 0x3b9000 + 385674 4 libjvm.dylib 0x00416875 0x3b9000 + 383093 5 libjvm.dylib 0x005f8201 JVM_MonitorWait + 465 6 ??? 0x0c1f09b1 0 + 203360689 7 ??? 0x0c1ea9d3 0 + 203336147 8 ??? 0x0c1ea9d3 0 + 203336147 9 ??? 0x0c1eacd9 0 + 203336921 10 ??? 0x0c1e8227 0 + 203325991 11 libjvm.dylib 0x004d263a 0x3b9000 + 1152570 12 libjvm.dylib 0x00416763 0x3b9000 + 382819 13 libjvm.dylib 0x00416655 0x3b9000 + 382549 14 libjvm.dylib 0x00416595 0x3b9000 + 382357 15 libjvm.dylib 0x004164b8 0x3b9000 + 382136 16 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 17 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 14: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libjvm.dylib 0x004d1563 0x3b9000 + 1148259 3 libjvm.dylib 0x0041728a 0x3b9000 + 385674 4 libjvm.dylib 0x00416875 0x3b9000 + 383093 5 libjvm.dylib 0x005f8201 JVM_MonitorWait + 465 6 ??? 0x0c913359 0 + 210842457 7 ??? 0x0cd8a398 0 + 215524248 8 ??? 0x0c58993c 0 + 207132988 9 ??? 0x0c25cdc0 0 + 203804096 10 ??? 0x0c1eaaaa 0 + 203336362 11 ??? 0x0c1e8227 0 + 203325991 12 libjvm.dylib 0x004d263a 0x3b9000 + 1152570 13 libjvm.dylib 0x00416763 0x3b9000 + 382819 14 libjvm.dylib 0x00416655 0x3b9000 + 382549 15 libjvm.dylib 0x00416595 0x3b9000 + 382357 16 libjvm.dylib 0x004164b8 0x3b9000 + 382136 17 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 18 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 15: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libjvm.dylib 0x004d1563 0x3b9000 + 1148259 3 libjvm.dylib 0x0041728a 0x3b9000 + 385674 4 libjvm.dylib 0x00416875 0x3b9000 + 383093 5 libjvm.dylib 0x005f8201 JVM_MonitorWait + 465 6 ??? 0x0c913359 0 + 210842457 7 ??? 0x0cd8a398 0 + 215524248 8 ??? 0x0c58993c 0 + 207132988 9 ??? 0x0c25cdc0 0 + 203804096 10 ??? 0x0c1eaaaa 0 + 203336362 11 ??? 0x0c1e8227 0 + 203325991 12 libjvm.dylib 0x004d263a 0x3b9000 + 1152570 13 libjvm.dylib 0x00416763 0x3b9000 + 382819 14 libjvm.dylib 0x00416655 0x3b9000 + 382549 15 libjvm.dylib 0x00416595 0x3b9000 + 382357 16 libjvm.dylib 0x004164b8 0x3b9000 + 382136 17 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 18 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 16: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libjvm.dylib 0x004d1563 0x3b9000 + 1148259 3 libjvm.dylib 0x0041728a 0x3b9000 + 385674 4 libjvm.dylib 0x00416875 0x3b9000 + 383093 5 libjvm.dylib 0x005f8201 JVM_MonitorWait + 465 6 ??? 0x0c1f09b1 0 + 203360689 7 ??? 0x0c1ea9d3 0 + 203336147 8 ??? 0x0c1e8227 0 + 203325991 9 libjvm.dylib 0x004d263a 0x3b9000 + 1152570 10 libjvm.dylib 0x00416763 0x3b9000 + 382819 11 libjvm.dylib 0x00416655 0x3b9000 + 382549 12 libjvm.dylib 0x00416595 0x3b9000 + 382357 13 libjvm.dylib 0x004164b8 0x3b9000 + 382136 14 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 15 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 17: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libjvm.dylib 0x004d1563 0x3b9000 + 1148259 3 libjvm.dylib 0x0041728a 0x3b9000 + 385674 4 libjvm.dylib 0x00416875 0x3b9000 + 383093 5 libjvm.dylib 0x005f8201 JVM_MonitorWait + 465 6 ??? 0x0c913359 0 + 210842457 7 ??? 0x0cd8a398 0 + 215524248 8 ??? 0x0c58993c 0 + 207132988 9 ??? 0x0c25cdc0 0 + 203804096 10 ??? 0x0c1eaaaa 0 + 203336362 11 ??? 0x0c1e8227 0 + 203325991 12 libjvm.dylib 0x004d263a 0x3b9000 + 1152570 13 libjvm.dylib 0x00416763 0x3b9000 + 382819 14 libjvm.dylib 0x00416655 0x3b9000 + 382549 15 libjvm.dylib 0x00416595 0x3b9000 + 382357 16 libjvm.dylib 0x004164b8 0x3b9000 + 382136 17 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 18 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 18: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libjvm.dylib 0x004d1563 0x3b9000 + 1148259 3 libjvm.dylib 0x0041728a 0x3b9000 + 385674 4 libjvm.dylib 0x00416875 0x3b9000 + 383093 5 libjvm.dylib 0x005f8201 JVM_MonitorWait + 465 6 ??? 0x0c913359 0 + 210842457 7 ??? 0x0cd8a398 0 + 215524248 8 ??? 0x0c58993c 0 + 207132988 9 ??? 0x0c25cdc0 0 + 203804096 10 ??? 0x0c1eaaaa 0 + 203336362 11 ??? 0x0c1e8227 0 + 203325991 12 libjvm.dylib 0x004d263a 0x3b9000 + 1152570 13 libjvm.dylib 0x00416763 0x3b9000 + 382819 14 libjvm.dylib 0x00416655 0x3b9000 + 382549 15 libjvm.dylib 0x00416595 0x3b9000 + 382357 16 libjvm.dylib 0x004164b8 0x3b9000 + 382136 17 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 18 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 19: 0 libSystem.B.dylib 0x96f4c5e2 select$DARWIN_EXTSN + 10 1 libnet.jnilib 0x33566012 Java_java_net_SocketInputStream_socketRead0 + 241 2 ??? 0x0c78d904 0 + 209246468 3 ??? 0x0cad8de8 0 + 212700648 4 ??? 0x0c78d5a8 0 + 209245608 5 ??? 0x0c763054 0 + 209072212 6 ??? 0x0c25cdc0 0 + 203804096 7 ??? 0x0c1eaaaa 0 + 203336362 8 ??? 0x0c1eacd9 0 + 203336921 9 ??? 0x0c1e8227 0 + 203325991 10 libjvm.dylib 0x004d263a 0x3b9000 + 1152570 11 libjvm.dylib 0x00416763 0x3b9000 + 382819 12 libjvm.dylib 0x00416655 0x3b9000 + 382549 13 libjvm.dylib 0x00416595 0x3b9000 + 382357 14 libjvm.dylib 0x004164b8 0x3b9000 + 382136 15 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 16 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 20: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 com.apple.CoreFoundation 0x928ae0ce CFRunLoopRunSpecific + 1790 3 com.apple.CoreFoundation 0x928aecf8 CFRunLoopRunInMode + 88 4 com.apple.CFNetwork 0x9316ceca CFURLCacheWorkerThread(void*) + 396 5 libSystem.B.dylib 0x96f2d6f5 _pthread_start + 321 6 libSystem.B.dylib 0x96f2d5b2 thread_start + 34 Thread 21: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 com.apple.CoreFoundation 0x928ae0ce CFRunLoopRunSpecific + 1790 3 com.apple.CoreFoundation 0x928aecf8 CFRunLoopRunInMode + 88 4 com.apple.Foundation 0x93f9d100 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320 5 com.apple.Foundation 0x93f39bad -[NSThread main] + 45 6 com.apple.Foundation 0x93f39754 __NSThread__main__ + 308 7 libSystem.B.dylib 0x96f2d6f5 _pthread_start + 321 8 libSystem.B.dylib 0x96f2d5b2 thread_start + 34 Thread 22: 0 libSystem.B.dylib 0x96f4c5e2 select$DARWIN_EXTSN + 10 1 libnet.jnilib 0x33566012 Java_java_net_SocketInputStream_socketRead0 + 241 2 ??? 0x0c78d904 0 + 209246468 3 ??? 0x0cad8de8 0 + 212700648 4 ??? 0x0c78d5a8 0 + 209245608 5 ??? 0x0c763054 0 + 209072212 6 ??? 0x0cd77054 0 + 215445588 7 ??? 0x0c25cdc0 0 + 203804096 8 ??? 0x0c1eacd9 0 + 203336921 9 ??? 0x0c1e8227 0 + 203325991 10 libjvm.dylib 0x004d263a 0x3b9000 + 1152570 11 libjvm.dylib 0x00416763 0x3b9000 + 382819 12 libjvm.dylib 0x00416655 0x3b9000 + 382549 13 libjvm.dylib 0x00416595 0x3b9000 + 382357 14 libjvm.dylib 0x004164b8 0x3b9000 + 382136 15 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 16 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 23: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libjvm.dylib 0x004d1563 0x3b9000 + 1148259 3 libjvm.dylib 0x0041728a 0x3b9000 + 385674 4 libjvm.dylib 0x00416875 0x3b9000 + 383093 5 libjvm.dylib 0x005f8201 JVM_MonitorWait + 465 6 ??? 0x0c913359 0 + 210842457 7 ??? 0x0cd8a398 0 + 215524248 8 ??? 0x0c58993c 0 + 207132988 9 ??? 0x0c25cdc0 0 + 203804096 10 ??? 0x0c1eaaaa 0 + 203336362 11 ??? 0x0c1e8227 0 + 203325991 12 libjvm.dylib 0x004d263a 0x3b9000 + 1152570 13 libjvm.dylib 0x00416763 0x3b9000 + 382819 14 libjvm.dylib 0x00416655 0x3b9000 + 382549 15 libjvm.dylib 0x00416595 0x3b9000 + 382357 16 libjvm.dylib 0x004164b8 0x3b9000 + 382136 17 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 18 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 24: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libjvm.dylib 0x004d1563 0x3b9000 + 1148259 3 libjvm.dylib 0x0041728a 0x3b9000 + 385674 4 libjvm.dylib 0x00416875 0x3b9000 + 383093 5 libjvm.dylib 0x005f8201 JVM_MonitorWait + 465 6 ??? 0x0c913359 0 + 210842457 7 ??? 0x0cd8a398 0 + 215524248 8 ??? 0x0c58993c 0 + 207132988 9 ??? 0x0c25cdc0 0 + 203804096 10 ??? 0x0c1eaaaa 0 + 203336362 11 ??? 0x0c1e8227 0 + 203325991 12 libjvm.dylib 0x004d263a 0x3b9000 + 1152570 13 libjvm.dylib 0x00416763 0x3b9000 + 382819 14 libjvm.dylib 0x00416655 0x3b9000 + 382549 15 libjvm.dylib 0x00416595 0x3b9000 + 382357 16 libjvm.dylib 0x004164b8 0x3b9000 + 382136 17 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 18 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 25: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libjvm.dylib 0x004d1563 0x3b9000 + 1148259 3 libjvm.dylib 0x0041728a 0x3b9000 + 385674 4 libjvm.dylib 0x00416875 0x3b9000 + 383093 5 libjvm.dylib 0x005f8201 JVM_MonitorWait + 465 6 ??? 0x0c913359 0 + 210842457 7 ??? 0x0cd8a398 0 + 215524248 8 ??? 0x0c58993c 0 + 207132988 9 ??? 0x0c25cdc0 0 + 203804096 10 ??? 0x0c1eaaaa 0 + 203336362 11 ??? 0x0c1e8227 0 + 203325991 12 libjvm.dylib 0x004d263a 0x3b9000 + 1152570 13 libjvm.dylib 0x00416763 0x3b9000 + 382819 14 libjvm.dylib 0x00416655 0x3b9000 + 382549 15 libjvm.dylib 0x00416595 0x3b9000 + 382357 16 libjvm.dylib 0x004164b8 0x3b9000 + 382136 17 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 18 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 26: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libjvm.dylib 0x004d1563 0x3b9000 + 1148259 3 libjvm.dylib 0x0041728a 0x3b9000 + 385674 4 libjvm.dylib 0x00416875 0x3b9000 + 383093 5 libjvm.dylib 0x005f8201 JVM_MonitorWait + 465 6 ??? 0x0c913359 0 + 210842457 7 ??? 0x0cd8a398 0 + 215524248 8 ??? 0x0c58993c 0 + 207132988 9 ??? 0x0c9d39a8 0 + 211630504 10 ??? 0x0c25cdc0 0 + 203804096 11 ??? 0x0c1e8227 0 + 203325991 12 libjvm.dylib 0x004d263a 0x3b9000 + 1152570 13 libjvm.dylib 0x00416763 0x3b9000 + 382819 14 libjvm.dylib 0x00416655 0x3b9000 + 382549 15 libjvm.dylib 0x00416595 0x3b9000 + 382357 16 libjvm.dylib 0x004164b8 0x3b9000 + 382136 17 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 18 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 0 crashed with X86 Thread State (32-bit): eax: 0x38151d00 ebx: 0x928b11ce ecx: 0x9088a850 edx: 0xc0000003 edi: 0x38151d00 esi: 0x38151d00 ebp: 0xbfffe638 esp: 0xbfffe618 ss: 0x0000001f efl: 0x00010206 eip: 0x90889688 cs: 0x00000017 ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037 cr2: 0xc0000023 Binary Images: 0x1000 - 0x3fff +org.eclipse.eclipse 3.4 (3.4) /Users/krbarnes/Desktop/eclipse/Eclipse.app/Contents/MacOS/eclipse 0x1a000 - 0x20fff +eclipse_1200.so ??? (???) /Users/krbarnes/Desktop/eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.0.0.v20080731-1700/eclipse_1200.so 0x29000 - 0x30ffd com.apple.JavaVM 12.0.2 (12.0.2) <44b9536fe4d7c7fcb3506adb695a180f> /System/Library/Frameworks/JavaVM.framework/JavaVM 0x49000 - 0x50fe0 libverify.dylib ??? (???) <7a69785e6278690ecba70a4ec32d732a> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libverify.dylib 0x56000 - 0x70fef libjava.jnilib ??? (???) <42b19094a14d6f296d7186946847ce86> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libjava.jnilib 0x7e000 - 0x89ffb libzip.jnilib ??? (???) <8d58d4a6b64d83d08732a310918c7f5a> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libzip.jnilib 0x3b9000 - 0x708ffb libjvm.dylib ??? (???) <5bd51fa3ce82d6e1bd1582f46b2b8bac> /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Libraries/libjvm.dylib 0x9e57000 - 0x9e57fff +liblocalfile_1_0_0.jnilib ??? (???) /Users/krbarnes/Desktop/eclipse/configuration/org.eclipse.osgi/bundles/24/1/.cp/os/macosx/liblocalfile_1_0_0.jnilib 0x30c64000 - 0x30c64ffe +libkeystoreNative.jnilib ??? (???) /Users/krbarnes/Desktop/eclipse/configuration/org.eclipse.osgi/bundles/79/1/.cp/libkeystoreNative.jnilib 0x30d41000 - 0x30d44ffc libnio.jnilib ??? (???) <57a95ec155863e0a0e7b2636d7c461f2> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libnio.jnilib 0x30e05000 - 0x30f23ff7 com.apple.RawCamera.bundle 2.0.8 (2.0.8) <56067945130800a348eb076676d41e92> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x3355d000 - 0x33568ffb libnet.jnilib ??? (???) <d6087c096127755a3769819c04fe6a19> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libnet.jnilib 0x357d9000 - 0x357dbffe +libswt-cocoa-3509.jnilib ??? (???) /Users/krbarnes/Desktop/eclipse/configuration/org.eclipse.osgi/bundles/134/1/.cp/libswt-cocoa-3509.jnilib 0x357ea000 - 0x35804fff +libswt-pi-cocoa-3509.jnilib ??? (???) /Users/krbarnes/Desktop/eclipse/configuration/org.eclipse.osgi/bundles/134/1/.cp/libswt-pi-cocoa-3509.jnilib 0x35838000 - 0x35839ff3 ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/ATSHI.dylib 0x359ab000 - 0x359b0ff3 libCGXCoreImage.A.dylib ??? (???) <31761f6461b8dd390dc4df480b1fb564> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib 0x8fe00000 - 0x8fe2da53 dyld 96.2 (???) <7af47d3b00b2268947563c7fa8c59a07> /usr/lib/dyld 0x90003000 - 0x901d1fff com.apple.security 5.0.4 (34102) <f01d6cbd6a0f24f6c13952ed448e77d6> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x901d2000 - 0x901dbfff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x901e9000 - 0x901f9ffc com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x901fa000 - 0x90219ffa libJPEG.dylib ??? (???) <e7eb56555109e23144924cd64aa8daec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x9021a000 - 0x90263fef com.apple.Metadata 10.5.2 (398.22) <a6b676925dd832780daf991e79adfebd> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x902c7000 - 0x90317ff7 com.apple.HIServices 1.7.0 (???) <f7e78891a6d08265c83dca8e378be1ea> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x9063b000 - 0x90781ff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) <6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x90836000 - 0x90861fe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib 0x90868000 - 0x9086bfff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x9086c000 - 0x9086efff com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x9086f000 - 0x90873fff libGIF.dylib ??? (???) <572a32e46e33be1ec041c5ef5b0341ae> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x90874000 - 0x90954fff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib 0x90955000 - 0x909cfff8 com.apple.print.framework.PrintCore 5.5.3 (245.3) <222dade7b33b99708b8c09d1303f93fc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x909d0000 - 0x90de0fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x90de1000 - 0x90de2ffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib 0x90de3000 - 0x90de8fff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x90de9000 - 0x912baf3e libGLProgrammability.dylib ??? (???) <fe1a33d4919c121aab831ad516da6a89> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x912bb000 - 0x9190
|
2008-09-30 16:18:50
| 1,222,810,000 |
resolved fixed
|
63f0ecd
| 1,226,700,000 |
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Tree.java
|
SWT
|
1,327 | 128,804 |
Bug 128804 No settings callback when High Contrast is turned off
|
3.2 M5 We only get the settings callback when High Contrast mode is turned on but not when it is turned off. STEPS 1) Run the class attached 2) Change to High Contrast mode - you get the callback (prints to console) 3) Change it back - no print to console.
|
2006-02-21 09:21:17
| 1,140,530,000 |
resolved fixed
|
cbdd911
| 1,226,700,000 |
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java
|
SWT
|
1,328 | 255,373 |
Bug 255373 Textlayout border and error underline are not bidi aware
|
the code that draws the border and error/squiggly underline is not aware of bidi (i.e. and logical sequence of characters can visually be split apart in bidi)
|
2008-11-14 13:06:15
| 1,226,690,000 |
resolved fixed
|
22c7899
| 1,226,700,000 |
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/TextLayout.java
|
SWT
|
1,329 | 255,398 |
Bug 255398 IndexOutOfBoundsException in Image.setBackground
|
This was changes release to setBackground as part of native image loading are causing index out of bounds exceptions. java.lang.ArrayIndexOutOfBoundsException: 400 at org.eclipse.swt.graphics.Image.setBackground(Image.java:1231) at Stub.main(Stub.java:31) public static void main(String[] args) { try { final Display display = new Display(); final Shell shell = new Shell(display); shell.setText("Parent Shell"); Color red = display.getSystemColor(SWT.COLOR_RED); Color blue = display.getSystemColor(SWT.COLOR_BLUE); Color yellow = display.getSystemColor(SWT.COLOR_YELLOW); Image image = new Image(display, 100, 100); GC gc = new GC(image); gc.setBackground(blue); gc.fillRectangle(0, 0, 100, 100); gc.setForeground(red); gc.setLineWidth(10); gc.drawLine(0, 0, 100, 100); gc.drawLine(100, 0, 0, 100); gc.dispose(); ImageData data = image.getImageData(); data.transparentPixel = data.getPixel(0, 50); image.dispose(); final Image img = new Image(display, data); img.setBackground(yellow); System.out.println(Integer.toHexString(img.getImageData().getPixel(0, 50))); ImageData d = img.getImageData(); d.transparentPixel = -1; final Image img2 = new Image(display, d); shell.addListener(SWT.Paint, new Listener() { public void handleEvent(Event event) { event.gc.drawImage(img, 10, 10); event.gc.drawImage(img2, 10, 150); } }); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } img.dispose(); display.dispose(); } catch (Throwable t) { t.printStackTrace(); }
|
2008-11-14 15:14:03
| 1,226,690,000 |
resolved fixed
|
b2127d5
| 1,226,700,000 |
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/Image.java
|
SWT
|
1,330 | 252,418 |
Bug 252418 Can't replace text in spinner
|
text entered in spinner is alway prepended to the text that's already there. (ie you can't turn 100, into 10 with the keyboard).
|
2008-10-28 12:28:54
| 1,225,210,000 |
resolved fixed
|
fe06bdb
| 1,226,690,000 |
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Spinner.java
|
SWT
|
1,331 | 253,220 |
Bug 253220 Support native image loading
| null |
2008-11-03 10:49:15
| 1,225,730,000 |
resolved fixed
|
e5c0f14
| 1,226,600,000 |
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSBitmapImageRep.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSGraphicsContext.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSImage.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSImageRep.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/Image.java
|
SWT
|
1,332 | 254,797 |
Bug 254797 Upside down topsy turvey text
| null |
2008-11-10 15:46:36
| 1,226,350,000 |
resolved fixed
|
ca92157
| 1,226,520,000 |
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java
|
SWT
|
1,333 | 254,865 |
Bug 254865 Annotation underlines not properly drawn when end of range not visible
| null |
2008-11-11 07:19:19
| 1,226,410,000 |
resolved fixed
|
fd154e2
| 1,226,440,000 |
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java
|
SWT
|
1,334 | 254,947 |
Bug 254947 underlineColor, strikeoutColor, borderColor not respected when tex is selected
|
We changed the code to use underlineColor, strikeoutColor, borderColor (if set) even when the text is selected. Motif is forcing selection color for all cases.
|
2008-11-11 15:02:48
| 1,226,430,000 |
resolved fixed
|
f125bca
| 1,226,430,000 |
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/graphics/TextLayout.java
|
SWT
|
1,335 | 254,808 |
Bug 254808 implement image pattern fill on text
| null |
2008-11-10 18:09:25
| 1,226,360,000 |
resolved fixed
|
1e9c1ec
| 1,226,360,000 |
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/GC.java
|
SWT
|
1,336 | 254,607 |
Bug 254607 emulated coolbar height is wrong when it has multi rows of different size
|
Version: 3.5.0 Build id: I20080930-0921 run the new TextEditor example drag the coolitems one on its own row Notice the bottom of the last row is clipped off This happens cause layoutItems() and computeSize() are not following the same rules for row height. This happen on all platforms but windows
|
2008-11-07 11:08:41
| 1,226,070,000 |
resolved fixed
|
5479bfb
| 1,226,080,000 |
bundles/org.eclipse.swt/Eclipse SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolBar.java
|
SWT
|
1,337 | 253,225 |
Bug 253225 Implement Control.print()
| null |
2008-11-03 10:53:39
| 1,225,730,000 |
resolved fixed
|
12b349d
| 1,225,990,000 |
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSView.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java
|
SWT
|
1,338 | 252,388 |
Bug 252388 Check box shows indeterminate state before checked state
|
click a check box to change if from unchecked to check. It first goes to an intermediate "-" state, then changes again to checked.
|
2008-10-28 11:12:13
| 1,225,210,000 |
resolved fixed
|
2cd5166
| 1,225,930,000 |
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSCell.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Button.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Widget.java
|
SWT
|
1,339 | 253,254 |
Bug 253254 [Browser] Exception while disposing SWT Mozilla browser
| null |
2008-11-03 13:42:29
| 1,225,740,000 |
resolved fixed
|
617f0bd
| 1,225,920,000 |
bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java
|
SWT
|
1,340 | 253,065 |
Bug 253065 Window -> Show View -> Other ... is broken
|
eclipse.buildId=I20081030-1917 java.version=1.5.0_16 java.vendor=Apple Inc. BootLoader constants: OS=macosx, ARCH=x86, WS=cocoa, NL=en_US Framework arguments: -keyring /Users/bhunt/.eclipse_keyring -showlocation Command-line arguments: -os macosx -ws cocoa -arch x86 -keyring /Users/bhunt/.eclipse_keyring -consoleLog -showlocation Error Sat Nov 01 11:29:11 CDT 2008 Unhandled event loop exception java.lang.NullPointerException at org.eclipse.swt.widgets.Display.cascadeWindow(Display.java:491) at org.eclipse.swt.widgets.Shell.createHandle(Shell.java:525) at org.eclipse.swt.widgets.Widget.createWidget(Widget.java:446) at org.eclipse.swt.widgets.Control.createWidget(Control.java:749) at org.eclipse.swt.widgets.Scrollable.createWidget(Scrollable.java:162) at org.eclipse.swt.widgets.Shell.<init>(Shell.java:274) at org.eclipse.swt.widgets.Shell.<init>(Shell.java:351) at org.eclipse.jface.window.Window.createShell(Window.java:487) at org.eclipse.jface.window.Window.create(Window.java:430) at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1089) at org.eclipse.jface.window.Window.open(Window.java:790) at org.eclipse.ui.handlers.ShowViewHandler.openOther(ShowViewHandler.java:100) at org.eclipse.ui.handlers.ShowViewHandler.execute(ShowViewHandler.java:77) at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:281) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508) at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169) at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:247) at org.eclipse.ui.internal.ShowViewMenu$3.run(ShowViewMenu.java:134) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:412) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1088) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1112) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1097) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:924) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2922) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2655) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:333) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:370) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 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:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
2008-11-01 12:31:15
| 1,225,560,000 |
resolved fixed
|
91431fc
| 1,225,920,000 |
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/TreeItem.java
|
SWT
|
1,341 | 251,762 |
Bug 251762 block selection, getSelectionText and getSelectionTextCount should be aware of block selection
|
getSelectionText and getSelectionTextCount should be aware of block selection. getSelectionText() should always return the same text a copy/cut operation set in the clipboard. getSelectionTextCount() returns getSelectionText().length. NOTE: in block selection , getSelectionRange().y can be different from getSelectionTextCount(). the only diferrence being that clibboard text uses system line demiliters while the text returned by getSelectionText uses model line demiliters.
|
2008-10-22 15:06:14
| 1,224,700,000 |
resolved fixed
|
fe440aa
| 1,225,920,000 |
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
|
SWT
|
1,342 | 250,175 |
Bug 250175 fix DND in block selection mode
| null |
2008-10-08 16:24:17
| 1,223,500,000 |
resolved fixed
|
25aa012
| 1,225,910,000 |
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
|
SWT
|
1,343 | 253,259 |
Bug 253259 Label in synchronize view is getting cut off.
| null |
2008-11-03 14:03:51
| 1,225,740,000 |
resolved fixed
|
d0d36c6
| 1,225,910,000 |
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Label.java
|
SWT
|
1,344 | 253,964 |
Bug 253964 Occasional crash on quit after dragging text
|
Now that dragging StyledText works, you can often get a crash on quit with the following crash log. Steps to reproduce: 1. Launch Eclipse 2. Load a Java file in the Java editor. 3. Drag some text around within a document. 4. Quit eclipse. Result: Stack trace below. =========================== Process: eclipse [26820] Path: /Applications/eclipseNightly/Eclipse.app/Contents/MacOS/eclipse Identifier: org.eclipse.eclipse Version: 3.4 (3.4) Code Type: X86 (Native) Parent Process: launchd [103] Date/Time: 2008-11-05 08:40:40.455 -0800 OS Version: Mac OS X 10.5.5 (9F33) Report Version: 6 Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000028 Crashed Thread: 0 Application Specific Information: Java information: Version: Java HotSpot(TM) Client VM (1.5.0_16-130 mixed mode) Virtual Machine version: Java HotSpot(TM) Client VM (1.5.0_16-130) for macosx-x86, built on Jul 7 2008 13:38:30 by root with gcc 4.0.1 (Apple Inc. build 5465) Exception type: Bus Error (0xa) at pc=0x004c8fcb Current thread (0x11a01500): JavaThread "main" [_thread_in_vm, id=-1602482272] Stack: [0xbf800000,0xc0000000) Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) v ~RuntimeStub::throw_class_cast_exception Runtime1 stub J org.eclipse.swt.widgets.Display.GetWidget(I)Lorg/eclipse/swt/widgets/Widget; v ~RuntimeStub::alignment_frame_return Runtime1 stub j org.eclipse.swt.widgets.Display.getWidget(I)Lorg/eclipse/swt/widgets/Widget;+1 j org.eclipse.swt.widgets.Display.findWidget(I)Lorg/eclipse/swt/widgets/Widget;+6 j org.eclipse.swt.dnd.DragSource.dragSourceProc(IIII)I+26 v ~StubRoutines::call_stub j org.eclipse.swt.internal.cocoa.OS.objc_msgSend(III)I+0 j org.eclipse.swt.internal.cocoa.NSApplication.terminate(Lorg/eclipse/swt/internal/cocoa/id;)V+19 j org.eclipse.swt.widgets.Display.applicationDelegateProc(III)I+190 v ~StubRoutines::call_stub j org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Lorg/eclipse/swt/internal/cocoa/objc_super;II)I+0 j org.eclipse.swt.widgets.Display.applicationSendEvent(III)V+234 j org.eclipse.swt.widgets.Display.applicationProc(III)I+21 v ~StubRoutines::call_stub J org.eclipse.swt.internal.cocoa.OS.objc_msgSend(III)I J org.eclipse.swt.widgets.Display.readAndDispatch()Z j org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V+9 j org.eclipse.ui.internal.Workbench.runUI()I+393 j org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1 j org.eclipse.ui.internal.Workbench$5.run()V+23 j org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12 j org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+18 j org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2 j org.eclipse.ui.internal.ide.application.IDEApplication.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+84 j org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Object;+135 j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+103 j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+29 j org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+149 j org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+183 v ~StubRoutines::call_stub j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0 j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87 j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6 j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+111 j org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+211 j org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+114 j org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4 v ~StubRoutines::call_stub Java Threads: ( => current thread ) 0x11adba80 JavaThread "Worker-21" [_thread_blocked, id=11803136] 0x11acd3f0 JavaThread "Worker-17" [_thread_blocked, id=10107392] 0x11ac9400 JavaThread "Worker-16" [_thread_blocked, id=12648960] 0x11aacea0 JavaThread "Worker-11" [_thread_blocked, id=12767744] 0x11a54be0 JavaThread "Java indexing" daemon [_thread_blocked, id=10221056] 0x11a2bea0 JavaThread "Provisioning Event Dispatcher" daemon [_thread_blocked, id=10017792] 0x11a16e30 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=10351104] 0x11a13680 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=9039872] 0x11a12ce0 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=8902144] 0x11a08f20 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=8528896] 0x11a08470 JavaThread "CompilerThread0" daemon [_thread_blocked, id=8525312] 0x11a08080 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=8518656] 0x11a07750 JavaThread "Finalizer" daemon [_thread_blocked, id=8515072] 0x11a07370 JavaThread "Reference Handler" daemon [_thread_blocked, id=8508928] =>0x11a01500 JavaThread "main" [_thread_in_vm, id=-1602482272] Other Threads: 0x11a06ac0 VMThread [id=8503808] 0x11a09b00 WatcherThread [id=8532480] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap def new generation total 6656K, used 1844K [0x161e0000, 0x16910000, 0x17590000) eden space 5952K, 27% used [0x161e0000, 0x1637c3d8, 0x167b0000) from space 704K, 27% used [0x167b0000, 0x167e0c50, 0x16860000) to space 704K, 0% used [0x16860000, 0x16860000, 0x16910000) tenured generation total 87384K, used 56829K [0x17590000, 0x1cae6000, 0x261e0000) the space 87384K, 65% used [0x17590000, 0x1ad0f6a0, 0x1ad0f800, 0x1cae6000) compacting perm gen total 48896K, used 48868K [0x261e0000, 0x291a0000, 0x361e0000) the space 48896K, 99% used [0x261e0000, 0x291992f8, 0x29199400, 0x291a0000) No shared spaces configured. Virtual Machine arguments: JVM args: -Xdock:icon=../Resources/Eclipse.icns -XstartOnFirstThread -Xms40m -Xmx256m -XX:MaxPermSize=256m -Dorg.eclipse.swt.internal.carbon.smallFonts Java command: <unknown> launcher type: generic Thread 0 Crashed: 0 libjvm.dylib 0x004c8fcb 0x3b9000 + 1114059 1 libjvm.dylib 0x00541de7 0x3b9000 + 1609191 2 ??? 0x14254822 0 + 337987618 3 ??? 0x144cf50a 0 + 340587786 4 ??? 0x14252dc0 0 + 337980864 5 ??? 0x141e0aaa 0 + 337513130 6 ??? 0x141e0aaa 0 + 337513130 7 ??? 0x141e0aaa 0 + 337513130 8 ??? 0x141de227 0 + 337502759 9 libjvm.dylib 0x004d228a 0x3b9000 + 1151626 10 libjvm.dylib 0x004d1fa6 0x3b9000 + 1150886 11 libjvm.dylib 0x00470072 0x3b9000 + 749682 12 libjvm.dylib 0x005ce430 JNI_CreateJavaVM_Impl + 127328 13 libswt-cocoa-3517.jnilib 0x380f3f12 callback + 747 14 ??? 0x0000f39b 0 + 62363 15 com.apple.AppKit 0x935f2ff8 __NSPasteboardProvideData + 165 16 com.apple.CoreFoundation 0x96e79300 __CFPasteboardResolvePromiseForItemLocal + 176 17 com.apple.CoreFoundation 0x96e796e5 CFPasteboardResolveAllPromisedData + 357 18 com.apple.Foundation 0x957ee1da _nsnote_callback + 106 19 com.apple.CoreFoundation 0x96e6faba __CFXNotificationPost + 362 20 com.apple.CoreFoundation 0x96e6fd93 _CFXNotificationPostNotification + 179 21 com.apple.Foundation 0x957eb440 -[NSNotificationCenter postNotificationName:object:userInfo:] + 128 22 com.apple.Foundation 0x957f4c88 -[NSNotificationCenter postNotificationName:object:] + 56 23 com.apple.AppKit 0x93456bb4 -[NSApplication terminate:] + 353 24 libswt-pi-cocoa-3517.jnilib 0x38145478 Java_org_eclipse_swt_internal_cocoa_OS_objc_1msgSend__III + 401 25 ??? 0x141e69b1 0 + 337537457 26 ??? 0x141e0a7f 0 + 337513087 27 ??? 0x141e09d3 0 + 337512915 28 ??? 0x141de227 0 + 337502759 29 libjvm.dylib 0x004d228a 0x3b9000 + 1151626 30 libjvm.dylib 0x004d1fa6 0x3b9000 + 1150886 31 libjvm.dylib 0x00470072 0x3b9000 + 749682 32 libjvm.dylib 0x005ce430 JNI_CreateJavaVM_Impl + 127328 33 libswt-cocoa-3517.jnilib 0x380f3f12 callback + 747 34 ??? 0x0000f258 0 + 62040 35 com.apple.AppKit 0x93377b03 -[NSApplication sendAction:to:from:] + 112 36 com.apple.AppKit 0x93426540 -[NSMenu performActionForItemAtIndex:] + 493 37 com.apple.AppKit 0x93426245 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 220 38 com.apple.AppKit 0x93425ecb -[NSMenu performKeyEquivalent:] + 866 39 com.apple.AppKit 0x93424770 -[NSApplication _handleKeyEquivalent:] + 492 40 com.apple.AppKit 0x93341733 -[NSApplication sendEvent:] + 3999 41 libswt-pi-cocoa-3517.jnilib 0x3814ddbe Java_org_eclipse_swt_internal_cocoa_OS_objc_1msgSendSuper__Lorg_eclipse_swt_internal_cocoa_objc_1super_2II + 478 42 ??? 0x141e69b1 0 + 337537457 43 ??? 0x141e0a7f 0 + 337513087 44 ??? 0x141e09d3 0 + 337512915 45 ??? 0x141de227 0 + 337502759 46 libjvm.dylib 0x004d228a 0x3b9000 + 1151626 47 libjvm.dylib 0x004d1fa6 0x3b9000 + 1150886 48 libjvm.dylib 0x00470072 0x3b9000 + 749682 49 libjvm.dylib 0x005ce430 JNI_CreateJavaVM_Impl + 127328 50 libswt-cocoa-3517.jnilib 0x380f3f12 callback + 747 51 ??? 0x0000f058 0 + 61528 52 libswt-pi-cocoa-3517.jnilib 0x38145478 Java_org_eclipse_swt_internal_cocoa_OS_objc_1msgSend__III + 401 53 ??? 0x144c6658 0 + 340551256 54 ??? 0x14d19b68 0 + 349281128 55 ??? 0x141e0b2b 0 + 337513259 56 ??? 0x141e09d3 0 + 337512915 57 ??? 0x141e0a7f 0 + 337513087 58 ??? 0x141e0a7f 0 + 337513087 59 ??? 0x141e0cd9 0 + 337513689 60 ??? 0x141e09d3 0 + 337512915 61 ??? 0x141e0a7f 0 + 337513087 62 ??? 0x141e0a7f 0 + 337513087 63 ??? 0x141e0db0 0 + 337513904 64 ??? 0x141e0db0 0 + 337513904 65 ??? 0x141e0aaa 0 + 337513130 66 ??? 0x141e0aaa 0 + 337513130 67 ??? 0x141e0aaa 0 + 337513130 68 ??? 0x141de227 0 + 337502759 69 libjvm.dylib 0x004d228a 0x3b9000 + 1151626 70 libjvm.dylib 0x004d1fa6 0x3b9000 + 1150886 71 libjvm.dylib 0x00474101 0x3b9000 + 766209 72 libjvm.dylib 0x00490a9f 0x3b9000 + 883359 73 libjvm.dylib 0x0060f46b JVM_InvokeMethod + 411 74 ??? 0x141e69b1 0 + 337537457 75 ??? 0x141e0aaa 0 + 337513130 76 ??? 0x141e0aaa 0 + 337513130 77 ??? 0x141e0db0 0 + 337513904 78 ??? 0x141e0aaa 0 + 337513130 79 ??? 0x141e09d3 0 + 337512915 80 ??? 0x141e09d3 0 + 337512915 81 ??? 0x141de227 0 + 337502759 82 libjvm.dylib 0x004d228a 0x3b9000 + 1151626 83 libjvm.dylib 0x004d1fa6 0x3b9000 + 1150886 84 libjvm.dylib 0x0045c2dc 0x3b9000 + 668380 85 libjvm.dylib 0x005c7f3a JNI_CreateJavaVM_Impl + 101482 86 eclipse_1200.so 0x0001ef67 startJavaJNI + 1795 87 eclipse_1200.so 0x0001de11 startJavaVM + 120 88 eclipse_1200.so 0x0001ce01 run + 4756 89 org.eclipse.eclipse 0x0000234d original_main + 1773 90 org.eclipse.eclipse 0x00002a39 main + 1517 91 org.eclipse.eclipse 0x00001aaa start + 54 Thread 1: 0 libSystem.B.dylib 0x96b4e4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96b55c9c mach_msg + 72 2 libSystem.B.dylib 0x96bc3f67 mach_msg_server + 491 3 libjvm.dylib 0x003c7b35 0x3b9000 + 60213 4 libjvm.dylib 0x003c78f5 0x3b9000 + 59637 5 libjvm.dylib 0x0067d935 JVM_RaiseSignal + 441077 6 libSystem.B.dylib 0x96bcafef _pthread_body + 27 Thread 2: 0 libSystem.B.dylib 0x96b4e4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96b55c9c mach_msg + 72 2 libjvm.dylib 0x004d11b3 0x3b9000 + 1147315 3 libjvm.dylib 0x004d104c 0x3b9000 + 1146956 4 libjvm.dylib 0x00415d7d 0x3b9000 + 380285 5 libjvm.dylib 0x004158e7 0x3b9000 + 379111 6 libjvm.dylib 0x0067d935 JVM_RaiseSignal + 441077 7 libSystem.B.dylib 0x96bcafef _pthread_body + 27 Thread 3: 0 libSystem.B.dylib 0x96b4e4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96b55c9c mach_msg + 72 2 libjvm.dylib 0x004d126a 0x3b9000 + 1147498 3 libjvm.dylib 0x00416e1a 0x3b9000 + 384538 4 libjvm.dylib 0x00416405 0x3b9000 + 381957 5 libjvm.dylib 0x005f7ee1 JVM_MonitorWait + 465 6 ??? 0x141e69b1 0 + 337537457 7 ??? 0x14606848 0 + 341862472 8 ??? 0x14259980 0 + 338008448 9 ??? 0x141de227 0 + 337502759 10 libjvm.dylib 0x004d228a 0x3b9000 + 1151626 11 libjvm.dylib 0x004162f3 0x3b9000 + 381683 12 libjvm.dylib 0x004161e5 0x3b9000 + 381413 13 libjvm.dylib 0x00416125 0x3b9000 + 381221 14 libjvm.dylib 0x00416048 0x3b9000 + 381000 15 libjvm.dylib 0x0067d935 JVM_RaiseSignal + 441077 16 libSystem.B.dylib 0x96bcafef _pthread_body + 27 Thread 4: 0 libSystem.B.dylib 0x96b4e4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96b55c9c mach_msg + 72 2 libjvm.dylib 0x004d126a 0x3b9000 + 1147498 3 libjvm.dylib 0x00416e1a 0x3b9000 + 384538 4 libjvm.dylib 0x00416405 0x3b9000 + 381957 5 libjvm.dylib 0x005f7ee1 JVM_MonitorWait + 465 6 ??? 0x141e69b1 0 + 337537457 7 ??? 0x14435044 0 + 339955780 8 ??? 0x14652630 0 + 342173232 9 ??? 0x14259e00 0 + 338009600 10 ??? 0x141de227 0 + 337502759 11 libjvm.dylib 0x004d228a 0x3b9000 + 1151626 12 libjvm.dylib 0x004162f3 0x3b9000 + 381683 13 libjvm.dylib 0x004161e5 0x3b9000 + 381413 14 libjvm.dylib 0x00416125 0x3b9000 + 381221 15 libjvm.dylib 0x00416048 0x3b9000 + 381000 16 libjvm.dylib 0x0067d935 JVM_RaiseSignal + 441077 17 libSystem.B.dylib 0x96bcafef _pthread_body + 27 Thread 5: 0 libSystem.B.dylib 0x96b4e4e2 semaphore_wait_trap + 10 1 libjvm.dylib 0x004175fe 0x3b9000 + 386558 2 libjvm.dylib 0x004171f5 0x3b9000 + 385525 3 libjvm.dylib 0x00416048 0x3b9000 + 381000 4 libjvm.dylib 0x0067d935 JVM_RaiseSignal + 441077 5 libSystem.B.dylib 0x96bcafef _pthread_body + 27 Thread 6: 0 libSystem.B.dylib 0x96b4e4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96b55c9c mach_msg + 72 2 libjvm.dylib 0x004d126a 0x3b9000 + 1147498 3 libjvm.dylib 0x004d0f09 0x3b9000 + 1146633 4 libjvm.dylib 0x00417c2b 0x3b9000 + 388139 5 libjvm.dylib 0x00417908 0x3b9000 + 387336 6 libjvm.dylib 0x00416048 0x3b9000 + 381000 7 libjvm.dylib 0x0067d935 JVM_RaiseSignal + 441077 8 libSystem.B.dylib 0x96bcafef _pthread_body + 27 Thread 7: 0 libSystem.B.dylib 0x96b4e4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96b55c9c mach_msg + 72 2 libjvm.dylib 0x004d126a 0x3b9000 + 1147498 3 libjvm.dylib 0x004d104c 0x3b9000 + 1146956 4 libjvm.dylib 0x00417d40 0x3b9000 + 388416 5 libjvm.dylib 0x00416048 0x3b9000 + 381000 6 libjvm.dylib 0x0067d935 JVM_RaiseSignal + 441077 7 libSystem.B.dylib 0x96bcafef _pthread_body + 27 Thread 8: 0 libSystem.B.dylib 0x96b4e4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96b55c9c mach_msg + 72 2 libjvm.dylib 0x004d11b3 0x3b9000 + 1147315 3 libjvm.dylib 0x0041855f 0x3b9000 + 390495 4 libjvm.dylib 0x004180aa 0x3b9000 + 389290 5 libjvm.dylib 0x0067d935 JVM_RaiseSignal + 441077 6 libSystem.B.dylib 0x96bcafef _pthread_body + 27 Thread 9: 0 libSystem.B.dylib 0x96b4e4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96b55c9c mach_msg + 72 2 libjvm.dylib 0x004d126a 0x3b9000 + 1147498 3 libjvm.dylib 0x00416e1a 0x3b9000 + 384538 4 libjvm.dylib 0x00416405 0x3b9000 + 381957 5 libjvm.dylib 0x005f7ee1 JVM_MonitorWait + 465 6 ??? 0x141e69b1 0 + 337537457 7 ??? 0x141e09d3 0 + 337512915 8 ??? 0x141e09d3 0 + 337512915 9 ??? 0x141e0aaa 0 + 337513130 10 ??? 0x141de227 0 + 337502759 11 libjvm.dylib 0x004d228a 0x3b9000 + 1151626 12 libjvm.dylib 0x004162f3 0x3b9000 + 381683 13 libjvm.dylib 0x004161e5 0x3b9000 + 381413 14 libjvm.dylib 0x00416125 0x3b9000 + 381221 15 libjvm.dylib 0x00416048 0x3b9000 + 381000 16 libjvm.dylib 0x0067d935 JVM_RaiseSignal + 441077 17 libSystem.B.dylib 0x96bcafef _pthread_body + 27 Thread 10: 0 libSystem.B.dylib 0x96b4e4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96b55c9c mach_msg + 72 2 libjvm.dylib 0x004d126a 0x3b9000 + 1147498 3 libjvm.dylib 0x00416e1a 0x3b9000 + 384538 4 libjvm.dylib 0x00416405 0x3b9000 + 381957 5 libjvm.dylib 0x005f7ee1 JVM_MonitorWait + 465 6 ??? 0x141e69b1 0 + 337537457 7 ??? 0x141e09d3 0 + 337512915 8 ??? 0x141e09d3 0 + 337512915 9 ??? 0x141e0aaa 0 + 337513130 10 ??? 0x141de227 0 + 337502759 11 libjvm.dylib 0x004d228a 0x3b9000 + 1151626 12 libjvm.dylib 0x004162f3 0x3b9000 + 381683 13 libjvm.dylib 0x004161e5 0x3b9000 + 381413 14 libjvm.dylib 0x00416125 0x3b9000 + 381221 15 libjvm.dylib 0x00416048 0x3b9000 + 381000 16 libjvm.dylib 0x0067d935 JVM_RaiseSignal + 441077 17 libSystem.B.dylib 0x96bcafef _pthread_body + 27 Thread 11: 0 libSystem.B.dylib 0x96b4e4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96b55c9c mach_msg + 72 2 libjvm.dylib 0x004d126a 0x3b9000 + 1147498 3 libjvm.dylib 0x00416e1a 0x3b9000 + 384538 4 libjvm.dylib 0x00416405 0x3b9000 + 381957 5 libjvm.dylib 0x005f7ee1 JVM_MonitorWait + 465 6 ??? 0x141e69b1 0 + 337537457 7 ??? 0x141e09d3 0 + 337512915 8 ??? 0x141e09d3 0 + 337512915 9 ??? 0x141e0aaa 0 + 337513130 10 ??? 0x141de227 0 + 337502759 11 libjvm.dylib 0x004d228a 0x3b9000 + 1151626 12 libjvm.dylib 0x004162f3 0x3b9000 + 381683 13 libjvm.dylib 0x004161e5 0x3b9000 + 381413 14 libjvm.dylib 0x00416125 0x3b9000 + 381221 15 libjvm.dylib 0x00416048 0x3b9000 + 381000 16 libjvm.dylib 0x0067d935 JVM_RaiseSignal + 441077 17 libSystem.B.dylib 0x96bcafef _pthread_body + 27 Thread 12: 0 libSystem.B.dylib 0x96b4e4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96b55c9c mach_msg + 72 2 libjvm.dylib 0x004d126a 0x3b9000 + 1147498 3 libjvm.dylib 0x00416e1a 0x3b9000 + 384538 4 libjvm.dylib 0x00416405 0x3b9000 + 381957 5 libjvm.dylib 0x005f7ee1 JVM_MonitorWait + 465 6 ??? 0x141e69b1 0 + 337537457 7 ??? 0x141e09d3 0 + 337512915 8 ??? 0x141e09d3 0 + 337512915 9 ??? 0x141e0aaa 0 + 337513130 10 ??? 0x141de227 0 + 337502759 11 libjvm.dylib 0x004d228a 0x3b9000 + 1151626 12 libjvm.dylib 0x004162f3 0x3b9000 + 381683 13 libjvm.dylib 0x004161e5 0x3b9000 + 381413 14 libjvm.dylib 0x00416125 0x3b9000 + 381221 15 libjvm.dylib 0x00416048 0x3b9000 + 381000 16 libjvm.dylib 0x0067d935 JVM_RaiseSignal + 441077 17 libSystem.B.dylib 0x96bcafef _pthread_body + 27 Thread 13: 0 libSystem.B.dylib 0x96b4e4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96b55c9c mach_msg + 72 2 com.apple.CoreFoundation 0x96e8e0ce CFRunLoopRunSpecific + 1790 3 com.apple.CoreFoundation 0x96e8ed54 CFRunLoopRun + 84 4 com.apple.DesktopServices 0x90e03e83 TSystemNotificationTask::SystemNotificationTaskProc(void*) + 123 5 ...ple.CoreServices.CarbonCore 0x901be463 PrivateMPEntryPoint + 56 6 libSystem.B.dylib 0x96b7f6f5 _pthread_start + 321 7 libSystem.B.dylib 0x96b7f5b2 thread_start + 34 Thread 14: 0 libSystem.B.dylib 0x96b4e4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96b55c9c mach_msg + 72 2 com.apple.CoreFoundation 0x96e8e0ce CFRunLoopRunSpecific + 1790 3 com.apple.CoreFoundation 0x96e8ed54 CFRunLoopRun + 84 4 com.apple.DesktopServices 0x90e03ffc TFSEventsNotificationTask::FSEventsNotificationTaskProc(void*) + 216 5 ...ple.CoreServices.CarbonCore 0x901be463 PrivateMPEntryPoint + 56 6 libSystem.B.dylib 0x96b7f6f5 _pthread_start + 321 7 libSystem.B.dylib 0x96b7f5b2 thread_start + 34 Thread 15: 0 libSystem.B.dylib 0x96b5568e __semwait_signal + 10 1 libSystem.B.dylib 0x96b8036d pthread_cond_wait$UNIX2003 + 73 2 ...ple.CoreServices.CarbonCore 0x901c024f TSWaitOnCondition + 126 3 ...ple.CoreServices.CarbonCore 0x9019f18e TSWaitOnConditionTimedRelative + 202 4 ...ple.CoreServices.CarbonCore 0x901bfecc MPWaitOnQueue + 208 5 com.apple.DesktopServices 0x90e0efba TNodeSyncTask::SyncTaskProc(void*) + 84 6 ...ple.CoreServices.CarbonCore 0x901be463 PrivateMPEntryPoint + 56 7 libSystem.B.dylib 0x96b7f6f5 _pthread_start + 321 8 libSystem.B.dylib 0x96b7f5b2 thread_start + 34 Thread 16: 0 libSystem.B.dylib 0x96b7ef66 kevent + 10 1 libSystem.B.dylib 0x96b7f6f5 _pthread_start + 321 2 libSystem.B.dylib 0x96b7f5b2 thread_start + 34 Thread 17: 0 libSystem.B.dylib 0x96b9e5e2 select$DARWIN_EXTSN + 10 1 libSystem.B.dylib 0x96b7f6f5 _pthread_start + 321 2 libSystem.B.dylib 0x96b7f5b2 thread_start + 34 Thread 18: 0 libSystem.B.dylib 0x96b4e506 semaphore_timedwait_signal_trap + 10 1 libSystem.B.dylib 0x96b8084f _pthread_cond_wait + 1244 2 libSystem.B.dylib 0x96b820d3 pthread_cond_timedwait_relative_np + 47 3 com.apple.Foundation 0x95834b1c -[NSCondition waitUntilDate:] + 236 4 com.apple.Foundation 0x95834930 -[NSConditionLock lockWhenCondition:beforeDate:] + 144 5 com.apple.Foundation 0x95834895 -[NSConditionLock lockWhenCondition:] + 69 6 com.apple.AppKit 0x9330c358 -[NSUIHeartBeat _heartBeatThread:] + 753 7 com.apple.Foundation 0x957eebad -[NSThread main] + 45 8 com.apple.Foundation 0x957ee754 __NSThread__main__ + 308 9 libSystem.B.dylib 0x96b7f6f5 _pthread_start + 321 10 libSystem.B.dylib 0x96b7f5b2 thread_start + 34 Thread 19: 0 libSystem.B.dylib 0x96b4e4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96b55c9c mach_msg + 72 2 libjvm.dylib 0x004d126a 0x3b9000 + 1147498 3 libjvm.dylib 0x00416e1a 0x3b9000 + 384538 4 libjvm.dylib 0x00416405 0x3b9000 + 381957 5 libjvm.dylib 0x005f7ee1 JVM_MonitorWait + 465 6 ??? 0x141e69b1 0 + 337537457 7 ??? 0x141e09d3 0 + 337512915 8 ??? 0x141e09d3 0 + 337512915 9 ??? 0x141e0cd9 0 + 337513689 10 ??? 0x141de227 0 + 337502759 11 libjvm.dylib 0x004d228a 0x3b9000 + 1151626 12 libjvm.dylib 0x004162f3 0x3b9000 + 381683 13 libjvm.dylib 0x004161e5 0x3b9000 + 381413 14 libjvm.dylib 0x00416125 0x3b9000 + 381221 15 libjvm.dylib 0x00416048 0x3b9000 + 381000 16 libjvm.dylib 0x0067d935 JVM_RaiseSignal + 441077 17 libSystem.B.dylib 0x96bcafef _pthread_body + 27 Thread 20: 0 libSystem.B.dylib 0x96b4e4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96b55c9c mach_msg + 72 2 libjvm.dylib 0x004d11b3 0x3b9000 + 1147315 3 libjvm.dylib 0x00416e1a 0x3b9000 + 384538 4 libjvm.dylib 0x00416405 0x3b9000 + 381957 5 libjvm.dylib 0x005f7ee1 JVM_MonitorWait + 465 6 ??? 0x141e69b1 0 + 337537457 7 ??? 0x141e09d3 0 + 337512915 8 ??? 0x146860fc 0 + 342384892 9 ??? 0x14252dc0 0 + 337980864 10 ??? 0x141e0aaa 0 + 337513130 11 ??? 0x141de227 0 + 337502759 12 libjvm.dylib 0x004d228a 0x3b9000 + 1151626 13 libjvm.dylib 0x004162f3 0x3b9000 + 381683 14 libjvm.dylib 0x004161e5 0x3b9000 + 381413 15 libjvm.dylib 0x00416125 0x3b9000 + 381221 16 libjvm.dylib 0x00416048 0x3b9000 + 381000 17 libjvm.dylib 0x0067d935 JVM_RaiseSignal + 441077 18 libSystem.B.dylib 0x96bcafef _pthread_body + 27 Thread 21: 0 libSystem.B.dylib 0x96b4e4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96b55c9c mach_msg + 72 2 libjvm.dylib 0x004d11b3 0x3b9000 + 1147315 3 libjvm.dylib 0x00416e1a 0x3b9000 + 384538 4 libjvm.dylib 0x00416405 0x3b9000 + 381957 5 libjvm.dylib 0x005f7ee1 JVM_MonitorWait + 465 6 ??? 0x141e69b1 0 + 337537457 7 ??? 0x141e09d3 0 + 337512915 8 ??? 0x146860fc 0 + 342384892 9 ??? 0x14252dc0 0 + 337980864 10 ??? 0x141e0aaa 0 + 337513130 11 ??? 0x141de227 0 + 337502759 12 libjvm.dylib 0x004d228a 0x3b9000 + 1151626 13 libjvm.dylib 0x004162f3 0x3b9000 + 381683 14 libjvm.dylib 0x004161e5 0x3b9000 + 381413 15 libjvm.dylib 0x00416125 0x3b9000 + 381221 16 libjvm.dylib 0x00416048 0x3b9000 + 381000 17 libjvm.dylib 0x0067d935 JVM_RaiseSignal + 441077 18 libSystem.B.dylib 0x96bcafef _pthread_body + 27 Thread 22: 0 libSystem.B.dylib 0x96b4e4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96b55c9c mach_msg + 72 2 libjvm.dylib 0x004d11b3 0x3b9000 + 1147315 3 libjvm.dylib 0x00416e1a 0x3b9000 + 384538 4 libjvm.dylib 0x00416405 0x3b9000 + 381957 5 libjvm.dylib 0x005f7ee1 JVM_MonitorWait + 465 6 ??? 0x141e69b1 0 + 337537457 7 ??? 0x141e09d3 0 + 337512915 8 ??? 0x146860fc 0 + 342384892 9 ??? 0x14252dc0 0 + 337980864 10 ??? 0x141e0aaa 0 + 337513130 11 ??? 0x141de227 0 + 337502759 12 libjvm.dylib 0x004d228a 0x3b9000 + 1151626 13 libjvm.dylib 0x004162f3 0x3b9000 + 381683 14 libjvm.dylib 0x004161e5 0x3b9000 + 381413 15 libjvm.dylib 0x00416125 0x3b9000 + 381221 16 libjvm.dylib 0x00416048 0x3b9000 + 381000 17 libjvm.dylib 0x0067d935 JVM_RaiseSignal + 441077 18 libSystem.B.dylib 0x96bcafef _pthread_body + 27 Thread 23: 0 libSystem.B.dylib 0x96b4e4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96b55c9c mach_msg + 72 2 libjvm.dylib 0x004d11b3 0x3b9000 + 1147315 3 libjvm.dylib 0x00416e1a 0x3b9000 + 384538 4 libjvm.dylib 0x00416405 0x3b9000 + 381957 5 libjvm.dylib 0x005f7ee1 JVM_MonitorWait + 465 6 ??? 0x141e69b1 0 + 337537457 7 ??? 0x141e09d3 0 + 337512915 8 ??? 0x146860fc 0 + 342384892 9 ??? 0x14252dc0 0 + 337980864 10 ??? 0x141e0aaa 0 + 337513130 11 ??? 0x141de227 0 + 337502759 12 libjvm.dylib 0x004d228a 0x3b9000 + 1151626 13 libjvm.dylib 0x004162f3 0x3b9000 + 381683 14 libjvm.dylib 0x004161e5 0x3b9000 + 381413 15 libjvm.dylib 0x00416125 0x3b9000 + 381221 16 libjvm.dylib 0x00416048 0x3b9000 + 381000 17 libjvm.dylib 0x0067d935 JVM_RaiseSignal + 441077 18 libSystem.B.dylib 0x96bcafef _pthread_body + 27 Thread 24: 0 libSystem.B.dylib 0x96b4e506 semaphore_timedwait_signal_trap + 10 1 libSystem.B.dylib 0x96b8084f _pthread_cond_wait + 1244 2 libSystem.B.dylib 0x96b820d3 pthread_cond_timedwait_relative_np + 47 3 ...ple.CoreServices.CarbonCore 0x9019f1ba TSWaitOnConditionTimedRelative + 246 4 ...ple.CoreServices.CarbonCore 0x901bfecc MPWaitOnQueue + 208 5 com.apple.DesktopServices 0x90e10f04 TFolderSizeTask::FolderSizeTaskProc(void*) + 104 6 ...ple.CoreServices.CarbonCore 0x901be463 PrivateMPEntryPoint + 56 7 libSystem.B.dylib 0x96b7f6f5 _pthread_start + 321 8 libSystem.B.dylib 0x96b7f5b2 thread_start + 34 Thread 0 crashed with X86 Thread State (32-bit): eax: 0x00000020 ebx: 0x00541d84 ecx: 0x12000c6c edx: 0x11a4056c edi: 0x12000800 esi: 0x11a007d0 ebp: 0xbfffd590 esp: 0xbfffd568 ss: 0x0000001f efl: 0x00010282 eip: 0x004c8fcb cs: 0x00000017 ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037 cr2: 0x00000028 Binary Images: 0x1000 - 0x3fff +org.eclipse.eclipse 3.4 (3.4) /Applications/eclipseNightly/Eclipse.app/Contents/MacOS/eclipse 0x1a000 - 0x20fff +eclipse_1200.so ??? (???) /Applications/eclipseNightly/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.0.0.v20080731-1700/eclipse_1200.so 0x29000 - 0x2fffd com.apple.JavaVM 12.2.0 (12.2.0) <8b6c3936c233b265a94623e1912240b4> /System/Library/Frameworks/JavaVM.framework/JavaVM 0x47000 - 0x4efe0 libverify.dylib ??? (???) <db3ce414deddfe3c77467fd396440ae7> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libverify.dylib 0x54000 - 0x5afff JavaNativeFoundation ??? (???) <fd9995f2d5028539d72a2567904d4f10> /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaNativeFoundation.framework/Versions/A/JavaNativeFoundation 0x64000 - 0x7efef libjava.jnilib ??? (???) <24aa78e55ee848457b927ec18adb3d31> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libjava.jnilib 0x8c000 - 0x97ffb libzip.jnilib ??? (???) <a1d735f527a054aa35a1d2600a506c00> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libzip.jnilib 0x3b9000 - 0x708ffb libjvm.dylib ??? (???) <6bff7ba84147422a68494f6ae9942121> /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Libraries/libjvm.dylib 0x38022000 - 0x3802cffe com.apple.URLMount 3.1.1 (3.1.1) <b4018e683fad4259ee78070e91f35029> /System/Library/PrivateFrameworks/URLMount.framework/URLMount 0x38034000 - 0x38039ff3 libCGXCoreImage.A.dylib ??? (???) <31761f6461b8dd390dc4df480b1fb564> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib 0x380f1000 - 0x380f3ffe +libswt-cocoa-3517.jnilib ??? (???) /Applications/eclipseNightly/configuration/org.eclipse.osgi/bundles/137/1/.cp/libswt-cocoa-3517.jnilib 0x3812c000 - 0x38156fff +libswt-pi-cocoa-3517.jnilib ??? (???) /Applications/eclipseNightly/configuration/org.eclipse.osgi/bundles/137/1/.cp/libswt-pi-cocoa-3517.jnilib 0x381da000 - 0x381dbff3 ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/ATSHI.dylib 0x3826b000 - 0x3826bfff +liblocalfile_1_0_0.jnilib ??? (???) /Applications/eclipseNightly/configuration/org.eclipse.osgi/bundles/26/1/.cp/os/macosx/liblocalfile_1_0_0.jnilib 0x38c43000 - 0x38c45fff +eu.willmore.GrowlCode GrowlCode v0.82 (1.8) <79ea82c73851a68ade002f4d7765ce6c> /Library/InputManagers/GrowlCode/GrowlCode.bundle/Contents/MacOS/GrowlCode 0x38ca6000 - 0x38dc4ff7 com.apple.RawCamera.bundle 2.0.7 (2.0.7) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x3c67d000 - 0x3c688ffb libnet.jnilib ??? (???) <250fea9171e19993c63b75eeefee309c> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libnet.jnilib 0x3c68f000 - 0x3c692ffc libnio.jnilib ??? (???) <d7851c2b818264cc33e7dfc63a2f9fe8> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libnio.jnilib 0x3c90e000 - 0x3c910fff +com.syntevo.SmartSVNCMPlugIn ??? (1.0) /Users/skovatch/Library/Contextual Menu Items/SmartSVN CM.plugin/Contents/MacOS/SmartSVN CM 0x3c9ad000 - 0x3c9afffe com.apple.AutomatorCMM 1.1 (160) <650079fd95a57e8131e79409a00b2aed> /System/Library/Contextual Menu Items/AutomatorCMM.plugin/Contents/MacOS/AutomatorCMM 0x3c9b5000 - 0x3c9b6ffd com.apple.BluetoothMenu 2.1 (2.1f17) /System/Library/Contextual Menu Items/BluetoothContextualMenu.plugin/Contents/MacOS/BluetoothContextualMenu 0x3c9bb000 - 0x3c9bcfff +com.vmware.FusionVMDKPlugIn ??? (0.0.1d2) /Library/Contextual Menu Items/FusionVMDKPlugIn.plugin/Contents/MacOS/FusionVMDKPlugIn 0x3cb83000 - 0x3cb86fff com.apple.BezelServicesFW 1.4.832 (1.4.832) /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices 0x3d48e000 - 0x3d493fff com.apple.FolderActionsMenu 1.3.2 (1.3.2) <9ba69ef0bec96264a79fa28b3a5f058b> /System/Library/Contextual Menu Items/FolderActionsMenu.plugin/Contents/MacOS/FolderActionsMenu 0x3d4a5000 - 0x3d4bffff +AdobeBIB ??? (???) /Library/Contextual Menu Items/ADFSMenu.plugin/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB 0x3e1b0000 - 0x3e21eff7 com.apple.Bluetooth 2.1 (2.1f17) <4fc7c4c461f04dfad116abd0153107d3> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x3e738000 - 0x3e774fc7 +com.adobe.vcmenu ??? (4.0.0.344) /Library/Contextual Menu Items/ADFSMenu.plugin/Contents/MacOS/ADFSMenu 0x8fe00000 - 0x8fe2da53 dyld 96.2 (???) <14ac3b684fa5a31932fa89c4bba7a29b> /usr/lib/dyld 0x90020000 - 0x90025ffb com.apple.DisplayServicesFW 2.0 (2.0) <8953865f53e940007a4e4ac5390d3c95> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 0x90026000 - 0x900b9ff3 com.apple.ApplicationServices.ATS 3.4 (???) <a96cd91dabc68545183c11de8f92c7e4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x900c8000 - 0x900c8ffe com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x900c9000 - 0x900d9fff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x900da000 - 0x90134ff7 com.apple.CoreText 2.0.3 (???) <1f1a97273753e6cfea86c810d6277680> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText 0x90135000 - 0x90174fff com.apple.CoreMediaIOServicesPrivate 12.0 (12.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions/A/CoreMediaIOServicesPrivate 0x90175000 - 0x9044fff3 com.apple.CoreServices.CarbonCore 786.6 (786.6) <5682aae1e2cf5ae750d5a4dea98c084c> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x90450000 - 0x90596ff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) <6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x90597000 - 0x90651fe3 com.apple.CoreServices.OSServices 226.5 (226.5) <2a135d4fb16f4954290f7b72b4111aa3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x90652000 - 0x9066fff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x90670000 - 0x906b2fef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices 0x906e5000 - 0x9070ffff com.apple.CoreMediaPrivate 11.0 (11.0) <e37d6ebd5934b482c864ba6eaf122488> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMediaPrivate 0x90710000 - 0x90738ff7 com.apple.shortcut 1 (1.0) <057783867138902b52bc0941fedb74d1> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x90739000 - 0x90747ffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib 0x90748000 - 0x9074efff com.apple.print.framework.Print 218.0.2 (220.1) <8bf7ef71216376d12fcd5ec17e43742c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x9074f000 - 0x90758fff com.
|
2008-11-05 12:39:25
| 1,225,910,000 |
resolved fixed
|
5417e7d
| 1,225,910,000 |
bundles/org.eclipse.swt/Eclipse SWT Accessibility/cocoa/org/eclipse/swt/accessibility/SWTAccessibleDelegate.java bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/cocoa/org/eclipse/swt/dnd/DragSource.java
|
SWT
|
1,345 | 253,057 |
Bug 253057 selection changes must send out selection event notifications
| null |
2008-11-01 10:16:57
| 1,225,550,000 |
resolved fixed
|
53ea450
| 1,225,840,000 |
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
|
SWT
|
1,346 | 253,058 |
Bug 253058 StyledText should handle mouse click sequences in block selection mode
| null |
2008-11-01 10:21:41
| 1,225,550,000 |
resolved fixed
|
aecaa62
| 1,225,830,000 |
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
|
SWT
|
1,347 | 253,720 |
Bug 253720 Setting clipping causes printing to be flipped
|
import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.GC; import org.eclipse.swt.graphics.Image; import org.eclipse.swt.graphics.ImageLoader; import org.eclipse.swt.graphics.TextLayout; import org.eclipse.swt.graphics.TextStyle; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.printing.PrintDialog; import org.eclipse.swt.printing.Printer; import org.eclipse.swt.printing.PrinterData; import org.eclipse.swt.widgets.*; public class PR190793 { public static void main(String[] args) { final Display display = new Display(); final Shell shell = new Shell(display); Control control = shell; // shell.setLayout(new FillLayout()); // Button control = new Button(shell, SWT.TOGGLE | SWT.FLAT); // System.out.println(control.view.isFlipped()); // Table table = new Table(shell, SWT.BORDER); // System.out.println(table.view.isFlipped()); shell.addListener(SWT.MouseDown, new Listener() { public void handleEvent(Event event) { PrintDialog dialog = new PrintDialog(shell); final PrinterData data = dialog.open(); if (data == null) return; new Thread() { public void run() { Printer printer = new Printer(data); printer.startJob(""); GC gc = new GC(printer); System.out.println(gc.getClipping()); for (int i = 0; i < 2; i++) { printer.startPage(); //COMMENT TO SEE IT WORKING gc.setClipping(0, 0, 500, 500); String str = "HelloWorld\nLine2"; TextStyle style = new TextStyle(null, null, printer.getSystemColor(SWT.COLOR_RED)); gc.drawText(str, 0, 0); TextLayout layout = new TextLayout(printer); layout.setText(str); layout.setStyle(style, 2, 4); layout.draw(gc, 100, 0); layout.dispose(); Image img = new Image(printer, "worker.png"); gc.drawImage(img, 160, 0); img.dispose(); gc.drawLine(0, 0, 100, 0); printer.endPage(); } gc.dispose(); printer.endJob(); printer.dispose(); System.out.println("done"); } }.run(); } }); control.addListener(SWT.Paint, new Listener() { public void handleEvent(Event event) { GC gc = event.gc; //gc.setAdvanced(true); String str = "HelloWorld\nLine2"; TextStyle style = new TextStyle(null, null, display.getSystemColor(SWT.COLOR_RED)); Image img = new Image(display, "worker.png"); { gc.drawLine(0,0, 30, 30); gc.drawText(str, 0, 0, true); TextLayout layout = new TextLayout(display); layout.setText(str); layout.setStyle(style, 2, 4); layout.draw(gc, 100, 0); layout.dispose(); gc.drawImage(img, 160, 0); } { GC g = new GC(shell); g.drawLine(0, 50, 30, 80); g.drawText(str, 0, 50, true); TextLayout layout = new TextLayout(display); layout.setText(str); layout.setStyle(style, 2, 4); layout.draw(g, 100, 50); layout.dispose(); g.drawImage(img, 160, 50); g.dispose(); } Image image = new Image(display, 300, 100); GC imageGC = new GC(image); { imageGC.drawLine(0,0, 1000, 1000); imageGC.drawText(str, 0, 0, true); TextLayout layout = new TextLayout(display); layout.setText(str); layout.setStyle(style, 2, 4); layout.draw(imageGC, 100, 0); layout.dispose(); imageGC.drawImage(img, 160, 0); } imageGC.dispose(); gc.drawImage(image, 0, 100); image.dispose(); img.dispose(); } }); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } } }
|
2008-11-04 10:46:34
| 1,225,810,000 |
resolved fixed
|
d86ccf7
| 1,225,810,000 |
bundles/org.eclipse.swt/Eclipse SWT Printing/cocoa/org/eclipse/swt/printing/Printer.java
|
SWT
|
1,348 | 253,265 |
Bug 253265 ToolItem names are not being reported to screen reader
|
Build id: N20081102-2000 - Run Eclipse - Turn on VoiceOver - Use Ctrl+Option+arrow keys to move the VoiceOver cursor (black rectangle) to a tool item in the Eclipse tool bar. - VoiceOver should speak the name of the tool item (which is the same as the tooltip). This works on Carbon, but I believe I had to just make tool items speak their tooltip (since most applications - including Eclipse - just use the same string for the tooltip and the tool item's accessible name). I don't think I ever got the full SWT accessibility API working for tool items.
|
2008-11-03 14:37:25
| 1,225,740,000 |
resolved fixed
|
ef782aa
| 1,225,760,000 |
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/ToolItem.java
|
SWT
|
1,349 | 253,294 |
Bug 253294 remove printlns in Accessibility
|
There's a debug println in Accessible.getRangeForLineParameterizedAttribute and one in SWTAccessibleDelegate.accessibilitySetValue_forAttributethat should be removed.
|
2008-11-03 15:49:51
| 1,225,750,000 |
resolved fixed
|
a4c485f
| 1,225,750,000 |
bundles/org.eclipse.swt/Eclipse SWT Accessibility/cocoa/org/eclipse/swt/accessibility/Accessible.java bundles/org.eclipse.swt/Eclipse SWT Accessibility/cocoa/org/eclipse/swt/accessibility/SWTAccessibleDelegate.java
|
SWT
|
1,350 | 239,141 |
Bug 239141 [Mac] Application menu hook example needed
|
Need a code sample/snippet that implements the equivalent "application menu hook" from carbon. This allows the SWT application to behave more like a native OS X application. In RCP/carbon the workbench has something called CarbonUIEnhancer.java - the same thing will be needed for cocoa. That file contains a good example of a SWT/carbon application menu hook for SWT/carbon.
|
2008-07-01 12:27:09
| 1,214,930,000 |
resolved fixed
|
6103a5c
| 1,225,750,000 |
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSTextView.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSToolbar.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSWindow.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Text.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Widget.java
|
SWT
|
1,351 | 252,486 |
Bug 252486 [DND] Cannot drag from StyledText
|
tested using DragExample.
|
2008-10-28 15:48:54
| 1,225,220,000 |
resolved fixed
|
f17083d
| 1,225,750,000 |
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java
|
SWT
|
1,352 | 252,903 |
Bug 252903 replace initWithFrame(new NSRect()) with init()
|
Instead of passing in an empty rect we should just call init() and create less garbage.
|
2008-10-30 16:59:34
| 1,225,400,000 |
resolved fixed
|
36b2e18
| 1,225,740,000 |
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Button.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Combo.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/DateTime.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Group.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Label.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Link.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/List.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/ProgressBar.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Sash.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Spinner.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/TabFolder.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/TabItem.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Text.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/ToolBar.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/ToolItem.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/TrayItem.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Tree.java
|
SWT
|
1,353 | 252,678 |
Bug 252678 StyledText #setLineSpacing(int) not working in GTK
|
Build ID: I20080917-0800 Steps To Reproduce: 1. enter a paragraph that has multiple lines 2. increase the spacing by calling StyledText#setLineSpacing(int) More information: Spacing does not work in GTK, but it seems once you have certain # of line, the spacing starts to work.
|
2008-10-29 16:43:35
| 1,225,310,000 |
resolved fixed
|
e3e8b41
| 1,225,730,000 |
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/TextLayout.java
|
SWT
|
1,354 | 252,895 |
Bug 252895 StyledText strikeout over tab space
|
Build ID: I20080917-0800 Steps To Reproduce: 1. Get SWT Text Editor from examples 2. enter few TAB spaces 3. select the TAB spaces 4. apply strikeout notice that strikeout is not shown if we apply underline, underline is shown over the tab spaces. Shouldn't it be consistent? More information: if you first apply strikeout, then underline, the strikeout appears.
|
2008-10-30 16:32:58
| 1,225,400,000 |
resolved fixed
|
fd28797
| 1,225,730,000 |
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java
|
SWT
|
1,355 | 252,749 |
Bug 252749 Bullet not working in styled text
|
Build ID: I20080917-0800 Steps To Reproduce: 1. load the attached sample text into styled text 2. scroll down a bit 3. select some lines 4. and apply any bullet style notice the bullet is not applied More information: if you select first few lines of the text, the bullet works.
|
2008-10-30 09:40:58
| 1,225,370,000 |
resolved fixed
|
83265ff
| 1,225,730,000 |
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
|
SWT
|
1,356 | 252,642 |
Bug 252642 block selection doesn't work on win2000
|
block selection doesn't work on windows 2000 or any other configuration that doesn't have advance graphics.
|
2008-10-29 15:05:34
| 1,225,310,000 |
resolved fixed
|
7e75f62
| 1,225,730,000 |
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
|
SWT
|
1,357 | 252,747 |
Bug 252747 double underline doesn't show in win32
|
Build ID: I20080917-0800 Steps To Reproduce: 1. enter some text in styled text area 2. apply underline (let style be double) More information: double underline is not shown
|
2008-10-30 09:34:05
| 1,225,370,000 |
resolved fixed
|
0f63003
| 1,225,730,000 |
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java
|
SWT
|
1,358 | 246,274 |
Bug 246274 SWT.ARROW Button direction not consistent when RTL
|
- run the ControlExample, go to the Button tab - select the SWT.RIGHT_TO_LEFT radio and the "Right" alignment radio -> on 64-bit Vista this makes the arrows on the buttons point to the right, but on win2000 and RHEL5 they point to the left
|
2008-09-04 15:57:14
| 1,220,560,000 |
resolved fixed
|
a296477
| 1,225,730,000 |
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Button.java
|
SWT
|
1,359 | 246,541 |
Bug 246541 [misc] BIDI: Java editor does not ensure LTR for declarations and invocations with RTL names
| null |
2008-09-08 05:44:54
| 1,220,870,000 |
resolved fixed
|
d590e56
| 1,225,730,000 |
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal/BidiUtil.java
|
SWT
|
1,360 | 253,240 |
Bug 253240 Missing autorealese pool in printer
| null |
2008-11-03 11:38:59
| 1,225,730,000 |
resolved fixed
|
77b4fec
| 1,225,730,000 |
bundles/org.eclipse.swt/Eclipse SWT Printing/cocoa/org/eclipse/swt/printing/Printer.java
|
SWT
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.