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