2013-07-29  Murray Cumming  <murrayc@murrayc.com>

	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  <murrayc@murrayc.com>

	Gdk: Screen: Add get_monitor_scale_factor().

2013-07-29  Murray Cumming  <murrayc@murrayc.com>

	gdk: Device: Add get_position() that uses doubles.

	Wrapping gdk_device_get_position_double().

2013-07-26  Murray Cumming  <murrayc@murrayc.com>

	configure.ac: Avoid deprecated libsigc++ API.

2013-07-26  Murray Cumming  <murrayc@murrayc.com>

	CellRendererPixbuf: Add the surface property.

2013-07-26  Murray Cumming  <murrayc@murrayc.com>

	Image: Add set(Cairo::Surface)

2013-07-26  Murray Cumming  <murrayc@murrayc.com>

	Tell the docs generator about GdkRGBA

2013-07-26  Murray Cumming  <murrayc@murrayc.com>

	Window: Add close().

2013-07-26  Murray Cumming  <murrayc@murrayc.com>

	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  <murrayc@murrayc.com>

	IconInfo: Add load_surface() and get_base_scale().

2013-07-26  Murray Cumming  <murrayc@murrayc.com>

	Grid: Add baseline-row property.

2013-07-26  Murray Cumming  <murrayc@murrayc.com>

	Grid: Add remove_row() and remove_column()."

2013-07-26  Murray Cumming  <murrayc@murrayc.com>

	InfoBar: Add get/set_show_close_button().

	And the property.

2013-07-26  Murray Cumming  <murrayc@murrayc.com>

	FileChooser: Add get_current_name().

2013-07-26  Murray Cumming  <murrayc@murrayc.com>

	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  <kjell.ahlstedt@bredband.net>

	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  <kjell.ahlstedt@bredband.net>

	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  <kjell.ahlstedt@bredband.net>

	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  <murrayc@murrayc.com>

	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  <murrayc@murrayc.com>

	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  <murrayc@murrayc.com>

	MenuShell: bind_model(): Make a parameter optional.

	gmmproc will now generate a method overload without the
	action_namespace parameter.

2013-07-22  Murray Cumming  <murrayc@murrayc.com>

	A slight deprecation docs improvement.