1. 22 Dec, 2015 2 commits
  2. 21 Dec, 2015 4 commits
  3. 18 Dec, 2015 1 commit
  4. 17 Dec, 2015 2 commits
  5. 16 Dec, 2015 2 commits
  6. 15 Dec, 2015 4 commits
  7. 14 Dec, 2015 6 commits
  8. 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
  9. 10 Dec, 2015 3 commits
  10. 09 Dec, 2015 8 commits
  11. 08 Dec, 2015 3 commits
  12. 07 Dec, 2015 2 commits
    • Craig Watson's avatar
      Protractor: fixed font size on windows · ec5bc498
      Craig Watson authored
      ec5bc498
    • Craig Watson's avatar
      Fixed protractor tool · 7e96ab18
      Craig Watson authored
      - Corrected and cleaned up rotation calculation
      - Fixed button position/size issues (clickable area didn't correspond to the button image)
      - Fixed tool flashing during resizing
      - (new feature) Buttons now scale proportionally to the protractor when it is resized
      - Everything is now drawn by default at a scale of 1 instead of 1.5
      - Pen width set to 0 (i.e always 1 pixel thick regardless of zoom), to keep the old look & feel
      - Scaled the marker tool image (.svg) to look like it did before without scaling it in code
      - Removed debug messages
      
      Tested on OS X, works fine.
      7e96ab18