Skip to content
Snippets Groups Projects
  1. Jun 19, 2020
  2. Feb 19, 2019
  3. Nov 09, 2017
  4. Nov 03, 2017
  5. Oct 30, 2017
  6. Oct 29, 2017
  7. Oct 15, 2017
    • Jonathan Wilkes's avatar
      Add "svg" type for [draw svg] containers · e16e7453
      Jonathan Wilkes authored
      This makes it possible to define an editable viewport outside of which the
      contents are clipped.
      
      One big benefit is that the getrect routine doesn't need to fetch the bboxes
      of the shapes inside the viewport. It just needs the svg width, height, x,
      y, and parent transform. It's also possible to add an optimized branch if
      there is no parent transform specified.
      
      One drawback is that the HTML5 method getBBox() includes the clipped content
      in its calculation. That means the user will get scrollbars even though the
      [draw svg] is clipping the contents which cause the scrollbars. Hopefully we
      can just work around this by adding a "scrollbars" method for canvases to
      just turn them off altogether.
      
      Code for an experimental [draw array] is also added here. Combining it with
      the viewport of [draw svg] will make it possible to interact with arrays of
      widgets without the performance penalty normally associated with mouse
      motion on Pd canvases.
      
      Also:
      * fixes some display bugs in certain cases for [draw image] and
      [draw sprite]
      * adds a default png for both [draw image] and [draw sprite] if none are
      given
      e16e7453
  8. Dec 03, 2016
  9. Nov 19, 2016
  10. Sep 01, 2016
  11. Jul 23, 2016
  12. Jul 14, 2016
  13. Jun 04, 2016
  14. Jun 03, 2016
  15. May 04, 2016
  16. May 03, 2016
    • Jonathan Wilkes's avatar
      jwilkes/purr-data#41 · e4fc94e8
      Jonathan Wilkes authored
      bind/unbind scalar symbol in scalar_vis instead of scalar_new
      This way scalar events continue to work if the user happens to
      change the [struct] arguments on us.
      e4fc94e8
  17. Feb 16, 2016
  18. Feb 15, 2016
  19. Jan 25, 2016
  20. Jan 20, 2016
  21. Jan 10, 2016
  22. Dec 25, 2015
  23. Dec 13, 2015
  24. Oct 20, 2015
  25. Sep 18, 2015
  26. Sep 17, 2015
  27. Sep 13, 2015
  28. Sep 10, 2015
  29. Sep 04, 2015
  30. Aug 28, 2015
  31. Aug 23, 2015
  32. Aug 22, 2015
  33. Aug 17, 2015
  34. Aug 16, 2015
  35. Jul 13, 2015
  36. May 15, 2015
Loading