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]
82,067
Bug 82067 BIDI:Printing of text files is not right aligned
Tested on Win2K Arabic default locale, build eclipse-SDK-3.1M3-win32 with Arabic Translation Fragments and launched with rtl direction. 1.Import the attached file into a new project 2.Open the document with the text editor and print it by choosing File>>print 3. Observe that the text in the hard copy is left aligned wh...
closed fixed
cc6b3d6
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/PrintRenderer.java", "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
2005-01-14T22:40:00Z
2005-01-02T07:13:20Z
22,646
Bug 22646 Cheese appears in table when using mouse wheel
(Note, I'm using the Windows XP manifest file) When I use the wheel on my mouse to scroll down in the table in the tasks view, extra lines appear all over the table. When I scroll up, all of the horizontal lines disappear. The scrollbar does not demonstrate the same problem.
resolved fixed
32ea2b4
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2005-01-14T01:52:41Z
2002-08-21T17:13:20Z
82,657
Bug 82657 Help fails to open
In 3.1M4 Help is failing to open. I get a dialog saying: "An exception offured while lauching help. Refer to the log for more details". The log is as follows: !SESSION 2005-01-12 12:43:57.515 ----------------------------------------------- eclipse.buildId=I20041216-2000 java.version=1.5.0 java.vendor=Sun Microsystems I...
resolved fixed
6b400f5
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/Browser.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2005-01-12T22:52:29Z
2005-01-12T11:40:00Z
82,531
Bug 82531 Missing selectionEvent when disposing TreeItem
When I remove a TreeItem from my Tree by using TreeItem.dispose() another item is 'armed' (as in 'ready to be selected' - on Windows the item has normal font color and grey background) as opposed to 'selected' (on Windows inverted font color and dark blue background). The important part is this: When this happen in 3.0...
resolved fixed
fd29b07
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2005-01-11T15:38:44Z
2005-01-11T05:06:40Z
82,282
Bug 82282 Control.redraw() invalidates children on Linux-GTK
The code for redraw() on Linux-GTK calls redrawWidget (..., true) which causes the children to be repainted as well. This behaviour is not consistent with Windows, and seems to be in error: public void redraw () { checkWidget(); int /*long*/ paintHandle = paintHandle (); int width = OS.GTK_WIDGET_WIDTH (paintHandle); i...
verified fixed
26a2159
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2005-01-05T21:01:57Z
2005-01-05T21:20:00Z
81,695
Bug 81695 [Linux GTK] SWT Text displays the wrong characters if call addModifyListener
SWT Text widget displays the different characters from the typed characters, if addModifyListener is called. os: RedHat Enterprise Linux 3.0 Update 3.0. ws: gtk
verified fixed
c99daad
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Text.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Text.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Text.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Tex...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2005-01-05T18:51:56Z
2004-12-20T22:00:00Z
81,893
Bug 81893 IllegalArgumentException from StyledText Widget
Version: 3.1.0 Build id: 200412210800 While playing with Eclipse WTP 1.0M2 I noticed a few exceptions appearing in the log about IllegalArgumentWxceptions from styled text. There is no mention of WTP in the stack trace, so i entered this against SWT. It is possible that WTP are doing Bad Things, causing this error. Tes...
resolved fixed
f725f66
["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
2005-01-04T20:47:18Z
2004-12-24T06:33:20Z
80,830
Bug 80830 implement GC.drawFocus
null
verified fixed
a9e5fac
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/Device.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/GC.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2005-01-04T20:32:37Z
2004-12-13T17:46:40Z
81,759
Bug 81759 Can't select tool items when tool bar has a DragDetect listener
Version: 3.1.0 Build id: 200412210800 Clicking on the buttons of the perspective or fast view bar does nothing. Instead of opening a view/perspective, it looks like it is attempting to start a drag operation. The click after pressing the button is ignored and if you click and drag after pressing a button you get a "no ...
resolved fixed
115fa0d
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Widget.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-12-22T16:31:59Z
2004-12-21T23:00:00Z
81,265
Bug 81265 background of tree is incorrect when disabled
In Control Example, go to tree tab 1. change the background colour. 2. uncheck the enabled checbox The background of the node names changes to the default background, while the rest of the background remains the new background. In tabletree, the entire background of the table tree goes back to the default colour.
resolved fixed
e3a2840
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-12-22T16:22:40Z
2004-12-15T19:46:40Z
80,622
Bug 80622 Removing the last item from a read-only combo does not clear the selection
This problem happens on Linux-GTK, Linux-motif and Solaris-motif I have a read-only combo on a dialog. The combo is created in the following way: Combo combo = new Combo(composite, SWT.SINGLE | SWT.READ_ONLY | SWT.DROP_DOWN); An action is related to the combo. The action removes the currently selected item from the com...
closed fixed
ad7cf78
["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Combo.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-12-21T18:53:48Z
2004-12-09T19:20:00Z
81,399
Bug 81399 Pixel Corruption caused by Tracker on a Composite with children
(Platform: WinXP-SP2, SWT 3.0.1 (swt-win32-3063.dll)) The following Snippet uses a Tracker(SWT.RESIZE) for rubber-band selections of the Composite's children. The selection occurs in terms of changing the background color of the children. If yo select some of the chilren with the tracker, and then downsize the tracker ...
resolved fixed
033cc2a
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Tracker.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Tracker.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Tracker.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/wid...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-12-20T21:50:00Z
2004-12-16T15:13:20Z
80,276
Bug 80276 CBannerLayout calls Control.update too often
CBannerLayout.layout() calls Control.update() all the time. Using update() is good for interactive resizing, but otherwise it is slow and should not be used. This code should be fixed to only call update() during resize, if at all.
resolved fixed
99846ed
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CBannerLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-12-16T19:48:43Z
2004-12-06T16:20:00Z
81,357
Bug 81357 TableColumn.setText("") results in screen cheese
Passing the empty string to TableColumn.setText on windows inserts a bunch of gibberish characters into the table heading. This appears to be because TCHAR is not null-terminating zero length strings when given the terminate=true argument.
resolved fixed
213dfe2
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/win32/TCHAR.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-12-16T15:12:15Z
2004-12-15T22:33:20Z
81,137
Bug 81137 TableEditors shifted to the right when table has image
null
resolved fixed
e57a091
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TableItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-12-15T23:11:59Z
2004-12-15T14:13:20Z
81,214
Bug 81214 [JUNIT] Failure in post KeyDown test on Display
eclipse.buildId=I20041214-2000 test_postLorg_eclipse_swt_widgets_Event(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Display) junit.framework.AssertionFailedError at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.assertTrue(Assert.java:20) at junit.framework.Assert.assertTrue(Assert.ja...
closed wontfix
eb144ec
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CLabel.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-12-15T18:16:38Z
2004-12-15T17:00:00Z
80,216
Bug 80216 KERN_PROTECTION_FAILURE due to EXC_BAD_ACCESS on exit
Hi, when quitting RSSOwl on Mac using latest SWT from Integration Build I am getting a serious exception. There is no difference if running it via java_swt or Java: Date/Time: 1970-01-01 01:11:08 +0100 OS Version: 10.3 (Build 7B85) Command: java_swt (/Volumes/NO NAME/RSSOwl Release/MAC_BIN/rssowl_mac_1_0_bin/RSSOwl.app...
resolved fixed
55792ee
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-12-14T22:26:24Z
2004-12-05T12:33:20Z
80,204
Bug 80204 Checkbox in Tree or Table ignores second click of double click
When clicking quickly and repeatedly on a checkbox of a Tree or Table control which was created with style SWT.CHECK, every second click is ignored if it is made within the double click timeout. This can be tested, for example, with Snippet113. Some native Table controls (or at least controls used by Windows) show the ...
resolved fixed
5d8726b
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-12-14T20:13:48Z
2004-12-04T14:20:00Z
80,867
Bug 80867 APPSTARTING cursor has colours reversed
On Linux, the CURSOR_APPSTARTING cursor is being correctly themed when using a cursor theme that supports it, but on systems without it, the cursor is showing up "reversed", that is, the body of the arrow is white instead of black. Changing the mask itself would break cursor theming. The correct fix is to use the "reve...
resolved fixed
d4db315
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/Cursor.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/Cursor.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-12-13T22:33:42Z
2004-12-13T20:33:20Z
41,227
Bug 41227 [Workbench] Switching applications, there is lag displaying the menubar
Eclipse 3.0 I20030806 When switching from a different application to Eclipse, the menubar is empty for about one second before the meunitems appear.
resolved fixed
7db8431
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-12-13T22:09:41Z
2003-08-06T20:00:00Z
80,160
Bug 80160 Regression: Pressing Return/Esc does not close drop down list of editable combo
When the drop down list of an editable combo box is open, pressing Return or Esc will not close it in v3114. It used to in v3111 and earlier. --- import org.eclipse.swt.*; import org.eclipse.swt.layout.*; import org.eclipse.swt.widgets.*; public class ComboTest { public static void main(String[] args) { Display display...
resolved fixed
d677b52
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Combo.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-12-09T03:45:25Z
2004-12-03T18:53:20Z
14,297
Bug 14297 Add a Spinner widget to the SWT toolkit
One widget I am surpised is not in the standard set of SWT widgets is a Spinner. I'm sure you know what a spinner is, but to be absolutely clear, I am referring to a widget with a text area and two buttons (usually with up and down arrows), that is designed to allow easy input of (usually) numeric values, or to iterate...
resolved fixed
bc82fb6
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Spinner.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-12-08T15:31:27Z
2002-04-22T04:33:20Z
68,212
Bug 68212 Mac - can't drag from SWT application to another application
3.0 RC3: This is currently disabled until interaction with Finder can be made safe. See DragSource.drag: // until the interaction with Finder is understood, only allow data to be // transferred internally OS.SetDragAllowableActions(theDrag[0], OS.kDragActionNothing, false);
resolved fixed
9897614
["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/carbon/org/eclipse/swt/dnd/DragSource.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-12-03T22:02:50Z
2004-06-22T18:46:40Z
79,934
Bug 79934 Incorrect SWT.Deactivate received
This bug makes it very difficult to select an editor or a view from the chevron in eclipse. Run the following example. Click on the "show list" button Move the mouse over the second shell. When the mouse exits the second shell, the second and third shell disappear. Note that if the third shell has the style DIALOG_TRIM...
resolved fixed
c5d7cc4
["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-12-02T16:31:48Z
2004-12-01T22:26:40Z
73,965
Bug 73965 [Layouts] add marginLeft, marginRight, marginTop and marginBottom to GridLayout
It would be nice to have these fields in GridLayout (note that similar ones already exist in RowLayout). To not break compatibility, they all could have the default value of 0.
resolved fixed
b41a6d0
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/layout/GridLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-11-29T19:19:56Z
2004-09-15T09:20:00Z
79,557
Bug 79557 Display.getShells() optimization
Display.getShells() and Disply.getActiveShell() methods are called in eclipse very frequently. For example during opening of 40 Java editors Display.getShells () was called about 12 000 times and this method took 2.2% of total scenario execution time. This is due to widgetTable, which contains hundreds of widgets, is s...
resolved fixed
4525215
["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
2004-11-26T21:42:14Z
2004-11-26T14:40:00Z
78,565
Bug 78565 [consistency] TabFolder fires two MenuDetect events
- run the ControlExample, TabFolder tab - turn on the MenuDetect listener - right-click on a tab in the example TabFolder -> on gtk there will be two MenuDetect events fired
resolved fixed
8c81baa
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-11-26T19:01:01Z
2004-11-12T22:53:20Z
69,304
Bug 69304 EC: disappearing table column headers
null
resolved fixed
13de9cb
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-11-26T18:48:30Z
2004-07-05T17:53:20Z
79,481
Bug 79481 Sash no longer draggable when too small
Hi, see this snippet: public class Main { public static void main(String[] args) { final Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); SashForm form = new SashForm(shell, SWT.HORIZONTAL | SWT.SMOOTH); form.setLayout(new FillLayout()); Composite child1 = new Compos...
resolved fixed
5358993
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/SashForm.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-11-26T17:37:15Z
2004-11-25T10:53:20Z
79,191
Bug 79191 [consistency] Button KeyUp-Selection differences
- run the ControlExample, stay on the default Button tab - listen for KeyUp and Selection - give focus to an example Button on the page - press Space -> on win32 and gtk you'll get KeyUp - Selection -> on motif and mac you'll get Selection - KeyUp
resolved fixed
fc6e2bf
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/SWT.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/events/SelectionListener.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-11-24T23:15:33Z
2004-11-22T16:13:20Z
78,558
Bug 78558 [consistency] Slider fires two selection events on single click
- run the ControlExample, Slider/Scale tab - turn on the Selection listener - click on the thumb of the example Slider -> on win32 two selection events are fired (details 0 and 1 respectively) -> everywhere else one selection event (detail 0) is fired
resolved wontfix
995bd4d
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Scale.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/ScrollBar.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Slider.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-11-24T22:14:18Z
2004-11-12T22:53:20Z
79,186
Bug 79186 [consistency] pressing Enter on Button fires MouseUp on win32 only
- run the ControlExample, stay on the default Button tab - listen for MouseUp and Selection - give focus to one of the example Buttons and press Enter -> on win32 you'll get MouseUp, Selection -> everywhere else you'll only get Selection
resolved fixed
d32cdc9
["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
2004-11-24T21:49:10Z
2004-11-22T13:26:40Z
78,559
Bug 78559 [consistency] Slider fires two Selection events before MouseDown
null
resolved fixed
c3babe7
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Slider.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-11-24T20:21:37Z
2004-11-12T22:53:20Z
79,210
Bug 79210 [consistency] Combo does not fire some KeyDowns
- run the ControlExample, go to the Combo tab - listen for KeyDown and KeyUp - give focus to the example Combo on the page - press Arrow-Down and Arrow-Up to go through the Combo's items and note that no KeyDowns ever arrive, though the KeyUps do
resolved fixed
4fd4d29
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Combo.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-11-24T19:21:01Z
2004-11-22T16:13:20Z
49,057
Bug 49057 Inconsistency in layout handling during shell.setVisible
null
resolved fixed
bfdcee4
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-11-24T16:57:11Z
2003-12-17T19:40:00Z
79,215
Bug 79215 [consistency] ProgressBar does not fire some mouse events
null
resolved fixed
65c1946
["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/ProgressBar.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-11-23T17:39:14Z
2004-11-22T19:00:00Z
78,568
Bug 78568 [consistency] Table fires DefaultSelection before KeyDown
- also happens on motif - run the ControlExample, Table tab - turn on the KeyDown and Selection listeners - select an item in the example Table, then press Enter -> on win32 and motif the following are fired: DefaultSelection, KeyDown -> everywhere else it's: KeyDown, DefaultSelection
resolved fixed
ebfd059
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-11-22T23:21:24Z
2004-11-12T22:53:20Z
79,064
Bug 79064 Strange NullPE in Widget.sendEvent(int eventType, Event event, boolean send)
Hi, from my users I am sometimes getting logs about a crash that I am not able to reproduce or interpret. The stack looks like: java.lang.NullPointerException at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:809) at org.eclipse.swt.widgets.Widget.postEvent(Widget.java:621) at org.eclipse.swt.widgets.Control.send...
resolved fixed
00ed21c
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-11-22T17:57:37Z
2004-11-19T13:13:20Z
78,873
Bug 78873 Combo box performance problem
When adding items into a combo box , the performance slows way down , depending on the number of items added. For example when adding 900 items in a windows app , it takes ~0.3 seconds when adding only 700 in a linux app it taks ~45 seconds.
resolved fixed
8226320
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-11-19T21:24:52Z
2004-11-17T19:33:20Z
78,727
Bug 78727 ToolItems on a wrapped ToolBar do not "unwrap" correctly
I am creating a window with a wrapping ToolBar. When I first make the window smaller so that some ToolItems wrap and then increase the window's width by one pixel after one of the ToolItems has just wrapped, that ToolItem disappears from the second (wrapped) line but is not shown on the first line. Covering and uncover...
resolved fixed
1692fbe
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/win32/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/ToolBar.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-11-19T20:39:28Z
2004-11-16T13:00:00Z
78,725
Bug 78725 Separator ToolItems with Controls do not wrap soon enough
When putting a separator ToolItem with an attached Control on a wrapping ToolBar, this item does not wrap correctly. This does not happen in all cases (I have a wrapping ToolBar with such a separator item in an application where it works) but the following snippet exhibits this behaviour. This is a modified version of ...
resolved fixed
52ce859
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/ToolItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-11-17T21:14:46Z
2004-11-16T13:00:00Z
68,353
Bug 68353 Components in SWT_AWT are not displayed on Solaris
Swing components added to an AWT frame generated from SWT_AWT.new_Frame() are not being displayed. The code below works fine on Windows XP, but not on Solaris. I am using Eclipse 3.0RC3 and Java 1.5.0 Beta 2. /*** Begin Java Source ***/ package com.tsccos.eclipse.tools.mvs.timeline.views; import java.awt.Frame; import ...
resolved fixed
f61bcdb
["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Composite.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-11-17T15:50:14Z
2004-06-23T19:46:40Z
78,562
Bug 78562 [portability] Slider selection event fires before MouseDown
- run the ControlExample, Slider/Scale tab - turn on the MouseDown and Selection listeners - click in the Slider's trough (to the right of the thumb) -> on motif the Selection event fires before the MouseDown -> everywhere else the MouseDown fires first
resolved fixed
b58704e
["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Slider.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-11-15T20:57:43Z
2004-11-12T22:53:20Z
78,239
Bug 78239 Label does not Wrap correctly
eclipse.buildId=I200411050810 java.version=1.4.2_06 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US Command-line arguments: -showlocation If the bounds of a Label are set twice to the same thing, the wrapping stops working. Run the example below: public static void main(Stri...
resolved fixed
a5aaa68
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Label.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-11-12T19:40:58Z
2004-11-09T22:40:00Z
77,535
Bug 77535 Control example coolbar tab uses images in drop down
In the coolbar tab of the ControlExample, enable Item styles "SWT.DROP_DOWN". Now make the coolbar 100x100 so that a chevron is required to see some of the items. On WindowsNT, menus do not support images. When you select the menu from the chevron of the coolbar, it is blank because there are only images in the menu it...
resolved fixed
0007fa3
["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/CoolBarTab.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-11-12T16:21:38Z
2004-11-02T21:13:20Z
78,407
Bug 78407 Platform differences setting size while shell is maximized
Here is the some code: public static void main (String [] args) { Display display = new Display (); final Shell shell = new Shell (display); shell.setBounds (10, 10, 100, 100); shell.open (); shell.addListener (SWT.Resize, new Listener () { public void handleEvent (Event event) { System.out.println ("*** RESIZE: " + sh...
resolved fixed
0a534e2
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Decorations.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-11-11T23:00:13Z
2004-11-11T19:06:40Z
43,684
Bug 43684 Setting cursor to SWT.CURSOR_APPSTARTING doesn't seem to work
The new sync view now shows the SWT.CURSOR_APPSTARTING cursor whenever background jobs are running that effect the contents of the view. This cursor appears on WinXP but does not appear on GTK. We are using setCursor on a tree or table control. To try it out, open the Team/Synchronize view and perform a refresh (left m...
resolved fixed
f980f92
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/Cursor.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/Cursor.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-11-11T22:16:02Z
2003-09-25T17:13:20Z
78,226
Bug 78226 [JFace] ImageCache.getImage failing to return an image for ico file (regression)
Having just installed 3.1 M3, we have discovered that this code Image image = null; String iconPath = "icons/someicon.ico"; File f = new File(iconPath); ImageDescriptor desc = ImageDescriptor.createFromFile (InfrastructurePlugin.class, f.getPath()); if (desc != null) { //obtain the cached image corresponding to the des...
resolved fixed
c6a2c6f
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/internal/image/WinBMPFileFormat.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-11-11T22:00:41Z
2004-11-09T22:40:00Z
78,150
Bug 78150 eclipse 3.1x crashs on startup
An unexpected exception has been detected in native code outside the VM. Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x10009E31 Function=Java_org_eclipse_swt_internal_win32_OS_VtblCall__II+0x4 Library=Q:\opt\eclipse\3.1 M2\plugins\org.eclipse.swt.win32_3.1.0\os\win32\x86 \swt-win32-3106.dll Current Ja...
resolved fixed
9159069
["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-11-11T19:54:32Z
2004-11-09T08:46:40Z
77,983
Bug 77983 Funny behaviour on Linux GTK with MessageBox with % character
Following displays hello 1,591491E-31442,3887746OK Instead of hello %E4 import org.eclipse.swt.*; import org.eclipse.swt.widgets.*; import org.eclipse.swt.graphics.*; import org.eclipse.swt.events.*; import org.eclipse.swt.layout.*; public class PR { public static void main(String[] args) { Display display = new Displa...
resolved fixed
7515c07
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/MessageBox.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-11-09T22:01:00Z
2004-11-05T18:40:00Z
78,204
Bug 78204 Refresh problem in progress view or compare view
Using today's integration build, as soon as a view is resized, it doesn't refresh properly. This makes the build almost unusable.
resolved fixed
0492caa
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/ScrollBar.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-11-09T18:55:17Z
2004-11-09T19:53:20Z
67,237
Bug 67237 DND copy and link are allowed with default mouse gesture
RC2 - observed on all motif platforms - run the DND example - select the DragSource and DropTarget checkboxes - select the Text Transfer checkboxes for each - select the SWT.DROP_COPY checkboxes for each - deselect the SWT.DROP_MOVE checkboxes for each - drag from the left example widget to the right example widget and...
resolved fixed
34c44c7
["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/motif/org/eclipse/swt/dnd/DropTarget.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-11-09T17:12:07Z
2004-06-15T14:33:20Z
77,527
Bug 77527 setting the background colour in one widget, sets it as the default
In the control example, if the background colour is set for table, and the example is closed and restarted, that background colour of the table is now the background colour of the listener output area. Version: 3.1.0 Build id: 200411020800
resolved fixed
2729672
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Table.java", "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
2004-11-05T21:05:13Z
2004-11-02T21:13:20Z
77,676
Bug 77676 TextLayout doesn't produce proper runs when newlines present
I'm trying to reproduce Bidi text rendering. The following two controls paint the same text in a different way. Felipe said the problem is related to the presence of the newline character. StyledText only renders lines. public static void main(String[] args) { final Display display = new Display(); final Shell shell = ...
resolved fixed
b486853
["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
2004-11-05T20:44:52Z
2004-11-03T16:40:00Z
77,530
Bug 77530 Selection in open type dialog does not work
I200411010800, I200411021200, GTK+ 2.2.1 This problem is specific to GTK+ 2.2.1. It does not occur in GTK+ 2.2.4 or the GTK+ 2.4.0 series. Open the "Open Type" dialog, and type in part of a class name (not a complete class name). Normally, this should select the top item. Currently, it selects nothing.
resolved fixed
33e1f4f
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-11-05T17:52:15Z
2004-11-02T21:13:20Z
77,936
Bug 77936 Platform inconsistency: drawLine(X,Y,X,Y) does nothing on the Mac
On Windows and Linux drawLine(X,Y,X,Y) draws a single pixel, but on the Mac nothing is drawn. For example, add the following to the paintControl method of HelloWorld5.java from the SWT examples: gc.drawLine(100,100,100,100); I have since discovered there is a drawPoint() method, which does work, but this is still a bug...
resolved fixed
d32130e
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/GC.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-11-05T15:12:53Z
2004-11-05T13:06:40Z
77,493
Bug 77493 No more handles error when running the Browser demo
3.1M3 first candidate build - run eclipse with the examples - Window -> Show View -> Other... - select SWT Examples - Browser Demo, OK - the following error is spewed: org.eclipse.swt.SWTError: No more handles at org.eclipse.swt.SWT.error(SWT.java:2723) at org.eclipse.swt.SWT.error(SWT.java:2622) at org.eclipse.swt.SWT...
resolved fixed
b109106
["examples/org.eclipse.swt.examples.browser.demos/src/org/eclipse/swt/examples/browser/demos/views/BrowserDemoView.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-11-04T21:19:17Z
2004-11-02T18:26:40Z
77,492
Bug 77492 ToolBar example tab should have image+text example
This would demonstrate the RIGHT style, and emphasize that ToolItems are not subject to the same image-or-text-but-not-both constraint that Buttons and Labels must follow.
resolved fixed
972d416
["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/ToolBarTab.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-11-02T21:13:16Z
2004-11-02T18:26:40Z
77,490
Bug 77490 setting background on single TableItem always shows grid lines
- run the control example, go to the Table tab - change the background color of item 0, and note that it shows grid lines even though they aren't turned on
resolved fixed
ec4be5e
["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/Table.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-11-02T20:54:18Z
2004-11-02T18:26:40Z
72,244
Bug 72244 Posting mouse events locks up event handling
I20040817, WinXP Experiments with posting mouse events by Display#post(..) in the main thread locked up while running the event queue. The main thread would eventually not return from OS.DispatchMessage(..). Posting the events from a background thread works. Using an additional thread makes the code more complicated an...
resolved fixed
a9b9713
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/win32/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Display.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-11-02T20:48:51Z
2004-08-19T10:06:40Z
76,933
Bug 76933 MessageBox does not display default title when icon is specified
On Linux, providing an icon for a MessageBox also seems to supply a default tilte to the MessageBox. On Windows, this is not the case -- the MessageBox title is blank unless setText() is called. The following code displays a message box with a warning icon. On Linux, when this displays, it will automatically have a tit...
resolved fixed
e9e7d8a
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/MessageBox.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-11-02T19:21:21Z
2004-10-25T13:13:20Z
49,722
Bug 49722 support mnemonics on CLabel
It would be useful to have CLabel support mnemonics just like a normal Label.
resolved fixed
2f09d1a
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CLabel.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-11-01T20:16:22Z
2004-01-08T19:26:40Z
77,342
Bug 77342 getOffset () in emulated TextLayout.java wrong for proportional fonts
In SWT's emulated TextLayout (used in SWT/Photon and until recently in SWT/Fox), method 'public int getOffset (int x, int y, int[] trailing)' <snip> int charWidth = gc.stringExtent(String.valueOf(chars[0])).x; </snip> should be <snip> int charWidth = gc.stringExtent(String.valueOf(chars[offset])).x; </snip> This is on ...
resolved fixed
a210372
["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/textlayout/org/eclipse/swt/graphics/TextLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-11-01T19:08:37Z
2004-10-30T18:13:20Z
76,963
Bug 76963 [browser] Browser.java should not use nsIScriptContext
Currently, the execute() method in Browser.java uses the nsIScriptContext interface in order to run Javascript on the current document. However, this interface is a non-frozen, internal interface. We should switch to a more appropriate API.
resolved fixed
701027e
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/motif/org/eclipse/swt/browser/Browser.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/gtk/org/eclipse/swt/browser/Browser.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-10-29T14:49:04Z
2004-10-25T18:46:40Z
34,536
Bug 34536 Drop-down arrows (on tree) are not centered
The new SWT tree view on Mac OS X uses the drop-down arrows to drill down into trees. This is seen in (amongst other things) the project views and also the preferences window. The arrow icon though does not look centered with the text; in fact, it looks as if it is positioned in the top of the line and the icon looks a...
resolved fixed
c8ec0f7
["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
2004-10-27T14:56:34Z
2003-03-10T23:46:40Z
69,781
Bug 69781 max StyledText window, fire MouseMove event
I add StyledText to fill a standalone program. When I maximize this window using double click title bar( NOT click maximum button! ), the MouseMove event is fired! Try to write some text on StyledText, and select a block text. Then double click title bar. The selected block text will change select area because of this ...
resolved fixed
1f67cda
["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
2004-10-26T16:40:46Z
2004-07-10T11:46:40Z
76,904
Bug 76904 Poor Canvas scrolling performance
Scrolling Canvas scrollbars redraw the whole client area, instead of drawing just the part which has to be redrawn. This terribly slows down the performance on Mac. Is there a way to do the scrolling like on Windows, where the part of the client area which stays visible is copied to a new location, and the part of the ...
resolved fixed
37e38fc
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/GC.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-10-26T14:49:35Z
2004-10-24T17:46:40Z
76,983
Bug 76983 [browser] Download.java uses wrong pointer
From Javier Pedemonte: I think there is a bug in the Init() method of Eclipse SWT Browser/mozilla/org/eclipse/swt/browser/Download.java. I'm not too familiar with this code, so I decided to send you a note rather than open a bug. Here is the code in question: nsILocalFile target = new nsILocalFile(aTarget); int aNative...
resolved fixed
ca75669
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/mozilla/org/eclipse/swt/browser/Download.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-10-25T22:47:15Z
2004-10-26T00:20:00Z
63,579
Bug 63579 Rename refactoring wizard butchers clipboard
M9 (GTK) KDE 3.2.2 Gentoo --- If one does a rename (noticed this with a class, but probably affects all "renamable" artifacts), then the contents of the "New Name" field gets put into the clipboard, erasing what was there previously. This, IMHO, is Not Good (ie/ Very Bad (TM)). To reproduce: - copy something. - paste (...
resolved fixed
8de03a6
["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/Clipboard.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-10-25T21:37:14Z
2004-05-23T11:00:00Z
55,964
Bug 55964 [ViewMgmt] spacing between border and text of "classic" tab style
I20040324 IMO the spacing between the border and the text for tabs in the classic style should be a little bit increase. If you have a lots of tabs in a row it looks a little bit squeezed
resolved fixed
7ffe879
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-10-25T19:39:58Z
2004-03-24T17:40:00Z
76,709
Bug 76709 CR Key down arrives twice
I200410190941, GTK+ 2.4.9, KDE 3.3.0, Linux 2.6.8.1 On KDE, go into the package explorer and select an HTML file. Then press enter. The HTML file should open in an external browser. However, it either opens two browsers or two tabs in a single browser. This appears to happen because the CR key down event is arriving tw...
resolved fixed
3ffd5b1
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-10-22T18:55:06Z
2004-10-20T22:06:40Z
73,100
Bug 73100 Crash while running a JUnit Plug-In test
I am using build id 200408311100 on Mac OS 10.3.5 (512 MB SDRAM, 667 MHz PowerPC G4) running java 1.4.2_05-141. This is reproducible with earlier builds as well. I tried running a UI Junit Plug-in test ("IWorkbenchPageTest"), but it crashes and does not complete (only on the Mac). I had to play around with the Vm's Xmx...
resolved fixed
723b1d5
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Menu.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/MenuItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-10-21T21:58:57Z
2004-09-01T20:20:00Z
23,006
Bug 23006 Tree Expand all "*" sends expand event regardless of current state
Run the code below, select a node in the tree and press the "*" key repeatedly. The Tree sends an expand event for each sub-item in the tree regardless of whether the item was already expanded or not. Getting an expand event for an expanded node seems wrong. If this is correct behaviour (sending Expand event for an exp...
resolved fixed
8a56311
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-10-20T00:44:42Z
2002-08-29T22:26:40Z
75,218
Bug 75218 DirectoryDialog widget has a growing label
3.1M2 In the DirectoryDialog widget, the label added by SWT expands to take up space. It should instead remain only large enough to contain its text.
resolved fixed
ee8dd8c
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/DirectoryDialog.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-10-19T21:35:03Z
2004-09-28T22:20:00Z
75,577
Bug 75577 Keyboard focus not given to selected element in tree
null
resolved fixed
a39f522
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-10-19T15:55:32Z
2004-10-04T17:13:20Z
20,269
Bug 20269 Please add javadoc for Composite getChildren() ordering
Please add a note in the javadoc for Composite's getChildren(). It doesn't say anything about the order of the children returned in the array. I was told it is in z-order, could you please add this, or if it's not, then say it's not?
resolved fixed
66daf83
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Composite.java", "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
2004-10-19T01:18:27Z
2002-06-13T20:26:40Z
75,739
Bug 75739 Variant has no toString()
The Variant class has no toString() and one cannot call getString() in all cases since it throws an Exception if the type is VT_EMPTY. So I suggest: /** * Always returns a String. * @param variant * @return a String */ public static String toString() { if (this.getType() == COM.VT_EMPTY) { return ""; } return this.getS...
resolved fixed
90ec89f
["bundles/org.eclipse.swt/Eclipse", "SWT", "OLE", "Win32/win32/org/eclipse/swt/ole/win32/Variant.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-10-18T19:55:26Z
2004-10-06T22:00:00Z
73,871
Bug 73871 [KeyBindings] NullPointerException while running UiTestSuite
null
resolved fixed
e2f7314
["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/Clipboard.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-10-18T16:11:01Z
2004-09-14T13:53:20Z
68,876
Bug 68876 Sashes should resize interactively
3.0 The following patch modifies Sash to resize interactively, rather than drawing an XOR stipple. This makes Eclipse feel a lot more modern, and follows the behaviour of other Linux applications.
resolved fixed
9c87272
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Sash.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/SWT.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Sash.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Sash.java", ...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-10-15T21:48:14Z
2004-06-29T14:40:00Z
74,882
Bug 74882 TextLayout needs toString() Method
Currently the TextLayout class has no toString representation. It could do with one. A listing of the attributes in the layout would be my suggestion.
resolved fixed
4481c39
["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/textlayout/org/eclipse/swt/graphics/TextLayout.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/TextLayout.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/TextLayout.java", "bundles/org.eclipse.swt/Eclipse", "SWT/...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-10-13T20:15:21Z
2004-09-23T22:53:20Z
10,766
Bug 10766 Combo.removeAll() behaviour does not match API documentation
The doc says that removeAll() should clear all items of the receiver's list. However, it also clears the receiver's text field, which it should not.
resolved fixed
0318541
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CCombo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Combo.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-10-13T17:21:09Z
2002-03-05T14:53:20Z
11,657
Bug 11657 inconsistent SWT.NO_FOCUS behaviour
1) w2k: the flag is ignored when provided as a style to a Shell instead of some widget. linux: the flag is respected. 2) linux: the flag has effect for the widget and all its children. w2k: the flag has only effect for the widget itself (except if the widget is a Shell) 3) There should be better documentation about how...
resolved fixed
1c45042
["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Composite.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-10-12T18:05:30Z
2002-03-19T17:46:40Z
75,753
Bug 75753 SWT.NO_BACKGROUND not working on Linux GTK
null
resolved fixed
0cb1669
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Composite.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-10-08T19:12:24Z
2004-10-06T22:00:00Z
75,906
Bug 75906 Multiple file type filters broken in file chooser
Currently in the file chooser implementation, filters of the form "*.jar;*.zip" are not honoured as they are on Windows. The following patch fixes this. For an example use case, see File > Import > Zip File > Browse. Index: Eclipse SWT/gtk/org/eclipse/swt/widgets/FileDialog.java ========================================...
resolved fixed
a60d8be
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/FileDialog.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-10-08T17:24:05Z
2004-10-08T15:40:00Z
56,047
Bug 56047 SWT Example Launcher does not run standalone apps
M8 Install the example plugins Start Eclipse Switch to the SWT Example Launcher view Select AddressBook in Standalone Click Run Nothing happens.
resolved fixed
d6148e6
["examples/org.eclipse.swt.examples.launcher/src/org/eclipse/swt/examples/launcher/ItemDescriptor.java", "examples/org.eclipse.swt.examples.launcher/src/org/eclipse/swt/examples/launcher/LauncherPlugin.java", "examples/org.eclipse.swt.examples.launcher/src/org/eclipse/swt/examples/launcher/LauncherView.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-10-07T17:46:53Z
2004-03-24T23:13:20Z
75,675
Bug 75675 [browser] setText/setUrl crashes when called from location.changing
null
resolved fixed
467aee2
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/carbon/org/eclipse/swt/browser/Browser.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/carbon/org/eclipse/swt/browser/WebKit.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-10-05T21:31:12Z
2004-10-05T21:00:00Z
74,666
Bug 74666 String cut off in New Java Interface wizard
I200409212000 - New > Java Interface - Beside the entry for Package: there is the string (default), but the closing parenthesis is cut off
resolved fixed
231c9b1
["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Label.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-10-05T20:26:44Z
2004-09-22T19:06:40Z
73,345
Bug 73345 TableTreeItem.setExpanded causes redraw which causes flickering
WinXP / SWT 3.0 When my mouse is not hovering over the window, the entire tableTree redraws all the lines. This extreme example hopefully shows that a redraw needlessly draws the lines which I see as flicker in normal apps. public static void main(String[] args) { Display display = new Display(); Shell shell = new Shel...
resolved fixed
c38115e
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/TableTreeItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-10-05T20:11:32Z
2004-09-07T04:06:40Z
48,272
Bug 48272 pocket pc - gesture erases current text selection
PPC: select some text, then bring up a popup. The gesture erases the current selection. It should not (e.g. see Word). import org.eclipse.swt.*; import org.eclipse.swt.widgets.*; import org.eclipse.swt.events.*; import org.eclipse.swt.layout.*; public class TextStylusHold { Display display; Shell shell; Text text; clas...
resolved fixed
7f20729
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Text.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-10-04T20:21:04Z
2003-12-08T16:13:20Z
58,185
Bug 58185 Eclipse fails to load oldstyle BMP files
null
resolved fixed
c0a3d8a
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/SWT.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/internal/image/FileFormat.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/internal/image/OS2BMPFileFormat.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-10-04T14:52:29Z
2004-04-12T20:00:00Z
74,275
Bug 74275 SWT.ON_TOP and SWT.MIN|SWT.MAX are mutually eclusive
Regression: with SWT 3062 for Windows, it is no longer possible to create a window that has MIN/MAX buttons and is also ON_TOP. yvind
resolved fixed
bc96056
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-10-01T18:06:28Z
2004-09-20T11:33:20Z
30,804
Bug 30804 DCR - GridLayout should not treat width/height hint as minumum size when grab/fill is specified
The GridLayout manager treats the width and height hint as a minumum width even if fill and grab is specified for the cell. But is doesn't treat it as a maximum width. This makes it hard to design dialogs which are opened on a "smaller" screen. Consider the following example: - a shell with a tree and some label below ...
resolved fixed
817eb70
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/layout/GridData.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/layout/GridLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-09-30T22:36:30Z
2003-02-03T11:00:00Z
75,219
Bug 75219 File open dialog does not handle filters
3.1M2 In eclipse: 1. Go to File > Import 2. Choose 'Zip File' 3. Hit 'Browse' The file dialog that pops up is supposed to filter on the file types *.jar and *.zip, but instead the text appears in the file name text entry.
resolved fixed
280ed50
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/FileDialog.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-09-30T20:39:39Z
2004-09-28T22:20:00Z
75,404
Bug 75404 ControlExample slider tab grabs mouse
Mouse click in slider. Mouse is grabbed.
resolved fixed
6e1828b
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Slider.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-09-30T18:35:13Z
2004-09-30T18:46:40Z
75,169
Bug 75169 [StyledText] setStyleRanges() shows different result when StyleRanges are sorted differently
Hi, see this Snippet: public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); StyledText st = new StyledText(shell, SWT.NONE); st.setText("www.heise.de\n\nComments: \n\nSome comments"); StyleRange sr1 = new StyleRange(); sr1.start = ...
resolved fixed
2861187
["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
2004-09-29T22:26:21Z
2004-09-28T14:00:00Z
75,268
Bug 75268 snippet 2
I noticed that if I wanted to replace the static creation of the table items and create it dynamically with a "for" loop, that a "widget disposed" type exception is thrown from line "items[i].dispose();" at line 541 of snippet 2 located under "inserting a row in a table" if clicking the second column to perform a sort....
resolved fixed
9d0adde
["examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet2.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-09-29T21:01:16Z
2004-09-29T12:13:20Z
65,865
Bug 65865 TableColumn.pack() calculates wrong size in TableTrees
I think that TableColumn.pack calculates the wrong size if all these conditions are given in a TableTree: columnindex==0 image of biggest item in column==null columwidth>headerwidth and some other item in this column has an image Reasoning: If the columnwidth is bigger than the header width, then the column width is us...
resolved wontfix
7497dae
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-09-28T18:32:48Z
2004-06-05T10:06:40Z
75,168
Bug 75168 Deadlocked Eclipse
Running the latest from HEAD, I hit this deadlock while a progress dialog was open: Full thread dump Java HotSpot(TM) Client VM (1.4.2_03-b02 mixed mode): "ModalContext" prio=1 tid=0x08873548 nid=0x1c51 waiting for monitor entry [4f106000..4f106854] at org.eclipse.swt.widgets.Synchronizer.addLast(Synchronizer.java:47) ...
resolved fixed
62659c6
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/widgets/Synchronizer.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-09-28T18:20:38Z
2004-09-28T14:00:00Z
74,241
Bug 74241 [DND] Drop Target TreeItem not selected when Font was set
Hi, I've implemented Drag and Drop in a Tree. That was done, similiar to Snippet 91 ("drag leaf items in a tree"). Now, when dragging a TreeItem over valid DropTargets, the Target TreeItem becomes selected when hovering over it. But, when I am setting a Font to the TreeItems, hovering over valid Drop Targets does not s...
resolved fixed
10cacb4
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/win32/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-09-27T19:30:59Z
2004-09-19T18:53:20Z
74,399
Bug 74399 [CTabFolder] Widget Disposed SWTException when closing Application with opened Tab-Chooser
Hi, take this snippet: public class Main { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); CTabFolder folder = new CTabFolder(shell, SWT.CLOSE); for (int i = 0; i < 12; i++) { CTabItem item = new CTabItem(folder, SWT.NONE); i...
resolved fixed
bc2886f
["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
2004-09-27T17:41:11Z
2004-09-21T09:46:40Z