Skip to content
  1. Jul 01, 2013
  2. Jun 26, 2013
  3. Jun 17, 2013
  4. Jun 16, 2013
  5. Jun 13, 2013
  6. Jun 12, 2013
    • Jasper St. Pierre's avatar
      Update .gitignore · 704dfdb8
      Jasper St. Pierre authored
      704dfdb8
    • Bastien Nocera's avatar
      power: Fix non-transient notifications sticking around · 487ab6cf
      Bastien Nocera authored
      When replacing an existing notification with a more up-to-date one,
      we were closing the existing notification, and creating a new one in its
      place. As, to clean up when a notification is dismissed by hand, we hook
      up to the "closed" signal, we ended up zero'ing the pointer to the just
      shown notification and making it impossible to remove later.
      
      eg.
      - 1st notification created
      - updated state comes in
      - notify_close() called
      - notification pointer is replaced with newer notification
      - main loop returns
      - "closed" signal is received for the 1st notification (ah!)
      - original notification is unref'ed, and its location is zero'd
        by weak pointer call.
      
      That location is that of the new notification as well.
      
      https://bugzilla.gnome.org/show_bug.cgi?id=702047
      487ab6cf
    • Joaquim Rocha's avatar
      wacom: Add a configure button to the OSD window · 7e67bd5a
      Joaquim Rocha authored
      Pressing the button will show the GNOME Control Center at the device's
      configuration page.
      It also shows the pointer when the movement was performed by a mouse type
      device, hiding it again after a little while.
      
      https://bugzilla.gnome.org/show_bug.cgi?id=692817
      7e67bd5a
  7. Jun 10, 2013
  8. Jun 08, 2013
  9. Jun 06, 2013
  10. Jun 05, 2013
  11. Jun 03, 2013
  12. Jun 01, 2013
  13. May 30, 2013
  14. May 29, 2013
  15. May 28, 2013