summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-11-26drivemount: do not show shadowed mountsinfirit1-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-26cpufreq: Bring gsettings code in line with gnome-panelinfirit1-37/+8
Taken from 6d61304f8ee62eb2776725b8424140a332f651cf
2014-11-26cpufreq: Add missing #include <config.h> to make translations workinfirit1-0/+4
2014-11-26GDK_KEY_* is also in Gtk+2infirit7-59/+40
2014-11-26Gtk3: don't use deprecated gtk_widget_size_requestinfirit4-2/+27
Taken from gnome-panel commit: c05c6b07ec493d174062a06caf185d324fd6e0c4 From: Alberts Muktupāvels <[email protected]>
2014-11-26Gtk3: Silence GtkVbox and GtkHbox deprecation warningsinfirit17-1/+75
2014-11-26batstat: sync upower code with gnome-applets.infirit1-4/+21
Largely taken from: gnome-applets commit: 95ff3ab8dfb5f595263dce6857b7d5935042e336 From: Dmitry Shachnev <[email protected]>
2014-11-26docs: Fix typoinfirit1-1/+1
2014-11-26battstat: add missing function declarationinfirit1-0/+1
Based on gnome-applets commit: 5d6f1a6d3888bd4d4f4ea6288d99a79c1dd63442 From" Alberts Muktupāvels <[email protected]>
2014-11-26battstat: Suggest parenthesis around assignment used as truth valueinfirit1-1/+1
Based on gnome-applets commit: 3d51417f06ac5e4177e22ff970d7906e2802ff48 From: Benjamin Otte <[email protected]>
2014-11-26batstat: Use cairo for drawing also in Gtk2.infirit1-209/+0
2014-11-26stickynotes: Remove redundant store of root_window.infirit1-2/+0
2014-11-26stickynotes: Small fixes for warnings etcinfirit1-3/+7
2014-11-26stickynotes: we do not use the status anywhere so it has to go.infirit1-2/+2
2014-11-26stickynotes: Fix compile warningsinfirit2-7/+3
Based on gnome-applets commit: 18e23a490529131d17c931247481cfa02b1f14b3 From: Benjamin Otte <[email protected]>
2014-11-26drivemount: Fix "variable might be used uninitialized"infirit1-1/+3
The code used to set a broken screen in an error case. Based on gnome-applets commit: 33e10c46f76994a94fbccb8da0acb4ca36e6f20a From: Benjamin Otte <[email protected]>
2014-11-26avoid dereferencing NULL pointerMonsta4-8/+15
Closes https://github.com/mate-desktop/mate-applets/pull/114
2014-11-26zero-init signals arraymonsta1-2/+2
Closes https://github.com/mate-desktop/mate-applets/pull/108
2014-11-25gtk3: DriveButton styleDenis Gorodnichev1-1/+28
fix drive button default style. fix some warnings.
2014-11-25fix drivemount crashDenis Gorodnichev1-3/+8
workaround for bug https://bugzilla.gnome.org/show_bug.cgi?id=586392
2014-11-25cpufreq: Fix 'allow' directives must always specify a 'send_destination'infirit1-2/+2
Closes #46
2014-10-16Stickynotes: When explicitely enabled error when gtksourceview is not found.infirit1-2/+6
2014-10-15multiload: Rename binary and manpage. fixes #103MotoHoss5-14/+14
Avoid file collision with gnome applets.
2014-10-15invest-chart: Rename manpage. Fixes #103MotoHoss2-2/+2
Avoid file collsion with gnome applets.
2014-10-15geyes: Rename binary and manpage. fixes #103MotoHoss5-13/+13
Avoid file collision with gnome applets.
2014-10-15drivemount: Rename binary and manpage. fixes #103MotoHoss5-16/+16
Avoid file collision with gnome applets.
2014-10-15cpufreq: Rename manpage. fixes #103MotoHoss2-8/+8
Avoid file collision with gnome applets.
2014-10-15charpick: Rename binary and manpage. fixes #103MotoHoss5-14/+14
Avoid file collision with gnome applets.
2014-10-09Cleanup old manpagesinfirit9-243/+1
2014-10-01timerapplet: Show the name of the timer together with iconStefano Karapetsas1-4/+15
Closes https://github.com/mate-desktop/mate-applets/issues/98
2014-09-22timerapplet: Add border in settings dialogStefano Karapetsas1-0/+1
2014-09-22command: Add border in settings dialogStefano Karapetsas1-0/+1
2014-09-22command: Added width adjustment for command outputEllis Kenyo2-6/+40
2014-09-21Sync translations with transifexmate-i18n6-118/+123
2014-07-17Merge pull request #85 from hekel/masterStefano Karapetsas1-22/+41
Update/Replace cpufreq-selector manpage
2014-07-11Sync translations with transifexmate-i18n7-72/+76
2014-07-11sticky-notes: Remove old and unused server fileinfirit5-46/+1
2014-06-25Use $(datadir)/mate instead of $(datadir)/mate-2.0mate-applets-1.9.0Stefano Karapetsas24-42/+42
And also rename binaries without "-2" suffix
2014-06-25multiload: Fix cairo memory leaksStefano Karapetsas1-0/+6
2014-06-02Cleanup GTK_CHECK_VERSION and unify where possibleinfirit5-50/+15
gdk_x11_window_foreign_new_for_display | since 2.24 gdk_window_get_width | since 2.24 gdk_window_get_height | since 2.24 gdk_x11_display_get_xdisplay | since 2.2 gdk_window_get_display | since 2.24 gdk_x11_window_foreign_new_for_display | since 2.24 GDK_WINDOW_XID | since always GDK_SCREEN_XDISPLAY | since always
2014-06-02Replace GtkObject with GObject also for gtk2infirit11-147/+4
2014-06-02Replace deprecated g_format_size_for_display with g_format_sizeinfirit1-2/+2
2014-06-02Drop support for glib < 2.36infirit3-14/+1
2014-06-02Remove deprecated call to g_type_initinfirit1-2/+0
2014-05-15invest: Fix popup window in gtk3 versioninfirit1-1/+0
2014-05-03Update NEWSStefano Karapetsas1-1/+1
2014-05-03Use MateAboutDialog from libmate-desktopStefano Karapetsas23-17/+49
2014-05-01multiload: Use cairo for drawing also with GTK2Stefano Karapetsas2-111/+9
2014-05-01Sync translations with transifexmate-i18n9-259/+266
2014-04-30Update vendor_url in policy fileinfirit1-1/+1