Skip to content
  1. Nov 21, 2016
  2. Sep 22, 2016
  3. Nov 18, 2015
  4. Jul 16, 2015
  5. Jun 25, 2015
  6. May 20, 2015
  7. Mar 14, 2015
  8. Apr 04, 2014
  9. Mar 11, 2014
  10. Jan 22, 2014
  11. Sep 19, 2013
  12. Mar 21, 2013
  13. Jan 22, 2013
  14. Dec 30, 2012
  15. Nov 30, 2012
    • B.Prathibha's avatar
      Reduce the number of wakeups · 2a39bfb8
      B.Prathibha authored
      gnome-screensaver uses g_timeout_add with an integral number
      of seconds as a timeout duration in various parts of the code.
      
      These bits of code will work just as well using g_timeout_add_seconds
      instead.
      
      g_timeout_add_seconds has the advantage that it consolidates all wake
      ups that happen near each other to happen at the same time, there by
      creating less wake ups overall (which improves power savings)
      
      This commit changes the applicable g_timeout_add calls to
      g_timeout_add_seconds calls.
      
      https://bugzilla.gnome.org/show_bug.cgi?id=689032
      2a39bfb8
    • Shankar Prasad's avatar
      Updated kn translation · 44fc5b0e
      Shankar Prasad authored
      44fc5b0e
  16. Nov 28, 2012
  17. Nov 25, 2012
  18. Oct 22, 2012
  19. Oct 19, 2012
  20. Oct 14, 2012
  21. Oct 03, 2012
  22. Sep 25, 2012
  23. Sep 23, 2012
  24. Sep 21, 2012
  25. Sep 18, 2012
  26. Sep 03, 2012
  27. Aug 27, 2012
  28. Aug 20, 2012
  29. Aug 17, 2012
  30. Aug 06, 2012
  31. Aug 01, 2012
  32. Jul 21, 2012
  33. Jul 17, 2012
  34. Jul 11, 2012