]> git.parisson.com Git - pdf.js.git/shortlog
pdf.js.git
2011-06-23 Julian ViereckMost working, but once you add the font-css file to...
2011-06-23 Julian ViereckBackup work
2011-06-23 Andreas GalMerge pull request #63 from sbarman/uncompressedflate
2011-06-23 sbarmanMerge branch 'master' into uncompressedflate
2011-06-23 sbarmanfix for uncompressed flatestream blocks
2011-06-23 Andreas GalMerge pull request #62 from sbarman/master
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-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)
2011-06-22 sbarmanclean up code
2011-06-22 sbarmanmade Ascii85Stream be a child of DecodeStream
2011-06-22 Andreas Galavoid frequent calls to ensureBuffer during decompression
2011-06-22 Andreas GalMerge.
2011-06-22 sbarmanMerge branch 'master' into ascii85
2011-06-22 Andreas GalMerge pull request #46 from sbarman/streamrewrite2
2011-06-22 sbarmanfixed indent
2011-06-22 Andreas GalMerge branch 'master' of github.com:andreasgal/pdf.js
2011-06-22 Andreas GalMerge pull request #47 from justindarc/master
2011-06-22 sbarmanrewrote prototype inhertence
2011-06-22 sbarmanwork in progress on ascii85
2011-06-22 sbarmanmodified Ascii85Stream to be more like other streams
2011-06-22 Vivien NicolasSupport Format 6 cmap table, but does not pass the...
2011-06-22 Justin D'ArcangeloImplemented support for opening files from the local...
2011-06-22 sbarmanrewrote streams to be object oriented
2011-06-21 Andreas Galavoid constantly calling ensureBuffer
2011-06-21 sbarmancombined redudent code in Stream
2011-06-21 Chris Jonesadd support for linking pdfs we can't/won't distribute
2011-06-21 Chris Jonestest-harness improvements
2011-06-21 sbarmanfixed getBytes in Ascii85Stream
2011-06-21 Chris Jonesfix typo
2011-06-21 Chris JonesDon't error out for FontFile3 descriptors.
2011-06-21 sbarmaninitial impl of ASCII85 Decoding
2011-06-21 Vivien NicolasStart displaying TrueType fonts
2011-06-21 Andreas Galwhitespace fixes and move inheriting of dict props...
2011-06-21 Andreas Galindentation fix
2011-06-21 sbarmanMerge pull request #35 from sbarman/master
2011-06-21 sbarmanminor fix to render page, add F command, added inhertab...
2011-06-21 Andreas Galdon't die when translating fonts without a charset
2011-06-21 Andreas Galstyle fixes and fix bug in numComps calculation (missin...
2011-06-21 andreasgalMerge pull request #32 from sbarman/predictor
2011-06-21 sbarmanremoved redundant getChar
2011-06-21 sbarmanMerge branch 'master' into predictor
2011-06-21 sbarmanMerge branch 'master' of github.com:andreasgal/pdf.js
2011-06-21 andreasgalMerge pull request #30 from vingtetun/master
2011-06-21 Vivien NicolasGet rid of the TrueType class, adapt the code to conven...
2011-06-21 andreasgalMerge pull request #33 from notmasteryet/pdf32000_2008
2011-06-21 notmasteryetFixes 09061a2cc48da67768b regression, spaces, and defau...
2011-06-21 sbarmanworking implementation of png and tiff predictors
2011-06-21 sbarmancleaned up code
2011-06-21 andreasgalMerge pull request #31 from justindarc/master
2011-06-21 sbarmancleaned up code
2011-06-21 sbarmanBug fix when an array of filters is passed in
2011-06-21 sbarmanworking implementation of png and tiff predictors
2011-06-21 Andreas Galrestore getChar in JpegStream
2011-06-21 Vivien NicolasAdd a name to some anonyous functions
2011-06-21 Vivien NicolasRename s2a, s16, s32 and do some dance inside the bind...
2011-06-21 Justin D'ArcangeloReplaced zoom control with standard HTML <select/>...
2011-06-21 Vivien NicolasFix some leftovers
2011-06-21 Vivien NicolasMerge with master
2011-06-21 sbarmanMerge branch 'master' into predictor
2011-06-21 Vivien NicolasMerge with master
2011-06-20 Andreas Galcleanup DCTStream rendering code a tad
2011-06-20 andreasgalMerge pull request #29 from notmasteryet/jpegstream2
2011-06-20 Chris JonesMerge pull request #20 from sbarman/streamrewrite2
2011-06-20 sbarmanMerge branch 'pngpredictor' of https://github.com/notma...
2011-06-20 sbarmanMerge branch 'master' into streamrewrite2
2011-06-20 sbarmanMerge branch 'master' of github.com:andreasgal/pdf.js
2011-06-20 sbarmanMerge branch 'master' into predictor
2011-06-20 Chris JonesMerge pull request #19 from sbarman/tiling
2011-06-20 sbarmanMerge branch 'master' of github.com:andreasgal/pdf.js
2011-06-20 sbarmanswitched to using const enums
2011-06-20 sbarmanMerge branch 'master' of github.com:andreasgal/pdf...
2011-06-20 sbarmanforgot to changed to typeof b == undefined at one location
2011-06-20 sbarmanused typeof b == undefined
2011-06-20 sbarmanMerge branch 'master' into streamrewrite2
2011-06-20 sbarmanfixed ExtraStateContext.colorSpace impl
2011-06-20 sbarmanUsed symbolic constants
2011-06-20 Vivien NicolasAdd a way to disable fonts that won't load
next