Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed2006-08-03 19:25:43 +0000
committerGrant Gayed2006-08-03 19:25:43 +0000
commita191fe2df10f4f2057b3192d3d1b5ae324733260 (patch)
tree00b5193185aa33e32111ac0cc568228497c18ae2
parent4a0a76576c03c1ce998d1c9025a2b16565f033d2 (diff)
downloadeclipse.platform.swt-3305a.tar.gz
eclipse.platform.swt-3305a.tar.xz
eclipse.platform.swt-3305a.zip
*** empty log message ***v3305a
-rwxr-xr-xbundles/org.eclipse.swt/buildnotes_swt.html30
1 files changed, 27 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/buildnotes_swt.html b/bundles/org.eclipse.swt/buildnotes_swt.html
index 764bf8ecbb..d0f426ba04 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -10,6 +10,30 @@
<h1>
Eclipse Platform Build Notes<br>
SWT</h1>
+<h2> SWT Build 3.3 005 - Tuesday August 8, 2006 </h2>
+<h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
+<blockquote>
+62627 - "Next Word" definition
+<br>83451 - Mouse Behaviour breaks UI (low resources, grab stuck?)
+<br>104750 - GTK FileDialog ignores setFileName() for SWT.OPEN dialogs if no filterPath set
+<br>124836 - CLabel.shortenText(...) takes almost forever for long text
+<br>137621 - License Agreement Does Not Display on HP-UX
+<br>138528 - Tooltips do not show after tool button pressed
+<br>139854 - swt dependecy on msvfw32.dll
+<br>141254 - Linux GTK and TableEditor Failure Assertion
+<br>145704 - Previous Word commands are too 'greedy'
+<br>146303 - Label Tooltip text not visible on Intel Mac
+<br>147228 - Table column tooltip disappears after clicking the header
+<br>148522 - Table.showSelection() doesn't show selection with images
+<br>149870 - multiple widgets report focus
+<br>150155 - Clicking in textfield sets cursor to one before last char
+<br>151136 - Tree with TreeColumn loops forever if setWidth not called
+<br>151137 - thumb doesn't work for Tree with column
+<br>151893 - Issue with background images and CLabels
+<br>152385 - Tooltip is not shown all the time
+<br>152718 - StyledText printing feature doesn't work
+</blockquote>
+
<h2> SWT Build 3.3 004 - Tuesday July 25, 2006 </h2>
<h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
<blockquote>
@@ -17,13 +41,13 @@ SWT</h1>
<br>24697 - DCR - Request for PNG write support
<br>26436 - Spec PrinterData.startPage/endPage
<br>63226 - Undocumented error thrown in Image code
-<br>81834 - BIDI: StyledText does not convert European Number to Ara...
-<br>142335 - Perf Fix for: org.eclipse.swt.internal.image.PngHuffmanTa...
+<br>81834 - BIDI: StyledText does not convert European Number to Arabic Number
+<br>142335 - Perf Fix for: org.eclipse.swt.internal.image.PngHuffmanTable.generateTable
<br>150099 - Menu class has a public '_setVisible(boolean)' method.
<br>150274 - Flicker with the new WinXP border
<br>150407 - PNG Load Speed Terrible for medium to large images
<br>150764 - [PATCH] fix compiler warnings for GCC 4.x
-<br>151228 - three-button Mozilla "confirm" dialog has same label on a...
+<br>151228 - three-button Mozilla "confirm" dialog has same label on all three buttons
<br>151330 - Browser not supported on linux ppc
</blockquote>

Back to the top