1. 27 Apr, 2021 2 commits
    • Robert Knight's avatar
      Fix a bug in `isInPlaceholder` · 8bcc9973
      Robert Knight authored
      Fix incorrect result if the passed node has no parent.
      8bcc9973
    • Robert Knight's avatar
      Encapsulate logic for anchoring placeholders in a new module · 3b054855
      Robert Knight authored
      Several different parts of the code need to know about placeholder
      elements used to anchor annotations that refer to not-yet-rendered pages
      of a document in a PDF. Centralize the logic for creating placeholders
      and testing whether a node is inside a placeholder in one module.
      
      A trivial changes it that the "Loading annotations" text now ends with
      an ASCII "..." instead of unicode ellipsis "…". This is easier to type
      since the text is not intended to be seen by the user.
      3b054855
  2. 26 Apr, 2021 17 commits
  3. 22 Apr, 2021 16 commits
  4. 20 Apr, 2021 5 commits