Skip to content
Snippets Groups Projects
  1. Dec 06, 2020
  2. Oct 27, 2020
  3. Oct 26, 2020
  4. Sep 08, 2020
  5. Sep 07, 2020
  6. Aug 24, 2020
  7. Aug 20, 2020
  8. Aug 15, 2020
  9. Jul 23, 2020
  10. Jul 10, 2020
  11. Jul 03, 2020
  12. Jul 02, 2020
  13. Jun 19, 2020
  14. Apr 03, 2020
  15. Feb 26, 2020
  16. Jan 07, 2020
  17. Dec 30, 2019
  18. Dec 13, 2019
  19. Dec 11, 2019
  20. Dec 10, 2019
  21. Dec 09, 2019
  22. Nov 28, 2019
  23. 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
  24. Oct 14, 2019
  25. 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
  26. Aug 08, 2019
  27. May 26, 2019
  28. May 06, 2019
  29. May 03, 2019
  30. Apr 19, 2019
  31. Apr 18, 2019
Loading