id
int64
1
6.5k
bug_id
int64
2.03k
426k
summary
stringlengths
9
251
description
stringlengths
1
32.8k
report_time
stringlengths
19
19
report_timestamp
int64
1B
1.39B
status
stringclasses
6 values
commit
stringlengths
7
9
commit_timestamp
int64
1B
1.39B
files
stringlengths
25
32.8k
project_name
stringclasses
6 values
3,061
84,733
Bug 84733 TabFolder position change broken
1. Open the control example 2. Switch to the TabFolder pane 3. Switch between SWT.TOP and SWT.BOTTOM When using the SWT.BOTTOM style, the contents disappear.
2005-02-08 15:05:56
1,107,890,000
verified fixed
3e26cc4
1,108,160,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Button.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Composite.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Group.java bundles/org.e...
SWT
3,062
84,535
Bug 84535 TitleAreaDialog doesn't dismiss on <ENTER> if contains Combo(SWT.SIMPLE)
A TitleAreaDialog that contains a Combo in SWT.SIMPLE mode no longer responds to pressing ENTER by activating the default OK button and closing the dialog. When the test code below is run, click the button "Press Me". On the dialog invoked, press <ENTER>. The dialog should close, but doesn't. Using 3.1M4. -------8<----...
2005-02-07 00:11:54
1,107,750,000
resolved fixed
008439e
1,108,150,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java
SWT
3,063
85,006
Bug 85006 TableColumn.pack() of column 0 wth SWT.CHECK is bad
In the following case, column 0 is not packing correctly: public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new RowLayout(SWT.HORIZONTAL)); final Table table = new Table(shell, SWT.BORDER | SWT.CHECK); table.setLayoutData(new RowData(-1, 400)); t...
2005-02-11 10:53:08
1,108,140,000
resolved fixed
718bc9a
1,108,150,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TableColumn.java
SWT
3,064
84,665
Bug 84665 Clarify Javadoc of Display.postEvent
I20050202-0800 The return value of Display.postEvent's Javadoc says: * @return true if the event was generated or false otherwise It is not clear whether this means that it's not supported i.e. will always return false for that event (type) or whether it means it did not work this time and I can try it again until I ge...
2005-02-08 05:56:20
1,107,860,000
resolved fixed
4e26a42
1,108,060,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java
SWT
3,065
84,861
Bug 84861 Display.post(Event) not working for char key events SWT.TAB, SWT.ESC, SWT.DEL and SWT.BS
null
2005-02-10 02:21:56
1,108,020,000
verified fixed
7929c76
1,108,050,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java
SWT
3,066
81,254
Bug 81254 ControlExample spews warnings
observed on Solaris and hpux - run the ControlExample with warnings turned on (do this in Device I think) - a scrollbar warning is spewed on each page that's shown - this is ugly when using the swt-only download since warning messages are not supressed in this context
2004-12-15 12:41:15
1,103,130,000
resolved fixed
e27de3e
1,107,970,000
bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/Tree.java examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/CanvasTab.java
SWT
3,067
84,630
Bug 84630 resizing a TreeColumn does not fire Resize or Move
- run the ControlExample, go to the Tree tab - turn on the Multiple Columns and Header Visible checkboxes - turn on listening for SWT.Move and SWT.Resize events - use the mouse to resize the columns in the example Tree with columns and note that no Resize or Move events are fired - doing the equivalent steps on the Tab...
2005-02-07 16:47:18
1,107,810,000
resolved fixed
dd1f487
1,107,970,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Tree.java
SWT
3,068
84,783
Bug 84783 Directory dialog does not deal with non-UTF8 filenames
null
2005-02-09 10:27:34
1,107,960,000
verified fixed
4451ea4
1,107,960,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/DirectoryDialog.java
SWT
3,069
84,755
Bug 84755 Cannot open filenames with 8-bit characters
null
2005-02-08 21:55:10
1,107,920,000
verified fixed
24afc87
1,107,960,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/FileDialog.java
SWT
3,070
84,602
Bug 84602 scrolling Tree with columns horizontally fires Move and Resize events
- run the ControlExample, go to the Tree tab - turn on the Multiple Columns checkbox - set the Tree's size to 100x100 so that a horizontal scrollbar is needed - turn on listening for SWT.Move and SWT.Resize events - scroll the example Tree on the page horizonally and note that Move and Resize events are fired - this do...
2005-02-07 12:58:56
1,107,800,000
resolved fixed
d73d99b
1,107,820,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java
SWT
3,071
84,600
Bug 84600 resizing TreeColumn leaves cheese
- run the ControlExample, go to the Tree tab - turn on the Multiple Columns, Header Visible and Lines Visible checkboxes - in the first example Tree on the page, resize the Name column by dragging its right column line to span most of the available tree width (ie.- to roughly where the Modified column ends by default) ...
2005-02-07 12:48:23
1,107,800,000
resolved fixed
6162900
1,107,810,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java
SWT
3,072
54,973
Bug 54973 [browser] Default WindowEvent to handle normal window open case - feature request
In the documenation for WindowEvent is about 50-lines of code that is noted as this is the way "..are typically handled". This makes an HTML link that opens another window such as &lt;a href="...url.." target="_blank"&gt; work. Since this is the typical use (as stated in the docs), why not make this the default behavio...
2004-03-16 12:00:42
1,079,460,000
resolved fixed
ca98239
1,107,800,000
bundles/org.eclipse.swt/Eclipse SWT Browser/carbon/org/eclipse/swt/browser/Browser.java bundles/org.eclipse.swt/Eclipse SWT Browser/common/org/eclipse/swt/browser/OpenWindowListener.java bundles/org.eclipse.swt/Eclipse SWT Browser/common/org/eclipse/swt/browser/WindowEvent.java bundles/org.eclipse.swt/Eclipse SWT Brows...
SWT
3,073
84,581
Bug 84581 Check button size does not change when right aligned
Run the control example. - Button tab - SWT.CHECK - Alignment: Right - Horizontal Fill - Preferred Button does not return to its preferred size. The problem is that we have set the usize on the child, but not reset it when we ask for its preferred size.
2005-02-07 11:19:19
1,107,790,000
verified fixed
9b0ccc5
1,107,790,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Button.java
SWT
3,074
71,262
Bug 71262 Combo boxes ignoring visible item count
After setting the visible item count , the combo box ignores it and displays all items. To test pass the method a 0 , and it will still show all items. If you pass a 0 in the win32 impl. nothing shows.
2004-08-02 19:25:23
1,091,490,000
resolved wontfix
0441770
1,107,560,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java
SWT
3,075
30,968
Bug 30968 DCR:Combo SWT.SIMPLE not implemented on GTK
Open ControlExample switch Combo style from DROP_DOWN to SIMPLE. Style is not supported. The Combobox by itself does not change but its location is modified, which is bizarre.
2003-02-05 11:01:35
1,044,460,000
resolved wontfix
6c55e6d
1,107,560,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java
SWT
3,076
84,404
Bug 84404 Disabled button stops events
Run the following code. Setting button 2 to be disabled stops events from being sent to button 3, even though it is above. public static void main(String [] args) { Display display = new Display(); Shell shell = new Shell(display); Composite c = new Composite(shell, SWT.NONE); c.setSize(800,600); Button b1 = new Button...
2005-02-03 18:25:12
1,107,470,000
resolved fixed
43df143
1,107,470,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java
SWT
3,077
84,383
Bug 84383 [browser] can't navigate to eclipse bugzilla
null
2005-02-03 16:04:18
1,107,460,000
resolved fixed
868a13a
1,107,470,000
bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOM.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/gtk/org/eclipse/swt/browser/Browser.java
SWT
3,078
84,085
Bug 84085 XP style not support with Button with SWT.ARROW
When you create a Button with the SWT.ARROW style and XP styling is enabled, the button still shows older beveled styling.
2005-01-31 15:25:09
1,107,200,000
resolved fixed
ee6b656
1,107,450,000
bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Button.java
SWT
3,079
82,739
Bug 82739 EXCEPTION_ACCESS_VIOLATION hovering over check in table with SWT.CHECK style
Version: 3.1.0 Build id: I20050112-1200 When i hover over the check mark of a table that was created with the SWT.CHECK style bit and have no text in the first column i get an EXCEPTION_ACCESS_VIOLATION. Will attach a snippet to reproduce. An unexpected exception has been detected in native code outside the VM. Unexpec...
2005-01-13 05:19:27
1,105,610,000
resolved fixed
dd05f31
1,107,220,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
SWT
3,080
84,077
Bug 84077 Table.pack() extends last column to include scroll bar
The following code causes a shell to grow without bounds. The problem is that Windows expands the last column to include the scroll bar when Column.pack() is called. import org.eclipse.swt.SWT; import org.eclipse.swt.events.SelectionAdapter; import org.eclipse.swt.events.SelectionEvent; import org.eclipse.swt.layout.Gr...
2005-01-31 14:25:51
1,107,200,000
resolved fixed
165e842
1,107,200,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TableColumn.java
SWT
3,081
83,791
Bug 83791 Repaint problems for Combo using SWT.SIMPLE style
When a few Combo boxes using SWT.SIMPLE style are visible, a series of manual resizes of the containing composite leaves areas of the Combo littered with buffer noise. The first two attached screen-dumps show the result of running the test code below, both before and after resizing of the window. The third one shows a ...
2005-01-26 22:10:09
1,106,800,000
resolved fixed
1b41a98
1,106,940,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java
SWT
3,082
83,699
Bug 83699 Font reset to default after screen saver
I20050125-0800 All editors and views using a StyledText widget have the font reset to default after coming back from my screen saver. Makes build I20050125-0800 unusable for me. Works if I replace org.eclipse.swt.win32_3.1.0 with the one from last I-build. This breakpoint gets hit when I return from the screen saver Th...
2005-01-26 06:03:15
1,106,740,000
verified fixed
cc9a023
1,106,780,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java
SWT
3,083
83,765
Bug 83765 DCR: add strikeout to TextLayout
add underline and strikeout to TextLayout on all platforms.
2005-01-26 16:38:10
1,106,780,000
resolved fixed
ff5cee0
1,106,780,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/TextStyle.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java
SWT
3,084
57,068
Bug 57068 [browser] Curious behaviour on target=_blank links
Hi, I am using the SWT browser widget to display HTML and let the user navigate through the WWW in my application. Earlier the browser ignored clicking on links that would open in a new window (with having target="_blank"). I've now found out the OpenWindowListener which could solve my problem. Playing around with it, ...
2004-04-01 13:21:01
1,080,840,000
resolved fixed
7303839
1,106,780,000
bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/Browser.java
SWT
3,085
82,346
Bug 82346 CLabel disappears when given SWT.CENTER flag in constructor
Not working (CLabel disappears): ... CLabel label = new CLabel(composite, SWT.SHADOW_IN | SWT.CENTER); label.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); ... Workaround: ... CLabel label = new CLabel(composite, SWT.SHADOW_IN); label.setAlignment(SWT.CENTER); label.setLayoutData(new GridData(GridData.FILL_HORI...
2005-01-06 14:27:47
1,105,040,000
resolved fixed
617caa1
1,106,770,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CLabel.java
SWT
3,086
83,546
Bug 83546 Printing doesn't seem to work anymore in latest integration build
In I20050118-1015, I cannot print a document (text file) from Eclipse. I need to copy the contents, open a text editor, paste the contents into the text editor and then print it. Then it works fine.
2005-01-24 11:27:03
1,106,580,000
resolved fixed
1a5ca70
1,106,760,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
3,087
80,414
Bug 80414 ArrmListener for MenuItem generates submenu with invisible lables
I have an extension which extends "org.eclipse.ui.actionSets". This adds a menu in Eclipse main menu called "MyMenu". Under "MyMenu", there are a few second-level submenu items "submenu1", "submenu2" and "submenu3". "submenu2" is a IWorkbenchWindowPulldownDelegate2 object. It has a few third- level submenu items labell...
2004-12-07 15:24:48
1,102,450,000
resolved fixed
8d32a5e
1,106,680,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/MenuItem.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/MenuItem.java
SWT
3,088
49,426
Bug 49426 Layouts should support laying out only a subset of a composite's children
Currently all standard SWT layout managers always lay out all children of the composite they are managing. This includes children which are not visible. While this may be desired in some cases, it makes it difficult to manage dynamic layouts where the layout should change when a control is made visible or invisible. Th...
2003-12-30 17:31:03
1,072,820,000
resolved fixed
ee0cb80
1,106,600,000
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 bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/layout/RowData.java bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/layout/RowLayout.jav...
SWT
3,089
83,532
Bug 83532 [browser] HTTPS link crashes Browser with Mozilla 1.7.5
null
2005-01-24 09:09:39
1,106,580,000
resolved fixed
73a144c
1,106,580,000
bundles/org.eclipse.swt/Eclipse SWT Browser/motif/org/eclipse/swt/browser/Browser.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOM.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/gtk/org/eclipse/swt/browser/Browser.java
SWT
3,090
82,640
Bug 82640 Setting style bits breaks SWT embedded Swing in Milestone M4
Creating an SWT container with Composite container = new Composite(shell, SWT.BORDER|SWT.EMBEDDED); for embedding swing no longer works under Linux for milestone 4. The embedded swing components aren't drawn when the SWT container appears. However it works if you create the container with Composite container = new Comp...
2005-01-11 23:52:36
1,105,510,000
resolved fixed
c2991ac
1,106,340,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Composite.java
SWT
3,091
83,305
Bug 83305 Javadoc of Display.addFilter could be improved
I20050118 The Javadoc of Display.addFilter doesn't tell anything about filtering, it only says that the added listener will be notified. As far as I understood it no event is filtered ever but the listener could set doit.false and hope that all other listeners check that flag.
2005-01-20 09:10:45
1,106,230,000
verified fixed
08c6b7c
1,106,270,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java
SWT
3,092
82,905
Bug 82905 drawImage doesn't honor clip rect
I tried both I20050104-1600 and 3.1M4 on different linux versions with gtk 2.2 and gtk 2.4. It seems that GC#drawImage(Image,int,int,int,int,int,int.int,int) will not honor the GC's clipping but draw over the whole client area if and only if SWT.NO_BACKGROUND is set and the image has an alpha channel. This should not h...
2005-01-15 07:29:37
1,105,790,000
verified fixed
77d1382
1,106,240,000
bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java
SWT
3,093
64,923
Bug 64923 EC: need api to query for Tray support
Maybe something like Tray.isPresent() ? The motivation for wanting to know this, as opposed to just blindly using it, is pasted below. " if you want to close all windows and have your program run in the background with only a tray item to show status information and to (re-)open the main window, you need to be sure tha...
2004-06-01 08:26:45
1,086,090,000
resolved fixed
8d4295b
1,106,180,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java
SWT
3,094
83,262
Bug 83262 rxvt pastes null terminator
When pasting using the middle mouse button from StyledText into an rxvt window, it contains a null terminator at the end. Pasting from other applications like gedit or mozilla into rxvt does not show this behaviour, and this is not reproducable when pasting into an xterm. This problem exists on both Motif and GTK+. Sin...
2005-01-19 17:41:27
1,106,170,000
verified fixed
1f0c909
1,106,170,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/gtk/org/eclipse/swt/dnd/RTFTransfer.java bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/gtk/org/eclipse/swt/dnd/TextTransfer.java bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/motif/org/eclipse/swt/dnd/RTFTransfer.java bundles/org.eclipse.swt/Eclipse SWT Drag and...
SWT
3,095
42,632
Bug 42632 Clipboard becomes empty after shell closes
Selecting text from one of the properties page in Linux GTK and then copying has no effect despite the option being there. STEPS 1) Open a preference pahe on a project 2) Select the path 3)Pop up the menu and select copy or use Ctrl-C 4) Paste somewhere - the clipboard is empty or the previous contents.
2003-09-05 14:13:02
1,062,790,000
resolved fixed
3b1252a
1,106,170,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Text.java
SWT
3,096
82,828
Bug 82828 Table's SWT.FULL_SELECTION broken for empty table items
I20050112-1200 Empty cells do not get the selection bg color. Test Case: 1. start fresh Eclipse 2. Window > Preferences > Java > Editor > Hovers 3. Select a line in the table that has an empty cell ==> empty cell does not get selection bg color This used to work in previous builds.
2005-01-14 03:37:55
1,105,690,000
resolved fixed
0b8a14c
1,106,080,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
SWT
3,097
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...
2005-01-02 03:31:56
1,104,650,000
closed fixed
cc6b3d6
1,105,740,000
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
3,098
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.
2002-08-21 11:59:01
1,029,950,000
resolved fixed
32ea2b4
1,105,670,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
SWT
3,099
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...
2005-01-12 07:55:20
1,105,530,000
resolved fixed
6b400f5
1,105,570,000
bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/Browser.java
SWT
3,100
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...
2005-01-11 00:56:42
1,105,420,000
resolved fixed
fd29b07
1,105,460,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java
SWT
3,101
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...
2005-01-05 15:58:48
1,104,960,000
verified fixed
26a2159
1,104,960,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
SWT
3,102
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
2004-12-20 17:34:55
1,103,580,000
verified fixed
c99daad
1,104,950,000
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/Text.java bundles/org.ecli...
SWT
3,103
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...
2004-12-24 01:52:19
1,103,870,000
resolved fixed
f725f66
1,104,870,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
3,104
80,830
Bug 80830 implement GC.drawFocus
null
2004-12-13 11:50:28
1,102,960,000
verified fixed
a9e5fac
1,104,870,000
bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Device.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java
SWT
3,105
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 ...
2004-12-21 17:41:42
1,103,670,000
resolved fixed
115fa0d
1,103,730,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Widget.java
SWT
3,106
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.
2004-12-15 13:33:44
1,103,140,000
resolved fixed
e3a2840
1,103,730,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java
SWT
3,107
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...
2004-12-09 13:58:59
1,102,620,000
closed fixed
ad7cf78
1,103,660,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Combo.java
SWT
3,108
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 ...
2004-12-16 09:37:20
1,103,210,000
resolved fixed
033cc2a
1,103,580,000
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/widgets/Tracker.java
SWT
3,109
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.
2004-12-06 11:52:58
1,102,350,000
resolved fixed
99846ed
1,103,230,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CBannerLayout.java
SWT
3,110
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.
2004-12-15 18:36:14
1,103,150,000
resolved fixed
213dfe2
1,103,210,000
bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/TCHAR.java
SWT
3,111
81,137
Bug 81137 TableEditors shifted to the right when table has image
null
2004-12-15 09:07:05
1,103,120,000
resolved fixed
e57a091
1,103,150,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TableItem.java
SWT
3,112
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...
2004-12-15 11:30:15
1,103,130,000
closed wontfix
eb144ec
1,103,130,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CLabel.java
SWT
3,113
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...
2004-12-05 06:56:30
1,102,250,000
resolved fixed
55792ee
1,103,060,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Shell.java
SWT
3,114
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 ...
2004-12-04 08:35:54
1,102,170,000
resolved fixed
5d8726b
1,103,060,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
SWT
3,115
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...
2004-12-13 15:53:03
1,102,970,000
resolved fixed
d4db315
1,102,980,000
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
3,116
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.
2003-08-06 16:23:16
1,060,200,000
resolved fixed
7db8431
1,102,980,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Shell.java
SWT
3,117
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...
2004-12-03 14:50:22
1,102,100,000
resolved fixed
d677b52
1,102,560,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java
SWT
3,118
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...
2002-04-21 23:54:19
1,019,450,000
resolved fixed
bc82fb6
1,102,520,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Spinner.java
SWT
3,119
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);
2004-06-22 15:00:42
1,087,930,000
resolved fixed
9897614
1,102,110,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/carbon/org/eclipse/swt/dnd/DragSource.java
SWT
3,120
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...
2004-12-01 16:49:11
1,101,940,000
resolved fixed
c5d7cc4
1,102,010,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Shell.java
SWT
3,121
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.
2004-09-15 04:52:23
1,095,240,000
resolved fixed
b41a6d0
1,101,760,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/layout/GridLayout.java
SWT
3,122
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...
2004-11-26 09:37:21
1,101,480,000
resolved fixed
4525215
1,101,510,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Display.java
SWT
3,123
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
2004-11-12 17:25:36
1,100,300,000
resolved fixed
8c81baa
1,101,500,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
SWT
3,124
69,304
Bug 69304 EC: disappearing table column headers
null
2004-07-05 12:45:46
1,089,050,000
resolved fixed
13de9cb
1,101,490,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
SWT
3,125
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...
2004-11-25 06:19:11
1,101,380,000
resolved fixed
5358993
1,101,490,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/SashForm.java
SWT
3,126
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
2004-11-22 10:30:59
1,101,140,000
resolved fixed
fc6e2bf
1,101,340,000
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
3,127
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
2004-11-12 17:00:44
1,100,300,000
resolved wontfix
995bd4d
1,101,330,000
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
3,128
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
2004-11-22 09:45:35
1,101,130,000
resolved fixed
d32cdc9
1,101,330,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Button.java
SWT
3,129
78,559
Bug 78559 [consistency] Slider fires two Selection events before MouseDown
null
2004-11-12 17:08:15
1,100,300,000
resolved fixed
c3babe7
1,101,330,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Slider.java
SWT
3,130
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
2004-11-22 12:12:57
1,101,140,000
resolved fixed
4fd4d29
1,101,320,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Combo.java
SWT
3,131
49,057
Bug 49057 Inconsistency in layout handling during shell.setVisible
null
2003-12-17 13:20:50
1,071,690,000
resolved fixed
bfdcee4
1,101,320,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Shell.java
SWT
3,132
79,215
Bug 79215 [consistency] ProgressBar does not fire some mouse events
null
2004-11-22 12:47:59
1,101,150,000
resolved fixed
65c1946
1,101,230,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/ProgressBar.java
SWT
3,133
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
2004-11-12 17:32:07
1,100,300,000
resolved fixed
ebfd059
1,101,170,000
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
3,134
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...
2004-11-19 07:18:21
1,100,870,000
resolved fixed
00ed21c
1,101,150,000
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
3,135
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.
2004-11-17 14:05:41
1,100,720,000
resolved fixed
8226320
1,100,900,000
bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java
SWT
3,136
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...
2004-11-16 09:21:17
1,100,610,000
resolved fixed
1692fbe
1,100,900,000
bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolBar.java
SWT
3,137
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 ...
2004-11-16 09:06:19
1,100,610,000
resolved fixed
52ce859
1,100,730,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolItem.java
SWT
3,138
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 ...
2004-06-23 14:28:51
1,088,020,000
resolved fixed
f61bcdb
1,100,710,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Composite.java
SWT
3,139
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
2004-11-12 17:17:14
1,100,300,000
resolved fixed
b58704e
1,100,550,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Slider.java
SWT
3,140
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...
2004-11-09 17:36:02
1,100,040,000
resolved fixed
a5aaa68
1,100,290,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Label.java
SWT
3,141
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...
2004-11-02 15:51:25
1,099,430,000
resolved fixed
0007fa3
1,100,280,000
examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/CoolBarTab.java
SWT
3,142
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...
2004-11-11 13:07:21
1,100,200,000
resolved fixed
0a534e2
1,100,210,000
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
3,143
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...
2003-09-25 14:17:38
1,064,510,000
resolved fixed
f980f92
1,100,210,000
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
3,144
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...
2004-11-09 16:37:07
1,100,040,000
resolved fixed
c6a2c6f
1,100,210,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/image/WinBMPFileFormat.java
SWT
3,145
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...
2004-11-09 04:18:25
1,099,990,000
resolved fixed
9159069
1,100,200,000
bundles/org.eclipse.swt/Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java
SWT
3,146
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...
2004-11-05 14:25:34
1,099,680,000
resolved fixed
7515c07
1,100,040,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/MessageBox.java
SWT
3,147
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.
2004-11-09 14:07:55
1,100,030,000
resolved fixed
0492caa
1,100,030,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ScrollBar.java
SWT
3,148
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...
2004-06-15 10:35:25
1,087,310,000
resolved fixed
34c44c7
1,100,020,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/motif/org/eclipse/swt/dnd/DropTarget.java
SWT
3,149
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
2004-11-02 15:32:32
1,099,430,000
resolved fixed
2729672
1,099,690,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/List.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Tree.java
SWT
3,150
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 = ...
2004-11-03 11:39:54
1,099,500,000
resolved fixed
b486853
1,099,690,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java
SWT
3,151
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.
2004-11-02 15:36:28
1,099,430,000
resolved fixed
33e1f4f
1,099,680,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/List.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java
SWT
3,152
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...
2004-11-05 06:53:02
1,099,660,000
resolved fixed
d32130e
1,099,670,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/GC.java
SWT
3,153
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...
2004-11-02 12:36:55
1,099,420,000
resolved fixed
b109106
1,099,600,000
examples/org.eclipse.swt.examples.browser.demos/src/org/eclipse/swt/examples/browser/demos/views/BrowserDemoView.java
SWT
3,154
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.
2004-11-02 12:26:29
1,099,420,000
resolved fixed
972d416
1,099,430,000
examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/ToolBarTab.java
SWT
3,155
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
2004-11-02 12:04:47
1,099,420,000
resolved fixed
ec4be5e
1,099,430,000
bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/Table.java
SWT
3,156
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...
2004-08-19 06:45:38
1,092,910,000
resolved fixed
a9b9713
1,099,430,000
bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java
SWT
3,157
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...
2004-10-25 10:17:59
1,098,710,000
resolved fixed
e9e7d8a
1,099,420,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/MessageBox.java
SWT
3,158
49,722
Bug 49722 support mnemonics on CLabel
It would be useful to have CLabel support mnemonics just like a normal Label.
2004-01-08 14:28:32
1,073,590,000
resolved fixed
2f09d1a
1,099,340,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CLabel.java
SWT
3,159
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 ...
2004-10-30 13:54:39
1,099,160,000
resolved fixed
a210372
1,099,340,000
bundles/org.eclipse.swt/Eclipse SWT/emulated/textlayout/org/eclipse/swt/graphics/TextLayout.java
SWT
3,160
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.
2004-10-25 15:12:17
1,098,730,000
resolved fixed
701027e
1,099,060,000
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