0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 28, 2024 — Jul 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
use const instead of var
Vero1979
as Andreas Gal
More... about 14 years ago
use const instead of var
Vero1979
as Andreas Gal
More... about 14 years ago
Merge branch 'master' of github.com:andreasgal/pdf.js
Vero1979
as Andreas Gal
More... about 14 years ago
set mozOpaque
Vero1979
as Andreas Gal
More... about 14 years ago
basic kinda-working form xobject support More... about 14 years ago
add assert helpers, small cleanup More... about 14 years ago
initial (broken) support for xobjects More... about 14 years ago
fix a couple more shadowings
Vero1979
as Andreas Gal
More... about 14 years ago
forgot another shadowing
Vero1979
as Andreas Gal
More... about 14 years ago
use defineProperty to shadow getters
Vero1979
as Andreas Gal
More... about 14 years ago
Merge branch 'master' of github.com:andreasgal/pdf.js
Vero1979
as Andreas Gal
More... about 14 years ago
seperate page fetch and render times
Vero1979
as Andreas Gal
More... about 14 years ago
fix typo in lexing of octal escapes More... about 14 years ago
fix for new XHR2 binary API
Vero1979
as Andreas Gal
More... about 14 years ago
clone stream if we got it from the cache in case its already in use
Vero1979
as Andreas Gal
More... about 14 years ago
fix next/prev, small tweaks More... about 14 years ago
0 is error for http, only MS would design this API
Vero1979
as Andreas Gal
More... about 14 years ago
support file status code
Vero1979
as Andreas Gal
More... about 14 years ago
don't try to go further back than page 1
Vero1979
as Andreas Gal
More... about 14 years ago
display rendering time
Vero1979
as Andreas Gal
More... about 14 years ago
remove the echo interpreter, dissolve interpreter into gfx and Page
Vero1979
as Andreas Gal
More... about 14 years ago
cache refs, not streams, in the interest of saving memory
Vero1979
as Andreas Gal
More... about 14 years ago
uncompressed pdfs render a bit now
Vero1979
as Andreas Gal
More... about 14 years ago
fix bug in string obj handling
Vero1979
as Andreas Gal
More... about 14 years ago
parser content streams
Vero1979
as Andreas Gal
More... about 14 years ago
fixes for the huffman decoder
Vero1979
as Andreas Gal
More... about 14 years ago
wired up decompression, not working yet
Vero1979
as Andreas Gal
More... about 14 years ago
parse the page tree and extract pages and their content
Vero1979
as Andreas Gal
More... about 14 years ago
add code to access the page dictionary
Vero1979
as Andreas Gal
More... about 14 years ago
reading the catalog, at last
Vero1979
as Andreas Gal
More... about 14 years ago