Skip to content
Snippets Groups Projects
  1. Oct 26, 2020
  2. Sep 08, 2020
  3. Sep 07, 2020
  4. Aug 24, 2020
  5. Aug 20, 2020
  6. Aug 15, 2020
  7. Jul 23, 2020
  8. Jul 10, 2020
  9. Jul 03, 2020
  10. Jul 02, 2020
  11. Jun 19, 2020
  12. Apr 03, 2020
  13. Feb 26, 2020
  14. Jan 07, 2020
  15. Dec 30, 2019
  16. Dec 13, 2019
  17. Dec 11, 2019
  18. Dec 10, 2019
  19. Dec 09, 2019
  20. Nov 28, 2019
  21. Nov 19, 2019
    • Thibault Saunier's avatar
      Remove python2 support · 95b2f643
      Thibault Saunier authored
      We have notified application developers this would happen a long time
      ago and python2 is going to be deprecated very soon now, before 1.18
      is going to be released.
      95b2f643
  22. Oct 14, 2019
  23. Sep 02, 2019
    • Mathieu Duponchelle's avatar
      overrides: fix callback setter overrides (bis) · c04bb945
      Mathieu Duponchelle authored
      The previous commit broke those by trying to pass weak refs
      through pygobject, but we should probably have tested the elements
      beyond instantiation: weakref.WeakMethod returns a callable, but
      that callable when called only returns the ephemeral bound method,
      which is the object we want to call, but pygobject has no support
      for that.
      
      Instead, fix the memory leaks we were going after by decoupling the
      lifecycle of the callback and that of the pad, by passing functors
      to pygobject.
      c04bb945
  24. Aug 08, 2019
  25. May 26, 2019
  26. May 06, 2019
  27. May 03, 2019
  28. Apr 19, 2019
  29. Apr 18, 2019
  30. Apr 11, 2019
  31. Apr 10, 2019
Loading