From 121840b6082224fd5444af1eca61f9234b726eba Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Tue, 1 Feb 2011 19:56:07 +0900 Subject: * configure.ac, NEWS: * 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(). --- NEWS | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 3d9d9f8e..def067ad 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,36 @@ +=========== +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 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 =========== -- cgit v1.2.1