]> git.parisson.com Git - pdf.js.git/shortlog
pdf.js.git
2011-08-14 notmasteryetLZW filter
2011-08-11 Chris JonesMerge pull request #321 from kkujala/master
2011-08-11 Kalervo KujalaRefactor the lines that are over 80 characters long...
2011-08-11 Chris JonesMerge pull request #320 from kkujala/master
2011-08-11 Kalervo KujalaAdd test/ to the lint.
2011-08-11 Kalervo KujalaAdd test js files to the lint.
2011-08-11 Kalervo KujalaCorrect the coding style according to gjslint in font.js
2011-08-09 Chris JonesMerge pull request #318 from kkujala/master
2011-08-09 Kalervo KujalaRefactor the line that is longer than 80 characters...
2011-08-09 Andreas GalMerge pull request #317 from kkujala/master
2011-08-09 Kalervo KujalaRefactor the lines that are longer than 80 characters...
2011-08-08 Chris JonesMerge pull request #314 from kkujala/master
2011-08-08 Kalervo KujalaUse strict in user.js.
2011-08-08 Andreas GalMerge pull request #313 from kkujala/30ecf43676dbc448f0...
2011-08-08 Kalervo KujalaMerge remote-tracking branch 'upstream/master'
2011-08-08 Kalervo KujalaCorrect the coding style according to gjslint for drive...
2011-08-08 Chris JonesMerge pull request #312 from kkujala/master
2011-08-08 Kalervo KujalaCorrect the coding style according to gjslint.
2011-08-08 Andreas GalMerge pull request #311 from brendandahl/rotation
2011-08-08 Brendan DahlNormalizing rotation
2011-08-06 Andreas GalMerge pull request #310 from brendandahl/rotation
2011-08-06 Brendan DahlBetter undefined check
2011-08-06 Andreas GalMerge pull request #309 from kkujala/master
2011-08-06 Brendan DahlAdding support for page rotation
2011-08-06 Kalervo KujalaShow browser-test results in pageNum/numPages format.
2011-08-06 Andreas GalMerge pull request #308 from kkujala/master
2011-08-06 Andreas GalMerge pull request #307 from kkujala/master
2011-08-06 Kalervo KujalaCreate an example browser_manifest.json for windows.
2011-08-06 Kalervo KujalaAvoid browser-test stoppage when task.pdfDoc is undefined.
2011-08-06 Andreas GalMerge pull request #306 from kkujala/master
2011-08-06 Kalervo KujalaUse strict in driver.js.
2011-08-06 Andreas GalMerge pull request #305 from mehlis/master
2011-08-06 Andreas GalMerge pull request #303 from cgjones/master
2011-08-06 Christian Mehlisfix url to demo site
2011-08-06 Chris JonesMerge pull request #304 from sbarman/master
2011-08-06 sbarmanAdded new link file
2011-08-06 Chris JonesFix bug in ref-updating code
2011-08-05 Andreas GalMerge pull request #301 from kkujala/master
2011-08-05 Kalervo KujalaCorrect the return values for lookChar function.
2011-08-04 Andreas GalMerge pull request #298 from sbarman/inlineimage
2011-08-04 sbarmancleanup
2011-08-04 sbarmanAdded test for inline images
2011-08-04 sbarmancleanup
2011-08-04 sbarmanMerge branch 'master' into inlineimage
2011-08-04 sbarmaninline images working
2011-08-03 Andreas GalMerge pull request #296 from sbarman/lexerfix2
2011-08-03 Andreas GalMerge pull request #295 from sbarman/lexerfix
2011-08-03 sbarmanMerge branch 'lexerfix2' into streams
2011-08-03 sbarmanadded skip to lexer
2011-08-03 sbarmanfix for bug with empty strings
2011-08-03 sbarmanMerge pull request #293 from ivarsv/master
2011-08-03 Ivars VeksinsfontName can be stored in xref
2011-08-02 Chris JonesMerge pull request #290 from sbarman/tilingcompile
2011-08-02 sbarmanremoved comments
2011-08-02 sbarmanMerge branch 'master' into tilingcompile
2011-08-02 sbarmancompiled code for tiling patterns
2011-08-01 Chris JonesMerge pull request #288 from arturadib/master
2011-08-01 Artur AdibUpdated test/pdfs link (intelisa.pdf)
2011-08-01 Andreas GalMerge pull request #286 from notmasteryet/sizes
2011-08-01 notmasteryetFixing the maxAdvanceWidth and the amount of the missin...
2011-07-29 Andreas GalMerge pull request #285 from vingtetun/master
2011-07-29 Vivien NicolasAdd a cache system to limit the amount of ram used
2011-07-28 Vivien NicolasAdd buttons images
2011-07-28 Vivien NicolasUnify the multi_page_viewer and the basic viewer
2011-07-26 Vivien NicolasMissed a small change
2011-07-26 Vivien NicolasAdd code to nulti page viewer to works with the extension
2011-07-26 Andreas GalMerge pull request #284 from vingtetun/master
2011-07-26 Vivien NicolasMake viewer.js compatible with the content type handler...
2011-07-25 Vivien NicolasDo not fail on splitted hex string
2011-07-25 Andreas GalMerge pull request #283 from vingtetun/master
2011-07-25 Vivien NicolasMore fix to handle some others invert leading cases...
2011-07-25 Vivien NicolasInvert leading parameter since we scale by the invert
2011-07-25 Andreas GalMerge pull request #280 from vingtetun/master
2011-07-25 Vivien NicolasSupport standards fonts
2011-07-25 vingtetunMerge pull request #271 from sbarman/font
2011-07-23 Andreas Galfix incorrect property name, tests were failing
2011-07-23 sbarmanMerge pull request #279 from sbarman/spacing
2011-07-23 sbarmancleanup
2011-07-23 sbarmanadded texthscale support
2011-07-22 sbarmaninitial impl of char spacing and word spacing
2011-07-22 sbarmanFixed the mapping from charstring to glyphs
2011-07-22 sbarmancleanup code
2011-07-22 sbarmanMerge branch 'master' into font
2011-07-22 sbarmanMerge branch 'master' of github.com:andreasgal/pdf.js
2011-07-21 Chris JonesMerge pull request #277 from notmasteryet/aes-crypto
2011-07-21 notmasteryetFormatting hex number, making gjslint happy: reducing...
2011-07-21 Chris JonesMerge pull request #265 from sbarman/patternfix
2011-07-21 sbarmanremoved unnecessary call to parseEncoding
2011-07-21 sbarmanMerge branch 'master' into font
2011-07-21 sbarmanMerge branch 'master' of github.com:sbarman/pdf.js
2011-07-21 sbarmanMerge pull request #264 from vingtetun/master
2011-07-21 Vivien NicolasGet rid of the inclusion of fonts_utils
2011-07-21 Vivien NicolasMerge to upstream
2011-07-21 sbarmanfix small fonts
2011-07-21 sbarmanMerge branch 'master' into font
2011-07-21 Vivien NicolasFix a > 32000 conversion error in type1 to type2 charstring
2011-07-21 Andreas GalMerge pull request #275 from notmasteryet/aes-crypto
2011-07-21 notmasteryetlink to AESV2 encrypted file
2011-07-21 notmasteryetMerge branch 'master' of https://github.com/andreasgal...
2011-07-21 notmasteryetAES algorithm implementation, PDF1.5,1.6 crypto functio...
next