summaryrefslogtreecommitdiff
path: root/src/load-graph.h
AgeCommit message (Collapse)AuthorFilesLines
2016-02-03load-graph.cpp: Draw the background explicitlyWolfgang Ulbrich1-1/+1
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. Needed for gtk+-3.20
2016-01-11drop GTK+2 code and --with-gtk build optionMonsta1-8/+0
2015-12-01GTK3: Do not use deprecated APIWolfgang Ulbrich1-0/+4
Namely, we make the following replacements: * GtkStyle -> GtkStyleContext * GdkColor -> GdkRGBA * GtkColorSelectionDialog -> GtkColorChooserDialog taken from....but adjusted: https://git.gnome.org/browse/gnome-system-monitor/commit/?id=7ac1c1c
2014-12-18Make indentation uniform across source filesinfirit1-64/+64
No more tabs, 4 spaces instead. And remove trailing whitespace.
2014-12-17Fix network totals overflow on 32-bit machinesinfirit1-1/+1
Taken from GSM commit: c7275791a89623ad1edc820a6ef16faae37a18aa From: Chris Kühl <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=639212
2014-12-17Gtk3: Rename callback function to reflect changed signal.infirit1-1/+1
2013-11-21add support for GTK3Elias Aebi1-0/+4
2012-03-17Replace old GDK drawing APIChris Kühl1-1/+0
Patch from Sergey Nizovtsev. See https://bugzilla.gnome.org/show_bug.cgi?id=627568
2012-03-09build error with glib2-2.31 ↵Perberos1-1/+1
(https://github.com/mate-desktop/mate-system-monitor/issues/2)
2011-11-08initialPerberos1-0/+131