summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2011-02-01 19:56:07 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2011-02-01 19:56:07 +0900
commit121840b6082224fd5444af1eca61f9234b726eba (patch)
treece981a3930b4554bca0026daf344244cc8925b05 /NEWS
parent04bc8aaf6555a6f15be5a169dc7241466525809e (diff)
downloadglade-121840b6082224fd5444af1eca61f9234b726eba.tar.gz
* configure.ac, NEWS:GLADE_3_9_2
* gladuei/glade-design-private.h, gladeui/glade-design-layout.[ch], gladeui/glade-design-view.[ch]: Relicensed LGPL, Juan Pablo Ugarte, Vincent Geddes and I are the only Copyright holders for these files and I have thier consent to relicense these files LGPL. * gladeui/glade-debug.c: Avoid showing an unavoidable warning regarding gdk_window_set_composited().
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS33
1 files changed, 33 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3d9d9f8e..def067ad 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,37 @@
===========
+Glade 3.9.2
+===========
+ - Added signal for IDEs to track created signal editors, Johannes Schmid.
+ - Stop installing catalog .xml.in files, Emilio Pozuelo Monfort.
+ - Fixed various memory leaks.
+ - Removed GtkTreeSelection from the palette, it's only available as the internal
+ child of a GtkTreeView
+ - Fixed Drag'n'Drop image drawing with cairo for signal editor, Johannes Schmid with
+ help from Benjamin Otte.
+ - Fixed crashes and memory leaks in the GladeBaseEditor (the editor used for menu editing
+ and treeview editing and the like).
+ - Edit->Preferences is now File->Properties
+ - Removed option for project naming policies, object ids in GtkBuilder are always unique
+ across the whole file.
+ - Render project widgets in the workspace offscreen, this gives us more power over the
+ widgets (combo boxes can now be selected, seletion drawing is now enhanced),
+ Juan Pablo Ugarte.
+ - Added support for GtkComboBoxText with a customized editor to edit the combo box items.
+ - Added GtkRecentFilter and GtkRecentManager to the palette, GtkRecentFilter can specify
+ patterns, mime-types and applications for the filtering.
+ - Added support to edit patterns and mime-types for GtkFileFilter
+ - Added <add-child-verify-function> to the plugin backend, we now use this to better police
+ user activities in Glade (notably, you cannot paste a widget that is not a GtkToolItem
+ to a GtkToolBar or the like).
+ - Renamed various things from glade-3/glade3 to 'glade' (the Glade icon, the bugzilla database,
+ the git repository etc, help from Javier Jardón).
+ - Glade now uses GtkApplication and is a single instance application.
+ - Added support for editing a GtkOffscreenWindow
+ - Changed the workspace to now include all toplevel project objects, selecting an
+ object from the inspector causes the workspace to scroll to the selected widget,
+ Juan Pablo Ugarte.
+
+===========
Glade 3.9.1
===========
- Added accelerator and tooltip-text properties to menu items and toolitems