Skip to content
  1. Mar 21, 2018
  2. Mar 05, 2018
  3. Jan 16, 2018
  4. Jan 15, 2018
    • Benjamin Tissoires's avatar
      Fix screen mapping for Cintiqs and others · e6c69567
      Benjamin Tissoires authored and Carlos Garnacho's avatar Carlos Garnacho committed
      
      
      Size-based input/output matching doesn't raise the "found" flag, which
      would result on input_info_guess_candidates() still trying to assign the
      builtin output to the input device if that is the only match found.
      
      For screen integrated devices (i.e. not on the builtin output) this is
      and undesirable possibility, setting the "found" flag to TRUE results on
      the correct output being assigned.
      
      Signed-off-by: default avatarBenjamin Tissoires <benjamin.tissoires@redhat.com>
      
      https://bugzilla.gnome.org/show_bug.cgi?id=748589
      e6c69567
    • Carlos Garnacho's avatar
      common: Ensure screen integrated devices get remapped on hotplug · 276c0631
      Carlos Garnacho authored
      GsdDeviceMapper used to refrain from remapping devices that already had
      a configured output. This however results on wrong mapping when the input
      device is plugged before the output, since the heuristics will attempt
      really hard to find an output for the device before the real one is
      available, and not remapped again when the output is plugged.
      
      Fix this by forcing remapping on all screen-integrated devices on every
      hotplug event, so the input device will get remapped to the right screen
      (hopefully!) when it is plugged. This is not applied to devices mapped
      to the builtin output, or those with no attached output at all, as in both
      of these cases the configured output should be left static.
      
      https://bugzilla.gnome.org/show_bug.cgi?id=748589
      276c0631
  5. Jan 12, 2018
  6. Oct 25, 2017
  7. Oct 21, 2017
  8. Sep 29, 2017
  9. Aug 30, 2017
  10. Aug 29, 2017
  11. Aug 22, 2017
  12. Aug 21, 2017
  13. Aug 01, 2017
  14. Jul 22, 2017
  15. Jul 12, 2017
  16. Jul 06, 2017
  17. Jun 12, 2017
  18. May 27, 2017
  19. May 19, 2017
  20. May 09, 2017
  21. May 05, 2017
  22. May 04, 2017
  23. Apr 29, 2017
  24. Apr 24, 2017
    • Bastien Nocera's avatar
      media-keys: Fix mmkeys D-Bus API to match API docs · 42f75ed4
      Bastien Nocera authored
      Bizarrely, since 2011, gnome-settings-daemon was documented as using
      org.gnome.SettingsDaemon.MediaKeys D-Bus name, but everybody ended up
      using the org.gnome.SettingsDaemon owned by the daemon instead, and
      never reported the discrepancy.
      
      This fixes the code to match the 6-year old API as documented by owning
      the org.gnome.SettingsDaemon.MediaKeys as well as the
      org.gnome.SettingsDaemon D-Bus name to give 3rd-party users time to
      adapt their code.
      
      The portion of this patch adding the org.gnome.SettingsDaemon.MediaKeys
      name owning will need to be backported as far as reasonably possible by
      distributions, and all users of the API changed before GNOME 3.26. This
      would obviously have been easier if the problem was reported when
      detected, committer of this fix included.
      
      https://bugzilla.gnome.org/show_bug.cgi?id=781326
      42f75ed4
  25. Apr 21, 2017
  26. Apr 15, 2017
  27. Apr 14, 2017