1. 06 Mar, 2015 14 commits
  2. 05 Mar, 2015 4 commits
  3. 02 Mar, 2015 2 commits
  4. 28 Feb, 2015 1 commit
  5. 26 Feb, 2015 9 commits
  6. 25 Feb, 2015 3 commits
    • Randall Leeds's avatar
      Use a singular time expression one year · c15ed760
      Randall Leeds authored
      Close #1973
      c15ed760
    • csillag's avatar
      Simply PDF text extraction · 27da8253
      csillag authored
      Removing some obsolete conditional code,
      which was necessary for some obsolete version
      of PDF.js.
      
      Fortunately, by now, all supported versions
      of PDF.js uses the same data format, so this
      workaround can go.
      27da8253
    • csillag's avatar
      Simply PDF text extraction · f42c3656
      csillag authored
      Earlier, on some versions of PDF.js, we used to
      use the PDF.js's FindController as a data source
      for the text extraction.
      
      However, at some point, we stopped using the
      routines shipped with it, since it didn't always
      provide use adequate spacing between the various
      pieces of texts. So we ended up just contenating
      the various pieces of text ourselves.
      
      Then, for new versions of PDF.js, we introduced
      other means of accessing the same information,
      completely bypassing the PDFFindController.
      
      This change simply unifies the access; now we can
      do the same an all PDF.js versions.
      f42c3656
  7. 24 Feb, 2015 2 commits
  8. 23 Feb, 2015 3 commits
  9. 22 Feb, 2015 2 commits