Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Planning Meeting Notes - Nov 18, 2009


SWT:

- released API for CSS skinning
- new API Browser.setText(String text, boolean trusted)
- Program support on Linux can now make use of gio libraries if available
- have begun releasing BIDI changes from contributors in Israel
- resizable ON_TOP shells now work on linux
- 3.5.2 fixes released:
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=284858 : TableColumn.pack() results in a table that does not fit the header on SWT cocoa
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=286687 : [GTK2.18] clipping broken when setting a transform with Gtk 2.17.7
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=287307 : [GTK2.18] Control.setZOrder broken on Gtk+ >= 2.17.3


Back to the top