summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Cornu <ccornu>2005-02-14 21:16:18 +0000
committerChristophe Cornu <ccornu>2005-02-14 21:16:18 +0000
commit78d947f9a8d4354decfe7f64f776a6dda17fded8 (patch)
tree3b424df154fdb39030ee506a82a6fe692ef6d6de
parent0a34f6228e1250447cba3cf1c3ad74ae3e0383c4 (diff)
downloadeclipse.platform.swt-78d947f9a8d4354decfe7f64f776a6dda17fded8.tar.gz
eclipse.platform.swt-78d947f9a8d4354decfe7f64f776a6dda17fded8.tar.xz
eclipse.platform.swt-78d947f9a8d4354decfe7f64f776a6dda17fded8.zip
*** empty log message ***v3123c
-rwxr-xr-xbundles/org.eclipse.swt/buildnotes_swt.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/buildnotes_swt.html b/bundles/org.eclipse.swt/buildnotes_swt.html
index e06ea1b3d4..48f8f7f3e1 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -22,6 +22,32 @@ int[] Table.getColumnOrder()
<br>TableColumn.setMoveable(boolean)
<br>SWT.Move event is sent for the TableColumn when columns are dragged to a new position
</blockquote>
+<h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
+<blockquote>
+<br>22000: GTK: Menubar is not accounted for in computeTrim().
+<br>34644: DND in the FileViewer example resets tree selection
+<br>39237: GTK Tree DND doesn't highlight between markings
+<br>45429: TableColumn.pack() doesn't decrease column's width on GTK
+<br>79419: [Preferences] Need a link component
+<br>81254: ControlExample spews warnings
+<br>83795: GridLayout doesn't handle horizontal spanning of multiple columns correctly
+<br>84500: Broken selection on TableItem when Image in 1st Column
+<br>84535: TitleAreaDialog doesn't dismiss on <ENTER> if contains Combo(SWT.SIMPLE)
+<br>84602: scrolling Tree with columns horizontally fires Move and Resize events
+<br>84609: TableColumn has NPE while calling pack() on last column
+<br>84613: setting Tree header visibility fires Resize
+<br>84630: resizing a TreeColumn does not fire Resize or Move
+<br>84665: Clarify Javadoc of Display.postEvent
+<br>84733: TabFolder position change broken
+<br>84755: Cannot open filenames with 8-bit characters
+<br>84765: StackOverflow in setText
+<br>84783: Directory dialog does not deal with non-UTF8 filenames
+<br>84861: Display.post(Event) not working for char key events SWT.TAB, SWT.ESC, SWT.DEL and SWT.BS
+<br>84888: Temporary - don't use certain websites in junit tests
+<br>84953: View contents are drawn over tab area
+<br>85006: TableColumn.pack() of column 0 wth SWT.CHECK is bad
+<br>85119: Use GDK_HAND2 instead of GDK_HAND1 for SWT.CURSOR_HAND
+</blockquote>
<h2> SWT Build 3.1 022 - Tuesday February 8th, 2005 </h2>
<h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>