summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2004-05-28 15:48:52 +0000
committerCarolyn MacLeod <carolyn>2004-05-28 15:48:52 +0000
commit640ea076bf4c7432d802cc64db72336e912e21ba (patch)
tree9072b8fa08a86009d73a9c35fbfa30752d945db3
parentfc96d92b91fb4162a0078da5123052dabbd7e1d8 (diff)
downloadeclipse.platform.swt-640ea076bf4c7432d802cc64db72336e912e21ba.tar.gz
eclipse.platform.swt-640ea076bf4c7432d802cc64db72336e912e21ba.tar.xz
eclipse.platform.swt-640ea076bf4c7432d802cc64db72336e912e21ba.zip
v3054d
-rwxr-xr-xbundles/org.eclipse.swt/buildnotes_swt.html31
1 files changed, 29 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/buildnotes_swt.html b/bundles/org.eclipse.swt/buildnotes_swt.html
index 3cd46968f8..27a499c504 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.0 054 - Tuesday May 25, 2004 </h2>
+<h2> SWT Build 3.0 054 - Friday May 28, 2004 </h2>
<h3><a NAME="New APIs"></a>New APIs</h3>
<blockquote>
@@ -31,7 +31,34 @@ CTabFolder.setSimpleTab(boolean) -> CTabFolder.setSimple(boolean)
<h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
<blockquote>
-20903: ACC: Checkboxes not identified correctly
+7845: API needed in Combo class to specify # of items visible
+<br>17346: Missing busy cursor in Search dialog under GTK
+<br>22018: GTK: Text.setCursor() does not function.
+<br>31023: GP - using F3 to open new edit window
+<br>38260: CCombo with Dialog
+<br>44648: Support JDK1.1
+<br>45574: Panther: Run... and Properties dialogs lay out incorrectly.
+<br>48006: [SWT] layout problems on mac
+<br>50183: Vertical scrollbar is not created as expected
+<br>54414: [typing] Delete Next Word and others don't work quite right
+<br>58804: Mac OSX : TableColumn Alignment
+<br>60452: [Mac] Button Placed on Group does not get Dialog Font
+<br>60816: Deferred events will not run during mousedrag
+<br>61728: Need access to TextLayout styles and fonts
+<br>62329: CTabFolder leaves a little cheese when resizing
+<br>62558: Null Pointer when opening Folder in File>Open External File
+<br>62982: TableColumn does not fire resize event
+<br>63003: Ctrl+ Clicking on PackageExplorer expands items
+<br>63070: some menus do not show their item texts
+<br>63701: Display var in debugger exits eclipse JVM
+<br>63716: Tree items do not display their children when unfolded by keyboard
+<br>63903: setSimple
+<br>64216: TableItem.getText - wrong for first column
+<br>64220: Wrong cursor used for SWT.CURSOR_SIZEALL
+<br>64294: Title and maximisation does not work on Pocket PC
+<br>64457: calling CTabItem.setFont (and setImage) repeatedly with null causes repaints
+<br>64512: Add smallFont and noFocusBorder properties to Info.plist file
+<br>20903: ACC: Checkboxes not identified correctly
<br>26632: Table cloumn headers not drawn in GTK2
<br>28990: GTK: Paints not flushed after open()
<br>35753: missing API: TableCursor.removeSelectionListener(SelectionListener)