summaryrefslogtreecommitdiff
path: root/applets/inhibit/inhibit-applet.c
AgeCommit message (Collapse)AuthorFilesLines
2018-05-03Inhibit Applet: Fix excessive CPU uselukefromdc1-129/+38
Fix https://github.com/mate-desktop/mate-power-manager/issues/248 Use code from GNOME version to draw icon. The code from gnome-applets/inhibit uses a GtkImage to draw the icon but does not constantly re-run gtk_widget_show so it works without loading down the CPU (squashed 8e2902337546222db38a00cc16b3d2bc2e0ef852 + c4528fd6d22afcc6e3c27512677b8908e89c0613 for 1.18 branch)
2018-03-17add missing window icon to About dialogsmonsta1-0/+2
2018-03-17inhibit applet: fix rendering of iconlukefromdc1-41/+13
Stop failure to redraw on system panel background by using a GtkImage to render the icon (squashed 6ecb73c1a876e48d2d2ef05603087bd83ac7022f + bff61989d0355ee61120ce5d0121d0c99f693569 for 1.18 branch)
2017-10-06update copyright yearmonsta1-1/+1
2017-01-15Replace no longer valid "expose-event" with "draw"lukefromdc1-1/+1
expose-event is not available in GTK3, draw is its replacement. Stops warnings from inhibit applet when mate-panel is started/restarted
2016-11-22move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-49/+0
and require mate-panel >= 1.17
2016-11-21fix indent a bitmonsta1-1/+1
2016-08-01applets: remove unneeded #undefmonsta1-3/+0
that deprecation is gone in GTK+3 build also that makes sense only with --enable-strict build option
2016-08-01keep old copyright informationsraveit651-1/+6
2016-08-01applets: update Copyrightraveit651-1/+1
2016-08-01applets: use GtkAbout and drop dependency to libmate-desktopraveit651-13/+12
2016-07-25applets: remove egg-dbus-proxy and use the provided functions in GDBusraveit651-31/+34
2015-12-13remove dead codeMonsta1-31/+0
2015-12-13applets: dropped some unused stuffMonsta1-1/+1
2015-09-04Switch to org.gnome.SessionManagerClement Lefebvre1-3/+3
2015-08-08inhibit applet: use GtkWidget instead of GtkObjectMonsta1-8/+4
2015-07-02applets/prefs/stats: properly show corresponding help pagesMonsta1-1/+1
2014-05-03applets: Use MateAboutDialogStefano Karapetsas1-12/+13
2014-01-17Use draw signal for GTK3Stefano Karapetsas1-0/+5
2014-01-17applets: Add GTK3 supportStefano Karapetsas1-1/+50
2012-10-21Port inhibit applet to dbus based on gnome patch by carlosgcBrent Hull1-27/+40
2011-12-11moved from Mate-ExtraStefano Karapetsas1-0/+688