2015-03-06 Murray Cumming <murrayc@murrayc.com> 3.15.10 2015-03-06 Murray Cumming <murrayc@murrayc.com> Popover: Add get/set_transitions_enabled() and the property. 2015-03-06 Murray Cumming <murrayc@murrayc.com> Regenerate *_docs.xml files. 2015-03-06 Murray Cumming <murrayc@murrayc.com> Regenerate gtk defs. 2015-03-06 Murray Cumming <murrayc@murrayc.com> Regenerate GDK .defs. 2015-03-06 Murray Cumming <murrayc@murrayc.com> 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 <kjell.ahlstedt@bredband.net> 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 <murrayc@murrayc.com> CssProvider::load_from_data(): Document that this throws an exception. 2015-03-04 Murray Cumming <murrayc@murrayc.com> Application: Fix arguements->arguments typos. 2015-03-04 Murray Cumming <murrayc@murrayc.com> Application: Fix constuctor->constructor typo in docs. 2015-03-03 Murray Cumming <murrayc@murrayc.com> Stock: Mention the named icons for Copy, Cut, and Delete. As in the C documentation. See bug #741969 2015-03-02 BenoƮt Dejean <bdejean@gmail.com> 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 <murrayc@murrayc.com> Label: Add get/set_xalign/yalign() and properties. These are new in GTK+.