Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-22 | battstat applet: fix NetBSD APM support | OBATA Akio | 1 | -0/+8 | |
2015-03-15 | stickynotes: more small fixes | Monsta | 2 | -28/+24 | |
2015-03-15 | stickynotes: use mate_panel_applet_set_background_widget | Monsta | 3 | -60/+2 | |
2015-03-15 | stickynotes: fix indentation a bit | Monsta | 1 | -22/+22 | |
2015-03-15 | stickynotes: some more GTK+3 changes | Monsta | 2 | -39/+46 | |
2015-03-15 | stickynotes: use modern color-related API in GTK+3 build | Monsta | 3 | -35/+77 | |
2015-03-15 | stickynotes: proper tooltip for 'x' button on the note's title | Monsta | 1 | -1/+1 | |
because this button deletes the note, not just "closes" it | |||||
2015-03-15 | stickynotes: fix spacing and copy/paste errors | Monsta | 3 | -16/+16 | |
Closes https://github.com/mate-desktop/mate-applets/pull/129 | |||||
2015-01-26 | command: Add missing static void declaration | Stefano Karapetsas | 1 | -0/+1 | |
Closes https://github.com/mate-desktop/mate-applets/issues/123 | |||||
2015-01-23 | Sync translations with transifex | mate-i18n | 12 | -367/+373 | |
2015-01-22 | Bump version to 1.9.1mate-applets-1.9.1 | Stefano Karapetsas | 2 | -2/+2 | |
2015-01-05 | invest: use GLib to get home and config dirs. | infirit | 1 | -3/+4 | |
We can not assume the config dir is ~/.config so we use GLib to handle this. | |||||
2015-01-05 | stickynotes: Small cleanups | infirit | 2 | -6/+10 | |
2015-01-05 | invest: Add saving and loading of currency conversion data | infirit | 2 | -6/+29 | |
fixes #119 | |||||
2014-12-30 | cpufreq, README: removed more obsolete stuff | Monsta | 2 | -4/+1 | |
2014-12-30 | configure.ac: minor fix for the summary | Monsta | 1 | -0/+1 | |
2014-12-30 | battstat applet: remove HAL support | Monsta | 8 | -708/+7 | |
2014-12-30 | dropped obsolete stuff | Monsta | 3 | -78/+3 | |
2014-12-30 | Revert "Oops, we target Glib 2.32" | infirit | 1 | -1/+1 | |
This reverts commit 43317956a07ab6e4d70716d82beebd6751bd68d0. | |||||
2014-12-10 | charpick: Fix stupid mistake in dialog creation | infirit | 1 | -2/+0 | |
2014-12-10 | Gtk3: charpick: fix typo | infirit | 1 | -1/+1 | |
2014-12-03 | accessx: also add gio to linker | infirit | 1 | -0/+1 | |
2014-12-03 | fix building of the accessx-status applet | Alexander van der Meij | 1 | -0/+1 | |
2014-11-27 | accessx: Fix warning | infirit | 1 | -1/+1 | |
2014-11-27 | accessx: use GAppInfo | infirit | 1 | -11/+18 | |
2014-11-27 | accessx: use cairo for drawing | infirit | 1 | -35/+10 | |
2014-11-27 | Fix build with GSEAL | infirit | 2 | -5/+1 | |
Use gdk_drag_context_list_targets for both Gtk+ versions. And use gdk_visual_get_depth instead of visual->depth | |||||
2014-11-27 | charpick: Re-add lost GTK_DIALOG_DESTROY_WITH_PARENT | infirit | 1 | -0/+3 | |
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: charpick: don't use deprecated gtk_rc_parse_string | infirit | 1 | -0/+24 | |
Based on gnome-applets commit: c134f72a483e9ca42fc4e49c057cb6e9173d1f1e From: Alberts Muktupāvels <[email protected]> | |||||
2014-11-26 | charpick: Do not use GtkStock | infirit | 3 | -33/+7 | |
2014-11-26 | geyes: use fabs instead of abs on float | infirit | 1 | -2/+2 | |
2014-11-26 | Gtk3: Set homogenous per gnome-applets commit ↵ | infirit | 3 | -1/+12 | |
5df9f98d66f9c2920122a2a86269d95bd68ce67a | |||||
2014-11-26 | Fix typo in configure.ac | infirit | 1 | -1/+1 | |
2014-11-26 | mateweather, invest: use GNetworkMonitor | infirit | 5 | -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-26 | Oops, we target Glib 2.32 | infirit | 1 | -1/+1 | |
2014-11-26 | add --with-cpufreq-lib configure option | infirit | 1 | -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-26 | geyes: don't use GtkStock | infirit | 1 | -2/+2 | |
2014-11-26 | Gtk3: geyes: don't use deprecated gtk_widget_get_pointer | infirit | 1 | -2/+16 | |
Based on gnome-applets commit: d3a667ae31a08dfc2cbc40bfc64e378474117358 From: Alberts Muktupāvels <[email protected]> | |||||
2014-11-26 | geyes: Just use GSourceFunc for both Gtk+ versions | infirit | 1 | -4/+0 | |
2014-11-26 | drivemount: allow unmount without eject | infirit | 1 | -7/+5 | |
Based on gnome-applets commit: be2f99f0e4dfee124e380cd6d303bae3372c088b From: Enrico Minack <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=604848 | |||||
2014-11-26 | drivemount: do not show shadowed mounts | infirit | 1 | -0/+5 | |
Based on gnome-applets commit: f7cd488eae7d25c0b2be6a709bc5ebf0420cd165 From: Aleksander Morgado <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=622709 | |||||
2014-11-26 | cpufreq: Bring gsettings code in line with gnome-panel | infirit | 1 | -37/+8 | |
Taken from 6d61304f8ee62eb2776725b8424140a332f651cf | |||||
2014-11-26 | cpufreq: Add missing #include <config.h> to make translations work | infirit | 1 | -0/+4 | |
2014-11-26 | GDK_KEY_* is also in Gtk+2 | infirit | 7 | -59/+40 | |
2014-11-26 | Gtk3: don't use deprecated gtk_widget_size_request | infirit | 4 | -2/+27 | |
Taken from gnome-panel commit: c05c6b07ec493d174062a06caf185d324fd6e0c4 From: Alberts Muktupāvels <[email protected]> | |||||
2014-11-26 | Gtk3: Silence GtkVbox and GtkHbox deprecation warnings | infirit | 17 | -1/+75 | |
2014-11-26 | batstat: sync upower code with gnome-applets. | infirit | 1 | -4/+21 | |
Largely taken from: gnome-applets commit: 95ff3ab8dfb5f595263dce6857b7d5935042e336 From: Dmitry Shachnev <[email protected]> |