summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-07-17Javascript: neater way to implement util.printdPaul Gardiner
2012-07-17Forms: implement AFDate_FormatExPaul Gardiner
2012-07-12Separate out the Javascript utility functions and autogenerate C stringPaul Gardiner
2012-07-09Make synthetic font styles match XPS spec more closely.Tor Andersson
2012-07-09Remove Symbol,Italic workaround and extend list of alternative names instead.Tor Andersson
2012-07-09Javascript: add some comments on v8 implementationPaul Gardiner
2012-07-09Forms: add widget enumeration, and text-widget content typePaul Gardiner
2012-07-06Bug 693167: Solve pdfclean -ggg deleting too many objectsRobin Watts
2012-07-06Improve bounds checking in page tree.Sebastian Rasmussen
2012-07-06Improve bounds checking for image properties.Sebastian Rasmussen
2012-07-06Remove unnecessary check for unsupported crypt revision.Sebastian Rasmussen
2012-07-06Improve bounds checking of encryption key lengthSebastian Rasmussen
2012-07-06Reorder parsing of encryption dict.Sebastian Rasmussen
2012-07-06Make length check for crypt dict entries similar.Sebastian Rasmussen
2012-07-06Defer dereferencing of pdf_crypt until it's needed.Sebastian Rasmussen
2012-07-06Remove debugging functions for release builds.Sebastian Rasmussen
2012-07-06Use pdf_fprintf_obj instead of pdf_print_obj in apps.Sebastian Rasmussen
2012-07-06Whitespace fixes in fitz header.Sebastian Rasmussen
2012-07-05Fix free of uninitialised fontdesc pointer.Robin Watts
2012-07-05Merge branch 'master' into formsRobin Watts
2012-07-05Cope with stray returns at the start of a JPEG stream.Robin Watts
2012-07-05Cope with illegal alpha values (out of range)Robin Watts
2012-07-05Move to static inline functions from macros.Robin Watts
2012-07-05Cope with negative lengths being passed to fz_open_nullRobin Watts
2012-07-05Avoid calling pdf_array_len (and friends) in a loop.Robin Watts
2012-07-05Improve detection of images for pdfwrite.Robin Watts
2012-07-04Forms: avoid infinite loop when laying out multiline text in thin boxPaul Gardiner
2012-07-04Bug 693160: Fix bug in fz_write_buffer_bits.Robin Watts
2012-07-04Reverse order of Y decomposition of mesh shading.Robin Watts
2012-07-04Tweak mubusy so it responds to 'pdfclean' as well as 'mupdfclean' etc.Robin Watts
2012-07-04Prediction filter assumes it's writing to zeroed memory.Robin Watts
2012-07-03Forms: use more efficient string token printingPaul Gardiner
2012-07-02Form: implement calculation action and javascrip AFSimple_CalculatePaul Gardiner
2012-07-02Update mujstest to write ppms if requested.Robin Watts
2012-06-29Fix mujstest never screenshotting under unix.Robin Watts
2012-06-29Mujstest Makefile tweaksRobin Watts