2006-08-20 Tristan Van Berkom * src/glade-palette.c: Fixed to not stick on class->toplevel widget classes, this avoids segfaults when trying to add toplevels to placeholders. 2006-08-18 Juan Pablo Ugarte * src/glade-widget-class.c: sort signals alphabetically in glade_widget_class_add_signals() (bug 352013) * src/glade-palette.c: Palette can be locked as in glade2 with CONTROL-Click (bug 303679) 2006-08-19 Vincent Geddes * src/glade-project-window.c: o Use Unicode characters where appropriate. o Set website property for About dialog. o Beefed up Projects menu. Added "Previous" and "Next" actions. Removed the tab alignment. * glade-3.desktop.in, src/main.c: Removed the "3" from the application title. * configure.in: Fixed typo. 2006-08-19 Tristan Van Berkom * src/glade-widget.[ch]: o Added glade_widget_remove_property () o Fixed textview segfault (bug 352054) by checking nulls from gdk_window_get_user_data(). * src/glade-editor-property.c: Hide widget when no property loaded * src/glade-editor.c: Fixed packing up so that invisible children dont screw up the layout. * src/glade-gtk.c: Removed "border-width" on action area and vbox in GtkDialogs that expose them, also removed "spacing" on the action area - these props are controlled by "content-area-border", "button-spacing" and "action-area-border" style props on the dialog. * src/glade-property.c: Added #if 0 debugging code. 2006-08-18 Juan Pablo Ugarte * src/glade-widget-class.c: glade_widget_class_list_signals () now list signals implemented by interfaces. Added gwc_iface_not_implemented_by_parent () and glade_widget_class_add_signals(). 2006-08-18 Tristan Van Berkom * src/glade-gtk.c, widgets/gtk+.xml.in: Fixed expanders, now there's always a placehodler when needed. 2006-08-17 Tristan Van Berkom * src/glade-command.c: Now you can paste widgets to your hearts content. (bug 345603) * src/glade-editor-property.c, src/glade-property-class.c: Now adjustments are saved as decimal values instead of doubles (glade-- code generator didnt like doubles... we'll create adjustment objects anyway in the future builder). 2006-08-16 Juan Pablo Ugarte * src/glade-command.c: fixed bug 345604 "Pasting a widget does not paste the packing options" * src/glade-property-class.[ch]: added transfer_on_paste property to GladePropertyClass. * src/glade-widget.[ch]: exported glade_widget_dup_properties() * src/glade.h added GLADE_TAG_TRANSFER_ON_PASTE tag. * widgets/gtk+.xml.in: set transfer-on-paste on corresponding packing properties. * src/glade-base-editor.c: fixed posible bug when emiting delete-child signal.