issue_id
int64
2.03k
426k
title
stringlengths
9
251
body
stringlengths
1
32.8k
status
stringclasses
6 values
after_fix_sha
stringlengths
7
7
updated_files
stringlengths
29
34.1k
project_name
stringclasses
6 values
repo_url
stringclasses
6 values
repo_name
stringclasses
6 values
language
stringclasses
1 value
issue_url
null
before_fix_sha
null
pull_url
null
commit_datetime
timestamp[us, tz=UTC]
report_datetime
timestamp[us, tz=UTC]
258,159
Bug 258159 [64] MessageBox Crashes
Run control example with 64 bit swt. Open the browser tab, click Mozilla check box. ControlExample crashes.
resolved fixed
cde3186
["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
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-12-10T17:52:15Z
2008-12-09T19:13:20Z
258,134
Bug 258134 [64] eclipse does not start due to missing pango callback
null
resolved fixed
d07d00f
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Display.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-12-09T17:19:44Z
2008-12-09T16:26:40Z
250,179
Bug 250179 Consider drawing the block selection on characters
null
verified fixed
8f2124b
["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
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-12-08T22:29:27Z
2008-10-08T21:06:40Z
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.
resolved fixed
38f50a7
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-12-08T19:31:42Z
2008-12-08T18:13:20Z
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).
resolved fixed
03c93f2
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/events/MouseEvent.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-12-05T21:55:22Z
2008-12-04T14:13:20Z
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.
resolved wontfix
1adf0b2
["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/Eclip...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-12-05T20:16:51Z
2005-11-24T19:20:00Z
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.
resolved fixed
af47b10
["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/eclips...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-12-05T19:37:29Z
2008-11-25T19:06:40Z
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 .classp...
resolved fixed
cec8745
["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...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-12-04T23:27:53Z
2008-11-11T21:46:40Z
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
resolved fixed
828bb59
["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.ecli...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-12-04T20:33:36Z
2008-12-04T19:46:40Z
257,278
Bug 257278 Ctrl-Shift-R does not update correctly on Mac Carbon
N20081201-2011, screenshot attached
resolved fixed
a4a1f70
["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
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-12-04T16:59:27Z
2008-12-02T23:20:00Z
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.
resolved fixed
e035e22
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-12-03T22:23:27Z
2008-12-02T17:46:40Z
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)
resolved fixed
3419da6
["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolBar.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-12-02T19:17:21Z
2008-11-26T20:06:40Z
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), disp...
resolved fixed
88aa482
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-12-02T17:15:48Z
2008-11-28T11:00:00Z
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 f...
resolved fixed
ae2fbf2
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-12-01T20:38:10Z
2008-11-27T12:46:40Z
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...
resolved fixed
773b117
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-12-01T19:16:35Z
2008-11-28T02:40:00Z
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(bor...
resolved fixed
d29d21c
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/graphics/TextStyle.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-12-01T17:48:08Z
2008-12-01T11:13:20Z
223,590
Bug 223590 Browser.print(GC) should not use ancestor clip
null
resolved fixed
08ad5fb
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-27T23:33:08Z
2008-03-23T22:06:40Z
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" rea...
resolved fixed
f6abf83
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/MenuItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-27T19:47:59Z
2008-05-21T17:13:20Z
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) a...
resolved fixed
9c075ef
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-27T14:54:40Z
2008-11-18T23:13:20Z
256,688
Bug 256688 IndexOutOfBoundsException in TreeItem
calling setText(-1, "foo"), or setImage(-1, img) causes an exception. It should just do nothing.
resolved fixed
d15e2d9
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/TreeItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-26T19:24:29Z
2008-11-26T20:06:40Z
256,687
Bug 256687 NPE in Tree setSelection
calling setSelection(new TreeItem[] {null}) causes an NPE.
resolved fixed
741b87a
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-26T19:16:28Z
2008-11-26T20:06:40Z
256,350
Bug 256350 hitTest wrong on controls with Region
null
resolved fixed
c245286
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-24T22:45:24Z
2008-11-24T23:40:00Z
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
verified fixed
564c1c0
["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
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-24T17:14:33Z
2008-11-24T12:33:20Z
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...
resolved fixed
2fd74ee
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/Image.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-21T20:51:33Z
2008-11-21T20:40:00Z
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 th...
resolved fixed
dc61c27
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CCombo.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-21T17:48:29Z
2008-11-13T23:46:40Z
255,403
Bug 255403 Some images in eclipse are not transparent
null
resolved fixed
35d4101
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/Image.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-20T19:31:05Z
2008-11-14T22:00:00Z
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.
resolved fixed
6b31c0e
["examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet207.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-20T17:48:22Z
2008-11-04T12:00:00Z
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
resolved fixed
bb1e385
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/GC.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-20T16:18:21Z
2008-09-29T09:20:00Z
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, ...
resolved fixed
dda8615
["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
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-19T21:05:47Z
2008-08-28T10:40:00Z
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.
resolved fixed
81189a2
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/SWT.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-19T19:23:14Z
2008-11-18T14:53:20Z
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.
resolved fixed
a47c3ef
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/Image.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-19T16:08:53Z
2008-11-19T15:53:20Z
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...
resolved fixed
63f0ecd
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-14T23:04:03Z
2008-09-30T21:26:40Z
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.
resolved fixed
cbdd911
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Display.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-14T22:39:22Z
2006-02-21T13:53:20Z
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)
resolved fixed
22c7899
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/TextLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-14T22:08:45Z
2008-11-14T19:13:20Z
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 dis...
resolved fixed
b2127d5
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/Image.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-14T22:04:59Z
2008-11-14T19:13:20Z
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).
resolved fixed
fe06bdb
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Spinner.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-14T19:46:47Z
2008-10-28T16:06:40Z
253,220
Bug 253220 Support native image loading
null
resolved fixed
e5c0f14
["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", "bundl...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-13T18:51:11Z
2008-11-03T16:33:20Z
254,797
Bug 254797 Upside down topsy turvey text
null
resolved fixed
ca92157
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-12T20:50:26Z
2008-11-10T20:46:40Z
254,865
Bug 254865 Annotation underlines not properly drawn when end of range not visible
null
resolved fixed
fd154e2
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/TextLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-11T22:06:06Z
2008-11-11T13:26:40Z
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.
resolved fixed
f125bca
["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/TextLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-11T20:07:02Z
2008-11-11T19:00:00Z
254,808
Bug 254808 implement image pattern fill on text
null
resolved fixed
1e9c1ec
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/GC.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-10T23:10:00Z
2008-11-10T23:33:20Z
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
resolved fixed
5479bfb
["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolBar.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-07T17:24:13Z
2008-11-07T15:00:00Z
253,225
Bug 253225 Implement Control.print()
null
resolved fixed
12b349d
["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
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-06T17:51:28Z
2008-11-03T16:33:20Z
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.
resolved fixed
2cd5166
["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/ecl...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-05T23:13:11Z
2008-10-28T16:06:40Z
253,254
Bug 253254 [Browser] Exception while disposing SWT Mozilla browser
null
resolved fixed
617f0bd
["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-05T20:48:54Z
2008-11-03T19:20:00Z
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 -s...
resolved fixed
91431fc
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/TreeItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-05T20:17:40Z
2008-11-01T17:20:00Z
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 getSelectionTe...
resolved fixed
fe440aa
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-05T20:16:28Z
2008-10-22T18:26:40Z
250,175
Bug 250175 fix DND in block selection mode
null
resolved fixed
25aa012
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-05T19:37:25Z
2008-10-08T21:06:40Z
253,259
Bug 253259 Label in synchronize view is getting cut off.
null
resolved fixed
d0d36c6
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Label.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-05T18:18:17Z
2008-11-03T19:20:00Z
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] P...
resolved fixed
5417e7d
["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
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-05T17:40:20Z
2008-11-05T18:33:20Z
253,057
Bug 253057 selection changes must send out selection event notifications
null
resolved fixed
53ea450
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-04T22:22:16Z
2008-11-01T14:33:20Z
253,058
Bug 253058 StyledText should handle mouse click sequences in block selection mode
null
resolved fixed
aecaa62
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-04T20:18:05Z
2008-11-01T14:33:20Z
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...
resolved fixed
d86ccf7
["bundles/org.eclipse.swt/Eclipse", "SWT", "Printing/cocoa/org/eclipse/swt/printing/Printer.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-04T16:09:29Z
2008-11-04T14:46:40Z
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 too...
resolved fixed
ef782aa
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/ToolItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-03T23:34:37Z
2008-11-03T19:20:00Z
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.
resolved fixed
a4c485f
["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
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-03T22:29:48Z
2008-11-03T22:06:40Z
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 exampl...
resolved fixed
6103a5c
["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.eclips...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-03T22:11:49Z
2008-07-01T16:33:20Z
252,486
Bug 252486 [DND] Cannot drag from StyledText
tested using DragExample.
resolved fixed
f17083d
["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
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-03T21:52:28Z
2008-10-28T18:53:20Z
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.
resolved fixed
36b2e18
["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/widg...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-03T18:55:37Z
2008-10-30T20:53:20Z
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.
resolved fixed
e3e8b41
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/TextLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-03T17:40:20Z
2008-10-29T19:53:20Z
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 strikeo...
resolved fixed
fd28797
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/TextLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-03T17:31:50Z
2008-10-30T20:53:20Z
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.
resolved fixed
83265ff
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-03T17:26:44Z
2008-10-30T12:33:20Z
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.
resolved fixed
7e75f62
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-03T17:21:45Z
2008-10-29T19:53:20Z
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
resolved fixed
0f63003
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/TextLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-03T17:17:12Z
2008-10-30T12:33:20Z
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
resolved fixed
a296477
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Button.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-03T17:13:25Z
2008-09-04T20:26:40Z
246,541
Bug 246541 [misc] BIDI: Java editor does not ensure LTR for declarations and invocations with RTL names
null
resolved fixed
d590e56
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/internal/BidiUtil.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-03T17:09:35Z
2008-09-08T10:33:20Z
253,240
Bug 253240 Missing autorealese pool in printer
null
resolved fixed
77b4fec
["bundles/org.eclipse.swt/Eclipse", "SWT", "Printing/cocoa/org/eclipse/swt/printing/Printer.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-03T16:41:53Z
2008-11-03T16:33:20Z
252,245
Bug 252245 Implement Printing on Cocoa
null
resolved fixed
64dd74a
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/SWTPrinterView.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Printing/cocoa/org/eclipse/swt/printing/Printer.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", ...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-03T16:00:55Z
2008-10-27T17:53:20Z
253,189
Bug 253189 NullPointerException when trying to print
Build ID: M20080911-1700 Steps To Reproduce: When I try to print a UML diagram created by the Soyatec eUML2 plugin, the print dialog does not open. In the log I see a NullPointerException in the string conversion code. 1. Create class diagram 2. Click on print button in toolbar Obviously the plugin is not providing a f...
resolved fixed
6032830
["bundles/org.eclipse.swt/Eclipse", "SWT", "Printing/gtk/org/eclipse/swt/printing/Printer.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-11-03T15:33:23Z
2008-11-03T13:46:40Z
252,370
Bug 252370 fix cell accessibility post-3.5M3
null
resolved fixed
a9df4ea
["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
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-10-31T20:25:29Z
2008-10-28T13:20:00Z
252,424
Bug 252424 background color of List only sets background of items.
null
resolved fixed
397cb8a
["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
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-10-31T19:29:58Z
2008-10-28T16:06:40Z
252,422
Bug 252422 reduce damaging of Table/Tree column headers
null
resolved fixed
29bb787
["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/TableColumn.java", "bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/TreeColumn.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-10-31T18:13:25Z
2008-10-28T16:06:40Z
252,679
Bug 252679 TableColumn/TreeColumn don't send Move and Resize events
null
resolved fixed
5d68331
["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", "bundles/org.eclipse.swt/Eclipse", "SWT/co...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-10-31T18:10:02Z
2008-10-29T19:53:20Z
252,427
Bug 252427 List - changing font size doesn't update item height
null
resolved fixed
be0ee75
["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
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-10-31T18:04:12Z
2008-10-28T16:06:40Z
252,995
Bug 252995 Drop down tool items are selected on mouse up
null
resolved fixed
dc5446a
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/ToolItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-10-31T16:14:16Z
2008-10-31T16:20:00Z
247,866
Bug 247866 Images not centered in tool items
If you attach the perspective switching tool bar to the left and get turn off the labels, the icons are drawn in the upper right corner of each tool item instead of being centered.
resolved fixed
c67a9c1
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/ToolItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-10-31T14:52:56Z
2008-09-18T17:46:40Z
252,441
Bug 252441 Can't select plugins in run configurations
In a run configuration, the table of plugins on the "Plug-Ins" tab is missing. See the attached screen shot. If you resize the window for a while, it will occasionally flash but then hides again.
resolved fixed
6a6df6c
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSObject.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Label.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-10-29T21:03:42Z
2008-10-28T16:06:40Z
252,460
Bug 252460 (Test Plan) ControlExample's ToolTip Orientation
Build ID: I20081027-1800 Steps To Reproduce: 1. Get ControlExample 2. Click on sash control tab 3. change the orientation More information: not sure if the orientation is correctly applied.
resolved fixed
4d200ba
["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/SashTab.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-10-29T16:29:28Z
2008-10-28T18:53:20Z
247,558
Bug 247558 FileDialog passes files with no extension, even when filter requires extension
Build ID: 120080617-2000 Steps To Reproduce: 1. Create a FileDialog 2. Set a filter for *.txt using FileDialog.setFilterExtensions 3. open the dialog, and navigate to a file with no extension More information: This is probably only an OSX bug.
resolved fixed
49d9e77
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/FileDialog.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-10-29T15:16:16Z
2008-09-16T21:20:00Z
252,464
Bug 252464 (Test Plan) ControlExample's Shell example
Build ID: I20081027-1800 Steps To Reproduce: 1. Run ControlExample 2. select shell control tab 3. run any shell example More information: notice the example created a button with no text, and it doesn't seem to do anything either.
resolved fixed
3f67b1b
["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/ShellTab.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-10-29T14:57:55Z
2008-10-28T18:53:20Z
252,252
Bug 252252 Can't get a context menu on a tree item
Right-clicking on tree items isn't working in the 10/25 nightly build. It _is_ working on the code editor, so it's not completely broken, but I seem to remember this working as of Friday. 1. In any workspace, expand a project. 2. Right-click on a folder or a file Nothing happens.
resolved fixed
3552dbd
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-10-27T19:58:59Z
2008-10-27T17:53:20Z
252,232
Bug 252232 scrollbars are disabled
This was working in the Thursday night build, but now fails. Using some CVS datestamp compares I've narrowed it down to the accessibility changes that were released late Thursday night/Friday morning. Scott please investigate ASAP, thanks!
resolved fixed
327daae
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-10-27T18:41:50Z
2008-10-27T17:53:20Z
251,582
Bug 251582 No splash screen progress using Cocoa
Using I20091021, there's no progress displayed on the splashscreen.
resolved fixed
2ea4335
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-10-27T16:58:32Z
2008-10-21T17:26:40Z
251,779
Bug 251779 Snippet124 crashes
- run Snippet124 - double-click the second item, which should open an in-place editor, but instead crashes with the following: Process: java [3711] Path: /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/java Identifier: java Version: ??? (???) Code Type: PPC (Native) Parent Process: eclipse [2964] Da...
resolved fixed
d51a1e9
["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/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widg...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-10-27T16:53:35Z
2008-10-22T21:13:20Z
252,064
Bug 252064 Accessibility API needs to work on Label
- get the latest org.eclipse.swt and org.eclipse.swt.examples from HEAD - run org.eclipse.swt.examples.accessibility.ControlsWithAccessibleNamesExample - turn on VoiceOver - hover the mouse over the large image of a running man in the right-hand column VoiceOver should say "Overriding platform name for Label" or someth...
resolved fixed
ad94482
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Label.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-10-24T22:50:06Z
2008-10-24T20:26:40Z
252,079
Bug 252079 VoiceOver won't read contents of StyledText
VoiceOver won't read the contents of a StyledText box. -- Run org.eclipse.swt.examples.accessibility.ControlsWithLabelsExample -- Turn on VoiceOver -- Mouse over the StyledText Voiceover says 'blank text' instead of reading the contents of the text box. (This was noted in my initial checkin but I never wrote a tracking...
resolved fixed
967b5f8
["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/cocoa/org/eclipse/swt/accessibility/Accessible.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-10-24T22:46:04Z
2008-10-24T23:13:20Z
210,443
Bug 210443 [flex-hierarchy] Mac: Using down arrow to quickly move down some tree controls causes them to jump back to top
null
closed fixed
c8d5e49
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-10-24T19:48:56Z
2007-11-20T20:20:00Z
222,791
Bug 222791 Spinner accepts non-numeric input in Cocoa
Build ID: I20080207-1530 Steps To Reproduce: 1. Open Control example 2. Choose 'Spinner' tab 3. Type non-numeric characters into the spinner box (e.g. 'abc') Note that the spinner input accepts non-numerics, unlike other platforms like Carbon where only numbers are accepted.
resolved fixed
de616cb
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSCharacterSet.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSFormatter.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSNumberFormatter.java", "bun...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-10-24T05:39:59Z
2008-03-14T18:40:00Z
251,149
Bug 251149 SWT Accessibility API needs to work on all Controls
- get the latest org.eclipse.swt and org.eclipse.swt.examples code from HEAD - run org.eclipse.swt.examples.accessibility.SimpleButtonNameExample - turn on VoiceOver - type the Tab key to switch focus back and forth from the button labelled "Button" and the button with a picture of a running man - VoiceOver should say ...
resolved fixed
f059eca
["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/NSButton.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSCell.java", "bundles/org.eclipse.swt/Ec...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-10-24T05:33:03Z
2008-10-16T20:46:40Z
251,618
Bug 251618 Text glitch after inserting an image
null
resolved fixed
18524e2
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-10-23T19:48:10Z
2008-10-21T20:13:20Z
250,574
Bug 250574 Group does not layout correctly.
null
resolved fixed
81188d1
["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/Group.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-10-23T17:55:13Z
2008-10-12T14:00:00Z
251,128
Bug 251128 Display.readAndDispatch() and sleep() should not try/catch and call printStackTrace()
When Scott committed the first code for accessitiblity, he said: "One (potentially controversial) change I made to Display was to put try/catch blocks in readAndDispatch() and sleep() so that an exception doesnt silently exit the program. The semantics of these methods didnt change, but dumping a backtrace is more usef...
resolved fixed
99b05de
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-10-23T14:19:21Z
2008-10-16T18:00:00Z
251,614
Bug 251614 Space in font name
Build ID: I20080917-0800 Steps To Reproduce: There is a problem when getting font names. Say we want "Lucida Grande", one version return this, but the other version returns without the space i.e. "LucidaGrande" They are the same font, but can't be matched because of the space. please see the snippet below. Snippet: pac...
resolved fixed
6818679
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/Device.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-10-22T20:37:28Z
2008-10-21T20:13:20Z
251,469
Bug 251469 Accessible.getDescription should not return name
- Load SWT Cocoa and the SWT examples from HEAD. - Run org.eclipse.swt.examples.accessibility.AccessibleShapesExample - turn on VoiceOver - type the TAB key to give focus to the various shapes Note that the shapes report their name twice. In Accessible.getDescription(), if there isn't any description, then we should ju...
resolved fixed
a2a2b61
["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", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Combo.java", "bu...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-10-22T19:33:50Z
2008-10-20T19:13:20Z
251,516
Bug 251516 [Browser] cannot type U into web browser text area
Build ID: M20080911-1700 Steps To Reproduce: 1. Configure your OS to use a German keyboard layout 2. Create an html file with the following contents (see attachment): <html> <head></head> <body> <textarea></textarea> </body> </html> 3. open the html file in the eclipse browser 4. attempt to type a U (capital letter, no...
resolved fixed
d8d3e8f
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/WebSite.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-10-22T19:21:37Z
2008-10-21T11:53:20Z
251,583
Bug 251583 Crash using I20091021 Cocoa
Process: eclipse [15724] Path: /Users/chrisaniszczyk/eclipses/eclipse-SDK-3.5M3/eclipse/Eclipse.app/Contents/MacOS/eclipse Identifier: org.eclipse.eclipse Version: 3.4 (3.4) Code Type: X86 (Native) Parent Process: launchd [155] Date/Time: 2008-10-21 13:05:10.110 -0500 OS Version: Mac OS X 10.5.5 (9F33) Report Version: ...
resolved fixed
121f742
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-10-22T18:13:17Z
2008-10-21T17:26:40Z
251,581
Bug 251581 Wrong cursor when editing
This happens in Eclipse. Open the console and a java editor. Give the Java editor focus, the move the mouse over the console and notice the I-beam cursor. Give focus to the console. The I-beam changes to the default arrow. Move the mouse over the editor, then back into the console. The I-beam is back and stays now. The...
resolved fixed
9b44ec1
["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/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-10-22T18:07:26Z
2008-10-21T17:26:40Z
249,880
Bug 249880 [Dialogs] Table.remove(int, int) very slow with large lists
We use an org.eclipse.ui.dialogs.FilteredItemsSelectionDialog to select from a list of ~500,000 items. This is initially displayed reasonably quickly, but when the user types a character to reduce the number of items, the UI thread hangs for several, sometimes many seconds. Each time I've interrupted this hang using th...
resolved fixed
5b1a45e
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-10-22T15:49:44Z
2008-10-06T21:53:20Z
225,266
Bug 225266 Cocoa port has no org.eclipse.swt.internal.carbon.smallFonts equivalent
Eclipse Carbon ships with the org.eclipse.swt.internal.carbon.smallFonts flag turned on and I like to add it to me self-hosted workspaces as well. I feel that Eclipse benefits from the smaller fonts on OS X. The Cocoa port doesn't have any small fonts support so far. Is that intentional?
resolved fixed
b335ad1
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSFont.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/Device.java", "bundles/org.eclipse.swt/Eclipse", "SWT/coco...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-10-22T05:55:36Z
2008-04-02T07:06:40Z
251,603
Bug 251603 Spacing not working in TextLayout
Build ID: I20080917-0800 Steps To Reproduce: 1. Enter some text 2. Without select anything, try increase the spacing by calling styledText.setLineSpacing(int) 3. Note that spacing is not applied More information:
resolved fixed
6b7c150
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/TextLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-10-21T22:10:34Z
2008-10-21T20:13:20Z
251,607
Bug 251607 TextLayout - TextStyle's border not showing bottom line in StyledText
Build ID: I20080917-0800 Steps To Reproduce: 1. Enter some text in the styled text 2. Select any text and apply border style 3. Notice that the bottom part of the box is not drawn/shown More information:
resolved fixed
9121b95
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/TextLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-10-21T21:45:21Z
2008-10-21T20:13:20Z