1. 11 Jan, 2016 3 commits
  2. 23 Dec, 2015 1 commit
  3. 22 Dec, 2015 2 commits
  4. 21 Dec, 2015 4 commits
  5. 18 Dec, 2015 1 commit
  6. 17 Dec, 2015 2 commits
  7. 16 Dec, 2015 2 commits
  8. 15 Dec, 2015 4 commits
  9. 14 Dec, 2015 6 commits
  10. 11 Dec, 2015 3 commits
    • Craig Watson's avatar
      Fixed partial screenshot in desktop mode · c6cc0d3a
      Craig Watson authored
      Note: the screenshot can only be taken on the primary display now
      (rather than on the display in which the mouse is, as was the case
      before).
      c6cc0d3a
    • Craig Watson's avatar
      Fixed duplication of groups · d6503534
      Craig Watson authored
      Previously, duplication did not copy the transformation matrices of group
      members correctly. This made grouped objects move away when saving and
      re-opening a document.
      This should now be fixed.
      d6503534
    • Craig Watson's avatar
      Fix video loading from file · 76636f73
      Craig Watson authored
      - Added an overload for setMatrix in UBGraphicsMediaItem, to propagate
        matrix changes to the child videoItem
      - Upon loading a video, the child videoItem is now added correctly, and
        set to the right position
      76636f73
  11. 10 Dec, 2015 3 commits
  12. 09 Dec, 2015 8 commits
  13. 08 Dec, 2015 1 commit
    • Craig Watson's avatar
      Removed export of polygons outside of groups · 8ed2e245
      Craig Watson authored
      The lines removed in this commit led to (presumably) unintended
      behavior: when saving a document, pen strokes were saved not as a group,
      but just as their constituent polygons.
      This meant that the following block of code, that handles saving pen
      strokes correctly, was never executed.
      
      This doesn't fix the z-Value issue (#12), but it seems to be a step in the right
      direction.
      8ed2e245