issue_id
int64
2.03k
426k
title
stringlengths
9
251
body
stringlengths
1
32.8k
status
stringclasses
6 values
after_fix_sha
stringlengths
7
7
updated_files
stringlengths
29
34.1k
project_name
stringclasses
6 values
repo_url
stringclasses
6 values
repo_name
stringclasses
6 values
language
stringclasses
1 value
issue_url
null
before_fix_sha
null
pull_url
null
commit_datetime
timestamp[us, tz=UTC]
report_datetime
timestamp[us, tz=UTC]
59,279
Bug 59279 Item.setText() impl. doesn't follow JavaDoc
According to the JavaDoc on Item.setText(String), the method should throw an IllegalArgumentException if the incomming text is null. Looking at the code from 04/20/2004 there doesn't seem to be a check in place to throw the proper exception.
resolved fixed
b824a9b
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/TableTreeItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-04-20T18:31:59Z
2004-04-20T16:53:20Z
53,506
Bug 53506 Program.getProgram() Does Not Get Default Command
On Windows XP: When a Program object for a certain extension is fetched with findProgram(), the private getProgram() method is called to load the Program instance. When it gets the command from the registry it gets the "open" command, which is located at \shell\open\command for a specific program. The problem is that o...
resolved fixed
c3da03b
["bundles/org.eclipse.swt/Eclipse", "SWT", "Program/win32/org/eclipse/swt/program/Program.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-04-20T16:36:42Z
2004-03-02T17:53:20Z
59,051
Bug 59051 fillGradientRectangle doesn't work with XORMode on Windows
when you setXORMode(true), fillGradientRectangle ignores it on Windows. It works as expected on Linux/gtk. I'm using 3.0M8. I will attach some sample code, and screenshots of what the same code produces on Windows and on Linux/gtk. Another weird thing is the label.addPaintListener() statement is only neccesary on Windo...
resolved fixed
1e2b244
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/GC.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-04-19T23:37:29Z
2004-04-19T10:20:00Z
58,346
Bug 58346 [browser] IBM VM removes entries in the LD_LIBRARY_PATH causing Browser to fail
From Konrad: It looks like the browser installed with RHEL 3.0 does not meet requirements of SWT. I have RHEL3.0U1 with all RHN updates, and they upgraded Mozilla to 1.4.2, which I am afraid is not GTK version. If you would like to see the browser embedded, a different mozilla (GTK2 build) needs to be installed
resolved fixed
1f6933a
["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/gtk/org/eclipse/swt/internal/mozilla/GRE.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-04-19T15:04:46Z
2004-04-13T18:13:20Z
58,756
Bug 58756 Tables & Images refresh problem
When setting an image on a table at a column >0 , every time the image is refreshed, the last bottom line of the image of the tableitem on the column>0 does not get refreshed properly. This ends up having messy lines below the images on columns > 0 . This issue only appears with Windows, under Linux it is fine. Is this...
resolved fixed
627bed0
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-04-16T21:05:43Z
2004-04-15T23:00:00Z
54,225
Bug 54225 Checkbox TableItems don't honor background color near checkbox
null
resolved fixed
446392a
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-04-14T22:26:23Z
2004-03-10T00:53:20Z
57,627
Bug 57627 Can't click in Content Assist window of New Class wizard
Using build I20040406, while creating a new Java class, I used the Content Assist to choose a superclass (CTRL-Space in superclass field). When I did so, I could use the arrow keys to select a superclass but could not select one with the mouse. I am running RH 9.0.
resolved fixed
5f21967
["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"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-04-13T20:34:59Z
2004-04-06T19:33:20Z
58,156
Bug 58156 Unhandled event loop exception (Widget is disposed) when using "Open Type Hierarchy"
With Eclipse 3.0M8 on Solaris 9 and HP-UX11.11 plantform, "Open Type Hierarchy" for a Java interface may cause "Unhandle event loop exception". The following is the procedure to reproduce the problem: 1. Download the 3.0M8 SWT Examples zip file from the eclipse.org site and load it on to Eclipse workbench. 2. Create a ...
resolved fixed
493da01
["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/SelectableItemWidget.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-04-12T20:31:38Z
2004-04-12T14:26:40Z
54,922
Bug 54922 [implementation] Java editor disposes default StyledText caret's image
Build id: 200403040800 Java editor, according to the insert mode, sets a special Caret in the StyledText. I've two problem with that: 1- This caret is not bidi aware 2- At some point they dispose the image of the StyledText default Caret We (SWT Team) have some major changes (still to be release) in StyledText that wil...
resolved fixed
4f5c07d
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-04-12T17:49:26Z
2004-03-16T01:20:00Z
57,647
Bug 57647 errant ON_TOP | SYSTEM_MODAL Shell behaviour if tooltiptext is set on any control
Shell ON_TOP behaviour stops when a tooltiptext is set for any control on the shell. The window goes to the background and never regains ON_TOP state again. Tried it with 2.1.2 and v.3.0 I20040406. The recent version improved: shell loosing ON_TOP only when I hover for the tooltip. Plase see sample code and explanation...
resolved fixed
74b793b
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Decorations.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-04-08T21:47:39Z
2004-04-06T19:33:20Z
57,876
Bug 57876 Constructor for Font has wrong-named argument; doesn't appear to be used
In the source for 3.0M7 SWT, I came across the following Font constructor: public Font(Device display, String name, int height, int style) { if (device == null) device = Device.getDevice(); if (device == null) SWT.error(SWT.ERROR_NULL_ARGUMENT); init(device, name, height, style); } Firstly, the arg name 'display' corre...
verified fixed
e48813d
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/Font.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-04-08T14:19:04Z
2004-04-08T10:26:40Z
57,884
Bug 57884 Javadoc on Text missing possible style
In the class comment for Text, the PASSWORD style is not listed as a possible style. I didn't realise that there was a password style was supported until I noticed the constanct in the Text.widgetStyle() method
resolved fixed
c99cf7f
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Text.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-04-08T13:53:15Z
2004-04-08T13:13:20Z
50,657
Bug 50657 Can't input 2 bytes character To combo box
I'm Korean. (South) After 3.0 M3, I can't input 2 bytes characters to Find(Ctrl+F) popup window. At 3.0 M3, I can input Copy & Paste. (&#50504;&#45397; <-This Korean Char) After 3.0 M4, don't input by C&P at that. Also I don't write to Find window by keyboard at both version. Seach Popup Window(Ctrl+H) like above sympt...
resolved fixed
5760e69
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Combo.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-04-07T20:49:35Z
2004-01-27T02:20:00Z
56,918
Bug 56918 Problems disposing TrayItem
Hi, I noticed problems disposing a TrayItem. In my application the user may chose to have the trayicon, or not. This is set in preferences without restart, so creation and disposal of TrayItems are handled during runtime. When first calling TrayItem.dispose() and afterwards creating a new TrayItem, the old one is still...
resolved fixed
c4a48ae
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TrayItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-04-05T15:15:41Z
2004-03-31T16:20:00Z
57,395
Bug 57395 backspace in texteditors -> double backspace
n2004-04-04: steps to reproduce: - open a properties file - enter something - goto end of that line - press backspace -> 2 chars are deleted instead of one
resolved fixed
611ed3b
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/TextLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-04-05T15:09:03Z
2004-04-04T23:06:40Z
57,296
Bug 57296 BidiUtil static var retains references to runnables from StyledText
When a StyledText is created, a runnable is added to the BidiUtil (line 1619: BidiUtil.addLanguageListener(*)). On dispose of the StyledText, the listener is only removed if isBidi() returns true (line 4873) It would appear that the listener is never removed.
resolved fixed
b10c697
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-04-05T14:32:19Z
2004-04-02T18:20:00Z
55,541
Bug 55541 StyledText - Bidi segments Listener is broken
As build 20040319, when StyledText changes to work with TextLayout were released, Bidi segements listener stoped working. We need a new implementation.
resolved fixed
bb20cc2
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledTextRenderer.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/TextLayout.java", "bundles/org.eclipse.swt/Eclipse", "SWT/emulated/textlayout/org/eclipse/swt/graphics/TextLayout.java", "bundles/...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-04-02T22:15:40Z
2004-03-22T15:40:00Z
56,795
Bug 56795 NPE opening quick outline/hierarchy
i20040330 Quick outline/hierarchy don't work in this build. They seem to open but close instantly. The following log entries are generated: !ENTRY org.eclipse.ui 4 4 Mar 30, 2004 13:55:52.22 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 Mar 30, 2004 13:55:52.22 !MESSAGE java.lang.NullPointerExceptio...
resolved fixed
33ae800
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Decorations.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-03-31T14:42:25Z
2004-03-30T18:06:40Z
56,667
Bug 56667 Minimization of top Shell widgets impossible (SWT.MIN & SWT.NONE) on PocketPC (BBAWT)
null
verified fixed
077f91d
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-03-30T17:09:46Z
2004-03-29T22:40:00Z
37,052
Bug 37052 Shells assuming SWT.RESIZE on GTK and Motif (BBAWT)
On Windows, if you create a Shell without the SWT.RESIZE flag, the shell is *not* resizeable. However, on GTK *and* Motif, the shell is resizeable. SWT version 3.002 In the following testcase, click on the "open dialog" button. The child shell should not be resizeable since RESIZE was not used, but both Motif and GTK u...
resolved fixed
6c34a17
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/motif/org/eclipse/swt/internal/motif/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/motif/org/eclipse/swt/internal/motif/XSizeHints.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/moti...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-03-30T16:09:36Z
2003-04-29T15:26:40Z
56,094
Bug 56094 tracker resize uses screen coordinates instead of control
null
resolved fixed
51bd759
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Tracker.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-03-29T21:45:45Z
2004-03-25T04:46:40Z
51,719
Bug 51719 Need to suppress "untitled window" on GTK
20040210 New Look and HEAD Any time that we create another window we get something in the system tray with the title "untitled window". We need a way to prevent this due to the following cases: 1) The detached windows in New Look 2) The Progress floating window 3) Floating toolbars in new look
resolved fixed
e56031a
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-03-29T20:39:59Z
2004-02-11T20:06:40Z
56,366
Bug 56366 Tooltip for CTabFolder shows up on wrong monitor
I200403260800 Using a dual-monitor setup on Windows XP. Open Eclipse with at least one editor and let the mouse hover over the editor's tab. Notice that a tooltip opens showing the current filename. Now move Eclipse to another monitor and try the same thing. Notice that the tooltips will always open on the same monitor...
resolved fixed
87d2600
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-03-29T16:17:18Z
2004-03-26T16:53:20Z
56,245
Bug 56245 subtitle text does not fill available horizontal space
0325 integration build - do a search, note the subtitle
resolved fixed
c1df1ba
["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Label.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-03-26T21:32:41Z
2004-03-25T21:26:40Z
55,849
Bug 55849 Keyboard shortcuts don't work in old workspace
I20040324 Mac OS X 10.3.3 Keyboard shortcuts no longer work in my (existing) development workspace. However, they do work in new workspaces. What piece of persistent state do I have to delete to get them working again?
resolved fixed
32c90bc
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-03-26T17:01:10Z
2004-03-24T09:20:00Z
55,522
Bug 55522 Display.post - support/investigate mouse button 2 and 3
Can we emit system mouse button up and down for 2 and 3 on the mac.
resolved fixed
494ab6f
["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/widgets/Display.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-03-25T23:04:44Z
2004-03-22T15:40:00Z
53,274
Bug 53274 [SWT Examples] Image Analyzer crashed when tried to save images as PNGs and ICOs
null
resolved fixed
751399c
["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/imageanalyzer/ImageAnalyzer.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-03-25T22:27:09Z
2004-02-27T13:53:20Z
55,920
Bug 55920 View presentation visual problems
200403240800, Linux, using square tabs, notice 3 problems in attached screen shot: 1. Status text and toolbar should be sharing the same line. 2. Tabs need more space to the right and left of the text. Notice the optical illusion caused by black text being too close to the line: It looks like the center of the vertical...
resolved fixed
c6fd4be
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-03-25T15:50:50Z
2004-03-24T17:40:00Z
55,913
Bug 55913 Styled Text draws on top of itself
20040324 Solaris 9 (in SWT lab) When you open a java editor in Solaris the StyledText draws on top of itself. STEPS 1) Open a java editor 2) All of the text is rendered at the beginning of the line so they are all on top of themselves
resolved fixed
df4d6d1
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/motif/org/eclipse/swt/internal/motif/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/TextLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-03-24T17:20:13Z
2004-03-24T14:53:20Z
40,420
Bug 40420 Shell with style NO_TRIM should not appear in the Window Manager task bar
When a shell with no parent is created with the style SWT.NO_TRIM, it should not be shown in the task bar of the window manager.
resolved fixed
d265208
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-03-22T18:49:04Z
2003-07-17T19:26:40Z
54,264
Bug 54264 [EditorMgmt] Editor close button
I20040309 The multiple editor tab preference is diabled. In this build the editor tab is no longer presented as a tab which makes it look a bit nicer. Major issue: The close button is still a moving target and now even more difficult to spot as there is no tab border. -> The close button should always be at the same po...
resolved fixed
76bd4c2
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-03-22T18:38:26Z
2004-03-10T12:00:00Z
47,638
Bug 47638 NPE in getParentBackground.
Exception in thread "main" java.lang.NullPointerException at org.eclipse.swt.widgets.Control.getParentBackground(Control.java:827) at org.eclipse.swt.widgets.Text.kEventControlSetFocusPart(Text.java:929) at org.eclipse.swt.widgets.Widget.controlProc(Widget.java:320) at org.eclipse.swt.widgets.Display.controlProc(Displa...
resolved fixed
f86c3f4
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Button.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Canvas.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-03-22T14:54:26Z
2003-11-27T16:20:00Z
54,386
Bug 54386 Stray pixel in SWT table
I20040310 - make some errors show up in problems viewer Observe: there are some stray pixels in the table's first column. See attached screenshot.
resolved fixed
920ca0d
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Table.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-03-22T14:09:23Z
2004-03-10T20:20:00Z
55,323
Bug 55323 [Workbench] Coolbar doesn't resize properly when perspective bar manually resized
build I20040318 Drag the big curve to the left until the toolbars disappear. Resize the window one pixel, and they reappear.
resolved fixed
07868d3
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CBanner.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-03-19T16:47:57Z
2004-03-19T01:33:20Z
55,307
Bug 55307 ViewForm's title area controls are off by one pixel
In the ViewForm, the controls topXXX are given a y pos that is off by one pixel. I believe the problem is in getClientArea(). There is magic number 1 when calculating y. patch to follow. -m@
resolved fixed
bf095da
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/ViewForm.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-03-19T15:18:20Z
2004-03-18T22:46:40Z
54,990
Bug 54990 ALT+DOWN does not drop down CCombo list
In the property sheet, ALT+DOWN does not drop down the list of choices for a CCombo. (First press ENTER to realize the CellEditor's CCombo). I did no test CCombos in general, only in the property sheet.
resolved fixed
7ae5658
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CCombo.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-03-18T22:49:02Z
2004-03-16T18:00:00Z
54,878
Bug 54878 Drop down coolbar/toolbar menus and combo boxes take too many clicks
Drop down menus: Open the SWT Controls example and select the Coolbar or Toolbar example. Press and hold the mouse down on one of the buttons that has a dropdown menu. What should happen is that the menu should come up, and as you move the mouse it should highlight menu items. When you release the mouse, it should sele...
resolved fixed
e90bc52
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Menu.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-03-18T21:46:52Z
2004-03-15T19:46:40Z
55,053
Bug 55053 Need access to highlight* fields in CTabFolder
build I20040316 In order to do their custom part presentation, LWP needs access to be able to set (and presumably get) the highlight_header and highlight_margin fields. Can you please provide accessors for these, soonest?
resolved wontfix
1ab63d9
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-03-17T19:57:48Z
2004-03-16T23:33:20Z
43,893
Bug 43893 Scrolling copies wrong bits
I20030925 - open Java editor in Debug perspective (or any other layout where the editor is surrounded by other ViewParts) - move scrollbar thumb slowly up and down Observe: sometime the editors contents shows other parts of the workbench window. BTW: sometimes this happens when opening editors as well: before the edito...
resolved fixed
ae02d4e
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/GC.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-03-14T00:01:59Z
2003-09-30T08:20:00Z
49,778
Bug 49778 Images on MenuBar are not lining up with thier Hotstop
the hostspot is next to the 2nd menu item, and the image is on the right hand side. also need this to work on the Pocket PC. import org.eclipse.swt.*; import org.eclipse.swt.graphics.*; import org.eclipse.swt.widgets.*; public class ImageMenuBar { public static void main(String[] args) { Display display = new Display()...
resolved fixed
9a4b919
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/MenuItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-03-10T18:04:00Z
2004-01-09T17:40:00Z
50,151
Bug 50151 Using SWT.RIGHT on a ToolBar leaves blank space
build I20040113 - changed the RCP Browser example to create its ToolBar using SWT.FLAT | SWT.RIGHT - the ToolBar has 4 ToolItems: Back (image only), Forward (image only), Stop (text only) and Refresh (text only) - when it comes up, the Back and Forward items have a fair bit of blank space after the arrow images (see at...
resolved fixed
014ccfa
["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", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/ToolItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-03-10T16:07:41Z
2004-01-16T19:06:40Z
53,141
Bug 53141 JVM crash at eclipse exit
The JVM crashes when eclipse 3.0M7-motif exits to the shell. The crash occured after I changed fonts. The crash is reproducible on my machine. Steps to reproduce: - start eclipse - open Window/Preferences/Workbench/Fonts - select Banner Font - click on Change - select a scalable font - click OK - click Apply - click OK...
resolved fixed
e184d65
["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Display.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-03-05T17:13:23Z
2004-02-26T01:46:40Z
53,221
Bug 53221 [SWT Examples] Save As Dialog of Image Analyzer does not provide the correct file path
null
resolved fixed
194092c
["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/imageanalyzer/ImageAnalyzer.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-03-05T15:20:12Z
2004-02-26T21:13:20Z
52,935
Bug 52935 Emulated Coolbar does not support wrapping
The emulated coolbar does not support wrapping. In eclipse this results in bad resize behaviour in the top toolbar area on Mac, Motif, and GTK. Wrapping only occurs if the wrap indices are explicitely set through the API setWrapIndices. It should occur when there is not enough horizontal room to show all the coolitems ...
resolved fixed
7a19591
["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolBar.java", "bundles/org.eclipse.swt/Eclipse", "SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-03-04T23:29:02Z
2004-02-24T13:40:00Z
53,519
Bug 53519 CheckboxTableViewer does not receive selection events
null
resolved fixed
6704764
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TableItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-03-04T19:41:18Z
2004-03-02T20:40:00Z
52,899
Bug 52899 [misc] Unacceptably poor performance using Replace dialog under SWT/GTK
null
resolved fixed
1f6c548
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Canvas.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Canvas.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Canvas.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widget...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-03-04T19:08:52Z
2004-02-24T08:06:40Z
52,536
Bug 52536 [SWT Examples] Setting the style to SWT.FLAT has no effect on Buttons
null
resolved fixed
d10d490
["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Button.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-03-04T19:08:29Z
2004-02-19T19:46:40Z
53,394
Bug 53394 ArrayIndexOutOfBoundsException in ColorDialog
I20040226 1. Go to preferences, Workbench->Appearance 2. Deselect "Use platform colors" and press the button for the view foreground color -> the color chooser dialog appears 3. Hover over the color chooser area with the mouse, keep the left mouse button pressed. 4. While keeping the mouse button pressed, leave the dia...
resolved fixed
7d1c253
["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/ColorDialog.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-03-03T23:24:22Z
2004-03-01T14:06:40Z
53,556
Bug 53556 Index out of bounds resizing preference page
I20040302 JDK 1.4.2 Steps: Window>Preferences>Color and Fonts Changed the Category to "Uncategorized" Attempted to resize the preferences dialog I have not been able to reproduce. java.lang.IllegalArgumentException: Index out of bounds at org.eclipse.swt.SWT.error(SWT.java:2611) at org.eclipse.swt.SWT.error(SWT.java:25...
resolved fixed
dbb1077
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-03-03T19:58:02Z
2004-03-02T23:26:40Z
53,638
Bug 53638 eclipse startup problem
!SESSION Mar 03, 2004 11:48:33.138 -------------------------------------------- - java.version=1.4.2_03 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US Command-line arguments: - data /home/dpollock/Source/Eclipse/Workspaces/SelfHosted -dev bin - debug /home/dpollock/Source/E...
resolved fixed
04dbb5b
["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/DragSource.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-03-03T17:20:36Z
2004-03-03T16:06:40Z
53,419
Bug 53419 viewing preference page makes preferences tree unresponsive
2.1.3 RC1 - open the preferences dialog - click around between preference pages, see that it seems fine - click on page Team > CVS > Label Decorations - now click around, note that the page pane on the right no longer updates to display the currently selected page
resolved fixed
a016d09
["bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/graphics/GCData.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-03-02T19:24:00Z
2004-03-01T16:53:20Z
53,404
Bug 53404 Menu.getSize does not return the correct value
The method Menu.getSize returns a different value depending on where the parent widget is located when the API is called. Run the following example. Move the shell around the screen and click on the button. Note the menu size is reported for each click and it is different each time you move the window. public static vo...
resolved wontfix
889f93f
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Menu.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-03-02T19:19:10Z
2004-03-01T16:53:20Z
21,234
Bug 21234 TableItem.setImageIndent does not indent items
Build 2.0, Linux/GTK Try running the following under GTK and you'll notice that the TableTreeItems are not indented. They are indented under Win2k and Linux/Motif, though: import org.eclipse.swt.SWT; import org.eclipse.swt.custom.TableTree; import org.eclipse.swt.custom.TableTreeItem; import org.eclipse.swt.layout.Fill...
resolved wontfix
9d3b6c9
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TableItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-03-02T18:58:46Z
2002-07-04T13:40:00Z
53,440
Bug 53440 critical warnings when running jnigen tool
run jnigen tool tons of glib warnings come up
resolved fixed
f18d742
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TableColumn.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-03-01T21:14:29Z
2004-03-01T22:26:40Z
39,892
Bug 39892 SWT error thrown when refreshing the properties page
An SWT error is thrown when the property sheet is populated when it is NOT currently visible. The problem appears to be that OS.gtk_tree_view_get_cell_area(int tree_view, int path, int column, GdkRectangle rect) does not update the supplied rectangle's height. A. org.eclipse.swt.custom.TableTreeItem constructor() A.1 p...
resolved fixed
89324c3
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-03-01T17:55:25Z
2003-07-10T18:00:00Z
53,388
Bug 53388 [64] Crash in g_signal_lookup
From Juergen Kreileder : I've tried a few simple tests with N20040228 and our current J2SE 1.4.2&1.5.0 builds for AMD64: The tests crashed right at startup in about 50% of all tries. Ie. it looks like there are still some pointers stored in (or truncated to) 32-bit ints and SWT only works if the real pointer happens to...
resolved fixed
e83057c
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-03-01T14:37:45Z
2004-03-01T14:06:40Z
52,947
Bug 52947 Cheese with Toolbar on parent with SWT.NO_BACKGROUND
Run the following snippet on Windows XP with a manifest. The toolbar does not draw properly and appears as a black rectangle. If the ToolBar style is SWT.NONE (i.e. not SWT.FLAT) the problem goes away. public static void main(String[] args) { final Display display = new Display(); Shell shell = new Shell(display); shel...
resolved fixed
353e148
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Composite.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-02-27T00:52:01Z
2004-02-24T16:26:40Z
53,128
Bug 53128 Shell.setRegion() should check if region is disposed...
...and throw InvalidArgumentException.
resolved fixed
907c4dd
["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/photon/org/eclipse/swt/widgets/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/S...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-02-26T00:20:28Z
2004-02-25T23:00:00Z
52,733
Bug 52733 Deadlock expand of HEAD
- nightly build: eclipse-SDK-N20040221-macosx-carbon.tar - started first time - closed welcome - switched to CVS perspective - connected to eclipse.org - attempted to expand HEAD - eclipse became unresponsive (i.e. spinning ball cursor == no events being processed) !SESSION Feb 21, 2004 08:52:13.827 -------------------...
resolved fixed
1397638
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Widget.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-02-25T20:45:17Z
2004-02-21T13:26:40Z
53,063
Bug 53063 Changing the style of a Label from SWT.SHADOW_IN to SWT.SHADOW_NONE does not make a difference in the appearance of the Label
null
resolved fixed
20d86f3
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/motif/org/eclipse/swt/internal/motif/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Label.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-02-25T16:42:51Z
2004-02-25T14:40:00Z
52,862
Bug 52862 SPACE gets inserted into styledtext using system menu
public static void main(String[] args) { Display d = Display.getDefault(); Shell shell = new Shell(d); shell.setLayout(new FillLayout(SWT.VERTICAL)); new StyledText(shell, SWT.BORDER).setText("string"); Display.getCurrent().addFilter(SWT.KeyDown, new Listener() { public void handleEvent(Event event) {} }); shell.setSiz...
resolved fixed
ea405f6
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-02-24T19:27:45Z
2004-02-23T21:00:00Z
52,541
Bug 52541 [SWT Examples] CoolBar Buttons with a dropdown menu do not behave correctly
null
resolved fixed
d6602fa
["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/CoolBarTab.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-02-23T17:55:15Z
2004-02-19T22:33:20Z
52,337
Bug 52337 LZWCodec#maskTable should be a static final field
3.0M7 This array is set in two different methods to always the same value. It should be a static final field.
resolved fixed
ef593b1
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/internal/image/LZWCodec.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-02-18T15:27:02Z
2004-02-18T07:40:00Z
51,374
Bug 51374 Need MenuBar to support Images on PocketPC
display space is very limited, And being able to put a Button on the MenuBar can recover the space that is lost any ways, leave a larger space for user data
resolved fixed
611c48b
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Menu.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/MenuItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-02-16T22:54:41Z
2004-02-09T18:06:40Z
51,248
Bug 51248 GUI thread does not process the GUI update requests timely, causing the display to be unresponsive
The design of the main event dispatch cycle (Display.readAndDispatch()) provides for GUI update events (executed asynchronously or synchronously on a non-gui thread) to run within the same "time horizon" as GUI events. The mechanism for this synchronization involves posting a "wake message" to the windows event queue a...
resolved fixed
578025c
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/widgets/Synchronizer.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Display.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-02-13T19:11:54Z
2004-02-05T16:53:20Z
51,831
Bug 51831 StyledText doesn't specify contents of its SelectionEvents
StyledText offers to send out SelectionEvents, but I found no specification about the contents of the SelectionEvent. SelectionEvent says that x and y fields are Widget-specific, but doesn't link to StyledText. StyledText#addSelectionListener(..) also doesn't specify the contents of the SelectionEvent. Looking at the i...
resolved fixed
4a89695
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-02-13T19:10:38Z
2004-02-12T12:46:40Z
38,643
Bug 38643 Toolbar computeSize stop working after WM_SETFONT
Our editor has a problem when turning on and off a combo box on toolbar. Once users encounter this problem, they have to reset toolbars and restart workbench to fix it. Steps to reproduce: 1. Start run-time workbench with attached plugin 2. Create a simple project 3. Create a file named 'test.w'. Make sure that two too...
resolved fixed
6dfada0
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/ToolBar.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-02-12T19:30:37Z
2003-06-09T12:00:00Z
48,273
Bug 48273 [wm2003] pocket pc - issues with popup menu
Hello, I have some trouble with SWT (swt-N20031205-wince-arm-ppc) and WM2003. Device is ASUS MyPAL 620 (XScale 400), czech localization. I tested sample from article "Cup Of SWT", StylusHold application. When I hold tap on PDA, Popup menu is displayed. This is correct. But when I select any item, the popup menu will hi...
resolved fixed
4427fb8
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-02-12T00:09:57Z
2003-12-08T16:13:20Z
51,031
Bug 51031 Broken arrows on multi page
In eclipse-SDK-N20040125-linux-gtk (I'm developing a plug-in) Run->Debug... This opens the window "Create, manage and run configurations" Select run-time workbench->run-time workbench. This shows a screen with many "pages": test,arguments,classpath,JRE,... If the window is too small to show all the page tabs, two arrow...
resolved fixed
b0ec5e7
["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"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-02-10T20:41:19Z
2004-02-01T18:26:40Z
51,492
Bug 51492 changing TabFolder foreground colour is not immediately reflected
M7 - run control example, go to TabFolder tab - change its foreground, note that it doesn't change - damage the window, then show it again, and note that the colour is changed - alternatively, changing the background does the same thing
resolved fixed
3dc8b1c
["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Composite.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-02-10T20:09:03Z
2004-02-10T16:20:00Z
44,946
Bug 44946 TableCursor always paints left-aligned text
In the case with a table that is center/right aligned, having a cursor makes the text displayed in the cursor inconsistent with table's alignment. TableCursor is always left-aligned and does not provide any means to allow user to set its text alignment to match its table's alignment.
resolved fixed
898fc9a
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/TableCursor.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-02-10T18:35:58Z
2003-10-15T20:33:20Z
51,088
Bug 51088 Patch(es) to fix redraw bug after ControlEditors close.
Currently on the Mac, when a Control is disposed, it does not tell the parent to reset the clipping regions. This is what causes the area under a ControlEditor to not be redrawn properly after editing is complete. The most obvious hack to fix this (which is probably not the correct one) is to call invalidateVisibleRegi...
resolved fixed
8881848
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java", "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
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-02-10T17:31:29Z
2004-02-03T03:46:40Z
47,264
Bug 47264 I-Beam displayed in wrong control (Run... dialog)
1) Open the Run dialog (i.e. click on down arrow beside the running man, select "Run..." from pop up) 2) Select any item in the "Java Application" category (create one if needed) 3) click on "Arguments" tab. 4) click in "VM Arguments:" text field. 5) type characters. notice that, the i-beam appears and disappears in th...
resolved fixed
26c7511
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/TabFolder.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-02-09T23:14:20Z
2003-11-21T18:40:00Z
49,797
Bug 49797 [WM2003] GC cannot instantiate on PPC 2003
null
resolved fixed
37c1ed2
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/internal/BidiUtil.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widg...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-02-09T21:00:38Z
2004-01-09T20:26:40Z
51,325
Bug 51325 SWT_AWT:The color depth of the display changed cause NullPointerException
null
resolved fixed
33448e3
["bundles/org.eclipse.swt/Eclipse", "SWT", "AWT/win32/org/eclipse/swt/awt/SWT_AWT.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-02-09T19:33:22Z
2004-02-08T08:46:40Z
50,522
Bug 50522 [interop] Components in SWT_AWT don't show in Workbench.
Components in SWT_AWT don't show in Workbench. It you put back some of what was removed from SWT_AWT.java between M5 and M6 then things work again. Specifically the code below. Will also attach a sampple plugin project that shows this. parent.addListener (org.eclipse.swt.SWT.Resize, new org.eclipse.swt.widgets.Listener...
resolved fixed
ae931ca
["bundles/org.eclipse.swt/Eclipse", "SWT", "AWT/win32/org/eclipse/swt/awt/SWT_AWT.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-02-09T17:04:54Z
2004-01-23T23:20:00Z
50,907
Bug 50907 JPEG loader fails to load image
Try to load the attached image and an ArrayIndexOutOfBoundsException will be thrown.
resolved fixed
047cbaf
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/internal/image/JPEGFrameHeader.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/internal/image/JPEGScanHeader.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-02-05T19:27:33Z
2004-01-29T21:00:00Z
44,063
Bug 44063 Clipboard of GTK on KDE : Eclipse crash
When Clipboard.getAvailableTypeNames() is called on GTK/Linux with KDE system ( not GNOME ), it causes Eclipse platform to get crashed. Looks like in this function, somehow OS.gdk_atom_name(atoms[i]) returns 0 and passing 0 to OS.strlen() causes segv. Here is how to: 1) Install the attached plugin on GTK/Linux Eclipse ...
closed fixed
bbed131
["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/Clipboard.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-02-02T21:24:49Z
2003-10-02T10:20:00Z
50,991
Bug 50991 [browser] mozilla - must support older version mozilla 1.4
We currently support mozilla 1.6. We also need to support mozilla 1.4
resolved fixed
5d484c6
["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/internal/mozilla/GRE.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-01-30T19:51:19Z
2004-01-30T19:13:20Z
50,709
Bug 50709 Right Aligned Table Column Headers do not appear until after a resize
Table column headers are initially blank when set with style SWT.RIGHT on 3.0 M6 SWT-GTK2 until manually resized. The header text then appears properly right aligned for all columns to the right of the one that has been resized.
resolved fixed
99a54cc
["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"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-01-30T19:29:59Z
2004-01-27T19:00:00Z
50,778
Bug 50778 Java doc problems
v3036c In trying to generate javadoc for eSWT API, ran across the following two problems: - List setSelection(int,int) @see tags reference Table, should specify List - SWT.java @see SWT.Help should be @see SWT#Help
resolved fixed
2e7509b
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/SWT.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/List.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-01-29T13:58:27Z
2004-01-28T17:13:20Z
50,639
Bug 50639 Deadlock creating image outside UI thread
I20040121 I got a deadlock today while performing a manual workspace build (Ctrl+B). The stack trace shows that it is trying to create an Image instance outside of the UI thread. This is causing it to block on a GTK OS primitive (presumably because the main thread currently holds some mutex on the UI). I will attach th...
resolved fixed
f413d9c
["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"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-01-28T20:23:21Z
2004-01-26T20:46:40Z
50,483
Bug 50483 [interop] swt SWT_AWT & ui ViewPart
Hi all, I try to use SWT_AWT in a ViewPart but I can't get my plugin working, the workbench tells me there was an error creating view. Here it is, taken from platform .log : !ENTRY org.eclipse.ui 4 4 janv. 23, 2004 12:04:50.246 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 janv. 23, 2004 12:04:50.24...
resolved fixed
0bd465c
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-01-23T22:49:08Z
2004-01-23T17:46:40Z
50,034
Bug 50034 [interop] swing mouse events not received in RCP plugin
(m5 & m6) in an RCP plugin Mouse events for Swing controls (JTree and JButton) are not received if they are placed directly in the Frame created by new_Frame. A Panel must be added to the Frame and then the Swing controls added to the Panel. A plain AWT button works fine. public void createPartControl(Composite parent)...
resolved fixed
56b9af0
["bundles/org.eclipse.swt/Eclipse", "SWT", "AWT/win32/org/eclipse/swt/awt/SWT_AWT.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-01-23T17:01:55Z
2004-01-14T22:40:00Z
50,256
Bug 50256 Text#getCaretLocation() sends erroneous Modify event
When I call Text#getCaretLocation(), the implementation sends two OS.EM_REPLACESEL messages. Both of them cause an execution of sendEvent (SWT.Modify), which can cause unexpected behavior in client code listening to "true" modify events. The two modify events (adding a space character, and removing it) should not be se...
resolved fixed
bcdacd4
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Text.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-01-20T17:20:01Z
2004-01-20T09:13:20Z
48,809
Bug 48809 [browser] breaking change - rename LocationEvent.cancel to LocationEvent.doit and reverse boolean meaning
To be consistent with SelectionListener and since SWT does not use cancel anywhere: LocationEvent.cancel should probably be renamed LocationEvent.doit where cancel was false by default, doit is true by default
resolved fixed
5a8cb08
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/common/org/eclipse/swt/browser/LocationEvent.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/motif/org/eclipse/swt/browser/Browser.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/mozilla/org/eclipse/swt/browser/Browser.java", "bundles/org.eclipse.s...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-01-20T15:52:10Z
2003-12-15T23:13:20Z
46,543
Bug 46543 [browser] Photon / Investigate/Provide support for NewWindow event
Provide support for the test case in the attachement below - unzip - open the document index.html - click on links. The Browser widget should correctly handle the new window requests in those 2 cases. Current approach is to provide the following event (names not finalized yet, to give an idea): public class NewWindow ....
closed wontfix
772f59d
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/photon/org/eclipse/swt/browser/Browser.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/photon/org/eclipse/swt/internal/photon/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/photon/org/eclipse/swt/internal/photon/PtWebWindowCallback_t.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-01-19T21:59:37Z
2003-11-12T23:33:20Z
49,942
Bug 49942 NPE in StyledText.getSelectionRange (line 4275)
I200401130800 Found many of these in the log file. General stability seems to be affected while in use. !ENTRY org.eclipse.ui 4 0 Jan 13, 2004 15:11:53.105 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.swt.custom.StyledText.getSelectionRange (StyledText.java:4275) at org...
resolved fixed
d72f35f
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-01-14T17:30:54Z
2004-01-13T21:40:00Z
49,723
Bug 49723 StyledText is leaking StyleRange objects again
M6 And it's not accessibility's fault this time. Need to investigate.
resolved fixed
67bbaee
["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/gtk/org/eclipse/swt/accessibility/Accessible.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleObject.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/Defa...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-01-09T20:24:49Z
2004-01-08T19:26:40Z
32,828
Bug 32828 Loss of the modal context
When a thread is suspended and the debug view is refreshed, Eclipse is no more modal. 1. create the following compilation unit : public class TestLineBreakpoint { public static void main(String[] args) { int i= 0; while (1 == 1) { i++; // <-- conditionnal breakpoint here } } public static void foo() { System.out.printl...
resolved fixed
a1e2dc4
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-01-06T22:29:45Z
2003-02-24T20:53:20Z
49,381
Bug 49381 SWT.RIGHT does not work in Text
RUn th efollowing snippet. The text is not Right aligned. Same is true if the style SWT.SINGLE is added. public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); Text text = new Text(shell, SWT.RIGHT); text.setText("Hello"); text.setBounds(10, 10, 200, 200); shell.open...
resolved fixed
b21726b
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Text.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-01-06T16:51:26Z
2003-12-29T15:00:00Z
49,154
Bug 49154 Combo behavior not very user-friendly
We have a DROP_DOWN combo (not READ_ONLY) and we listen to it for default selection events. There are a couple of problems: 1) When the user selects something with the mouse from the drop-down, the drop- down disappears, but the default selection event is not fired. The user has to then hit "Enter" to do that. Listenin...
resolved fixed
3911eac
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Combo.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-01-05T21:57:24Z
2003-12-18T23:26:40Z
49,534
Bug 49534 Javadoc of 'Control' should mention 'Traverse' event
org.eclipse.swt.widgets.Control supports SWT.Traverse events. This is not mentioned in the list of handled events in the class' javadoc, and should be added for completeness.
resolved fixed
8888613
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2004-01-05T17:12:58Z
2004-01-05T16:26:40Z
49,071
Bug 49071 Hitting Enter while editing a detail formatter close the dialog
Open a detail formatter dialog (create a new detail formatter or edit an existing one), give the focus to the text area, hit Enter, the dialog is close, as if 'OK' button was used. It makes creating a complex detail formatter really painfull. May be a linux-GTK only problem, please check no other platforms.
resolved fixed
57ddfef
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Composite.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-12-18T19:41:38Z
2003-12-17T19:40:00Z
48,470
Bug 48470 CoolBar loses lines between M4 and M5
I'm working with SWT since february this year, and for practice I modified the WebBrowser example a little bit (used a coolbar with hotImage etc.). I downloaded the last release of Eclipse M5 but my application appears differently: no separator between the two cool item. Steve Northover replied on the eclipse.platform....
resolved fixed
2d03597
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/CoolBar.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-12-15T22:20:16Z
2003-12-11T10:53:20Z
48,781
Bug 48781 cursors of size 16 look wrong
null
resolved fixed
1acb357
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/Cursor.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-12-15T20:49:30Z
2003-12-15T20:26:40Z
48,589
Bug 48589 [EditorMgmt] Special chars in filenames and funny filename tabs behaviour
It is not a big deal, but filename tabs seem to interpret names of the files. For example, if one of the opened files happens to have name "D&W" it is not possible to access "Window" menu using Alt-W shortcut. Win2k, SP4, Sun JDK 1.4.2_03, Eclipse 200312110800
verified fixed
82faecf
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-12-15T16:32:18Z
2003-12-11T22:00:00Z
47,973
Bug 47973 [KeyBindings] cannot bind to Alt+Enter
in I200312020950 Alt+Enter no longer shows me the properties of a file.
resolved fixed
77cb502
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-12-12T22:43:56Z
2003-12-03T14:00:00Z
48,263
Bug 48263 EC: gtk allows TabItem.setControl(...) value to be non-child of TabFolder
Snippet to try: Composite composite = new Composite(shell, SWT.NONE); TabFolder tabFolder = new TabFolder(shell, SWT.NONE); tabFolder.setBounds(0, 0, 680, 480); TabItem tabItemLearn = new TabItem(tabFolder, SWT.NONE); tabItemLearn.setText("Lernen"); tabItemLearn.setControl(composite); // <--
resolved fixed
8043823
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TabItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-12-09T16:52:00Z
2003-12-08T13:26:40Z
48,022
Bug 48022 3 mouse clicks cause 4 mouseDown events
null
resolved fixed
c20df65
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-12-05T17:18:03Z
2003-12-03T19:33:20Z