2013-07-29 Murray Cumming Gdk: Window: Add some methods. * gdk/src/window.hg: Add get_scale_factor(). Add get_device_position() taking doubles. Add create_similar_image_surface(). 2013-07-29 Murray Cumming Gdk: Screen: Add get_monitor_scale_factor(). 2013-07-29 Murray Cumming gdk: Device: Add get_position() that uses doubles. Wrapping gdk_device_get_position_double(). 2013-07-26 Murray Cumming configure.ac: Avoid deprecated libsigc++ API. 2013-07-26 Murray Cumming CellRendererPixbuf: Add the surface property. 2013-07-26 Murray Cumming Image: Add set(Cairo::Surface) 2013-07-26 Murray Cumming Tell the docs generator about GdkRGBA 2013-07-26 Murray Cumming Window: Add close(). 2013-07-26 Murray Cumming IconTheme: Wrap some new functions. * gtk/src/icontheme: Add lookup_icon() method overloads that take a scale parameter. Add choose_icon() method overload that take a scale parameter. Add load_icon() method overload that takes a scale parameter. Add load_surface(). 2013-07-26 Murray Cumming IconInfo: Add load_surface() and get_base_scale(). 2013-07-26 Murray Cumming Grid: Add baseline-row property. 2013-07-26 Murray Cumming Grid: Add remove_row() and remove_column()." 2013-07-26 Murray Cumming InfoBar: Add get/set_show_close_button(). And the property. 2013-07-26 Murray Cumming FileChooser: Add get_current_name(). 2013-07-26 Murray Cumming Wrap the new baseline functions. * gtk/src/gtk_enums.defs: * gtk/src/gtk_methods.defs: * gtk/src/gtk_signals.defs: Regenerated * gtk/src/enums.hg: Add BaselinePosition. * tools/m4/convert_gtk.m4: Add a conversion for the new enum. * gtk/src/box.hg: Add get/set_baseline_position() and property. * gtk/src/grid.hg: Add get/set_row_baseline_position() and get/set_baseline_row(). * gtk/src/widget.hg: Add get_preferred_height_for_width(), get_allocated_baseline() and get_valign_with_baseline(). 2013-07-25 Kjell Ahlstedt RadioToolButton: Fix set_group(). Add reset_group(). * gtk/src/radiotoolbutton.[hg|ccg]: set_group() must update the group after setting it, like in RadioButton and RadioMenuItem. Add reset_group(). 2013-07-22 Kjell Ahlstedt Demos: Add IconTheme demo. * demos/Makefile.am: * demos/gtk-demo/demos.h: Add example_icontheme.cc. * demos/gtk-demo/example_icontheme.cc: New demo file. 2013-07-22 Kjell Ahlstedt Demos: Catch Glib::FileError from demo_find_file(). * demos/gtk-demo/demo-common.cc: Fix description of demo_find_file(). * demos/gtk-demo/demowindow.cc: Put the call to demo_find_file() in a try block, and catch Glib::FileError. 2013-07-22 Murray Cumming Menu, MenuBar: Add constructors that take Gio::MenuModels. This "wraps" gtk_menu_new_from_model() and gtk_menu_bar_new_from_model(). 2013-07-22 Murray Cumming Menu: Make attach_to_widget() public. Because it seems to be necessary now that there is gtk_menu_new_from_model(). 2013-07-22 Murray Cumming MenuShell: bind_model(): Make a parameter optional. gmmproc will now generate a method overload without the action_namespace parameter. 2013-07-22 Murray Cumming A slight deprecation docs improvement.