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 31, 2019
  11. Jan 26, 2019
  12. Dec 18, 2018
  13. Oct 01, 2018
  14. Apr 03, 2018
  15. Dec 21, 2017
  16. Dec 06, 2017
  17. Nov 17, 2017
  18. Nov 11, 2017
  19. Nov 09, 2017
  20. Nov 07, 2017
  21. Nov 03, 2017
  22. Oct 19, 2017
  23. 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
  24. Aug 31, 2017
  25. Jul 18, 2017
  26. Mar 30, 2017
  27. Mar 26, 2017
  28. Mar 19, 2017
  29. Mar 09, 2017
  30. Mar 08, 2017
  31. Mar 06, 2017
  32. Feb 12, 2017
  33. Feb 11, 2017
Loading