]> git.parisson.com Git - pdf.js.git/shortlog
pdf.js.git
2011-09-19 vingtetunMerge pull request #498 from kkujala/master
2011-09-19 Kalervo KujalaAlign switch cases properly.
2011-09-19 Julian ViereckAdd links to subscribe to mailing list.
2011-09-19 vingtetunMerge pull request #497 from notmasteryet/tree-20
2011-09-19 vingtetunMerge pull request #466 from notmasteryet/charstoglyphs
2011-09-19 notmasteryetremoving onload from driver.js
2011-09-19 Andreas GalMerge pull request #493 from notmasteryet/tree-20
2011-09-19 Andreas GalMerge pull request #495 from notmasteryet/otf-loca
2011-09-19 notmasteryetFix for 16-bit 'loca' table
2011-09-19 notmasteryetSanitize 'loca' font table: some fonts have first glyph...
2011-09-18 notmasteryetZero gjslint warnings mark
2011-09-18 notmasteryetFixing the CID to GID mapping for cid fonts (regression...
2011-09-18 notmasteryetMerge branch 'master' of https://github.com/andreasgal...
2011-09-18 notmasteryetMoving defaultWidth into the charsToGlyphs function
2011-09-18 Chris JonesMerge pull request #488 from notmasteryet/issue-484-a
2011-09-18 Chris JonesMerge pull request #486 from notmasteryet/tree-16
2011-09-17 Andreas GalMerge pull request #491 from notmasteryet/cmap-2
2011-09-17 notmasteryetFixing large cmap-s; reduce changes in the indent encoding
2011-09-17 notmasteryetMerge branch 'master' of https://github.com/andreasgal...
2011-09-17 Andreas GalMerge pull request #489 from notmasteryet/tree-18
2011-09-17 notmasteryetModifying how the artofwar encryption handled; add...
2011-09-17 notmasteryetFixing double metrics issue for glyphs (#484)
2011-09-17 notmasteryetFixing lint long lines warnings
2011-09-17 vingtetunMerge pull request #482 from ironymark/master
2011-09-16 Adil AllawiAdded myself to the license (yay!)
2011-09-16 Adil AllawiAdd opentype ascender, descender and units-per-em to...
2011-09-16 Adil AllawiFix OS/2 table to match font yMax and yMin from head...
2011-09-16 Julian ViereckFix regression in PDFFunction
2011-09-16 Julian ViereckRename some stuff and add missing font_handler.js
2011-09-16 Artur AdibMerging #478 #483
2011-09-16 Artur AdibMinor
2011-09-16 Artur AdibNew README, .gitignores; Makefile
2011-09-16 Artur AdibAddressing comments by Vivien
2011-09-16 Artur AdibMoved helloworld/ to examples/helloworld/
2011-09-16 Artur AdibHello World example
2011-09-16 Julian ViereckTried to add a destroy function to free memeory, but...
2011-09-16 Julian ViereckDon't stop executeIRQueue if there is no continueCallba...
2011-09-16 Julian ViereckAdd dependency for dependecies on sub getIRQueue
2011-09-16 Julian ViereckAdd firstPage option to tasks to speed up testing certa...
2011-09-16 Julian ViereckCleanup Moz support in FontLoader
2011-09-16 Julian ViereckAdd support for WebKit using measure on canvas method
2011-09-16 Julian ViereckBackup
2011-09-16 Julian ViereckIf the font isn't supported, don't handle it
2011-09-16 notmasteryetMerge branch '07254bb0a5'
2011-09-16 notmasteryetMerge branch 'master' of https://github.com/andreasgal...
2011-09-16 notmasteryetTransfer defaultWidth for files without the file
2011-09-16 notmasteryetFixing defaultWidth; variables names
2011-09-15 Chris JonesMerge pull request #479 from arturadib/exec-flags
2011-09-15 Julian ViereckEnsure fonts loaded in caes you load fonts out of line
2011-09-15 Julian ViereckAdd Objects.clear() and fallback for testStr in FontMeasure
2011-09-15 Kalervo KujalaFix small lint warnings.
2011-09-15 Julian ViereckFix rebasing
2011-09-15 Julian ViereckAddd font logs
2011-09-15 Julian ViereckJust use imageData directly on Gecko
2011-09-15 Julian ViereckUse canvas measureText to detect font loading
2011-09-15 Julian ViereckAdd FontShape.getRule which returns the name for the...
2011-09-15 Julian VierecAdd Objects.setData and Promise.data to set the data...
2011-09-15 Julian ViereckMake font processing happen in a worker
2011-09-15 Julian ViereckRemove worker/boot.js
2011-09-15 Julian ViereckFix
2011-09-15 Julian ViereckRemove no longer needed worker files, rename boot to...
2011-09-15 Julian ViereckRemove console.logs from previous commit again
2011-09-15 Julian ViereckFixing font loading issues
2011-09-15 Julian ViereckTrying to implement progressive font rendering. Works...
2011-09-15 Julian ViereckSend JpegStreams to the main thread ASAP. No need for...
2011-09-15 Julian ViereckStop the execution if it takes longer then a certain...
2011-09-15 Julian ViereckAdd missing metrics.js for worker
2011-09-15 Vivien NicolasMerge remote branch 'upstream/master' into metrics
2011-09-15 Artur AdibChanged exec flags of non-exec files (chmod -x)
2011-09-15 Julian ViereckEnsure to call the pageDone callback after it's really...
2011-09-15 Julian ViereckAdding back bug in constructInterpolatedFromIR to get...
2011-09-15 Julian ViereckRemoving some console.log statements.
2011-09-15 Julian ViereckEnsure things work for default fonts like Arial
2011-09-15 Julian ViereckImplement endInlineImage IR
2011-09-15 Julian ViereckfontFile doesn't have to be a FlateStream. complex_ttf_...
2011-09-15 Julian ViereckFix constructInterpolatedFromIR + fix indexing i that...
2011-09-15 Julian ViereckFix TilingPattern + implement DummyShading IR form
2011-09-15 Julian ViereckAdd PDFFunction to IR support + complete ColorSpace...
2011-09-15 Julian ViereckFix missing parameter for RadialAxialShading
2011-09-15 Julian ViereckMake ColorSpace Separation work as long as no IR form...
2011-09-15 Julian ViereckMake testdriver use new worker infrastructure
2011-09-15 Julian ViereckFix rendering of fonts on Firefox + turn worker on...
2011-09-15 Julian ViereckAdd dependency management for loading images that cause...
2011-09-15 Julian ViereckFlattern the IRQueue to make it easier to reexecute...
2011-09-15 Julian ViereckAdd very simple Promise object
2011-09-15 Julian Viereck[Cleanup] Remove no longer needed Patter.parse and...
2011-09-15 Julian ViereckUse all over the place and cleanup/renomve not longer...
2011-09-15 Julian ViereckMake ColorSpace.parse use ColorSpace.toIR and .fromIR...
2011-09-15 Julian ViereckImplement ColorSpace IR forms for Pattern and Indexed
2011-09-15 Julian Viereck[Cleanup] Renomve no longer needed RadialAxialShading...
2011-09-15 Julian Viereck[Cleanup] Rename Raw to IR
2011-09-15 Julian ViereckRemove no longer needed code and rename IR forms to...
2011-09-15 Julian ViereckAdd rendering timer
2011-09-15 Julian ViereckAdd support for image xObjs with imageMask
2011-09-15 Julian ViereckImplement paintReadyJpegXObject + add infrastructure...
2011-09-15 Julian ViereckAdd some comments + fix getColorN_IR_Pattern
2011-09-15 Julian ViereckMove getting the Pattern from IR form out and make...
2011-09-15 Julian ViereckAdd shading support for setFillColorN_IR - is that...
2011-09-15 Julian ViereckUse the worker
2011-09-15 Julian ViereckFix missing curMatrix variable bug to get TM paper...
next