summaryrefslogtreecommitdiff
path: root/plugins/media-keys/gsd-media-keys-manager.c
Commit message (Expand)AuthorAgeFilesLines
* media-keys: Remove screencast key handlingIvan Molodetskikh2022-02-121-118/+0
* media-keys: Remove screenshot key handlingIvan Molodetskikh2022-02-121-15/+0
* media-keys: Suppress OSD title on phones as wellGuido Günther2022-02-101-0/+2
* media-keys: fix gnome settings desktop fileMae Dartmann2022-02-101-1/+1
* media-keys: Fix fast-forward and rewind keysBastien Nocera2021-10-271-4/+4
* media-keys: Fix Repeat togglingBastien Nocera2021-10-271-1/+1
* media-keys: Add support for Rewind, FastForward, Repeat and Shuffle keysBastien Nocera2021-10-181-1/+17
* media-keys: Remove GNOME-specific MediaKeys APIBastien Nocera2021-10-181-271/+5
* media-keys: Add one second delay between each rfkill eventKai-Heng Feng2021-07-131-0/+11
* media-keys: Shut up a compiler warningFlorian Müllner2021-02-141-0/+3
* media-keys: Don't throw unnecessary warningsBastien Nocera2020-09-301-8/+16
* media-keys: Use well-known name for screencast proxyFlorian Müllner2020-08-181-8/+8
* media-keys: Ignore our own output when omitting sound feedbackFlorian Müllner2020-03-281-2/+4
* media-keys: Split up update_dialog into two functionsJonas Dreßler2019-12-121-37/+37
* media-keys: Place spawned processes into a systemd scopeBenjamin Berg2019-12-121-1/+34
* media-keys: Skip volume-change feedback while playingFlorian Müllner2019-11-231-1/+4
* media-keys: Add guard to map_keybinding()Bastien Nocera2019-11-161-0/+1
* media-keys: Fix crash on key bindings migrationBastien Nocera2019-11-161-1/+1
* media-keys: Divide keyboard brightness value by 100Jonas Dreßler2019-09-131-1/+1
* media-keys: Add support for volume steps in codeHaxk202019-08-261-6/+8
* media-keys: Fetch device node from AcceleratorActivated argumentsCarlos Garnacho2019-07-291-37/+39
* shell-helper: Use doubles for shell OSD dbus callsJonas Dreßler2019-07-271-17/+16
* media-keys: Remove KEY_SLEEP as it was merged into KEY_HIBERNATEBenjamin Berg2019-05-271-3/+0
* media-keys: Move all keyboard bindings into settingsBenjamin Berg2019-05-271-8/+25
* media-keys: Drop user set value if it used to be the defaultBenjamin Berg2019-05-271-0/+8
* common: Pass old default and allow resetting when migrating settingsBenjamin Berg2019-05-271-1/+1
* media-keys: Make internal keybindings to be listsBenjamin Berg2019-05-271-20/+131
* media-keys: Remove ordered registration of keybindingsBenjamin Berg2019-05-271-10/+2
* media-keys: Rework key grabbing codeBenjamin Berg2019-05-271-174/+261
* media-keys: Disable timeout for all operations on key grabberBenjamin Berg2019-05-271-0/+3
* media-keys: Stop treating tablets speciallyHans de Goede2019-05-091-6/+0
* power,media-keys: Signal connector rather than output ID for OSDBenjamin Berg2019-04-111-22/+21
* media-keys: Add mapping for screen brightness cycle keyJian-Hong Pan2019-03-281-0/+5
* media-keys: Use gtk_show_uri_on_window to fix a compile warningBenjamin Berg2019-03-221-1/+1
* media-keys: Use G_DECLARE_DERIVABLE_TYPE for GsdMediaKeysManagerBenjamin Berg2019-03-221-326/+410
* media-keys: Do not create weak references to GCancellable'sBenjamin Berg2019-03-221-15/+3
* media-keys: Unconditionally clean proxy pointersBenjamin Berg2019-03-221-4/+4
* media-keys: support grabFlags parameterAndrea Azzarone2019-02-201-4/+7
* media-keys: always do something when power button is pressed...Michael Catanzaro2019-01-081-4/+57
* Revert "power: Add Suspend then Hibernate"Benjamin Berg2018-12-171-32/+2
* media-keys: Drop touchpad checkCarlos Garnacho2018-12-061-5/+0
* media-keys: Increase GSD_REENABLE_POWER_BUTTON_DELAY to 3 secondsHans de Goede2018-10-161-2/+2
* build: Use config_h.set10 consistentlyMarvin Schmidt2018-09-151-8/+8
* media-keys: Escape custom command for executionBenjamin Berg2018-08-031-1/+18
* media-keys: Use similar logic to the Shell to show volume above 100% iconDidier Roche2018-08-011-4/+7
* media-keys: Add optional max_level parameter to the ShellDidier Roche2018-08-011-9/+25
* media-keys: Allow volume above 100%Didier Roche2018-08-011-2/+28
* power: Add Suspend then HibernateMario Limonciello2018-04-121-2/+32
* media-keys: Wait forever for GrabAccelerators() to succeedMantas Mikulėnas2018-03-311-8/+14
* media-keys: Use g_error_matches() instead of manual comparisonMantas Mikulėnas2018-03-301-1/+1