2009-06-06 Tristan Van Berkom <
[email protected]>
* plugins/gtk+/glade-gtk.c: Sync up size requests of fixed/layout children
at load time (bug 584334).
2009-05-27 Tristan Van Berkom <
[email protected]>
* configure.ac, NEWS: Updating for 3.6.4 ... [ NOT ROLLED YET ]
2009-05-27 Tristan Van Berkom <
[email protected]>
* gladeui/glade-base-editor.c, gladeui/glade-inspector.c, gladeui/glade-palette-item.c,
gladeui/glade-placeholder.c, gladeui/glade-widget.c: Made Glade barely usable on the Mac,
now all popup menus will popup on (GDK_MOD[1-3]_MASK && event->button == 1) as well as
on (event->button == 3) since Mac is missing the right mouse button and ports X server
setup doesnt seem to emulate it.
* gladeui/glade-property-class.c: Add me to authors.
2009-05-17 Juan Pablo Ugarte <
[email protected]>
* gladeui/glade-base-editor.c: fixed bug in glade_base_editor_add_default_properties()
It was setting the wrong type model.
* gladeui/glade-widget-adaptor.c: use parent icon if none is found for the class
This helps a lot for custom composite widget.
2009-04-29 Tristan Van Berkom <
[email protected]>
* gladeui/glade-project.c: Check project naming policy at add_object() time (bug 580745).
2009-04-24 Juan Pablo Ugarte <
[email protected]>
* plugins/gtk+/glade-gtk.c:
o fixed icon source state write bug on write_icon_sources()
o fixed loading bug in glade_gtk_icon_factory_read_sources()
we either use g_list_append() or steal/insert to add new icon sources