Skip to content
Snippets Groups Projects
  1. Nov 03, 2017
  2. Nov 01, 2017
  3. Oct 31, 2017
  4. Oct 30, 2017
  5. Oct 29, 2017
  6. Oct 24, 2017
  7. Oct 22, 2017
  8. Oct 19, 2017
  9. Oct 16, 2017
  10. Oct 15, 2017
    • Jonathan Wilkes's avatar
      bump to 2.4.0 · ac235f2b
      Jonathan Wilkes authored
      2.4.0
      ac235f2b
    • Jonathan Wilkes's avatar
      Merge branch 'fix-osx-prefs' · 65aa40f2
      Jonathan Wilkes authored
      65aa40f2
    • Jonathan Wilkes's avatar
    • Jonathan Wilkes's avatar
      Merge branch 'drawsvg' · f2853e9f
      Jonathan Wilkes authored
      f2853e9f
    • 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
  11. Oct 08, 2017
  12. Oct 04, 2017
  13. Sep 29, 2017
  14. Sep 28, 2017
  15. Sep 27, 2017
Loading