summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-27Fix typo in mudraw preventing tracking of slowest page drawSebastian Rasmussen
2012-07-26Handle negative or invalid character ranges in type3 fonts.Tor Andersson
2012-07-26Use integer clamping function instead of reimplementing itSebastian Rasmussen
2012-07-26Assume default value for negative sample function dimension sizeSebastian Rasmussen
2012-07-26Only resize xref if trailer size entry indicate more objectsSebastian Rasmussen
2012-07-26Gracefully handle negative xref stream object range boundariesSebastian Rasmussen
2012-07-26Assume default values for negative image parametersSebastian Rasmussen
2012-07-26Gracefully handle negative xref stream offsetsSebastian Rasmussen
2012-07-26Gracefully handle negative offset and objects in object streamSebastian Rasmussen
2012-07-26Gracefully handle negative xref stream entry widthsSebastian Rasmussen
2012-07-25Exit in child process if fork/exec to open $BROWSER doesn't work.Tor Andersson
2012-07-24Add upper bound on size of sampled pdf functionsSebastian Rasmussen
2012-07-24Handle out of range pdf subfunction boundariesSebastian Rasmussen
2012-07-24Handle exponential pdf functions with malformed constantsTor Andersson
2012-07-23Warn about out of range values for exponential pdf functionsSebastian Rasmussen
2012-07-23Handle sampled pdf function dimensionalitySebastian Rasmussen
2012-07-23Handle pdf functions with malformed input/output mappingsSebastian Rasmussen
2012-07-23Handle pdf function evaluation with wrong number of inputs/outputsSebastian Rasmussen
2012-07-23Handle pdf functions with too many inputsSebastian Rasmussen
2012-07-23Provide number of inputs/outpus when loading pdf functionsSebastian Rasmussen
2012-07-23Clamp number of pdf function inputs/outputsSebastian Rasmussen
2012-07-23Remove redundant check in pdf function codeSebastian Rasmussen
2012-07-23Whitespace fixes in code for pdf functions.Sebastian Rasmussen
2012-07-23Fix encryption key length checkSebastian Rasmussen
2012-07-23Prefer larger Width value if more than one is given for each glyph.Tor Andersson
2012-07-23Fallback case for type 1 fonts without encoding and non-standard glyph names.Tor Andersson
2012-07-23Tweak some font encoding heuristics.Tor Andersson
2012-07-23Only warn if ToUnicode CMap cannot be loaded.Tor Andersson
2012-07-23Don't encode MS-Symbol encoded fonts by glyph names.Tor Andersson
2012-07-23Use FT_ENCODING_MS_SYMBOL encoding for symbolic TrueType fonts.Tor Andersson
2012-07-20Give precedence to /Subtype field when deciding on font encodings.Tor Andersson
2012-07-20Prefer the more specific name if BaseName and FontName differ.Tor Andersson
2012-07-20Pass original font name to fz_new_font from PDF interpreter.Tor Andersson
2012-07-20Attempt to load CID fonts with invalid cid collections.Tor Andersson
2012-07-19Improve mudraw generation of .mjs scriptsRobin Watts
2012-07-19Forms: fix pdf_text_stride not handling negative values of 'room'Paul Gardiner
2012-07-18Remove pointless test.Robin Watts
2012-07-18Fix missing diagram in 1522*.pdfRobin Watts
2012-07-18Fix broken pdf_write functionality.Robin Watts
2012-07-18Forms: convert strings from pdf to utf8 before passing to the js enginePaul Gardiner
2012-07-18Update pdf_to_utf8 to handle either a stream or a stringPaul Gardiner
2012-07-18Forms: partial handling of utf8 output from javascriptPaul Gardiner
2012-07-17Fall back to character path rendering if stroked text uses a dash pattern.Tor Andersson
2012-07-17Handle glyphs that are too large to render as pixmaps.Tor Andersson
2012-07-17Forms: implement library api for handling list boxes and combo boxesPaul Gardiner
2012-07-17Forms: remove unhelpful type distinctionPaul Gardiner
2012-07-17Fix a couple of bugs in c-string generatorPaul Gardiner
2012-07-17Forms: protect agains recursion during internal field recalculationPaul Gardiner
2012-07-17Forms: implement util.printx and AFSpecial_FormatPaul Gardiner
2012-07-17Forms: implement AFDate_Format, AFTime_FormatEx and AFTime_FormatPaul Gardiner