id
int64
1
6.5k
bug_id
int64
2.03k
426k
summary
stringlengths
9
251
description
stringlengths
1
32.8k
report_time
stringlengths
19
19
report_timestamp
int64
1B
1.39B
status
stringclasses
6 values
commit
stringlengths
7
9
commit_timestamp
int64
1B
1.39B
files
stringlengths
25
32.8k
project_name
stringclasses
6 values
2,761
103,719
Bug 103719 SWT.CENTER causes composite to not be displayed
I am using the code snippet below to create a button bar in a dialog. Composite buttonBar = new Composite(parent, SWT.CENTER); GridLayout layout = new GridLayout(); layout.numColumns = 0; layout.makeColumnsEqualWidth = true; buttonBar.setLayout(layout); GridData gd = new GridData(GridData.HORIZONTAL_ALIGN_CENTER); butt...
2005-07-13 17:23:35
1,121,290,000
closed wontfix
c6b4190
1,121,380,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java
SWT
2,762
101,799
Bug 101799 Enabling advanced graphics will cause alpha gradient to be applied
If advanced graphics (GC.setAdvanced(true)) is enabled on a graphics context then calling GC.drawImage(Image image, int srcX, int srcY, int srcWidth, int srcHeight, int destX, int destY, int destWidth, int destHeight) where the destination width and/or height is greater than that of the source image will draw an image ...
2005-06-26 17:17:27
1,119,820,000
resolved fixed
73975c2
1,121,110,000
bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/gdip/Gdip.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java
SWT
2,763
102,165
Bug 102165 ImageLoader closes OutputStream on save
I'm trying to write a bunch of images (each in their own ImageLoader) to a ZipOutputStream. This fails when I attempt to write more than one image (or anything at all to the OutputStream after an image), as ImageLoader.save(OutputStream, int) is closing the stream. I did a little more investigation, and the issue is ac...
2005-06-29 12:01:27
1,120,060,000
resolved fixed
e78c0e3
1,121,110,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/image/FileFormat.java
SWT
2,764
102,543
Bug 102543 Height of MenuItems differs when using Icons and Text compared to just use Text
When having a Menu with MenuItems, some having an Image of 16x16px set and some not, you can see that the Items having an Image set have a bigger gap to the next Item, compared to the ones without an Image. Check this Snippet to reproduce: public class Main { public static void main(String[] args) { Display display = n...
2005-07-01 20:14:48
1,120,260,000
resolved fixed
59f1930
1,121,100,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MenuItem.java
SWT
2,765
101,839
Bug 101839 support MacOS command line option "-Xdock:name=<application name>"
SWT already supports the "-Xdock:icon=<path to icon file>" command line option by checking for a environment variable "APP_ICON_xxxx" in Display.createDisplay(). For consistency reason the "-Xdock:name=<application name>" should be supported as well. The corresponding environment variable is "APP_NAME_xxxx"
2005-06-27 05:02:35
1,119,860,000
resolved fixed
6c5d4ad
1,121,100,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java
SWT
2,766
102,201
Bug 102201 disposing TableColumn can change display order
3.1 - run the snippet below, which arranges the columns in the order 0, 2, 1 - clicking on the Shell will dispose column 0 - do this and note that when column 0 is disposed that column 1 now appears as the first column, but it should be column 2 since this was the case before disposing column 0 (ie.- they should have j...
2005-06-29 16:07:23
1,120,080,000
resolved fixed
6d400f7
1,121,020,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
SWT
2,767
103,238
Bug 103238 TrayItem obscures KDE's gradient
If you have an image with a transparency mask in a TrayItem, the background around the image is composited onto gray (the default GTK+ widget background colour). KDE uses a gradient as the background of their panel by default. This causes the SWT TrayItem to stand out, as it appears in a gray box rather than honour KDE...
2005-07-08 20:00:41
1,120,870,000
resolved fixed
b904ed6
1,120,890,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TrayItem.java
SWT
2,768
102,830
Bug 102830 Junit test of TableColumn (test_setTextLjava_lang_String) use wrong comparaison operator
In the junit test test_setTextLjava_lang_String from Test_org_eclipse_swt_widgets_TableColumn.java, wrong comparaison operator is used to compare 2 strings: .. assertTrue(":a:", tableColumn.getText() == ""); tableColumn.setText("text"); assertTrue(":b:", tableColumn.getText() == "text"); .. it should be replaced by eit...
2005-07-06 08:35:26
1,120,650,000
verified fixed
938cd9b
1,120,790,000
tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_TableColumn.java tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_TreeColumn.java
SWT
2,769
102,617
Bug 102617 Table right mouse double click registers as left mouse click
Using the following code: table.addMouseListener(new MouseAdapter() { public void mouseDoubleClick(MouseEvent e) { } public void mouseDown(MouseEvent e) { } }); The mouseDoubleClick method is called correctly when a double right mouse click is performed on a Table. However, the given MouseEvent's button always == 1, ev...
2005-07-03 21:45:17
1,120,440,000
resolved fixed
b02939b
1,120,790,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
SWT
2,770
102,952
Bug 102952 Foreground color gets lost when painting a Path
We have a test case which fails only on windows. The test turns off advanced graphics, sets the foreground color to black, and then draws a path. The path is rendered using dark blue, the previous foreground color used. The class is AdvancedGraphicsTests in the draw2d.tests project. the specific test is "testPathDraw" ...
2005-07-06 18:10:09
1,120,690,000
resolved fixed
daf3513
1,120,750,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java
SWT
2,771
102,080
Bug 102080 Unused variables in GC.java
There are two unused variable warnings in GC.java (local variable fh is never read).
2005-06-28 15:42:08
1,119,990,000
resolved fixed
2a56cea
1,120,360,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java
SWT
2,772
85,389
Bug 85389 [preferences] Changing Code Formatter tab width does not change displayed tab width in open editor
I20050215-2300 - Java project with project-specific code formatter settings - open a CU of this project - change tab width from 4 to 2 -> expected: displayed width of a tab character is now 2 -> was: still 4 The code formatter settings are already applied on Source > Format. Closing and reopening the editor gives the c...
2005-02-16 06:38:07
1,108,550,000
resolved fixed
9f97305
1,120,060,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/TextLayout.java
SWT
2,773
100,741
Bug 100741 Unused variable in ScrollBar.java
scrolledHandle in ScrollBar.getSize() is never read.
2005-06-19 23:46:13
1,119,240,000
resolved fixed
1586f33
1,119,990,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ScrollBar.java
SWT
2,774
94,502
Bug 94502 Redundant check for the pointer coordinates
In Control#gtk_motion_notify, gdk_window_get_pointer() is used to get the coordinates relative to the root window. However, Control#sendMouseEvent maps these back into widget-relative coordinates. It would be more efficient and straightforward to simply request the mouse position relative to the target window in the fi...
2005-05-10 16:03:20
1,115,760,000
resolved fixed
2363d61
1,119,980,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
SWT
2,775
94,429
Bug 94429 Group label doesn't fire mouse events
3.1M7 test build - run the ControlExample, go to the Group tab - turn on the Title Text checkbox - listen for MouseDown, MouseUp, MouseMove, MenuDetect events - these fire if the pointer is within the group, but not if it's over the label - this probably just requires hooking these listeners to the label handle that's ...
2005-05-10 13:04:58
1,115,740,000
resolved fixed
1649f92
1,119,980,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Group.java
SWT
2,776
101,093
Bug 101093 [browser] crash when setting html as url
3.1RC3 - run the snippet below and click on the shell - this does a setUrl() with some html contents (I meant to do setText()) - this causes a crash because the third line of decidePolicyForNavigationAction tries to CFStringGetLength on 0 public static void main (String[] args) { final Display display = new Display(); ...
2005-06-21 13:31:26
1,119,380,000
resolved fixed
7a8bd7b
1,119,980,000
bundles/org.eclipse.swt/Eclipse SWT Browser/carbon/org/eclipse/swt/browser/Browser.java
SWT
2,777
99,761
Bug 99761 pressing down arrow selects tool item
3.1RC2 - give focus to a ToolItem - press Space, and the item's action is invoked
2005-06-13 14:14:16
1,118,690,000
resolved fixed
6e74eb4
1,119,980,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/ToolItem.java
SWT
2,778
99,746
Bug 99746 Table and Tree column resize line matches foreground color
null
2005-06-13 13:37:53
1,118,680,000
resolved fixed
4f47421
1,119,980,000
bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/Tree.java
SWT
2,779
101,795
Bug 101795 GC.fillGradientRectangle() with GDI+ causes crash
(SWT-RC4 and before) GC.fillGradientRectangle() lines 2204 - 2205 deletes the incorrect color causing a VM core dump. Gdip.Color_delete(fromColor); Gdip.Color_delete(toColor); must be changed to: Gdip.Color_delete(fromGpColor); Gdip.Color_delete(toGpColor);
2005-06-26 15:03:59
1,119,810,000
resolved fixed
7d30ae6
1,119,880,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java
SWT
2,780
84,891
Bug 84891 In the specifications some methods do not describe their return value fully
In the specs, the return value of some methods has not been specified fully, especially when there is nothing to return or an error has occurred (eg an invalid parameter has been received). When there is nothing to return, should an empty array/string be returned or should null be returned? I suspect there is a generic...
2005-02-10 09:58:22
1,108,050,000
resolved fixed
a35f719
1,119,450,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/FileDialog.java b...
SWT
2,781
78,634
Bug 78634 ImageData.getTransparencyMask - incorrect javadoc or implementation wrong
The implementation of getTransparencyMask appears to return a fully opaque mask when the image has no transparency. The javadoc seems to infer that it would return null in that case. /** * Returns an <code>ImageData</code> which specifies the * transparency mask information for the receiver, or null if the * receiver h...
2004-11-15 12:29:39
1,100,540,000
resolved fixed
5c18af5
1,119,450,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/ImageData.java
SWT
2,782
100,699
Bug 100699 Widget.setKeyState reads from memory which has been freed
Here is what happens: 1. Have a StyledText widget to type into: public static void main(String[] args) { final Display display = new Display(); final Shell shell = new Shell(display); shell.setLayout(new FillLayout()); StyledText text = new StyledText(shell, SWT.NONE); text.setFont(new Font(display, "Monospace", 10, SW...
2005-06-18 01:30:43
1,119,070,000
resolved fixed
e4d0f72
1,119,380,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Widget.java
SWT
2,783
99,348
Bug 99348 Java doc for Decorations.setImages(Images[] images) does not mention alpha or how images are selected when multiple types provided
null
2005-06-10 09:27:05
1,118,410,000
resolved fixed
7b11ed2
1,119,380,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Decorations.java
SWT
2,784
86,562
Bug 86562 Can Widget.getDisplay() be called from a background thread?
3.1 M5 Widget.getDisplay()'s Javadoc has: <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li> But the implementation, at least on Windows, does not check the thread. It seems like this should work from any thread, otherwise it would really complicate the common code pattern: c...
2005-02-24 16:08:24
1,109,280,000
resolved fixed
036585f
1,119,380,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Widget.java
SWT
2,785
100,663
Bug 100663 [64] Links do not paint
3.1RC3 - happens on our amd64 box, does not happen on my 32-bit linux - open the preferences dialog - go to one of the following pages and note that they have gaps at the top; these gaps are where Links should be (and are; if you hover over them you may see the cursor change to a hand at some point) -> General - Conten...
2005-06-17 16:20:38
1,119,040,000
resolved fixed
b1a480e
1,119,370,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Link.java
SWT
2,786
49,674
Bug 49674 DND.FEEDBACK_INSERT_BEFORE and DND.FEEDBACK_INSERT_AFTER support for table
null
2004-01-08 04:11:53
1,073,550,000
resolved fixed
4c45ddd
1,119,360,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/common/org/eclipse/swt/dnd/DND.java
SWT
2,787
100,231
Bug 100231 Name Conflict dialog appears behind Progress dialog
3.1RC2, GTK+ 2.6.7, metacity 2.10 1. Select a file in the resource navigator 2. Hit Ctrl+C 3. Hit Ctrl+V A progress dialog appears, and it is immediately followed by a "Name Conflict" dialog. Unfortunately, the progress dialog is above the conflict dialog in the stacking order, obscuring it from view.
2005-06-15 12:26:39
1,118,850,000
verified fixed
f1bdc2e
1,119,020,000
bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java
SWT
2,788
100,065
Bug 100065 GC.drawImage() inhibits further drawing (on Image for a Button)
After a call to GC.drawImage() the Image associated with this GC cannot be modified any further, e.g. GC.drawText() or GC.fillRectangle() will not produce any visible result. To create a Button with both an Image and text, I draw an Image at runtime wich contains both of them. Then I set the combined Image as the Image...
2005-06-14 16:06:42
1,118,780,000
resolved fixed
95c5bd5
1,118,960,000
bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java
SWT
2,789
99,376
Bug 99376 TableColumn has width=0 and second column missing
31RC2 - Window -> Show View -> Other... - select PDE Runtime - Plug-in Registry, OK - in the opened view, the Table that's to the right of the Tree has two problems: -> column 0 has width 0 (its width can be increased by dragging its separator) -> column 1 seems non-existent
2005-06-10 10:56:39
1,118,420,000
resolved fixed
8da795f
1,118,960,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/SashFormLayout.java
SWT
2,790
98,845
Bug 98845 Crash when a Combo disposed on FocusOut
Motif crashes when focus is lost to the Combo's drop down. To reproduce, run the following example and click on the down arrow in the Combo. public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); final Button b1 = new Button(shell, ...
2005-06-07 17:29:06
1,118,180,000
resolved fixed
f1495b2
1,118,960,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Combo.java
SWT
2,791
98,087
Bug 98087 EXCEPTION_ACCESS_VIOLATION by Combo with READ_ONLY
I use a Combo-Widget in my code with the attribute READ_ONLY (combo = new Combo(parent, SWT.READ_ONLY);) When I select this Combo and close it by selecting another Widget the following error occures: # # An unexpected error has been detected by HotSpot Virtual Machine: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=...
2005-06-02 08:14:17
1,117,710,000
resolved fixed
5879540
1,118,940,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java
SWT
2,792
99,525
Bug 99525 TextLayout.getLineOffsets() leaks a pango iter
TextLayout.getLineOffsets() calls pango_layout_get_iter() but does not call pango_layout_iter_free(). I belive this is a leak.
2005-06-12 00:12:50
1,118,550,000
verified fixed
93e67c3
1,118,930,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/TextLayout.java
SWT
2,793
99,697
Bug 99697 Can't navigate to external web sites
null
2005-06-13 11:35:57
1,118,680,000
resolved fixed
d1d1b30
1,118,930,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
2,794
99,527
Bug 99527 Dialog size problems when using the ion window manager
null
2005-06-12 04:37:01
1,118,570,000
verified fixed
3a67f55
1,118,930,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Shell.java
SWT
2,795
99,535
Bug 99535 FontDialog leaks a string
The result of gtk_font_selection_dialog_get_font_name() is a newly allocated string that must be freed.
2005-06-12 10:41:29
1,118,590,000
verified fixed
66b4dda
1,118,870,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/FontDialog.java
SWT
2,796
99,518
Bug 99518 Extremely jumpy resizing in the ControlExample
null
2005-06-11 16:05:25
1,118,520,000
verified fixed
0a985d6
1,118,860,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Group.java
SWT
2,797
99,936
Bug 99936 [browser] nsIRequest has some incorrect method signatures
None of these are currently referenced, but they're wrong... [from Ron Capelli] In particular, look at the following methods in nsIRequest: GetStatus previous: public int GetStatus(int[] status) current: public int GetStatus(int /*long*/ aStatus) correct: public int GetStatus(int /*long*/[] aStatus) GetLoadGroup previo...
2005-06-14 08:09:32
1,118,750,000
verified fixed
3dd0846
1,118,860,000
bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIRequest.java
SWT
2,798
97,170
Bug 97170 [About] Eclipse logo not rendered correctly in about dialog and start-up progress window
Build id: I20050527-1300 The Eclipse logo is not drawn properly in the "About Eclipse Platform" dialog (one region looks corrupted). See the attached screenshot. On the left, the expected look has been inserted for comparison purposes. The new "Eclipse Platform Starting" progress window that is shown at start-up time (...
2005-05-30 04:03:54
1,117,440,000
resolved fixed
ef2bef8
1,118,860,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java
SWT
2,799
97,625
Bug 97625 Intro Test A.4 Eclipse crashed.
3.1 RC1. Executing Test A4 crashed Eclipse. I clicked Workbench basics, it opened fine, Team Support opened fine, but Java development crashed JVM. I restared Eclipse tried again and cannot reproduce. This is probably a dup of some existing bug, but I have not installed any samples. Just to let you know.
2005-05-31 14:07:20
1,117,560,000
verified fixed
25ef809
1,118,850,000
bundles/org.eclipse.swt/Eclipse SWT Browser/carbon/org/eclipse/swt/browser/Browser.java
SWT
2,800
100,199
Bug 100199 Display.asyncExec() can hang Windows
The following code demonstrates the hang. Try to move the shell or scroll the table as it is being filled. You won't be able to click on the task bar or any other Windows application until the table is completely filled. import org.eclipse.swt.*; import org.eclipse.swt.widgets.*; import org.eclipse.swt.layout.*; public...
2005-06-15 10:53:30
1,118,850,000
resolved fixed
f222e7e
1,118,850,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java
SWT
2,801
100,040
Bug 100040 Slowdown between 3.1 RC1 and N20050602 due to change to ImageList
build N20050602 Several of the UI performance tests got slower between RC1 and N20050602, on Windows. I tried running one of them, the OpenCloseWindowTest on N20050602, and also with N20050602+RC1's SWT. Here are the numbers (on Win2K): N20050602: testOpenCloseWindows:org.eclipse.debug.ui.DebugPerspective Elapsed Proce...
2005-06-14 14:19:10
1,118,770,000
resolved fixed
0be85fb
1,118,850,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Button.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ImageList.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Menu.java bundle...
SWT
2,802
99,745
Bug 99745 Tray doesn't support image with alpha
null
2005-06-13 13:37:32
1,118,680,000
resolved fixed
0fab6cf
1,118,850,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TrayItem.java
SWT
2,803
99,561
Bug 99561 GDI+ crash with icons where width > height [was: GEF paint() with setAlpha caused JVM crash]
I'll give more information later if needed. Eclipse 3.1RC2, GEF 3.1RC1, WindowsXP. This might be a SWT but though and not GEF I'm guessing. An unexpected exception has been detected in native code outside the VM. Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x77F83AED Function=RtlSizeHeap+...
2005-06-13 00:30:32
1,118,640,000
resolved fixed
619a5f6
1,118,690,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Image.java
SWT
2,804
99,541
Bug 99541 Cursors not disposed in SWT FileViewer example
The cursors are not disposed and cause a leak in the example.
2005-06-12 15:32:22
1,118,600,000
resolved fixed
44290f0
1,118,600,000
examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/fileviewer/IconCache.java
SWT
2,805
99,341
Bug 99341 GDI leak in Label with transparent images (png, gif)
null
2005-06-10 08:21:54
1,118,410,000
resolved fixed
601e16b
1,118,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/Label.java
SWT
2,806
99,167
Bug 99167 Hover Event fired continiously although Mouse not moving
Using latest Nightly + this Snippet: public class Main { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); shell.addListener(SWT.MouseHover, new Listener() { public void handleEvent(Event event) { System.out.println("Hover Even...
2005-06-09 11:21:17
1,118,330,000
resolved fixed
279ca6e
1,118,410,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Spinner.java bundle...
SWT
2,807
63,364
Bug 63364 "Selection Foreground/Background Color" Preference cannot be changed for Java/Editor/Appearance
In the Preferences for Java->Editor->Appearance, you cannot change the "Selection Foreground Color" from the default. When you uncheck the "System Default" checkbox, and choose a color, your color selection is ignored. My Eclipse info is: Version: 3.0.0 Build id: 200404281424 MacOS: 10.3.3
2004-05-21 00:00:31
1,085,110,000
resolved fixed
2c52adb
1,118,350,000
bundles/org.eclipse.swt/Eclipse SWT PI/carbon/org/eclipse/swt/internal/carbon/OS.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/TextLayout.java
SWT
2,808
96,679
Bug 96679 OutOfMemory Exception from corrupted clipboard?
While trying to debug/test a new plugin, I started seeing some odd behavior on the startup of a new Eclipse instance. Typically, this would correspond to seemingly random 'OutOfMemory' errors from the main instance as well. I set a breakpoint on the OutOfMemory exception, and managed to get the following stack trace Th...
2005-05-25 14:43:23
1,117,050,000
resolved fixed
5d419d1
1,118,350,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/gtk/org/eclipse/swt/dnd/Clipboard.java
SWT
2,809
96,212
Bug 96212 org.eclipse.ui could not be found.
Steps to reproduce: Open welcome. double click on view to put in standby. click on Overview. now click on any other page link, you get an unexpected pop-up.
2005-05-21 05:51:15
1,116,670,000
resolved fixed
997b95a
1,118,350,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
2,810
99,109
Bug 99109 ComputeSize on Link gives different results when calling two times in a row
RC1 I have a Link widgets embeeded in the new Jaba class wizard. The JDT class is NewClassWizardPage The text of the link widget is "Do you want to add comments as configured in the <a>properties</a> of the current project?" When I call computeSize of the link using the following code System.out.println(29 + " " + chil...
2005-06-09 04:43:50
1,118,310,000
resolved fixed
78e6e2f
1,118,340,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Link.java
SWT
2,811
98,691
Bug 98691 GC.setAdvanced(false) changes line width from 0 to 2
I am doing some painting at width==2, followed by some more painting at width==0. Then, I call setAdvanced(false). After stepping over setAdvanced(false), the line width gets changed back to 2. I do some more painting and expected the width to still be 0.
2005-06-07 11:01:58
1,118,160,000
resolved fixed
8404d67
1,118,270,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java
SWT
2,812
97,915
Bug 97915 Table.remove(int) can change selection
3.1RC1 - run the snippet below - its last two items are initially selected - click on the shell, this invokes Table.remove(0) - note that "item1" has lost its selection as a result of this public static void main(String[] args) { final Display display = new Display(); final Shell shell = new Shell(display); shell.setBo...
2005-06-01 13:01:58
1,117,650,000
resolved fixed
d0a02b5
1,118,240,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/List.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Table.java
SWT
2,813
60,635
Bug 60635 MouseEnter should be fired even when the mouse is down (BBAWT)
1. Run the following testcase 2. Click on the label on the left side, and hold the button down 3. Move the button over the label on the right, without releasing the button 4. After a few seconds, release the button over the right label Notice that the mouseEnter event isn't fired until the button is released. I believe...
2004-04-30 16:03:40
1,083,360,000
resolved fixed
d58da33
1,118,190,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Widget.java
SWT
2,814
97,046
Bug 97046 PNG images look corrupt as main window icon
I am using 3.1 M7. When I load a 16*16 PNG file as an image and display it on a canvas all is well. When I set the same image to top level shell I see a corrupt image in the top left corner of the window. The issue seems to be related to the handling of transparent and semi-transparent pixels.
2005-05-27 14:16:18
1,117,220,000
resolved fixed
a7944d2
1,118,180,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Decorations.java
SWT
2,815
98,802
Bug 98802 Focus cannot be given to visible but zero-sized controls
null
2005-06-07 15:06:36
1,118,170,000
resolved fixed
59c8377
1,118,170,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/ToolItem.java
SWT
2,816
98,439
Bug 98439 Pixel corruption when using clipping on a double-buffered control
SWT-win32, v3136 (3.1RC1) - Run the testcase below - The canvas is supposed to have its left half painted red, the right half painted green - Move the shell partly off the screen, then back in order to cause the damaged regions to be redrawn; note that the result does not look as expected Without the SWT.DOUBLE_BUFFERE...
2005-06-05 08:40:54
1,117,980,000
resolved fixed
0e9002f
1,118,160,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java
SWT
2,817
98,596
Bug 98596 api spec on GC.setLineDash(int[]) should mention null
setLineDash currently accepts NULL, and it is equivalent to calling GC#setLineStyle(SWT.LINE_SOLID). It this intentional? It should be specified in the API so that new ports get it right.
2005-06-06 17:25:31
1,118,090,000
resolved fixed
fc8e38f
1,118,160,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java
SWT
2,818
91,319
Bug 91319 [accessibility, consistency] Make Link and Spinner accessible on GTK
Need to get the latest GTK, ATK, and Gnopernicus first, because apparently, the latest accessibility works much better than before. Spinner might just work, because it's native, but it needs to be tested. Link is emulated, so it will need to have accessibility added. Also need to test all controls, given that accessibi...
2005-04-13 13:41:52
1,113,410,000
resolved fixed
1dbfbf1
1,118,090,000
bundles/org.eclipse.swt/Eclipse SWT Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleObject.java
SWT
2,819
97,662
Bug 97662 Dragging sash changes selection in widget above
3.1 RC1 - switch to the Java browsing perspective - select items so that the four panes are filled with something - below any one of the top four panes, drag the sash lower - the item in the pane above that was at the pointer's start position is selected - if there was no item at that position, the selection is cleared
2005-05-31 15:02:15
1,117,570,000
resolved fixed
170de71
1,117,840,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Sash.java
SWT
2,820
97,696
Bug 97696 ToolItem with image is blank or shows cheese
3.1 RC1 - check the "Always run in background" preference - show the Progress view - kick off some long-running operation (e.g. Project > Clean) - in the Progress view, the cancel button for this Job is blank - resize the window while the job is still going - the button is not redrawn properly, i.e. it shows cheese fro...
2005-05-31 16:00:29
1,117,570,000
resolved fixed
438aa1d
1,117,830,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/ToolBar.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/ToolItem.java
SWT
2,821
97,992
Bug 97992 javadoc warnings in RC1
Build: 3.1 RC1 The javadoc builder reported the following warnings for RC1 build: /builds/I200505271300/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java:2355: warning - Tag @see: missing #: "setAdvanced()" /builds/I200505271300/src/plugins/org.eclipse.platfo...
2005-06-01 16:39:48
1,117,660,000
resolved fixed
633e0f5
1,117,830,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Path.java
SWT
2,822
98,286
Bug 98286 Link doesn't get paint events
Run the ControlExample and use the Select Listeners button to listen for SWT.Paint. You don't get them. I noticed this when browsing the code for Link.drawWidget(). It doesn't call super.
2005-06-03 10:50:53
1,117,810,000
resolved fixed
5cbbc87
1,117,830,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Link.java
SWT
2,823
97,697
Bug 97697 CCombo - drop down list appears in wrong place
Eclipse 3.1 RC1 Drop down the list for a CCombo. On Windows, Motif and Max OS X, the list appears directly below the text widget. On GTK the list appears over top of the text widget.
2005-05-31 16:04:22
1,117,570,000
resolved fixed
4767c79
1,117,830,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Group.java
SWT
2,824
97,725
Bug 97725 GTK - Layout Example table editor combo in wrong place
Eclipse 3.1 RC1 Show the SWT Layouts view. Go to the GridLayout tab. Add three buttons. Click on the last Button entry in the "Children" table - an editor should pop up but doesn't. Click on the second last Button entry in the "Children" table. This time an editor pops up - change Button to Combo and click away. Notice...
2005-05-31 16:44:38
1,117,570,000
resolved fixed
d5ba1ee
1,117,820,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java
SWT
2,825
77,661
Bug 77661 [KeyBindings] interactions: "Esc, Shift+R" key binding doesn't work
200411022000 Create a binding to Esc, Shift + R Hit Esc Hold Shift At this point the system will beep and the R will not be honoured Hold Shift Hit Esc Hit R Command executes as expected Hit Esc Wait for hint dialog to appear Hold Shift Hit R Command executes as expected
2004-11-03 11:12:30
1,099,500,000
verified fixed
45ed422
1,117,810,000
bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/WebSite.java bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/ole/win32/COM.java
SWT
2,826
97,978
Bug 97978 Table/TreeColumns don't fire ControlEvents on dispose() [osx]
null
2005-06-01 15:51:31
1,117,660,000
resolved fixed
07561f3
1,117,810,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Tree.java
SWT
2,827
97,659
Bug 97659 TreeColumns don't fire ControlEvents on dispose() [win32]
3.1RC1 - run the snippet below - each time the button to the right of the Tree is pressed, the Tree's first column is disposed -> this should fire a Move for all other columns as they shift left, but no events are fired - this works as expected for Table/TableColumn public static void main(String[] args) { final Displa...
2005-05-31 14:57:16
1,117,570,000
resolved fixed
00b98ba
1,117,810,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java
SWT
2,828
97,931
Bug 97931 Coolbar fails to show contents until resized
1. Run Snippet20 2. Note that nothing is displayed 3. Move the coolbar handle, a button pops into view On GTK+ and Windows XP, the snippet opens a window with a correct looking coolbar.
2005-06-01 14:01:28
1,117,650,000
resolved fixed
7c6db7f
1,117,730,000
bundles/org.eclipse.swt/Eclipse SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolBar.java
SWT
2,829
97,743
Bug 97743 [portability] Drag Tool Turns Off on Linux
When you're dragging something and the mouse goes over an object, a tooltip, or the edge, it cancel out of drag mode and goes back to a normal selection tool. This only happens on Linux and has been a real source of annoyance for our users. Sure would love a fix.
2005-05-31 17:17:19
1,117,570,000
resolved fixed
69bd419
1,117,730,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Control.java
SWT
2,830
96,525
Bug 96525 Painting a translucent image fails when the GC is mirrored
Snippet showing the problem: Display d = new Display(); PaletteData pData = new PaletteData(0xFF, 0xFF00, 0xFF0000); RGB rgb = d.getSystemColor(SWT.COLOR_LIST_SELECTION).getRGB(); int fillColor = pData.getPixel(rgb); ImageData iData = new ImageData(1, 1, 24, pData); iData.setPixel(0, 0, fillColor); iData.setAlpha(0, 0,...
2005-05-24 17:30:09
1,116,970,000
resolved fixed
1c70972
1,117,660,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java
SWT
2,831
97,813
Bug 97813 height of Text widgets for SWT/GTK differs from native GTKEntry widgets
The height of "Text" widgets rendered on GTK from within SWT is slightly taller than "GtkEntry" widgets. Below I include a GTK program which displays a window containing just a single line GtkEntry, and a Java program which displays a single line Text widget. Both have the same appearance (they each have a border), but...
2005-06-01 06:35:44
1,117,620,000
resolved fixed
96d3d34
1,117,650,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Spinner.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Text.java
SWT
2,832
97,762
Bug 97762 Hiding redraw window before destroying it
In GTK+ 2.6.0 and higher, when a GdkWindow is unmapped, GDK will unset the background pixmap of its parent temporarily to reduce flicker. However, this is only done when you call gdk_window_hide(), not if you simply call gdk_window_destroy(). By adding a call to gdk_window_hide() in setRedraw(true) before destroying th...
2005-05-31 18:33:09
1,117,580,000
resolved fixed
d463ee3
1,117,640,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
SWT
2,833
97,125
Bug 97125 Antialiasing chops off edges of rectangles
Antialiasing chops off some of the boundaries of rectangles. The included snippet will display a thin black line when antialiasing is turned on, but not when it is off. Antialiasing should have no effect on rectangles. package org.eclipse.swt.snippets; import org.eclipse.swt.SWT; import org.eclipse.swt.events.PaintEven...
2005-05-28 17:21:14
1,117,320,000
resolved fixed
13e67a3
1,117,570,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/GC.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/GCData.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/graphics/GC.java bundles/org.eclipse...
SWT
2,834
97,686
Bug 97686 AIOOB when removing non-existent TableItem by index
3.1RC1 - run the snippet below, you'll get the exception that follows - it's because the bounds check in Table.remove(int) should change from: if (!(0 <= index && index <= itemCount)) error (SWT.ERROR_ITEM_NOT_REMOVED); to if (!(0 <= index && index < itemCount)) error (SWT.ERROR_ITEM_NOT_REMOVED); snippet: public stati...
2005-05-31 15:33:37
1,117,570,000
resolved fixed
bb6f172
1,117,570,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java
SWT
2,835
97,552
Bug 97552 setAntialias breaks background color
GC.setAntialias(SWT.*) causes the background of the next fillRectangle to become permanent for all following rectangles, ignoring subsequent calls to setBackground. Note this happens on ANY call to setAntialias, even just setting it to SWT.OFF. I have not tested whether the effect extends beyond fillRectangle. package ...
2005-05-31 11:59:41
1,117,560,000
resolved fixed
94e116a
1,117,560,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java
SWT
2,836
97,370
Bug 97370 gnopernicus no longer reads custom widgets in eclipse
3.1RC1 - this worked in 3.0.2 - this works in stand-alone examples - so something about running in the context of eclipse is problematic
2005-05-30 17:58:46
1,117,490,000
resolved fixed
abe7a6e
1,117,490,000
bundles/org.eclipse.swt/Eclipse SWT Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleFactory.java
SWT
2,837
97,011
Bug 97011 Custom Table font is not applied to first column header
If a Table has a visible header, a custom font, and multiple columns, then the first column's header uses the default system font rather than the custom font. I've reproduced this both in my own application and in a simple test case I created (which I can attach if it would be helpful). Steps to reproduce: 1. Create a ...
2005-05-27 11:30:57
1,117,210,000
resolved fixed
ae629f7
1,117,490,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/TabFolder.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java
SWT
2,838
96,844
Bug 96844 TabItems appear above TabFolder titles when set to a minimum size on Mac OS X
If a TabFolder in a SashForm is reduced in size so that only the tab titles are visible, for certain positions, the TabItem appears on top of the tab titles. When this happens the TabItems can no longer be selected. The code below illustrates this problem. If the upper part of the SashForm is reduced in size at certain...
2005-05-26 14:46:47
1,117,130,000
resolved fixed
cd672be
1,117,480,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/TabFolder.java
SWT
2,839
93,724
Bug 93724 Drag-and-drop creates signal names every time
Here is an example of some code in DragSource.java for GTK+: byte[] buffer = Converter.wcsToMbcs(null, "drag_data_get", true); OS.g_signal_connect(control.handle, buffer, DragGetData.getAddress(), 0); buffer = Converter.wcsToMbcs(null, "drag_end", true); OS.g_signal_connect(control.handle, buffer, DragEnd.getAddress(),...
2005-05-04 17:35:58
1,115,240,000
resolved fixed
27237e4
1,117,480,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/gtk/org/eclipse/swt/dnd/DragSource.java bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/gtk/org/eclipse/swt/dnd/DropTarget.java bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java
SWT
2,840
91,547
Bug 91547 Insertion line in TreeViewer does not show up during drag operation
Using the Visual Editor, create a Shell application, drop two controls onto the Shell. In the Beans view (tree view), drag the second control before the first control. The insertion line does not show up anywhere when dragging the control in the tree view.
2005-04-15 10:54:09
1,113,580,000
resolved fixed
9d88cc5
1,117,480,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/TreeDragUnderEffect.java
SWT
2,841
97,340
Bug 97340 MouseEnter not fired when scroll bar released
1. Run the following example. 2. Type a load of text in the StyledText so that it gets a vertical scrollbar. 3. Drag around the scrollbar. While dragging, move the mouse above the StyledText widget. 4. Release the mouse. No MouseEnter event is fired. Reproducable on Linux-GTK and Linux-Motif, works on Carbon and win32....
2005-05-30 14:51:53
1,117,480,000
resolved fixed
3c252d2
1,117,480,000
bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java bundles/org.eclipse.swt/Eclipse SWT PI/motif/org/eclipse/swt/internal/motif/OS.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Control.java
SWT
2,842
96,723
Bug 96723 Table not shown when there are no rows initially
I am using eclipse 3.1m7 on several platforms (linux, windows and aix) and it only has this problem when I run on AIX ( AIX 5.1, with Motif, java 1.4.2). The problem was not there on 3.1m6 or 3.0.1 If I start running with no TableItems, the table does not show the column header text (even though they were set to be vis...
2005-05-25 19:10:59
1,117,060,000
resolved fixed
a3431aa
1,117,220,000
bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/TableColumn.java bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/TreeColumn.java
SWT
2,843
96,042
Bug 96042 computeTrim() is not returning the correct value
Snippet showing the problem (in 3.1M7): public static void main(String[] args) { Display d = new Display(); final Shell shell = new Shell(SWT.TOOL | SWT.ON_TOP); shell.setSize(100, 100); System.out.println(shell.computeTrim(0,0,0,0)); shell.open(); for (int i = 0; i < 5; i++) if (!d.readAndDispatch()) d.sleep(); shell....
2005-05-19 18:58:22
1,116,540,000
resolved fixed
92b1989
1,117,220,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
SWT
2,844
96,692
Bug 96692 GC.setClipping fails to overwrite previous clipping after AA turned on
public static void main(String[] args) { Display display = new Display(); final Shell shell = new Shell(display); shell.setText("Shell"); shell.addPaintListener(new PaintListener() { public void paintControl(PaintEvent e) { e.gc.setClipping(20, 20, 100, 100); e.gc.setAntialias(SWT.ON); e.gc.setClipping(50, 50, 200, 200...
2005-05-25 15:40:36
1,117,050,000
resolved fixed
6b71999
1,117,130,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java
SWT
2,845
81,232
Bug 81232 X Error in GC.drawText()
eclipse.buildId=I20041214-2000 test_drawTextLjava_lang_StringIII(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_GC) java.lang.StackOverflowError
2004-12-15 11:51:16
1,103,130,000
resolved fixed
64effad
1,117,130,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/graphics/Device.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/graphics/GC.java
SWT
2,846
96,445
Bug 96445 Need API to check advanced graphics mode
Most operating systems offer a different library to do advanced graphics (Mac does not). The advanced graphics support in SWT makes use of this library to implement features such as antialiasing, tranformations, alpha etc. When one of these features is requested, SWT graphics begins to use the advanced library for all ...
2005-05-24 11:23:44
1,116,950,000
resolved fixed
e88f9a0
1,117,120,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/GC.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/graphics/GC.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/graphics/GC.java bundles/org.eclipse....
SWT
2,847
86,819
Bug 86819 TreeEditor doesn't scroll with the Tree
hen you place a TreeEditor on a TreeItem of a Tree, and when you scroll the Tree using the mouse wheel, the TreeEditor doesn't scroll with the Tree. Example code: import org.eclipse.swt.SWT; import org.eclipse.swt.custom.TreeEditor; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.*; public clas...
2005-02-28 07:39:26
1,109,590,000
resolved fixed
3cca361
1,117,070,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java
SWT
2,848
82,169
Bug 82169 In console pane, cannot click "Terminate" and then "Remove all Terminated launches" without clicking somewhere else in between
This is when I terminate a Java program I'm running. The "Remove all Terminated launches" enables after clicking Terminate, but clicking it does nothing until I click somewhere else first. I believe this bug has existed for a while, I seem to remember since I first started using eclipse, with one of the 3.0 milestone b...
2005-01-04 14:01:51
1,104,870,000
resolved fixed
840e85c
1,117,050,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ToolItem.java
SWT
2,849
96,635
Bug 96635 Repaint problem with Table, Image and SWT_HIDE_SELECTION
Having a Table with the Hint SWT.HIDE_SELECTION and an Image inside the TableItem, makes some problems. When the Table has lost Focus, the Row hides the Selection for the Text, but the Image is still painted in the Selection Color. Reproduce with this Snippet: public class Main { public static void main(String[] args) ...
2005-05-25 12:08:15
1,117,040,000
resolved fixed
84354eb
1,117,040,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
SWT
2,850
96,494
Bug 96494 Memory Leak in EventTable listener array
The EventTable arrays will grow infinitely in the presence of just a pair of listeners. Put a breakpoint in hook with a hit count of 20 and start typing. public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); final Text text = new Text(shell, SWT.NONE); text.setBound...
2005-05-24 14:56:36
1,116,960,000
resolved fixed
31ecf4c
1,117,040,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/widgets/EventTable.java
SWT
2,851
85,645
Bug 85645 Typeahead broken for Table and Tree
I20050215-2300 The native GTK+ typeahead feature is not working on Table and Tree, but is working for List. It seems that either the order of the columns in our model, or the number of columns, is causing GTK+ to be unable to tell which is the correct column to use. The fix is to use gtk_tree_view_set_search_column() o...
2005-02-16 22:33:20
1,108,610,000
resolved fixed
7a5eebc
1,117,030,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/Table.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java
SWT
2,852
95,890
Bug 95890 [Perspectives] MenuManager.update() causes menu to be redrawn too often
When I change perspective 9 times, MenuManager.updateAll() is called 9 times. MenuManager.update(force,recursive) ends up being called 78 times. While removing the included obsolete menu items, mi[i].dispose() causes a redraw of the menu for each dispose, happening 162 times. MenuItem.dispose -> MenuItem.releaseChild -...
2005-05-19 00:10:26
1,116,480,000
resolved fixed
41d2a85
1,116,990,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Menu.java
SWT
2,853
96,411
Bug 96411 TreeColumn causes vertical scroll to appear
Adding a TreeColumn to a Tree control causes the vertical scrollbar to appear even when not needed. The following code is an extract of a ViewPart extension: public void createPartControl(Composite parent) { tree = new Tree(parent, SWT.SINGLE); tree.setLinesVisible(false); tree.setHeaderVisible(true); // The following ...
2005-05-24 07:08:03
1,116,930,000
resolved fixed
bba14a1
1,116,990,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java
SWT
2,854
95,756
Bug 95756 Tables don't repaint
3.1 M7, GTK+ 2.6.4, KDE 3.3.2, X.org 6.8.2, Linux 2.6.11 If a table becomes obscured, it may not repaint properly when it becomes visible again. STEPS TO REPRODUCE: ------------------ 1.) Open the keys preference page 2.) Move the dialog off the screen. 3.) Move back on the screen. With these steps, the table headers w...
2005-05-18 10:17:09
1,116,430,000
resolved fixed
ea63341
1,116,970,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/Widget.java
SWT
2,855
95,648
Bug 95648 GP on Motif Table with PNG image
The following code GPs for me every time with: X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 73 (X_GetImage) Serial number of failed request: 7824 Current serial number in output stream: 7824 The image is a PNG file which I will attach. public static void main(String...
2005-05-17 16:06:55
1,116,360,000
resolved fixed
f9ca8b1
1,116,960,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/GC.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/graphics/GC.java
SWT
2,856
76,823
Bug 76823 [doc] Display.asyncExec example needs to check for isDisposed
The example cited in the online SWT documentation should add a test: // do time-intensive computations ... // now update the UI. We don't depend on the result, // so use async. display.asyncExec (new Runnable () { public void run () { if (myWindow.isDisposed()) // check if still around return; myWindow.redraw (); } });...
2004-10-22 12:12:08
1,098,460,000
resolved fixed
280dfd2
1,116,950,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java
SWT
2,857
94,946
Bug 94946 FileDialog should inherit image from parent shell
Hi, I noticed that the FileDialog comes with a default icon instead to inherit the icon from the parent shell. And as I can see there is no way to change the icon. So, I think to inherit the icon should be the default behaviour. The behaviour occurs with the GTK 3134 build. And also occurs in the Eclipse IDE 3.1M6(GTK)...
2005-05-12 08:56:47
1,115,900,000
resolved fixed
3d2513f
1,116,630,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/ColorDialog.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Decorations.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/DirectoryDialo...
SWT
2,858
94,598
Bug 94598 DBCS3.1:Eclipse hangs when activate IIMF input in search scope of Help
OS: <RHEL 4.0> Language: <Traditional Chinese> Build level: <Eclipse SDK 3.1 M6 - I20050506-1600> JDK version: <IBM JDK 1.4.2 SP1a> Test case #: <5.3 Search scope with NLS name(Help)> Summary: DBCS3.1:Eclipse hangs when activate IIMF input in search scope of Help Steps to recreate problem: 1- Install Eclipse SDK and NL...
2005-05-11 00:01:14
1,115,780,000
closed fixed
7e57b36
1,116,630,000
bundles/org.eclipse.swt/Eclipse SWT Mozilla/gtk/org/eclipse/swt/browser/Browser.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Composite.java
SWT
2,859
95,018
Bug 95018 Cheese in TreeItem checkbox
Version: 3.1.0 Build id: I20050512-1200 Select Run -> Run... make a new Eclipse Application Select eclipse application and go to plugins tab Select "Choose plug-ins and fragments to launch from list" Check and uncheck items from tree Notice that the top right tip of the check mark sometimes gets left behind as cheese. ...
2005-05-12 14:46:12
1,115,920,000
resolved fixed
29682f2
1,116,630,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/TableItem.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Tree.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/TreeItem.java
SWT
2,860
96,080
Bug 96080 [OpenModes] click on selected line no longer goes to match
N20050520-0010 Clicking on an already selected line in 'Flat Layout' no longer goes to match. This is quite a pain. Worked in M7. 0. set open mode to 'Single click' 1. JUnit setup 2. search for references to 'Test' 3. open one of the matches 4. in the file place the caret somewhere else 5. click on the same match again...
2005-05-20 07:31:18
1,116,590,000
verified fixed
810a097
1,116,630,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
SWT