1. 16 Jan, 2017 1 commit
  2. 05 Nov, 2016 1 commit
  3. 15 Oct, 2016 2 commits
    • Craig Watson's avatar
    • Craig Watson's avatar
      Added stroke simplification algorithm · df71f158
      Craig Watson authored
      If enabled in the preferences menu, pen and marker strokes will be
      replaced by a simplified stroke after they are drawn.
      
      The algorithm is very basic (for now): if three points are almost lined
      up (the threshold angle can be specified in the config file), then the
      middle one is removed. This is repeated over the whole stroke; new
      polygons are then generated based on the simplified stroke points.
      
      This typically cuts down on number of points and polygons by a factor of
      about 10, while having minimal visual impact.
      df71f158
  4. 03 Sep, 2016 2 commits
  5. 11 May, 2016 1 commit
  6. 09 May, 2016 2 commits
    • Gustavo Junior Alves's avatar
      Brazilian portuguese translation · 86c96ed0
      Gustavo Junior Alves authored
      86c96ed0
    • Craig Watson's avatar
      (WIP) Interpolation of strokes. Progress so far: · 4491341a
      Craig Watson authored
      - UBGraphicsScene calls UBGraphicsStroke::addPoint, which returns a list
      of points that can be drawn. It may be none (e.g we discard very small
      segments), one (if we do no interpolation) or several.
      
      - Added a UBInterpolator base, abstract class. Various interpolation
      methods can be added easily.
      
      - Current methods: Basic spline (custom), Catmull-Rom spline (based on
      alglib), and Bézier
      
      - Added a setting to toggle interpolation. Added this to the UI as well
      4491341a
  7. 06 May, 2016 1 commit
  8. 25 Apr, 2016 1 commit
    • Craig Watson's avatar
      Improvements to packaging script for Linux: · dcebc11e
      Craig Watson authored
          - Qt plugins and libraries (and associated files) bundled only if necessary
          - Dependencies corrected (for Ubuntu 14.04 and 16.04, at least),
          mostly manually for now
          - run.sh sets Qt plugin path environment variable (=> qt.conf
          no longer needed; removed)
      dcebc11e
  9. 19 Apr, 2016 1 commit
  10. 18 Apr, 2016 1 commit
  11. 14 Apr, 2016 1 commit
  12. 13 Apr, 2016 1 commit
  13. 12 Apr, 2016 1 commit
  14. 11 Apr, 2016 1 commit
  15. 06 Apr, 2016 1 commit
  16. 04 Apr, 2016 1 commit
  17. 01 Apr, 2016 1 commit
  18. 31 Mar, 2016 1 commit
  19. 22 Mar, 2016 5 commits
  20. 21 Mar, 2016 3 commits
  21. 18 Mar, 2016 2 commits
  22. 17 Mar, 2016 3 commits
  23. 15 Mar, 2016 2 commits
  24. 01 Mar, 2016 3 commits
  25. 23 Feb, 2016 1 commit