Skip to content
Snippets Groups Projects
  1. Jul 30, 2020
  2. Jul 27, 2020
  3. Jul 24, 2020
  4. Jul 22, 2020
  5. Jul 21, 2020
  6. Jul 11, 2020
    • Jonathan Wilkes's avatar
      This adds the following: · 0eeeb22e
      Jonathan Wilkes authored
      * b_sym field to t_textbuf
      * 2nd inlet and "send" method for text define
      * text insert class
      * improve a stray evalfile error
      * show the [text] name (if it exists) in the title for the window
      * updates help doc accordingly
      0eeeb22e
  7. Jul 07, 2020
  8. Jul 01, 2020
  9. Jun 19, 2019
  10. Jan 26, 2019
  11. Dec 18, 2018
  12. Dec 06, 2017
  13. Nov 17, 2017
  14. Nov 07, 2017
  15. Nov 03, 2017
  16. Oct 19, 2017
  17. 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
  18. Jul 18, 2017
  19. Mar 06, 2017
  20. Feb 12, 2017
  21. Nov 29, 2016
  22. Nov 28, 2016
  23. Oct 20, 2016
  24. Jul 20, 2016
  25. Jun 04, 2016
  26. Jun 03, 2016
  27. Nov 04, 2014
  28. Oct 05, 2014
  29. Sep 10, 2014
  30. Sep 09, 2014
  31. Sep 07, 2014
  32. Sep 05, 2014
  33. Jul 11, 2014
  34. May 23, 2014
Loading