summaryrefslogtreecommitdiff
path: root/src/load-graph.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-04-17Use g_format_size or g_format_size_fullrbuj1-11/+21
2016-03-01remove useless includemonsta1-1/+0
2016-02-29change colour -> color in comments for consistency with stringsmonsta1-1/+1
2016-02-28GTK+-3: Get values from GtkStyleContext states properlyraveit651-3/+12
2016-02-03Changed graph grid line colors basedWolfgang Ulbrich1-7/+10
2016-02-03load-graph.cpp: Draw the background explicitlyWolfgang Ulbrich1-10/+12
2016-01-11drop GTK+2 code and --with-gtk build optionMonsta1-50/+1
2015-12-01GTK3: don't use deprecated gtk_{v/h}-boxWolfgang Ulbrich1-0/+3
2015-12-01GTK3: don't use deprecated gtk_style_context_get_fontWolfgang Ulbrich1-1/+1
2015-12-01GTK3: Do not use deprecated APIWolfgang Ulbrich1-0/+28
2014-12-19Removed unused allocation from load_graph_draw.infirit1-2/+0
2014-12-19Fixed unsigned overflow error (use guint64 instead of unsigned).infirit1-1/+1
2014-12-18Various small string fixes.infirit1-2/+2
2014-12-18Use pango instead of cairo_show_text in load-graphinfirit1-12/+22
2014-12-18Fixed logic for scaling net load when using bitsinfirit1-7/+39
2014-12-18Don't show swap history when computer has no swapinfirit1-2/+6
2014-12-18Remove unnecessary assert which causes crashinfirit1-2/+0
2014-12-18Removed unnecessary use of 'this->' for class membersinfirit1-7/+7
2014-12-18Removed unnecessary use of 'graph->' for class membersinfirit1-43/+43
2014-12-18Stop initializing variables twice in LoadGraph ctorinfirit1-10/+5
2014-12-18Give 'g' variable meaningful name, 'graph'infirit1-197/+197
2014-12-18Make indentation uniform across source filesinfirit1-568/+568
2014-12-17Fix for issues on 32-bit machinesinfirit1-9/+15
2014-12-17Fix network totals overflow on 32-bit machinesinfirit1-19/+19
2014-12-17Gtk3: Rename callback function to reflect changed signal.infirit1-5/+5
2013-11-21add support for GTK3Elias Aebi1-11/+27
2012-03-17Replace old GDK drawing APIChris Kühl1-20/+10
2011-11-08initialPerberos1-0/+787