Skip to content
Snippets Groups Projects
  1. May 31, 2021
  2. May 11, 2021
  3. Nov 12, 2020
  4. Oct 08, 2020
  5. Sep 08, 2020
  6. Sep 07, 2020
  7. Aug 24, 2020
  8. Aug 20, 2020
  9. Aug 15, 2020
    • Thibault Saunier's avatar
      overrides: Fix buffer API break · 3c020d16
      Thibault Saunier authored
      When introducing zero copy buffers/memory mapping we broke the API,
      this brings back the exact same API as before for all the previously
      handled cases but still raises an exception when using a context
      to map buffers.
      
      Fixes #40
      
      Part-of: <!39>
      3c020d16
  10. Jul 23, 2020
  11. Jul 10, 2020
  12. Jul 03, 2020
  13. Jul 02, 2020
  14. Jun 19, 2020
  15. Apr 03, 2020
  16. Feb 26, 2020
  17. Jan 07, 2020
  18. Dec 30, 2019
  19. Dec 13, 2019
  20. Dec 11, 2019
  21. Dec 10, 2019
  22. Dec 09, 2019
  23. Nov 28, 2019
  24. 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
  25. Oct 14, 2019
  26. 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
  27. Aug 08, 2019
  28. May 26, 2019
  29. May 06, 2019
  30. May 03, 2019
Loading