1. 13 Oct, 2017 1 commit
  2. 12 Oct, 2017 5 commits
  3. 10 Oct, 2017 7 commits
  4. 27 Sep, 2017 1 commit
  5. 26 Sep, 2017 1 commit
  6. 25 Sep, 2017 2 commits
  7. 24 Sep, 2017 1 commit
  8. 23 Sep, 2017 1 commit
  9. 17 Sep, 2017 9 commits
  10. 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
  11. 14 May, 2017 2 commits
  12. 30 Apr, 2017 6 commits
  13. 24 Apr, 2017 1 commit
  14. 23 Apr, 2017 1 commit
    • Craig Watson's avatar
      Fix for copy/paste issues · fc81e27b
      Craig Watson authored
      This fixes two related issues:
      1) When taking a partial screenshot of the desktop, then copying it
      (Ctrl-C) and pasting it in a new document, it was not saved
      2) When a page of one document was copied into another (in document
      mode, by dragging the page onto another document), media files
      disappeared from the new page.
      fc81e27b