]> git.parisson.com Git - pdf.js.git/shortlog
pdf.js.git
2012-01-04 Jeff WagnerFix subarray error for IE9
2012-01-04 Brendan DahlMerge pull request #982 from merkste/opera-css-issues
2012-01-04 Artur AdibMerge pull request #954 from notmasteryet/textlayout-ui
2012-01-04 Artur AdibMerge pull request #1025 from arturadib/issue-1015
2012-01-04 Artur AdibAdding test PDF
2012-01-04 notmasteryetMerge pull request #1023 from jviereck/viewer_default_fix
2012-01-04 Julian ViereckMerge pull request #1021 from notmasteryet/tree-52
2012-01-04 Julian ViereckReset scale value on opening new file
2012-01-04 notmasteryetFix blank unopened document regression
2012-01-04 notmasteryetMerge branch 'master' of git://github.com/mozilla/pdf...
2012-01-03 Chris JonesMerge pull request #1013 from LegNeato/master
2012-01-03 Julian ViereckMerge pull request #957 from jviereck/viewer_default_width
2012-01-03 Julian ViereckFix lint error
2012-01-03 Chris JonesMerge pull request #1018 from arturadib/webkit-dash
2012-01-03 Artur Adibwebkit dash support
2012-01-03 Artur AdibMerge pull request #1006 from notmasteryet/float64arr...
2012-01-03 SaebekassebilTypdoh
2012-01-03 SaebekassebilAdd #findTableCode to CCITTFaxStream's prototype, fixin...
2012-01-03 Christian LegnittoAdd the style element to the head rather than first...
2012-01-02 Julian ViereckTreat `zoom` such that it can be a string value as...
2012-01-02 Julian ViereckAdd selectScaleOption function back, that seems to...
2012-01-02 Julian ViereckRemove brakets
2012-01-02 Julian ViereckAdd displayReadyPromise to the Page object to not reque...
2012-01-02 Julian ViereckMake sure resolving the promise sets some data
2012-01-02 Julian ViereckIgnore new scale value if it's the same as before
2012-01-02 Julian ViereckAdd new 'Auto' option for the viewer.
2011-12-31 Brendan DahlMerge pull request #1009 from notmasteryet/issue-1001
2011-12-31 notmasteryetReplace nbsp entity with character code
2011-12-31 notmasteryetMerge branch 'master' of git://github.com/mozilla/pdf...
2011-12-31 notmasteryetFixing CropBox
2011-12-31 notmasteryetMerge pull request #994 from brendandahl/type4func
2011-12-30 Brendan DahlSwitch to push instead of slice. Faster on jsperf,...
2011-12-30 notmasteryetAdd external ref test
2011-12-30 notmasteryetMove the media left-top corner to the (0,0) canvas...
2011-12-30 Brendan DahlSwitch to conditional operator.
2011-12-30 notmasteryetImproving typed arrays compatibility support
2011-12-30 Brendan DahlFix idiv and cvi. Add test case for idiv.
2011-12-30 Brendan DahlMerge pull request #990 from notmasteryet/concurload
2011-12-30 Brendan DahlAddress Yury's PR comments.
2011-12-30 notmasteryetFix stitching function
2011-12-30 notmasteryetMerge pull request #985 from kkujala/test
2011-12-30 notmasteryetremove unused field
2011-12-29 Brendan DahlSwitch to a single "code stack".
2011-12-29 Brendan DahlAdds the missing test pdf to the manifest.
2011-12-29 Brendan DahlMerge upstream.
2011-12-29 Kalervo KujalaRefactor obj.js unit tests to be aligned with code.
2011-12-29 Brendan DahlAdd test pdf for type4 postscript functions.
2011-12-29 Brendan DahlMerge pull request #972 from notmasteryet/textstroke
2011-12-29 Brendan DahlSwitch to two arrays for instructions.
2011-12-29 notmasteryetFixes concurrent pages loading (#974 and #626)
2011-12-28 notmasteryetMerge pull request #983 from merkste/opera-worker-issues
2011-12-28 Kalervo KujalaAdd basic unit tests for obj.js.
2011-12-28 Steffen Märckerfixed the remaining style error
2011-12-28 Steffen Märckerfixed lint errors
2011-12-28 Steffen Märckerfixed typo
2011-12-28 Steffen MärckerSmall refactoring of fallback code to fake worker.
2011-12-28 Steffen MärckerAdded fallback to fake worker if serialization of typed...
2011-12-27 Steffen Märckerfixed viewer.css to support Opera's linear gradients...
2011-12-26 SaebekassebilRespect private browsing in extension
2011-12-26 SaebekassebilToo rash yet again. Bracket and style nits
2011-12-26 SaebekassebilSet page number instead of window.scrollTo, and remove...
2011-12-26 SaebekassebilRefactoring Settings manager, now with limit on memory...
2011-12-25 SaebekassebilMissed function name...
2011-12-25 SaebekassebilRemember hash position correctly
2011-12-25 Andreas GalMerge pull request #980 from saebekassebil/fixkeydown
2011-12-25 SaebekassebilFixes shortcuts steals from browser - Issue #979
2011-12-24 Brendan DahlAdd unit files to lint, fix lint errors.
2011-12-24 Brendan DahlAdding type4 postscript function support.
2011-12-23 SaebekassebilToo rash. Fixes gjslint errors
2011-12-23 SaebekassebilAddress yury's comments, and remove unnecessary hash...
2011-12-22 notmasteryetCorrect stroke width for text; convert intel-load test...
2011-12-22 SaebekassebilAdded #getFingerprint method to PDFDocModel
2011-12-22 SaebekassebilImplemented Settings manager. Now remembering scroll...
2011-12-22 notmasteryetMerge pull request #968 from saebekassebil/dev
2011-12-22 SaebekassebilImage directory as a constant, adding myself to LICENSE...
2011-12-22 SaebekassebilAddressing notmasteryet's comments
2011-12-21 SaebekassebilLint nits
2011-12-21 SaebekassebilImplemented Comment and Check annotation. Correcting...
2011-12-21 Artur AdibMerge pull request #967 from arturadib/master
2011-12-21 Artur AdibUpdate README.md
2011-12-21 Artur AdibMerge pull request #749 from notmasteryet/forms-1
2011-12-20 notmasteryetMerge pull request #961 from brendandahl/smaskscale
2011-12-20 notmasteryetmove inputHint to examples
2011-12-20 notmasteryetMoving forms UI into examples
2011-12-20 Brendan DahlRename some variables.
2011-12-19 Brendan DahlFix comment.
2011-12-19 Julian ViereckMerge pull request #959 from jviereck/cache_cmds
2011-12-19 Julian ViereckAddress review comments by notmasteryet
2011-12-19 Julian ViereckMerge pull request #962 from cpeterso/keyboardshortcuts
2011-12-19 Chris PetersonFix typo: s/handle/handled/
2011-12-19 Chris PetersonAdd keyboard shortcuts to navigate pages with 'n' and...
2011-12-19 Chris PetersonAdd keyboard shortcuts to navigate pages with 'j' and...
2011-12-19 Chris PetersonAdd keyboard shortcuts to navigate pages with left...
2011-12-19 Brendan DahlMerge remote-tracking branch 'upstream/master' into...
2011-12-19 Brendan DahlFix nits.
2011-12-19 Brendan DahlChange test case.
2011-12-19 Brendan DahlScale smask and image to the max dimensions of either...
2011-12-19 Brendan DahlFix bug, decoding was always getting called.
2011-12-18 notmasteryetMerge pull request #955 from jviereck/vprevent_default
2011-12-18 notmasteryetFix the text layer testing
next