2014-01-09  Yosef Or Boczko  <yoseforb@gmail.com>

	Fix headerbar item positions

	https://bugzilla.gnome.org/show_bug.cgi?id=721734

2014-01-09  Yosef Or Boczko  <yoseforb@gmail.com>

	Fix the size of the buttons in the headerbar

	https://bugzilla.gnome.org/show_bug.cgi?id=721706

2013-12-21  Søren Sandmann  <ssp@redhat.com>

	load-graph.cpp: Draw the background explicitly (bgo #720560)

	The gdk_window_set_background_pattern() function is a little dubious
	to use unless you are writing GTK+ code since the background may be
	overridden by gtkwidget.c whenever the style of the widget changes.

	So instead of relying on this function, just paint the cached pattern
	on every expose.
	This fixes

	https://bugzilla.redhat.com/show_bug.cgi?id=1015507

	in which the background grid would disappear when the
	gnome-system-monitor window was unfocused, then focused.

	v2: Instead of caching a surface and creating a pattern for that
	surface on each expose, keep the pattern in the cache
	instead. (Requested by Robert Roth in
	https://bugzilla.gnome.org/show_bug.cgi?id=720560).

2013-12-20  Søren Sandmann  <ssp@redhat.com>

	load-graph.cpp: Draw the background explicitly

	The gdk_window_set_background_pattern() function is a little dubious
	to use unless you are writing GTK+ code since the background may be
	overridden by gtkwidget.c whenever the style of the widget changes.

	So instead of relying on this function, just paint the cached pattern
	on every expose.

	This fixes

	https://bugzilla.redhat.com/show_bug.cgi?id=1015507

	in which the background grid would disappear when the
	gnome-system-monitor window was unfocused, then focused.

	https://bugzilla.gnome.org/show_bug.cgi?id=720560