From 78d947f9a8d4354decfe7f64f776a6dda17fded8 Mon Sep 17 00:00:00 2001 From: Christophe Cornu Date: Mon, 14 Feb 2005 21:16:18 +0000 Subject: *** empty log message *** --- bundles/org.eclipse.swt/buildnotes_swt.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) 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()
TableColumn.setMoveable(boolean)
SWT.Move event is sent for the TableColumn when columns are dragged to a new position +

Problem reports fixed

+
+
22000: GTK: Menubar is not accounted for in computeTrim(). +
34644: DND in the FileViewer example resets tree selection +
39237: GTK Tree DND doesn't highlight between markings +
45429: TableColumn.pack() doesn't decrease column's width on GTK +
79419: [Preferences] Need a link component +
81254: ControlExample spews warnings +
83795: GridLayout doesn't handle horizontal spanning of multiple columns correctly +
84500: Broken selection on TableItem when Image in 1st Column +
84535: TitleAreaDialog doesn't dismiss on if contains Combo(SWT.SIMPLE) +
84602: scrolling Tree with columns horizontally fires Move and Resize events +
84609: TableColumn has NPE while calling pack() on last column +
84613: setting Tree header visibility fires Resize +
84630: resizing a TreeColumn does not fire Resize or Move +
84665: Clarify Javadoc of Display.postEvent +
84733: TabFolder position change broken +
84755: Cannot open filenames with 8-bit characters +
84765: StackOverflow in setText +
84783: Directory dialog does not deal with non-UTF8 filenames +
84861: Display.post(Event) not working for char key events SWT.TAB, SWT.ESC, SWT.DEL and SWT.BS +
84888: Temporary - don't use certain websites in junit tests +
84953: View contents are drawn over tab area +
85006: TableColumn.pack() of column 0 wth SWT.CHECK is bad +
85119: Use GDK_HAND2 instead of GDK_HAND1 for SWT.CURSOR_HAND +

SWT Build 3.1 022 - Tuesday February 8th, 2005

Problem reports fixed

-- cgit