summaryrefslogtreecommitdiff
path: root/multiload
AgeCommit message (Collapse)AuthorFilesLines
2017-05-09Load graph scales automatically according to average load, draws horicontal ↵marosg6-162/+213
grid lines for each load level.
2016-11-22move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta4-138/+22
and require mate-panel >= 1.17 WARNING: use GTK+3 build of libmateweather for this build. that lib is not migrated to GTK+3 only as we will possibly use libgweather instead of it.
2016-08-31GTK+-3 multiload: port to GtkColorChooser and GdkRGBAraveit653-3/+61
2016-08-05GTK+-3 multiload: avoid deprecated gdk_app_launch_context_new ()raveit651-0/+13
2016-07-31multiload: use GtkAbout and update copyrightraveit651-4/+6
2016-01-27GTK3: fix previous GtkMisc deprecations fix commitWolfgang Ulbrich1-17/+17
2015-12-22multiload: remove useless includemonsta1-3/+0
2015-12-17GTK3 multiload: don't use deprecated GtkMiscWolfgang Ulbrich1-0/+28
2015-09-06Rework gsettings schema buildinginfirit2-6/+4
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files
2015-07-15help multiload: fix legal pageraveit651-11/+34
2015-07-08help: use valid links to mate feedback pageraveit651-2/+2
Help: forgotten fix
2015-07-08Revert "remove non-existing mate-feedback link"raveit651-0/+7
This reverts commit 28159eec6c1c804ea5fc6c48c63dbdebc22111d2. with docbook help we have this page
2015-06-25remove non-existing mate-feedback linkraveit651-7/+0
2015-06-23help: fix broken help imagesraveit656-0/+0
2014-11-27multiload: Don't unconditionally use PATH_MAXinfirit1-12/+19
Since PATH_MAX is not guaranteed to be defined, unconditionally using it will cause a build failure on platforms that don't define it. So stop using it and use dynamic allocation to achieve the same result. Taken from gnome-applets commit: 877359047a4c3327d574955a72a102cc7320f6d3 From: Emilio Pozuelo Monfort <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=603997
2014-11-27Use GAppInfoinfirit1-3/+16
Taken from gnome-applets commit: a03597db6ce640e2b21b8a24559c01cf943f04c9 From: Kjartan Maraas <[email protected]>
2014-11-27multiload: Remove unused codeinfirit3-10/+2
2014-11-26Gtk3: Set homogenous per gnome-applets commit ↵infirit1-0/+3
5df9f98d66f9c2920122a2a86269d95bd68ce67a
2014-11-26GDK_KEY_* is also in Gtk+2infirit1-9/+6
2014-11-26Gtk3: Silence GtkVbox and GtkHbox deprecation warningsinfirit3-0/+10
2014-10-15multiload: Rename binary and manpage. fixes #103MotoHoss3-5/+5
Avoid file collision with gnome applets.
2014-06-25Use $(datadir)/mate instead of $(datadir)/mate-2.0mate-applets-1.9.0Stefano Karapetsas3-6/+6
And also rename binaries without "-2" suffix
2014-06-25multiload: Fix cairo memory leaksStefano Karapetsas1-0/+6
2014-06-02Replace deprecated g_format_size_for_display with g_format_sizeinfirit1-2/+2
2014-05-03Use MateAboutDialog from libmate-desktopStefano Karapetsas1-1/+2
2014-05-01multiload: Use cairo for drawing also with GTK2Stefano Karapetsas2-111/+9
2014-02-08Fix help uri for appletsinfirit2-2/+2
2014-02-05Remove all calls gtk_dialog_set_has_separatorinfirit1-3/+0
Also remove the has_separator from the ui files.
2014-01-20multiload: Add GTK3 supportStefano Karapetsas4-5/+85
2013-11-06Fix Sun GNOME Documentation Team referencesStefano Karapetsas1-1/+1
2013-10-19Fix EXTRA_DIST for applet gschemasinfirit1-1/+1
The following fails to include the needed schemas files: $(gsettings_SCHEMAS_in_in) replacing it with: $(gsettings_SCHEMAS).in.in
2013-08-02Use yelp-tools instead of mate-doc-utilsinfirit22-76/+75
2013-03-03Replace INCLUDES with AM_CPPFLAGS in MakefilesStefano Karapetsas1-1/+1
2012-12-09multiload: add GIO in MakefileStefano Karapetsas1-3/+5
2012-11-24multiload: migrate to gsettingsStefano Karapetsas7-416/+233
replace libmate with GIO
2012-09-04Update multiload/main.ccardpuncher1-1/+1
Corrects a typo which appears in the about window of the applet.
2012-01-23missing NULL on g_build_filename functionPerberos1-2/+2
2011-12-21adding missing libm to ld flagsPerberos1-3/+4
2011-11-17fixing omf multiloadPerberos1-1/+1
2011-11-17fixing omf multiloadPerberos2-0/+0
2011-11-14initialPerberos58-0/+14490