summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2007-05-14 20:35:53 +0000
committerCarolyn MacLeod <carolyn>2007-05-14 20:35:53 +0000
commit6eaa66c350e5b879b776fbe8a8dbb66e29548bab (patch)
tree7d2c337f297647c6a22b7d2a5686ef37e385a37d /bundles/org.eclipse.swt
parent976df8e2641a9161815a2fd50d8ff407385fa908 (diff)
downloadeclipse.platform.swt-6eaa66c350e5b879b776fbe8a8dbb66e29548bab.tar.gz
eclipse.platform.swt-6eaa66c350e5b879b776fbe8a8dbb66e29548bab.tar.xz
eclipse.platform.swt-6eaa66c350e5b879b776fbe8a8dbb66e29548bab.zip
v3342 for I20070515
Diffstat (limited to 'bundles/org.eclipse.swt')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/common_j2me/org/eclipse/swt/internal/Library.java2
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java2
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak4
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/common/version.txt2
-rwxr-xr-xbundles/org.eclipse.swt/buildnotes_swt.html10
5 files changed, 15 insertions, 5 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2me/org/eclipse/swt/internal/Library.java b/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2me/org/eclipse/swt/internal/Library.java
index b10b6521b7..4ead62fa30 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2me/org/eclipse/swt/internal/Library.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2me/org/eclipse/swt/internal/Library.java
@@ -22,7 +22,7 @@ public class Library {
/**
* SWT Minor version number (must be in the range 0..999)
*/
- static int MINOR_VERSION = 341;
+ static int MINOR_VERSION = 342;
/**
* SWT revision number (must be >= 0)
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java b/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java
index 985b79e9ea..00bca9390d 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java
@@ -24,7 +24,7 @@ public class Library {
/**
* SWT Minor version number (must be in the range 0..999)
*/
- static int MINOR_VERSION = 341;
+ static int MINOR_VERSION = 342;
/**
* SWT revision number (must be >= 0)
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak b/bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak
index 38bb10ef52..2f3e4739b9 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak
+++ b/bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak
@@ -10,5 +10,5 @@
#*******************************************************************************
maj_ver=3
-min_ver=341
-comma_ver=3,3,4,1
+min_ver=342
+comma_ver=3,3,4,2
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index 2a4507ee76..00ff5110fe 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
+++ b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
@@ -1 +1 @@
-version 3.341 \ No newline at end of file
+version 3.342 \ No newline at end of file
diff --git a/bundles/org.eclipse.swt/buildnotes_swt.html b/bundles/org.eclipse.swt/buildnotes_swt.html
index 3702386648..e4d4b75c3a 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -11,6 +11,16 @@
Eclipse Platform Build Notes<br>
SWT</h1>
+<h2> SWT Build 3.3 042 - Tuesday May 15, 2007 </h2>
+<h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
+<blockquote>
+67652 - some GC calls are off by one pixel in mirrored mode
+<br>158122 - BIDI: StyledText does not paint selection well when mirrored
+<br>186580 - GC#drawRoundRectangle looks ugly on advance mode
+<br>186611 - Alpha channels being lost on Windows XP classic theme
+<br>186757 - No context menus in tables
+</blockquote>
+
<h2> SWT Build 3.3 041 - Friday May 11, 2007 </h2>
<h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
<blockquote>