2015-03-06 Murray Cumming 3.15.10 2015-03-06 Murray Cumming Popover: Add get/set_transitions_enabled() and the property. 2015-03-06 Murray Cumming Regenerate *_docs.xml files. 2015-03-06 Murray Cumming Regenerate gtk defs. 2015-03-06 Murray Cumming Regenerate GDK .defs. 2015-03-06 Murray Cumming Stock::PASTE and stock::DELETE: Mention the icon names. As in the C API: https://git.gnome.org/browse/gtk+/commit/?id=7fbbf850c3be3e3e27c71821193cd64263328271 2015-03-05 Kjell Ahlstedt Icon theme demo: Catch exceptions while loading icons * demos/gtk-demo/example_icontheme.cc: Catch exceptions from the call to Gtk::IconInfo::load_icon(). It throws a Gdk::PixbufError if an icon file is corrupt. 2015-03-05 Murray Cumming CssProvider::load_from_data(): Document that this throws an exception. 2015-03-04 Murray Cumming Application: Fix arguements->arguments typos. 2015-03-04 Murray Cumming Application: Fix constuctor->constructor typo in docs. 2015-03-03 Murray Cumming Stock: Mention the named icons for Copy, Cut, and Delete. As in the C documentation. See bug #741969 2015-03-02 BenoƮt Dejean Gtk::PaperSize: Define the paper name constants in the .cc file * gtk/src/papersize.hg: Declare the paper name constants extern. * gtk/src/papersize.ccg: Initialize the paper name constants. If they are initialized in the header file, they are local to each compilation unit, and many copies of them can be included in the executable file. Bug #745345. 2015-03-02 Murray Cumming Label: Add get/set_xalign/yalign() and properties. These are new in GTK+.