1. 03 Nov, 2017 2 commits
  2. 02 Nov, 2017 1 commit
  3. 23 Oct, 2017 1 commit
  4. 13 Oct, 2017 1 commit
  5. 12 Oct, 2017 5 commits
  6. 10 Oct, 2017 7 commits
  7. 27 Sep, 2017 1 commit
  8. 26 Sep, 2017 1 commit
  9. 25 Sep, 2017 2 commits
  10. 24 Sep, 2017 1 commit
  11. 23 Sep, 2017 1 commit
  12. 17 Sep, 2017 9 commits
  13. 09 Sep, 2017 2 commits
    • Craig Watson's avatar
      Moved bezier calculations to UBGeometryUtils · 1a075c05
      Craig Watson authored
      -> also deleted obsolete UBInterpolator classes
      1a075c05
    • Craig Watson's avatar
      Improved drawing of end of current stroke · 123ebf1d
      Craig Watson authored
      Distance between the last drawn point and the current point is
      calculated to be able to discard very short stroke segments (i.e we only
      add to the current stroke if the input device has moved more than a
      certain distance since the last drawn point).
      
      This commit moves this code from the stroke to the scene, which allows
      to calculate distance more accurately: it is now calculated as the
      total, absolute distance traveled since the last point, rather than simply the
      length of a line between the last point and current one.
      123ebf1d
  14. 14 May, 2017 2 commits
  15. 30 Apr, 2017 4 commits