2014-12-16 Murray Cumming 3.15.3 2014-12-15 Juan R. García Blanco ScrolledWindow: Wrap missing symbols * Wrap overlay-scrolling property and corresponding getter/setter methods. * Wrap ::edge-overshot signal. 2014-12-15 Juan R. García Blanco TextTag: Wrap missing properties * Wrap fallback and fallback-set properties. * Wrap letter-spacing and letter-spacing-set properties. 2014-12-15 Juan R. García Blanco TextView: Wrap monospace property 2014-12-15 Juan R. García Blanco Stack: Wrap hhomogeneous and vhomogeneous properties 2014-12-15 Murray Cumming Widget: Added get_action_group() and list_action_prefixes(). 2014-12-15 Murray Cumming Regenerate .docs.xml. 2014-12-15 Murray Cumming Regenerate .defs. 2014-12-13 Kjell Ahlstedt Gtk::Dialog: Fix the constructors with DialogFlags * gtk/src/dialog:ccg: Don't call gtk_dialog_new_with_buttons(). The Gtk::Dialog will get the wrong GType. Use _CONSTRUCT() + extra code instead. Bug #738513. 2014-12-12 Kjell Ahlstedt Add an empty line after @newin where it's missing * gdk/src/device.hg: * gdk/src/display.hg: * gdk/src/rectangle.hg: * gdk/src/screen.hg: * gdk/src/window.hg: * gtk/src/application.hg: * gtk/src/builder.hg: * gtk/src/entrybuffer.hg: * gtk/src/iconview.hg: * gtk/src/listbox.hg: * gtk/src/listboxrow.hg: * gtk/src/pagesetup.hg: * gtk/src/papersize.hg: * gtk/src/printsettings.hg: * gtk/src/radiotoolbutton.hg: * gtk/src/toolitem.hg: * gtk/src/uimanager.hg: * gtk/src/widget.hg: Add an empty line after @newin where it's needed in order to avoid bad side effects in the documentation. Doxygen assumes that @newin is followed by a paragraph that describes what is new. 2014-12-10 Kjell Ahlstedt Fix some Doxygen warnings * gdk/gdkmm/general.h: * gdk/src/pixbuf.hg: * gtk/gtkmm/accelmap.h: * gtk/src/application.hg: * gtk/src/arrow.hg: * gtk/src/button.hg: * gtk/src/clipboard.hg: * gtk/src/iconinfo.hg: * gtk/src/menu.hg: * gtk/src/menubutton.hg: * gtk/src/plug.hg: * gtk/src/recentaction.hg: * gtk/src/scalebutton.hg: * gtk/src/treeview.hg: * gtk/src/uimanager.hg: Correct parameter names in @param directives, remove extraneous @ and #, change to \ when it shall not be interpreted by doxygen, etc. 2014-12-07 Murray Cumming ScaleButton: Document the constructors. 2014-12-07 Murray Cumming ScaleButton: Add a constructor without the icons. Because gtk_scale_button_new() allows that to be NULL. 2014-12-07 Murray Cumming ScaleButton: Correct the constructor. gtk_scale_button_new() does more than just call g_object_new() so we cannot just assume that the parameters correspond to GObject property names. This has apparently been wrong from the start, many years ago. Probably few people, if any, need to use this. 2014-12-07 Kjell Ahlstedt Add GtkSelectionData to gtk_extra_objects.defs * gtk/src/gtk_extra_objects.defs: Add GtkSelectionData. 2014-12-07 Kjell Ahlstedt Gtk::CssProvider: Add CssProviderError and signal_parsing_error() * gtk/src/cssprovider.[hg|ccg]: Add CssProviderError, signal_parsing_error() and load_from_resource(). * gtk/src/gtk_signals.defs: Update with CssProvider::signal_parsing_error(). * gtk/src/gtk_signals.defs.patch: Change the type of parameter 'error' (p1) to signal_parsing_error() handlers. * tools/extra_defs_gen/generate_defs_gtk.cc: Add get_defs(GTK_TYPE_CSS_PROVIDER). * tools/m4/convert_gtk.m4: Add conversion for CssProviderError. 2014-12-07 Kjell Ahlstedt Add class Gtk::CssSection and enum Gtk::CssSectionType * .gitignore: Add csssection.[h|cc]. * gtk/gtkmm.h: Add csssection.h. * gtk/src/filelist.am: Add csssection.hg. * gtk/src/gtk_extra_objects.defs: Add GtkCssSection. * gtk/src/csssection.[hg|ccg]: New files. * tools/m4/convert_gtk.m4: Add conversions for CssSection and CssSectionType.