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