summaryrefslogtreecommitdiff
path: root/applets/inhibit
AgeCommit message (Collapse)AuthorFilesLines
2019-06-10Change url projet's websiteLaurent Napias1-1/+1
2018-05-02inhibit: always scale icon to match panel sizelukefromdc1-12/+1
2018-04-30Inhibit Applet: Fix excessive CPU uselukefromdc1-129/+49
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
2018-03-17add missing window icon to About dialogsmonsta1-0/+2
2018-02-01avoid deprecated GtkStockPablo Barciela1-2/+2
2018-01-29require GTK+ 3.22 and GLib 2.50monsta1-4/+0
and drop additional checks for min/max GLib versions, it's not needed
2018-01-24inhibit: fix error that spammed logs from previous commitlukefromdc1-1/+1
2018-01-23inhibit applet: fix rendering of iconlukefromdc1-41/+13
Stop failure to redraw on system panel background by using a GtkImage to render the icon
2018-01-09update copyright year to 2018monsta1-1/+1
2017-11-27Correct spelling mistake.Edward Betts1-1/+1
2017-10-05update copyright yearmonsta1-1/+1
2017-07-26don't use deprecated gtk_show_uriraveit651-0/+4
use NULL where GdkScreen was NULL, use dialog when screen wasn't NULL
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 optionmonsta2-50/+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-01applets: don't include non-existent dir in Makefile.ammonsta1-1/+0
it does no harm but can be confusing when you read it :)
2016-08-01keep old copyright informationsraveit651-1/+6
2016-08-01update CFLAGS and LIBS, MATE to CAIROraveit651-2/+2
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 GDBusraveit654-349/+34
2015-12-13remove dead codeMonsta1-31/+0
2015-12-13applets: dropped some unused stuffMonsta3-280/+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 pagesMonsta2-2/+2
2014-12-15fixed a typo in inhibit applet's Makefile.ammonsta1-1/+1
now the *.service file should be cleaned properly
2014-05-06Fix applets uidirStefano Karapetsas1-1/+1
Closes https://github.com/mate-desktop/mate-power-manager/pull/105
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
2013-12-16Add option to enable deprecations and hide warnings under --enable-extra-warninfirit1-0/+1
2013-08-01Use yelp-tools instead of mate-doc-utilsinfirit1-2/+2
2013-04-03Update makefiles for autoconf-1.13Dan Mashal1-1/+1
2013-02-18use libnotify, not libmatenotifyElan Ruusamäe1-1/+1
2012-11-08fix urlsmate-power-manager-1.5.0Stefano Karapetsas1-3/+3
2012-10-21Port inhibit applet to dbus based on gnome patch by carlosgcBrent Hull7-80/+83
2011-12-13remove autogenerated filesStefano Karapetsas1-717/+0
2011-12-11moved from Mate-ExtraStefano Karapetsas11-0/+2604