summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-06-23drivemount: fix help linkraveit651-1/+1
2015-05-25Merge pull request #130 from obache/netbsd-apm-fixmonsta1-0/+8
battstat applet: fix NetBSD APM support
2015-05-25Merge pull request #133 from NiceandGently/mastermonsta1-2/+2
GTK3: fix panel orientation from weather applet
2015-05-24Invest applet: fix wrong icon for aboutraveit651-1/+1
Closes https://github.com/mate-desktop/mate-applets/pull/135
2015-05-23GTK3: fix panel orientation from weather appletraveit651-2/+2
2015-05-05Bump version to 1.10.0mate-applets-1.10.0Stefano Karapetsas2-2/+2
2015-04-05Bump version to 1.9.90mate-applets-1.9.90Stefano Karapetsas2-3/+3
2015-04-05Sync translations with transifexmate-i18n6-239/+245
2015-03-22battstat applet: fix NetBSD APM supportOBATA Akio1-0/+8
2015-03-15stickynotes: more small fixesMonsta2-28/+24
2015-03-15stickynotes: use mate_panel_applet_set_background_widgetMonsta3-60/+2
2015-03-15stickynotes: fix indentation a bitMonsta1-22/+22
2015-03-15stickynotes: some more GTK+3 changesMonsta2-39/+46
2015-03-15stickynotes: use modern color-related API in GTK+3 buildMonsta3-35/+77
2015-03-15stickynotes: proper tooltip for 'x' button on the note's titleMonsta1-1/+1
because this button deletes the note, not just "closes" it
2015-03-15stickynotes: fix spacing and copy/paste errorsMonsta3-16/+16
Closes https://github.com/mate-desktop/mate-applets/pull/129
2015-01-26command: Add missing static void declarationStefano Karapetsas1-0/+1
Closes https://github.com/mate-desktop/mate-applets/issues/123
2015-01-23Sync translations with transifexmate-i18n12-367/+373
2015-01-22Bump version to 1.9.1mate-applets-1.9.1Stefano Karapetsas2-2/+2
2015-01-05invest: use GLib to get home and config dirs.infirit1-3/+4
We can not assume the config dir is ~/.config so we use GLib to handle this.
2015-01-05stickynotes: Small cleanupsinfirit2-6/+10
2015-01-05invest: Add saving and loading of currency conversion datainfirit2-6/+29
fixes #119
2014-12-30cpufreq, README: removed more obsolete stuffMonsta2-4/+1
2014-12-30configure.ac: minor fix for the summaryMonsta1-0/+1
2014-12-30battstat applet: remove HAL supportMonsta8-708/+7
2014-12-30dropped obsolete stuffMonsta3-78/+3
2014-12-30Revert "Oops, we target Glib 2.32"infirit1-1/+1
This reverts commit 43317956a07ab6e4d70716d82beebd6751bd68d0.
2014-12-10charpick: Fix stupid mistake in dialog creationinfirit1-2/+0
2014-12-10Gtk3: charpick: fix typoinfirit1-1/+1
2014-12-03accessx: also add gio to linkerinfirit1-0/+1
2014-12-03fix building of the accessx-status appletAlexander van der Meij1-0/+1
2014-11-27accessx: Fix warninginfirit1-1/+1
2014-11-27accessx: use GAppInfoinfirit1-11/+18
2014-11-27accessx: use cairo for drawinginfirit1-35/+10
2014-11-27Fix build with GSEALinfirit2-5/+1
Use gdk_drag_context_list_targets for both Gtk+ versions. And use gdk_visual_get_depth instead of visual->depth
2014-11-27charpick: Re-add lost GTK_DIALOG_DESTROY_WITH_PARENTinfirit1-0/+3
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: charpick: don't use deprecated gtk_rc_parse_stringinfirit1-0/+24
Based on gnome-applets commit: c134f72a483e9ca42fc4e49c057cb6e9173d1f1e From: Alberts Muktupāvels <[email protected]>
2014-11-26charpick: Do not use GtkStockinfirit3-33/+7
2014-11-26geyes: use fabs instead of abs on floatinfirit1-2/+2
2014-11-26Gtk3: Set homogenous per gnome-applets commit ↵infirit3-1/+12
5df9f98d66f9c2920122a2a86269d95bd68ce67a
2014-11-26Fix typo in configure.acinfirit1-1/+1
2014-11-26mateweather, invest: use GNetworkMonitorinfirit5-192/+30
Rather than talking to NetworkManager over D-Bus, use GNetworkMonitor to monitor the network state. Taken from gnome-applets commit: 9b53c7156b61d51777dbe2f60c55125c86b3409c From: Dan Winship <[email protected]>
2014-11-26Oops, we target Glib 2.32infirit1-1/+1
2014-11-26add --with-cpufreq-lib configure optioninfirit1-1/+5
Use --with-cpufreq-lib=[cpufreq/cpupower] to set library that is available on your system. Default still is cpufreq. Based on gnome-applets commit: ec4da5d83d810eb19087956da26ba93329a4d267 Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=698222
2014-11-26geyes: don't use GtkStockinfirit1-2/+2
2014-11-26Gtk3: geyes: don't use deprecated gtk_widget_get_pointerinfirit1-2/+16
Based on gnome-applets commit: d3a667ae31a08dfc2cbc40bfc64e378474117358 From: Alberts Muktupāvels <[email protected]>
2014-11-26geyes: Just use GSourceFunc for both Gtk+ versionsinfirit1-4/+0