Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-11-22 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 4 | -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-31 | GTK+-3 multiload: port to GtkColorChooser and GdkRGBA | raveit65 | 3 | -3/+61 | |
2016-08-05 | GTK+-3 multiload: avoid deprecated gdk_app_launch_context_new () | raveit65 | 1 | -0/+13 | |
2016-07-31 | multiload: use GtkAbout and update copyright | raveit65 | 1 | -4/+6 | |
2016-01-27 | GTK3: fix previous GtkMisc deprecations fix commit | Wolfgang Ulbrich | 1 | -17/+17 | |
2015-12-22 | multiload: remove useless include | monsta | 1 | -3/+0 | |
2015-12-17 | GTK3 multiload: don't use deprecated GtkMisc | Wolfgang Ulbrich | 1 | -0/+28 | |
2015-09-06 | Rework gsettings schema building | infirit | 2 | -6/+4 | |
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files | |||||
2015-07-15 | help multiload: fix legal page | raveit65 | 1 | -11/+34 | |
2015-07-08 | help: use valid links to mate feedback page | raveit65 | 1 | -2/+2 | |
Help: forgotten fix | |||||
2015-07-08 | Revert "remove non-existing mate-feedback link" | raveit65 | 1 | -0/+7 | |
This reverts commit 28159eec6c1c804ea5fc6c48c63dbdebc22111d2. with docbook help we have this page | |||||
2015-06-25 | remove non-existing mate-feedback link | raveit65 | 1 | -7/+0 | |
2015-06-23 | help: fix broken help images | raveit65 | 6 | -0/+0 | |
2014-11-27 | multiload: Don't unconditionally use PATH_MAX | infirit | 1 | -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-27 | Use GAppInfo | infirit | 1 | -3/+16 | |
Taken from gnome-applets commit: a03597db6ce640e2b21b8a24559c01cf943f04c9 From: Kjartan Maraas <[email protected]> | |||||
2014-11-27 | multiload: Remove unused code | infirit | 3 | -10/+2 | |
2014-11-26 | Gtk3: Set homogenous per gnome-applets commit ↵ | infirit | 1 | -0/+3 | |
5df9f98d66f9c2920122a2a86269d95bd68ce67a | |||||
2014-11-26 | GDK_KEY_* is also in Gtk+2 | infirit | 1 | -9/+6 | |
2014-11-26 | Gtk3: Silence GtkVbox and GtkHbox deprecation warnings | infirit | 3 | -0/+10 | |
2014-10-15 | multiload: Rename binary and manpage. fixes #103 | MotoHoss | 3 | -5/+5 | |
Avoid file collision with gnome applets. | |||||
2014-06-25 | Use $(datadir)/mate instead of $(datadir)/mate-2.0mate-applets-1.9.0 | Stefano Karapetsas | 3 | -6/+6 | |
And also rename binaries without "-2" suffix | |||||
2014-06-25 | multiload: Fix cairo memory leaks | Stefano Karapetsas | 1 | -0/+6 | |
2014-06-02 | Replace deprecated g_format_size_for_display with g_format_size | infirit | 1 | -2/+2 | |
2014-05-03 | Use MateAboutDialog from libmate-desktop | Stefano Karapetsas | 1 | -1/+2 | |
2014-05-01 | multiload: Use cairo for drawing also with GTK2 | Stefano Karapetsas | 2 | -111/+9 | |
2014-02-08 | Fix help uri for applets | infirit | 2 | -2/+2 | |
2014-02-05 | Remove all calls gtk_dialog_set_has_separator | infirit | 1 | -3/+0 | |
Also remove the has_separator from the ui files. | |||||
2014-01-20 | multiload: Add GTK3 support | Stefano Karapetsas | 4 | -5/+85 | |
2013-11-06 | Fix Sun GNOME Documentation Team references | Stefano Karapetsas | 1 | -1/+1 | |
2013-10-19 | Fix EXTRA_DIST for applet gschemas | infirit | 1 | -1/+1 | |
The following fails to include the needed schemas files: $(gsettings_SCHEMAS_in_in) replacing it with: $(gsettings_SCHEMAS).in.in | |||||
2013-08-02 | Use yelp-tools instead of mate-doc-utils | infirit | 22 | -76/+75 | |
2013-03-03 | Replace INCLUDES with AM_CPPFLAGS in Makefiles | Stefano Karapetsas | 1 | -1/+1 | |
2012-12-09 | multiload: add GIO in Makefile | Stefano Karapetsas | 1 | -3/+5 | |
2012-11-24 | multiload: migrate to gsettings | Stefano Karapetsas | 7 | -416/+233 | |
replace libmate with GIO | |||||
2012-09-04 | Update multiload/main.c | cardpuncher | 1 | -1/+1 | |
Corrects a typo which appears in the about window of the applet. | |||||
2012-01-23 | missing NULL on g_build_filename function | Perberos | 1 | -2/+2 | |
2011-12-21 | adding missing libm to ld flags | Perberos | 1 | -3/+4 | |
2011-11-17 | fixing omf multiload | Perberos | 1 | -1/+1 | |
2011-11-17 | fixing omf multiload | Perberos | 2 | -0/+0 | |
2011-11-14 | initial | Perberos | 58 | -0/+14490 | |