2011-06-14 |
Vivien Nicolas | Add support for ligatures, asterisks, etc. |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Vivien Nicolas | Fix an issue with the setTimeout method used for waitin... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Vivien Nicolas | Make the fonts decoding code works with asynchronous... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Vivien Nicolas | Do not use makeSubStream in the CFF constructor |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Vivien Nicolas | Merge to upstream |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Vivien Nicolas | Merge the stream handling changes with the Font code |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Vivien Nicolas | Undo last patch, it broke font rendering |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Andreas Gal | starting position of a stream is relative to the file... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Andreas Gal | use const instead of var |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Vivien Nicolas | Small changes |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Vivien Nicolas | Clean up a bit the code to generate an OTF (again) |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Vivien Nicolas | Clean up a bit the code to generate an OTF |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Vivien Nicolas | Clean up a bit the CMAP ranges creation loop |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Vivien Nicolas | CMAP creation code is now more readable |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Vivien Nicolas | Beginning of the separatation of the Type1/CFF/OTF... |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Vivien Nicolas | Add a root 'Font' class as the outside world API |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Vivien Nicolas | Add some missing glyphs |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Vivien Nicolas | OTF fonts works with the sanitizer (woot) |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Vivien Nicolas | Add some code to make (the first one only...) font... |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Andreas Gal | remove debug code |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Vivien Nicolas | Remove the Type2 validation data from the tree |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Vivien Nicolas | Turn on TrueType decoder even if the sanitizer prevent... |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Vivien Nicolas | Make the Type1 to OTF code active, even if the sanitize... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Vivien Nicolas | Default the unit per EM size to 1000 |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Vivien Nicolas | Fix a bunch of errors reported by OTS except the error... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Vivien Nicolas | No more errors for an empty unicode table |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Vivien Nicolas | OTF does not complain anymore about missize between... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Vivien Nicolas | OTF does not complain anymore about a duplicate .notdef |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Vivien Nicolas | Add a basic non-working OTF generator |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Chris Jones | Merge branch 'master' of github.com:andreasgal/pdf.js |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Chris Jones | skeleton of shading fill |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Vivien Nicolas | Do not add empty spaces anymore |
commit | commitdiff | tree | snapshot |
2011-06-10 |
sbarman | Merge pull request #5 from sbarman/master |
commit | commitdiff | tree | snapshot |
2011-06-10 |
sbarman | changed bufferPos to pos, fixed style issue (spacing) |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Vivien Nicolas | Remove some useless bits of code |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Vivien Nicolas | Remove the aggregate commands and do some methods dance |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Vivien Nicolas | Add a debug writeToFile function and remove aggregation... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Vivien Nicolas | Add the beginning of a working CFF font encoder |
commit | commitdiff | tree | snapshot |
2011-06-10 |
sbarman | Merge branch 'master' of github.com:andreasgal/pdf.js |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Vivien Nicolas | Add the beginning of a CFF encoder |
commit | commitdiff | tree | snapshot |
2011-06-10 |
sbarman | Fixed up excess code |
commit | commitdiff | tree | snapshot |
2011-06-10 |
sbarman | cleaned up code, used dict.get2, hoisted conditional... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Chris Jones | Merge |
commit | commitdiff | tree | snapshot |
2011-06-10 |
sbarman | Revert "added test harness for uncompressed" |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Chris Jones | implement TL and T* |
commit | commitdiff | tree | snapshot |
2011-06-10 |
sbarman | Revert "working on optimizations" |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Andreas Gal | add ?file= parameter to test.html |
commit | commitdiff | tree | snapshot |
2011-06-10 |
sbarman | working on optimizations |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Vivien Nicolas | Move the Type2 utils to a new file and create a Stack... |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Vivien Nicolas | Add the beginning of a Type1 to Type2 charstring converter |
commit | commitdiff | tree | snapshot |
2011-06-09 |
sbarman | fixed error with getBytes in flate stream |
commit | commitdiff | tree | snapshot |
2011-06-09 |
sbarman | Merge remote-tracking branch 'agal/master' |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Andreas Gal | remove left-over shell code |
commit | commitdiff | tree | snapshot |
2011-06-09 |
sbarman | Merge commit '496a6374c1ac04e' |
commit | commitdiff | tree | snapshot |
2011-06-09 |
sbarman | fixed the display of images |
commit | commitdiff | tree | snapshot |
2011-06-09 |
sbarman | fixed getBytes |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Chris Jones | support test.html?page=[num], display total number... |
commit | commitdiff | tree | snapshot |
2011-06-09 |
sbarman | Half working version of paintImageXObject |
commit | commitdiff | tree | snapshot |
2011-06-09 |
sbarman | Fixed geBytes implementation |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Vivien Nicolas | Clean up some Type2 reader code for readibility |
commit | commitdiff | tree | snapshot |
2011-06-08 |
sbarman | added getBytes method |
commit | commitdiff | tree | snapshot |
2011-06-08 |
sbarman | added test harness for uncompressed |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Vivien Nicolas | Support reading all parts of a Type2 file |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Andreas Gal | remove left-over shell code |
commit | commitdiff | tree | snapshot |
2011-06-08 |
sbarman | Copied entire buffer for flate stream's snarf function... |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Vivien Nicolas | Starts to decode type2 charStrings |
commit | commitdiff | tree | snapshot |
2011-06-08 |
sbarman | Added test harness for uncompressed version of pdf |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Andreas Gal | read in image data en-block instead of sucking it throu... |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Andreas Gal | use dict.get2 to lookup with a key that has an abbrevia... |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Vivien Nicolas | Fix some bugs and add the beginning of a Type2 reader |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Andreas Gal | read in image data en-block instead of sucking it throu... |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Vivien Nicolas | Support TrueType Font |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Andreas Gal | use dict.get2 to lookup with a key that has an abbrevia... |
commit | commitdiff | tree | snapshot |
2011-06-07 |
sbarman | Implemented basic version of smask |
commit | commitdiff | tree | snapshot |
2011-06-07 |
sbarman | Removed log code from previous commit |
commit | commitdiff | tree | snapshot |
2011-06-07 |
sbarman | Fixed FlateStreams to read in multiple blocks |
commit | commitdiff | tree | snapshot |
2011-06-05 |
Andreas Gal | add code to parse bits per component information for... |
commit | commitdiff | tree | snapshot |
2011-06-05 |
Andreas Gal | don't cache stream objects |
commit | commitdiff | tree | snapshot |
2011-06-05 |
Andreas Gal | use an array not an object to cache objects |
commit | commitdiff | tree | snapshot |
2011-06-05 |
Andreas Gal | parse Interpolate and ImageMask for images |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Andreas Gal | convert remaining inflate code tables to typed arrays |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Andreas Gal | added Shaon as contributor |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Andreas Gal | turn distDecode into a typed array |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Andreas Gal | make lengthDecode a typed array |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Andreas Gal | make codeLenCodeMap a typed array |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Chris Jones | FlateStream wants a .dict member for duck typing |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Chris Jones | implement even-odd fill/clip |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Vivien Nicolas | Add the 'for' keyword and support 2's complement signed... |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Andreas Gal | hand in xref to the parser if needed so we can resolve... |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Andreas Gal | replace wrong compressed pdf with the actual tracemonke... |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Andreas Gal | fix deflate code |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Andreas Gal | fix length/end of stream handling |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Vivien Nicolas | Clean up some code and add some changes to pdf.js |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Vivien Nicolas | Remove some debug leftover |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Vivien Nicolas | Add the necessary bits to handle Arrays, Procedure... |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Chris Jones | fix typo that breaks ff4 |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Chris Jones | skeleton of image drawing |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Chris Jones | Font and XObject entries can be refs, and dump image... |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Andreas Gal | starting position of a stream is relative to the file... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Vivien Nicolas | Starts playing with the execution stack |
commit | commitdiff | tree | snapshot |
next |