summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* color: Fix smearing out of Night Light effectFlorian Müllner2017-07-061-1/+1
* tz.c: compiler warning: implicit declaration of function ‘islower’Alan Coopersmith2017-06-121-0/+1
* media-keys: Show kbd-brigthness osd on org.gnome.SettingsDaemon.Power.Keyboar...Hans de Goede2017-05-251-0/+28
* power: Add org.gnome.SettingsDaemon.Power.Keyboard.BrightnessChanged signalHans de Goede2017-05-251-11/+27
* power: Monitor org.freedesktop.UPower.KbdBacklight.BrightnessChangedWithSourc...Hans de Goede2017-05-251-0/+33
* color: Make the testcase able to run uninstalledIain Lane2017-05-192-1/+16
* media-keys: Add support for new XF86RFKill keysymHans de Goede2017-05-151-0/+1
* power: Choose correct backlight device on laptops with hybrid graphicsHans de Goede2017-05-091-1/+35
* rfkill: Inhibit rfkill-input's rfkill keys handlingBenjamin Berg2017-05-041-0/+10
* rfkill: Add property to Rfkill helper to inhibit kernel handlingBenjamin Berg2017-05-042-0/+118
* housekeeping: Add rootfs to the list of ignored filesystemsJonh Wendell2017-04-291-0/+1
* housekeeping: Ignore GPFS mountsOndrej Holy2017-04-291-0/+1
* media-keys: Fix mmkeys D-Bus API to match API docsBastien Nocera2017-04-241-0/+12
* common: Fix plugin whitelist for gdmRay Strode2017-04-212-24/+24
* power: Fix D-Bus proxy errors in testBastien Nocera2017-04-111-12/+24
* media-keys: Remove special handling of "active" GSettings keyBastien Nocera2017-04-111-4/+0
* xsettings: Remove special handling of "active" GSettings keyBastien Nocera2017-04-111-2/+1
* media-keys: Memory leaks and Bluetooth handling fixesBastien Nocera2017-04-061-0/+0
* color: Potentially fix sunrise calcs for fractional timezone offsetsPhilip Withnall2017-03-292-1/+23
* rfkill: Refactor error handling for cc_rfkill_glib_open()Philip Withnall2017-03-293-12/+21
* housekeeping: Ignore return value from mkdir() callsPhilip Withnall2017-03-291-2/+2
* power: Fix signed/unsigned assignment and comparisonPhilip Withnall2017-03-291-3/+4
* clipboard: Fix potential divisions by zeroPhilip Withnall2017-03-291-3/+14
* Revert "plugins: Work-around startup deadlock"Bastien Nocera2017-03-282-8/+0
* common: avoid loading Adwaita CSS theme into memoryChristian Hergert2017-03-285-0/+78
* wacom: Don't init GTK+Bastien Nocera2017-03-281-1/+1
* print-notifications: Don't init GTK+Bastien Nocera2017-03-281-1/+1
* housekeeping: Don't init GTK+Bastien Nocera2017-03-281-1/+1
* print-notifications: Remove unused enumBastien Nocera2017-03-281-4/+0
* media-keys: Make calculator key work againBastien Nocera2017-03-211-1/+1
* plugins: Work-around startup deadlockBastien Nocera2017-03-152-0/+8
* color: Fix typo in function nameBastien Nocera2017-02-161-4/+4
* color: Smooth the transition between different temperature valuesRichard Hughes2017-02-163-3/+89
* rfkill: Add a comment with basic testing instructionsPhilip Withnall2017-02-141-0/+20
* rfkill: Fix crash due to racy GTask managementPhilip Withnall2017-02-141-11/+26
* rfkill: Move event data into the GTask’s task dataPhilip Withnall2017-02-141-11/+14
* rfkill: Use local task variables where possiblePhilip Withnall2017-02-141-8/+12
* rfkill: Remove stored GCancellable memberPhilip Withnall2017-02-141-6/+2
* rfkill: Add some checks that a previous task is not overwrittenPhilip Withnall2017-02-141-0/+6
* rfkill: Update class definition to use G_DECLARE_FINAL_TYPEPhilip Withnall2017-02-142-97/+61
* build: Drop unused variables from smartcard Makefile.amPhilip Withnall2017-02-141-37/+0
* rfkill: Drop cc_rfkill_glib_send_event() due to being unusedPhilip Withnall2017-02-142-61/+0
* rfkill: Port from GSimpleAsyncResult to GTaskPhilip Withnall2017-02-141-51/+36
* build: Fix shadowing of libexec_PROGRAMS in power plugin Makefile.amPhilip Withnall2017-02-141-1/+1
* rfkill: Fix indentation in D-Bus introspection XMLPhilip Withnall2017-02-141-7/+7
* media-keys: Handle binding grabs when there's already one pendingRui Matos2017-02-141-5/+31
* media-keys: Avoid leaking grabbed bindingsRui Matos2017-02-141-4/+10
* media-keys: Avoid using free'd memoryRui Matos2017-02-141-1/+2
* media-keys: Reference count MediaKey struct instancesRui Matos2017-02-141-4/+22
* media-keys: Avoid multiple grab/ungrab pairs on custom binding changesRui Matos2017-02-141-2/+2