Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Cornu2005-01-24 22:36:15 +0000
committerChristophe Cornu2005-01-24 22:36:15 +0000
commitfed7af7393596827fc350f297efbf3b2fc5dcd55 (patch)
treeea701cf2c5baf2b91286ecb034d45370d01d5c56
parentf866630fff0e2a891a1bab0bce262e327c334617 (diff)
downloadeclipse.platform.swt-fed7af7393596827fc350f297efbf3b2fc5dcd55.tar.gz
eclipse.platform.swt-fed7af7393596827fc350f297efbf3b2fc5dcd55.tar.xz
eclipse.platform.swt-fed7af7393596827fc350f297efbf3b2fc5dcd55.zip
*** empty log message ***
-rwxr-xr-xbundles/org.eclipse.swt/buildnotes_swt.html21
1 files changed, 19 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/buildnotes_swt.html b/bundles/org.eclipse.swt/buildnotes_swt.html
index 380b95b8cc..bad37e177b 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -12,7 +12,7 @@
Eclipse Platform Build Notes<br>
SWT</h1>
-<h2> SWT Build 3.1 020 - Tuesday January 24th, 2005 </h2>
+<h2> SWT Build 3.1 020 - Tuesday January 25th, 2005 </h2>
<h3><a NAME="New APIs"></a>New APIs</h3>
<blockquote>
RowData.exclude and GridData.exclude have been added to allow applications to
@@ -20,7 +20,24 @@ selectively exclude widgets from a Layout operation.
</blockquote>
<h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
<blockquote>
-<br>49426: Layouts should support laying out only a subset of a composite's children
+<br>42632: Clipboard becomes empty after shell closes
+<br>49426: Layouts should support laying out only a subset of a composite's children
+<br>64923: EC: need api to query for Tray support
+<br>76722: [RCP] [launcher] ability to generate executable with specific icon resources
+<br>79944: The Eclipse launcher should give the splash screen window a type hint
+<br>82026: [launcher] eclipse launcher does not connect stdout of jvm to console
+<br>82469: [launcher] Launcher should not hard code a reference to org.eclipse.core.launcher.Main
+<br>82640: Setting style bits breaks SWT embedded Swing in Milestone M4
+<br>82657: Help fails to open
+<br>82693: Simple example snippet for OpenGL
+<br>82828: Table's SWT.FULL_SELECTION broken for empty table items
+<br>82837: Embedding swing on swt _ problems with JDK1.4.1
+<br>82905: drawImage doesn't honor clip rect
+<br>83262: rxvt pastes null terminator
+<br>83305: Javadoc of Display.addFilter could be improved
+<br>83424: [browser] check if reparenting works
+<br>83532: [browser] HTTPS link crashes Browser with Mozilla 1.7.5
+<br>83543: add alpha support to GTK MenuItem TabItem TableColumn TrayItem
</blockquote>
<h2> SWT Build 3.1 019c - Tuesday January 18th, 2005 </h2>

Back to the top