]> git.parisson.com Git - pdf.js.git/shortlog
pdf.js.git
2011-06-25 Vivien NicolasType1 fonts pass the sanitizer (again)
2011-06-25 Vivien NicolasDo less manual conversion
2011-06-25 Vivien NicolasAdd the Type1 subrs into the CFF local subrs index
2011-06-25 Vivien NicolasAdd a 'scale' url parameter
2011-06-24 Vivien NicolasFix some warnings
2011-06-24 Vivien NicolasUpdate the multi_page_viewer.js code to work with the...
2011-06-24 Vivien NicolasMerge branch 'master' of https://github.com/andreasgal...
2011-06-24 Vivien NicolasDo not add the font-loader canvas to the page dom to...
2011-06-24 Vivien NicolasFix a bunch of warnings from Firebug strict mode
2011-06-24 Vivien NicolasStart adding a FontLoader class to isolate the font...
2011-06-24 Chris JonesMerge pull request #73 from justindarc/master
2011-06-24 Justin D'ArcangeloBrought pdf.js back up to the latest revision.
2011-06-24 Justin D'ArcangeloFixed vim indentation rules.
2011-06-24 Justin D'ArcangeloFixed file renaming issues.
2011-06-24 Justin D'ArcangeloFixed file renaming issues.
2011-06-24 Justin D'ArcangeloRevert ae2e637044e5abe5d4c119de133e65e0aef4a9b5^..HEAD
2011-06-24 Vivien NicolasDon't read the lsb instead of the width
2011-06-24 Vivien NicolasFix Windows 'hmtx' bust table
2011-06-24 Justin D'ArcangeloRefactored the multi-page viewer to adhere to the codin...
2011-06-24 Vivien NicolasRemove code to handle FlateStream differently now that...
2011-06-24 Chris JonesTODO for bpc!=8
2011-06-23 Vivien NicolasMerge branch 'master' of https://github.com/vingtetun...
2011-06-23 Vivien NicolasRemove some useless var
2011-06-23 Chris JonesMerge pull request #65 from sayrer/master
2011-06-23 Vivien NicolasMerge remote branch 'upstream/master'
2011-06-23 Rob Sayreonly supply a -foreground argument on Mac.
2011-06-23 Chris Jonesfix rendering of some symbols. Patch by Vivien Nicolas.
2011-06-23 Vivien NicolasMerge remote branch 'upstream/master'
2011-06-23 Chris JonesMerge pull request #45 from jviereck/master
2011-06-23 Rob SayreRemove invalid trailing commas.
2011-06-23 Julian ViereckSmall rebase tidyup + cleanup
2011-06-23 Vivien NicolasMerge remote branch 'upstream/master'
2011-06-23 Julian ViereckReplace tic & toc by console.time/timeEnd
2011-06-23 Julian ViereckReverts parts of 60f4d16360: Use old font-is-loaded...
2011-06-23 Julian ViereckClear the main canvas right before the next rendering...
2011-06-23 Julian ViereckEnsure divs used to make fonts load are not visible
2011-06-23 Julian ViereckFix WebWorker logging and add separate timing for ...
2011-06-23 Julian ViereckFix sending image data to main thread
2011-06-23 Julian ViereckChange postMessage to send only one object that holds...
2011-06-23 Julian ViereckFirst pass on review: worker.js -> pdf_worker.js, Font...
2011-06-23 Julian ViereckMove client code into worker_client.js. Cleanup + comme...
2011-06-23 Julian ViereckFix putImageData. Needs to be copied byte by byte.
2011-06-23 Julian ViereckAdd PatternProxy; makes page 13 work
2011-06-23 Julian ViereckMerge ImageCanvasProxy and CanvasProxy. Add support...
2011-06-23 Julian ViereckReplace ImageCanvas by ScratchCanvas
2011-06-23 Julian ViereckMake the ProxyCanvas be more a canvas - provide a ctx...
2011-06-23 Julian ViereckAdd very simple GradientProxy support - makes page...
2011-06-23 Julian ViereckAdd JpegStreamProxy - doesnt seem to be used anywhere...
2011-06-23 Julian ViereckFix font loading issue by using a hidden DOM font node
2011-06-23 Julian ViereckFixing some smaller bugs & do some cleanup. viewer_work...
2011-06-23 Julian ViereckGet working for not real images
2011-06-23 Julian ViereckIntroduce ImageCanvas to handle canvas rendering in...
2011-06-23 Julian ViereckMake fonts getting loaded by a very nasty hack
2011-06-23 Julian ViereckMost working, but once you add the font-css file to...
2011-06-23 Julian ViereckBackup work
2011-06-23 Vivien NicolasRemove some hardcoded glue
2011-06-23 Rob SayreCleanup newlines and fix a mistakenly symlinked file.
2011-06-23 Rob SayreMerge remote branch 'upstream/master'
2011-06-23 Rob SayreAdd sample manifests. Also make a browser path argument...
2011-06-23 Vivien NicolasRemove the ignoreFont variable
2011-06-23 Vivien NicolasFix bustage of the previous commit
2011-06-23 Rob SayreAdd SpecialPowers extension to allow the browser to...
2011-06-23 Vivien NicolasAdd a createPostTable function and remove the useless...
2011-06-23 Andreas GalMerge pull request #63 from sbarman/uncompressedflate
2011-06-23 Rob SayreAdd a user.js file Firefox profile. Change HTTP server...
2011-06-23 Rob SayreAdd pdf.pdf to .gitignore
2011-06-23 Rob SayreMerge upstream.
2011-06-23 Rob SayreModify paths of web resources to work with test resourc...
2011-06-23 sbarmanMerge branch 'master' into uncompressedflate
2011-06-23 sbarmanfix for uncompressed flatestream blocks
2011-06-23 Rob SayreMove some files around.
2011-06-23 Andreas GalMerge pull request #62 from sbarman/master
2011-06-23 Rob SayreAdd new test directories.
2011-06-23 sbarmanMerge branch 'master' of github.com:andreasgal/pdf.js
2011-06-23 Andreas GalMerge pull request #61 from vingtetun/master
2011-06-23 Chris Jonesfix bug in testing multiple browsers
2011-06-23 Vivien NicolasUse the real content of the string to measure it's...
2011-06-23 sbarmanfake stream for unimplemented filters
2011-06-23 Chris Jonesfix strict-mode violations in chrome
2011-06-23 Chris Jonesremove debugging code
2011-06-23 Chris Jonesactually wait for fonts to be loaded, and write out...
2011-06-23 Rob Sayreremove some accidental print statements.
2011-06-22 Rob SayreChange test.py to use an external browser_manifest...
2011-06-22 Andreas GalMerge pull request #53 from vingtetun/master
2011-06-22 Chris Jonesadd TODO() for Shading Pattern
2011-06-22 Vivien NicolasMerge remote branch 'upstream/master'
2011-06-22 Vivien NicolasFill more gaps for Format 6 dense array
2011-06-22 Chris JonesTODO() for 4-component-per-pixel images
2011-06-22 Chris JonesTODO() for radial shading
2011-06-22 Chris Jonesband-aid lack of Indexed color space
2011-06-22 Vivien NicolasEnhance the converter code by filling Format 6 dense...
2011-06-22 Chris Jonesdeal with apparent lack of FontDescriptor for standard...
2011-06-22 Chris Jonesadd support for test "master mode" and finish impl...
2011-06-22 Chris Jonesdon't let getPage() errors break the test slave
2011-06-22 Andreas Galfix typo
2011-06-22 Andreas Galfix other cases of reading this.buffer before ensureBuf...
2011-06-22 Andreas GalensureBuffer can modify this.buffer, so read it after...
2011-06-22 sbarmanMerge pull request #48 from sbarman/ascii85
2011-06-22 sbarmanmoved array allocation to consturctor
2011-06-22 Vivien NicolasStart of a TTF Format6 to Format4 converter (sigh)
next