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