1. 15 Jul, 2019 1 commit
  2. 19 Feb, 2019 1 commit
  3. 05 Feb, 2019 1 commit
  4. 08 Jan, 2019 1 commit
  5. 02 Oct, 2018 2 commits
  6. 17 Sep, 2018 1 commit
  7. 07 Sep, 2018 1 commit
  8. 31 Jul, 2018 1 commit
  9. 18 Jul, 2018 1 commit
  10. 12 Jun, 2018 1 commit
  11. 14 Mar, 2018 1 commit
  12. 19 Feb, 2018 2 commits
  13. 31 Jan, 2018 1 commit
  14. 23 Jan, 2018 2 commits
  15. 20 Dec, 2017 1 commit
  16. 19 Dec, 2017 1 commit
  17. 28 Nov, 2017 1 commit
  18. 20 Nov, 2017 1 commit
  19. 13 Nov, 2017 2 commits
  20. 03 Nov, 2017 3 commits
  21. 02 Nov, 2017 1 commit
  22. 12 Oct, 2017 4 commits
  23. 10 Oct, 2017 2 commits
  24. 26 Sep, 2017 1 commit
  25. 25 Sep, 2017 1 commit
  26. 24 Sep, 2017 1 commit
  27. 22 May, 2017 1 commit
    • Craig Watson's avatar
      Allow cut-and-pasting items between pages · 457aef5b
      Craig Watson authored
      Previously, items such as audio, video, and widget items could not be
      cut and pasted because when the page was saved, any item that had been
      deleted was permanently removed (including its source file, in the case
      of these mulitmedia items).
      
      This commit prevents the deletion any item in the undoStack
      (i.e, items that have been deleted) when the document is persisted,
      meaning the source file is still available when pasting the item on
      another page (or document).
      
      Note that this can lead to cases where the source file is kept in the
      document even when no item is present. This should be a relatively rare
      occurence, however.
      457aef5b
  28. 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
  29. 11 Mar, 2017 1 commit
  30. 28 Jan, 2017 1 commit
    • Craig Watson's avatar
      Fix for text items' buttons overflowing from frame · fe6b9251
      Craig Watson authored
      This was observed in some cases on low-resolution screens, at least on
      Linux and Windows.
      
      The previously hardcoded value for the width of the text items' titlebar
      (consisting of the buttons for formatting text) was replaced by a
      method calculating its width (which varies based on screen resolution).
      fe6b9251