Glade 3.3.3
===========
- Add tab labels by default to notebook pages (bug 345438) - Tristan Van Berkom
- Now child menu items are selectable (fixed event handling for widgets that are
not in the logical hierarchy, in 3.3.2 this was a crash actually) - Tristan Van Berkom
- Now we draw selection in g_signal_connect_after (..."expose-event"...) instead
of queuing an idle timeout. - Tristan Van Berkom
- Fixed the UI to be insensitive when no projects are loaded (some widgets were
sensitive and causing errors) - Tristan Van Berkom
- Made it possible to declare a widget class in the catalog without giving a real type,
only automatically derive from a type specified in the catalog (bug 352714) - Yevgen Muntyan
- Defined environment variables GLADE_MODULE_PATH & GLADE_CATALOG_PATH, catalogs will be
searched in GLADE_CATALOG_PATH and widget libraries/support modules in GLADE_MODULE_PATH. - Tristan Van Berkom
- Disable Add/Remove parent actions on GtkToolItem, GtkMenu and GtkMenuItem - Tristan Van Berkom
- misc bugfixes 459953 460272
New and updated translations
============================
- Jorge Gonzalez (es)
- Takeshi AIHANA (ja)
- Daniel Nylander (sv)
- Clytie Siddall, Nguyễn Thái Ngọc Duy (vi)
- Ilkka Tuohela (fi)
- Artur Flinta (pl)
- Runa Bhattacharjee (bn_IN)
- Gabor Kelemen (hu)
- Matic Žgur (sl)
===========
Glade 3.3.2
===========
- Bindings work has been moved out into a branch
- Added toolbar item for "Drag/Resize" mode - Tristan Van Berkom
- Added history lists to undo/redo buttons - Tristan Van Berkom
- Current notebook page is more consistant (bug 394382) - Tristan Van Berkom
- Use gnome-common macros in configure.ac/Makefiles (bug 399134) - Christian Persch
- Fixed lots of compiler warnings from new macros - Vincent Geddes
- Added a bunch of translatable/displayable values for new enumerations/values - Juan Pablo Ugarte
- Display some specially marked backend actions in the toolbar - Juan Pablo Ugarte
- Attempt to reload an open project if the user tries to open it again (bug 450483) - Vincent Geddes
- Monitor and update project saved state wrt undo (bug 392324) - Vincent Geddes
- Properly handle dgettext() operations (bug 453105) - Christian Persch)
- Fixed some hangups (bug 453253) - Juan Pablo Ugarte
- Remove user name and host from comment in glade file (bug 453174) - Vincent Geddes
- Now the palette/inspector and property editor are "dockable" (just
dock/undock via view menu, nothing fancy) - Tristan Van Berkom
- Warn about missing displayable values for enums/flags - Juan Pablo Ugarte
- Fixed glitch with changing notebook pages (bug 456013) - Tristan Van Berkom
- Implemented "Add/Remove Parent" context menu items for all widgets (bug 343786) - Tristan Van Berkom
- Added "Remove Slot" action for placeholders inside GtkBoxes (closes bug 387963) - Tristan Van Berkom
- Markup & mnemonics in labels load properly now (bug 396446) - Tristan Van Berkom
- Context menu for placeholders now have actions that apply to the widget they are in,
while "paste" remains contextual to the placeholder in question - Tristan Van Berkom
- Misc bug fixes 453105 453107 453111 453110 406039 457224 457222...