summaryrefslogtreecommitdiff
path: root/src/gpm-tray-icon.c
AgeCommit message (Collapse)AuthorFilesLines
2017-11-28fix typos in some more commentsmonsta1-3/+3
2017-10-05update copyright yearmonsta1-1/+1
2016-11-22move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-2/+0
and require mate-panel >= 1.17
2016-07-25Show the primary device time remaining as the first entry in the context menuraveit651-0/+38
taken from: https://git.gnome.org/browse/gnome-power-manager/commit/?id=93da9b4
2016-07-25Reorganize the tray icon code to make it easier for AppIndicatorraveit651-20/+35
support to be patched in taken from: https://git.gnome.org/browse/gnome-power-manager/commit/?id=9786241
2016-07-25rename a function to match upstreamraveit651-1/+1
taken from: https://git.gnome.org/browse/gnome-power-manager/commit/?id=f2c0409
2016-06-16use gtk_show_about_dialog for gtk+-2.0raveit651-7/+0
2016-06-16GTK+-3 gpm-tray-icon: use About dialog from GTK+ instead of forked one from ↵raveit651-13/+19
libmate-desktop
2016-06-07fix having an icon space with having no batterySorokin Alexei1-0/+1
2016-06-07rely less on GtkStockSorokin Alexei1-9/+10
2016-05-31GTK+3 gpm-tray-icon: fix a Wincompatible-pointer-types build warningraveit651-1/+1
gpm-tray-icon.c:339:49: warning: passing argument 1 of 'gtk_widget_get_toplevel' from incompatible pointer type [-Wincompatible-pointer-types] GtkWidget *toplevel = gtk_widget_get_toplevel (menu);
2015-10-14tray icon: support custom themeslukefromdc1-0/+14
support custom themes, include robust transparency support even when wm is not properly identified by gtk as compositing
2015-09-04Show vendor/model informationClement Lefebvre1-4/+11
2015-01-15remove ifdefs, bump upower version requirementMonsta1-2/+0
Closes https://github.com/mate-desktop/mate-power-manager/pull/126
2014-07-02Remove old GTK2 code and supportStefano Karapetsas1-4/+1
2014-04-24Add about dialog in tray iconStefano Karapetsas1-0/+38
This add dependency on libmate-desktop
2012-10-27Port to Gsettings based on GNOME patch by Richard HughesBrent Hull1-20/+10
2011-12-11moved from Mate-ExtraStefano Karapetsas1-0/+430