2011-06-16 |
Vivien Nicolas | Resolve the char->glyphs mapping issue |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Vivien Nicolas | Merge from gal's master branch (got a regression on... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Vivien Nicolas | Change the nominalWidth to not use the format 28,b0... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Vivien Nicolas | Use spaces to compare font size to detect when the... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Vivien Nicolas | Remove some useless JS function calls |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Vivien Nicolas | Get rid of the PostScript interpreter (part 1) |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Chris Jones | implement setDash |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Chris Jones | Merge branch 'master' of github.com:andreasgal/pdf.js |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Chris Jones | Merge pull request #6 from sbarman/master |
commit | commitdiff | tree | snapshot |
2011-06-15 |
sbarman | Merge branch 'master' of github.com:andreasgal/pdf.js |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Chris Jones | implement some operators and add TODOs for remaining... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
sbarman | cleaned up fetchIfRef, changed switch-case to array... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Andreas Gal | fixes suggested by @brendaneich |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Vivien Nicolas | Make Type1 glyphs use the default width they declare |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Andreas Gal | measure load/compile/render times |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Andreas Gal | clarify API a bit and hand in xref and resources to... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Andreas Gal | completed async font loading framework |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Andreas Gal | eagerly translate all fonts (a no-op currently) |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Andreas Gal | pdf is using a dumb name, content makes much more sense... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Andreas Gal | cache results of compilation |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Andreas Gal | eagerly compile XForm objects |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Vivien Nicolas | Forgot to turn off some debug flags |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Vivien Nicolas | Add Encodings.js and change the code to generate a... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Andreas Gal | return ready-to-run closure from compile that captures... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Vivien Nicolas | Add a basic support for TrueType (generate fonts with... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Andreas Gal | compile PDF command streams into JS code |
commit | commitdiff | tree | snapshot |
2011-06-14 |
sbarman | Cleaned up code, renamed PDFFunction class |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Vivien Nicolas | Remove direct access to the underlying map object of... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Vivien Nicolas | Add XObjects fonts to the list of page fonts and has... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
sbarman | cleaned up code |
commit | commitdiff | tree | snapshot |
2011-06-14 |
sbarman | Implemented type 2 shading for the pdf (aka gradients) |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Vivien Nicolas | Forgot to push function calls changes to get the unicod... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Vivien Nicolas | Add support for brackets around the header emails |
commit | commitdiff | tree | snapshot |
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 |
next |