1. 14 May, 2017 2 commits
  2. 30 Apr, 2017 6 commits
  3. 24 Apr, 2017 1 commit
  4. 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
  5. 09 Apr, 2017 2 commits
    • Craig Watson's avatar
      Fixed PDF export page size · 716314fe
      Craig Watson authored
      In some cases, export of a document containing a PDF background to PDF
      caused the contents to be truncated.
      
      The "simple" PDF exporter will now set the output page size to be equal
      either to the document nominal size or, if the document has a background
      PDF item, to the size of this item.
      716314fe
    • Craig Watson's avatar
      Added sceneSize function to UBGraphicsScene · b7f5cc27
      Craig Watson authored
      b7f5cc27
  6. 11 Mar, 2017 6 commits
  7. 05 Mar, 2017 3 commits
  8. 04 Mar, 2017 2 commits
  9. 27 Feb, 2017 1 commit
    • Craig Watson's avatar
      Don't move a selection containing locked items · 6ff78892
      Craig Watson authored
      Fixes an issue where locked items could be moved if they were selected
      along with other items, and these items all moved by dragging the
      selection frame.
      
      This implementation prevents any movement of the selected items if at
      least one of them is locked. It also changes the colour of the selection
      frame, like a locked UBGraphicsDelegateFrame.
      6ff78892
  10. 25 Feb, 2017 1 commit
  11. 22 Feb, 2017 1 commit
  12. 19 Feb, 2017 1 commit
  13. 18 Feb, 2017 1 commit
    • Craig Watson's avatar
      Smaller Triangle tool · 8d9fc7b0
      Craig Watson authored
      Added checks for the size of the interior, cut-out triangle to make sure
      everything is drawn correctly at small sizes; buttons are now also
      hidden if they overflow from the tool.
      8d9fc7b0
  14. 12 Feb, 2017 2 commits
  15. 11 Feb, 2017 1 commit
    • Craig Watson's avatar
      Fix saving of groups' positions · 14849cf5
      Craig Watson authored
      Previously, only transforms were saved -- not positions (which are set
      if a group is moved by dragging it directly; if dragged by its frame,
      its transform is updated instead).
      
      Issue observed was that a group that had been moved would lose its new
      position when the document was saved then loaded. (All other transforms
      were kept, however).
      
      Now, when duplicating a group before saving a document, position is
      included in the group's transform.
      14849cf5
  16. 04 Feb, 2017 1 commit
  17. 01 Feb, 2017 1 commit
  18. 28 Jan, 2017 2 commits
  19. 25 Jan, 2017 4 commits
  20. 22 Jan, 2017 1 commit