1. 26 Nov, 2013 3 commits
  2. 25 Nov, 2013 2 commits
  3. 22 Nov, 2013 2 commits
  4. 18 Nov, 2013 1 commit
  5. 16 Nov, 2013 1 commit
  6. 15 Nov, 2013 3 commits
    • csillag's avatar
      Update Annotator to b055f169b (bugfix) · 568f5fa9
      csillag authored
      568f5fa9
    • Kristof Csillag's avatar
      Merge pull request #924 from hypothesis/380-typed-anchors-4 · 16215622
      Kristof Csillag authored
      Introducing typed anchor support
      16215622
    • csillag's avatar
      Introducing typed anchor support · bcadbfd8
      csillag authored
       * Updated Annotator to de4c0dfc (maintenance branch), which has
         typed anchors support merged.
         See https://github.com/hypothesis/annotator/pull/18 for explanation.
      
      The H specific parts:
      
       * Following Annotator API and packaging changes
       * The heatmap got a lot trickier. Since it can no longer make any
         assumption about the actual implementation of the highlights and
         anchors, now it does not rely on any data inside them. That includes
         the start and stop character offsets, too, which was previously used
         to find the nearest anchor for the up/down arrows on.
         We can't assume that all anchors have that data.
         Unfortunately, the Y coordinate is not always available, because
         the required part of the DOM might not be rendered yet.
         So the only data we have is the page number. (All anchors have page
         numbers). In the first phase, we only collect the anchors from the
         nearest page. Then we go there, to assure that it's rendered.
         When all the anchors have been realized, we select the nearest one,
         and actually scroll to it. This way, we can make it work with
         all kinds of anchors/highlights.
      bcadbfd8
  7. 12 Nov, 2013 9 commits
  8. 11 Nov, 2013 9 commits
  9. 10 Nov, 2013 4 commits
  10. 07 Nov, 2013 1 commit
  11. 31 Oct, 2013 1 commit
  12. 30 Oct, 2013 1 commit
  13. 28 Oct, 2013 1 commit
  14. 27 Oct, 2013 2 commits